Branch: refs/heads/main
  Home:   https://github.com/dabodev/dabo
  Commit: 56f5b91a1635f2f6be974a71fc4208b60a27254f
      
https://github.com/dabodev/dabo/commit/56f5b91a1635f2f6be974a71fc4208b60a27254f
  Author: EdLeafe <[email protected]>
  Date:   2025-05-20 (Tue, 20 May 2025)

  Changed paths:
    M dabo/ui/__init__.py
    M dabo/ui/text_box_mixin.py
    M tests/unitTests/ui/UIwx/Test_dTextBox.py

  Log Message:
  -----------
  Added name initialization in the ui module

Ran dabo through a type checker, and most of the complaints were about
the various ui class names not existing in the ui module, since they are
added as each class is initialized.


  Commit: 2e5ba4e82b4297104784be67478204230995f688
      
https://github.com/dabodev/dabo/commit/2e5ba4e82b4297104784be67478204230995f688
  Author: EdLeafe <[email protected]>
  Date:   2025-08-28 (Thu, 28 Aug 2025)

  Changed paths:
    M dabo/db/connect_info.py
    M dabo/lib/xmltodict.py

  Log Message:
  -----------
  Fixed connecting via .cnxml file


  Commit: 4ea96a3843a1032fd4a83e691db6ea61c020a88a
      
https://github.com/dabodev/dabo/commit/4ea96a3843a1032fd4a83e691db6ea61c020a88a
  Author: EdLeafe <[email protected]>
  Date:   2025-08-28 (Thu, 28 Aug 2025)

  Changed paths:
    M dabo/base_object.py
    M dabo/event_mixin.py
    M dabo/lib/propertyHelperMixin.py
    M dabo/ui/form.py
    M dabo/ui/form_main.py
    M dabo/ui/form_mixin.py
    M dabo/ui/pem_mixin.py

  Log Message:
  -----------
  Added the local attributes to several classes

Many of the getters/setters for these attributes would have to first
check if the att was defined before referencing it. This simplifies that
code a great deal.


  Commit: 0d278e0ffda208d210b1a9bfffb7d7f30e129663
      
https://github.com/dabodev/dabo/commit/0d278e0ffda208d210b1a9bfffb7d7f30e129663
  Author: EdLeafe <[email protected]>
  Date:   2025-08-28 (Thu, 28 Aug 2025)

  Changed paths:
    M dabo/ui/text_box_mixin.py
    M tests/unitTests/ui/UIwx/Test_dTextBox.py

  Log Message:
  -----------
  Removed pyrefly comments

Tested out the `pyrefly` library for type checking, and it left several
comments throughout the codebase that got committed, even though I
decided not to use pyrefly at this time. This removes those comments.


  Commit: 5f9d4952e6f96f5bf6bb370ab704b62c01b52c03
      
https://github.com/dabodev/dabo/commit/5f9d4952e6f96f5bf6bb370ab704b62c01b52c03
  Author: EdLeafe <[email protected]>
  Date:   2025-08-28 (Thu, 28 Aug 2025)

  Changed paths:
    M dabo/ui/grid.py
    M dabo/ui/tree_view.py

  Log Message:
  -----------
  Fixed bad reference to `_currentFontZoom`


  Commit: a470ef251ec45a071e85c539870b9eeb7624bc69
      
https://github.com/dabodev/dabo/commit/a470ef251ec45a071e85c539870b9eeb7624bc69
  Author: EdLeafe <[email protected]>
  Date:   2025-08-28 (Thu, 28 Aug 2025)

  Changed paths:
    M dabo/ui/object_inspector.py

  Log Message:
  -----------
  Removed some of the class designer-generated names

Originally this tool was created with the Class Designer, which uses
auto-generated names for things. It was hard to work on this tool, as
the names were confusing, so I cleaned them up.


  Commit: dfb2560bbdc4bcb6e3eb64d4f17a49e0fd836961
      
https://github.com/dabodev/dabo/commit/dfb2560bbdc4bcb6e3eb64d4f17a49e0fd836961
  Author: EdLeafe <[email protected]>
  Date:   2025-08-28 (Thu, 28 Aug 2025)

  Changed paths:
    M dabo/ui/activity_indicator.py

  Log Message:
  -----------
   Added contextmanager methods to simplify usage


  Commit: 5bf7d7009e8dd9bab0791b1f0fccbcea1280d2de
      
https://github.com/dabodev/dabo/commit/5bf7d7009e8dd9bab0791b1f0fccbcea1280d2de
  Author: EdLeafe <[email protected]>
  Date:   2025-08-28 (Thu, 28 Aug 2025)

  Changed paths:
    M dabo/settings.py

  Log Message:
  -----------
  Added the `max_column_width` setting for resizing grid columns


  Commit: b3b59eeb6d24836606785abe003e6433fdd65f01
      
https://github.com/dabodev/dabo/commit/b3b59eeb6d24836606785abe003e6433fdd65f01
  Author: EdLeafe <[email protected]>
  Date:   2025-08-28 (Thu, 28 Aug 2025)

  Changed paths:
    M dabo/application.py

  Log Message:
  -----------
  Fixed import


  Commit: 92fd6da4f72fad653a82a68a94898dee30b6d3c9
      
https://github.com/dabodev/dabo/commit/92fd6da4f72fad653a82a68a94898dee30b6d3c9
  Author: EdLeafe <[email protected]>
  Date:   2025-08-28 (Thu, 28 Aug 2025)

  Changed paths:
    M dabo/color_tools.py
    M dabo/lib/dates.py
    M dabo/lib/utils.py

  Log Message:
  -----------
  Fixed `invalid escape sequence` warnings


  Commit: 1d288e0d32478f587fd7d9bdc59535e44e392332
      
https://github.com/dabodev/dabo/commit/1d288e0d32478f587fd7d9bdc59535e44e392332
  Author: EdLeafe <[email protected]>
  Date:   2025-08-28 (Thu, 28 Aug 2025)

  Changed paths:
    M dabo/__init__.py
    M dabo/ui/file_dialog.py
    M dabo/ui/panel.py

  Log Message:
  -----------
  Formatting cleanup


Compare: https://github.com/dabodev/dabo/compare/b8e62b93cf95...1d288e0d3247

To unsubscribe from these emails, change your notification settings at 
https://github.com/dabodev/dabo/settings/notifications

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: https://leafe.com/archives
This message: 
https://leafe.com/archives/byMID/dabodev/dabo/push/refs/heads/main/[email protected]

Reply via email to