Branch: refs/heads/dabo3
Home: https://github.com/dabodev/dabo
Commit: 98212abba5c4109030366b802e240973972a3c9a
https://github.com/dabodev/dabo/commit/98212abba5c4109030366b802e240973972a3c9a
Author: EdLeafe <[email protected]>
Date: 2019-06-11 (Tue, 11 Jun 2019)
Changed paths:
M dabo/ui/dButton.py
M dabo/ui/dPemMixin.py
M dabo/ui/dToolBar.py
M dabo/ui/uiApp.py
Log Message:
-----------
Removed use of wx.NewId()
Replaced this deprecated call with wx.ANY_ID.
Commit: 2e7c65630adeadba28048a899af7e16852f2f5da
https://github.com/dabodev/dabo/commit/2e7c65630adeadba28048a899af7e16852f2f5da
Author: EdLeafe <[email protected]>
Date: 2019-06-11 (Tue, 11 Jun 2019)
Changed paths:
M dabo/__init__.py
M dabo/dApp.py
M dabo/ui/__init__.py
M dabo/ui/dBitmapButton.py
M dabo/ui/dBorderlessButton.py
M dabo/ui/dComboBox.py
M dabo/ui/dControlItemMixin.py
M dabo/ui/dEditableList.py
M dabo/ui/dEditor.py
M dabo/ui/dGrid.py
M dabo/ui/dHtmlBox.py
M dabo/ui/dListControl.py
M dabo/ui/dMenu.py
M dabo/ui/dMessageBox.py
M dabo/ui/dNumericBox.py
M dabo/ui/dPageFrameMixin.py
M dabo/ui/dPageFrameNoTabs.py
M dabo/ui/dPanel.py
M dabo/ui/dPemMixin.py
M dabo/ui/dRadioList.py
M dabo/ui/dSearchBox.py
M dabo/ui/dShell.py
M dabo/ui/dSizerMixin.py
M dabo/ui/dSpinner.py
M dabo/ui/dSplitter.py
M dabo/ui/dToolBar.py
M dabo/ui/dTreeView.py
M dabo/ui/gridRenderers.py
M dabo/ui/test.py
M dabo/ui/uiApp.py
M setup.py
Log Message:
-----------
Fixed much of the dabo.ui namespacing issues
I added a new method `dabo.import_ui_name`, that takes the name of a UI
class and returns the imported class reference. Most of the problems
that existed hinged on the reliance of the old way of doing things,
which was to import all dabo.ui.uiwx class names into the dabo.ui
namespace. I have most of those references fixed, but there may still be
a few laying around.
I also fixed some wx name change issues between the older versions of
wxPython and wxPython 4.x.
Compare: https://github.com/dabodev/dabo/compare/56f1600777eb...2e7c65630ade
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://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/dabo3/[email protected]