Branch: refs/heads/main
Home: https://github.com/dabodev/dabo
Commit: 91bf63a61b1692f13bab185a5058cd6c7eed3654
https://github.com/dabodev/dabo/commit/91bf63a61b1692f13bab185a5058cd6c7eed3654
Author: EdLeafe <[email protected]>
Date: 2020-07-12 (Sun, 12 Jul 2020)
Changed paths:
M dabo/ui/dEditor.py
M dabo/ui/dGrid.py
M dabo/ui/dSizerMixin.py
A requirements.txt
Log Message:
-----------
Fixed some sizer issues. Also cleaned up some formatting
Commit: fdfb198a0750480962146d27671c8acab02bd968
https://github.com/dabodev/dabo/commit/fdfb198a0750480962146d27671c8acab02bd968
Author: EdLeafe <[email protected]>
Date: 2020-07-15 (Wed, 15 Jul 2020)
Changed paths:
M dabo/__init__.py
M dabo/biz/dAutoBizobj.py
M dabo/dApp.py
M dabo/dEvents.py
M dabo/dSecurityManager.py
M dabo/lib/DesignerClassConverter.py
M dabo/lib/DesignerUtils.py
M dabo/lib/RemoteConnector.py
M dabo/ui/__init__.py
R dabo/ui/alignmentMixin.py
A dabo/ui/alignment_mixin.py
A dabo/ui/auto_complete.py
A dabo/ui/base_menu_bar.py
A dabo/ui/bitmap.py
A dabo/ui/bitmap_button.py
A dabo/ui/border_sizer.py
A dabo/ui/borderless_button.py
A dabo/ui/box.py
A dabo/ui/button.py
A dabo/ui/check_box.py
A dabo/ui/check_list.py
A dabo/ui/collapsible_panel.py
A dabo/ui/color_dialog.py
A dabo/ui/combo_box.py
A dabo/ui/control_item_mixin.py
A dabo/ui/control_mixin.py
R dabo/ui/dAutoComplete.py
R dabo/ui/dBaseMenuBar.py
R dabo/ui/dBitmap.py
R dabo/ui/dBitmapButton.py
R dabo/ui/dBorderSizer.py
R dabo/ui/dBorderlessButton.py
R dabo/ui/dBox.py
R dabo/ui/dButton.py
R dabo/ui/dCalendar.py
R dabo/ui/dCheckBox.py
R dabo/ui/dCheckList.py
R dabo/ui/dCollapsiblePanel.py
R dabo/ui/dColorDialog.py
R dabo/ui/dComboBox.py
R dabo/ui/dControlItemMixin.py
R dabo/ui/dControlMixin.py
R dabo/ui/dDataControlMixin.py
R dabo/ui/dDatePicker.py
R dabo/ui/dDateTextBox.py
R dabo/ui/dDialog.py
R dabo/ui/dDockForm.py
R dabo/ui/dDropdownList.py
R dabo/ui/dEditBox.py
R dabo/ui/dEditableList.py
R dabo/ui/dEditor.py
R dabo/ui/dFileDialog.py
R dabo/ui/dFont.py
R dabo/ui/dFontDialog.py
R dabo/ui/dForm.py
R dabo/ui/dFormMain.py
R dabo/ui/dFormMixin.py
R dabo/ui/dGauge.py
R dabo/ui/dGlWindow.py
R dabo/ui/dGrid.py
R dabo/ui/dGridSizer.py
R dabo/ui/dHtmlBox.py
R dabo/ui/dHyperLink.py
R dabo/ui/dIcons.py
R dabo/ui/dImage.py
R dabo/ui/dImageMixin.py
R dabo/ui/dKeys.py
R dabo/ui/dLabel.py
R dabo/ui/dLed.py
R dabo/ui/dLine.py
R dabo/ui/dLinePlot.py
R dabo/ui/dListBox.py
R dabo/ui/dListControl.py
R dabo/ui/dMaskedTextBox.py
R dabo/ui/dMediaControl.py
R dabo/ui/dMenu.py
R dabo/ui/dMenuBar.py
R dabo/ui/dMenuItem.py
R dabo/ui/dMessageBox.py
R dabo/ui/dNumericBox.py
R dabo/ui/dPage.py
R dabo/ui/dPageFrame.py
R dabo/ui/dPageFrameMixin.py
R dabo/ui/dPageFrameNoTabs.py
R dabo/ui/dPanel.py
R dabo/ui/dPdfWindow.py
R dabo/ui/dPemMixin.py
R dabo/ui/dProgressDialog.py
R dabo/ui/dRadioList.py
R dabo/ui/dReportProgress.py
R dabo/ui/dRichTextBox.py
R dabo/ui/dSearchBox.py
R dabo/ui/dShell.py
R dabo/ui/dSizer.py
R dabo/ui/dSizerMixin.py
R dabo/ui/dSlidePanelControl.py
R dabo/ui/dSlider.py
R dabo/ui/dSpinner.py
R dabo/ui/dSplitForm.py
R dabo/ui/dSplitter.py
R dabo/ui/dStatusBar.py
R dabo/ui/dTextBox.py
R dabo/ui/dTextBoxMixin.py
R dabo/ui/dTimer.py
R dabo/ui/dToggleButton.py
R dabo/ui/dToolBar.py
R dabo/ui/dTreeView.py
R dabo/ui/dUICursors.py
A dabo/ui/data_control_mixin.py
A dabo/ui/date_picker.py
A dabo/ui/date_text_box.py
A dabo/ui/dialog.py
M dabo/ui/dialogs/HotKeyEditor.py
M dabo/ui/dialogs/PreferenceDialog.py
M dabo/ui/dialogs/SortingForm.py
M dabo/ui/dialogs/Wizard.py
M dabo/ui/dialogs/WizardPage.py
M dabo/ui/dialogs/about.py
M dabo/ui/dialogs/login.py
A dabo/ui/dock_form.py
A dabo/ui/dropdown_list.py
A dabo/ui/edit_box.py
A dabo/ui/editable_list.py
A dabo/ui/editor.py
A dabo/ui/file_dialog.py
A dabo/ui/font.py
A dabo/ui/font_dialog.py
A dabo/ui/form.py
A dabo/ui/form_main.py
A dabo/ui/form_mixin.py
A dabo/ui/gauge.py
A dabo/ui/gl_window.py
A dabo/ui/grid.py
M dabo/ui/gridRenderers.py
A dabo/ui/grid_sizer.py
A dabo/ui/html_box.py
A dabo/ui/hyper_link.py
A dabo/ui/icons.py
A dabo/ui/image.py
A dabo/ui/image_mixin.py
A dabo/ui/keys.py
A dabo/ui/label.py
A dabo/ui/led.py
A dabo/ui/line.py
A dabo/ui/line_plot.py
A dabo/ui/list_box.py
A dabo/ui/list_control.py
A dabo/ui/masked_text_box.py
A dabo/ui/media_control.py
A dabo/ui/menu.py
A dabo/ui/menu_bar.py
A dabo/ui/menu_item.py
A dabo/ui/message_box.py
A dabo/ui/numeric_box.py
M dabo/ui/object_inspector.py
A dabo/ui/page.py
A dabo/ui/page_frame.py
A dabo/ui/page_frame_mixin.py
A dabo/ui/page_frame_no_tabs.py
A dabo/ui/panel.py
A dabo/ui/pdf_window.py
A dabo/ui/pem_mixin.py
A dabo/ui/progress_dialog.py
A dabo/ui/radio_list.py
A dabo/ui/report_progress.py
A dabo/ui/rich_text_box.py
A dabo/ui/search_box.py
A dabo/ui/shell.py
A dabo/ui/sizer.py
A dabo/ui/sizer_mixin.py
A dabo/ui/slide_panel_control.py
A dabo/ui/slider.py
A dabo/ui/spinner.py
A dabo/ui/split_form.py
A dabo/ui/splitter.py
A dabo/ui/status_bar.py
M dabo/ui/test.py
A dabo/ui/text_box.py
A dabo/ui/text_box_mixin.py
A dabo/ui/timer.py
A dabo/ui/toggle_button.py
A dabo/ui/tool_bar.py
A dabo/ui/tree_view.py
M dabo/ui/uiApp.py
A dabo/ui/ui_calendar.py
A dabo/ui/ui_cursors.py
M demo/Modules.py
M demo/samples/bubblet.py
M demo/samples/dBitmapButton.py
M demo/samples/dButton.py
M demo/samples/dCheckBox.py
M demo/samples/dDateTextBox.py
M demo/samples/dDockTabs.py
M demo/samples/dEditBox.py
M demo/samples/dGauge.py
M demo/samples/dGrid.py
M demo/samples/dGridSizer.py
M demo/samples/dHtmlBox.py
M demo/samples/dHyperLink.py
M demo/samples/dImage.py
M demo/samples/dLabel.py
M demo/samples/dLed.py
M demo/samples/dLinePlot.py
M demo/samples/dPageFrame.py
M demo/samples/dPageList.py
M demo/samples/dPageSelect.py
M demo/samples/dPageStyled.py
M demo/samples/dPageToolBar.py
M demo/samples/dSizer.py
M demo/samples/dSlidePanelControl.py
M demo/samples/dSlider.py
M demo/samples/dSpinner.py
M demo/samples/dTextBox.py
M demo/samples/dToggleButton.py
M demo/samples/dTreeView.py
M demo/samples/games/Minesweeper.py
M demo/samples/games/Montana.py
M demo/samples/games/bubblet/BubblePanel.py
M demo/samples/games/bubblet/BubbletForm.py
M demo/samples/games/bubblet/StatsForm.py
M demo/samples/games/cardlib.py
M demo/samples/minesweeper.py
M demo/samples/montana.py
M ide/ClassDesigner.py
M ide/ClassDesignerComponents.py
M ide/ClassDesignerControlMixin.py
M ide/ClassDesignerCustomPropertyDialog.py
M ide/ClassDesignerEditor.py
M ide/ClassDesignerFormMixin.py
M ide/ClassDesignerMenu.py
M ide/ClassDesignerMethodSheet.py
M ide/ClassDesignerObjectPropertySheet.py
M ide/ClassDesignerPemForm.py
M ide/ClassDesignerPropSheet.py
M ide/ClassDesignerSizerPalette.py
M ide/ClassDesignerTreeSheet.py
M ide/CxnEditor.py
M ide/DragHandle.py
M ide/Editor.py
M ide/HomeDirectoryStatusBar.py
M ide/MenuDesignerComponents.py
M ide/MenuPanel.py
M playground.py
Log Message:
-----------
Reworked how the UI namespace is created.
This is a big change. I always hated the hack the I had added to add
references to classes in the `dabo.ui` namespace.
One of the issues is the for most classes, the name of the class and the
name of the file they were in were the same. So `dabo.ui` naturally had
a reference to, for example, 'dTextBox', because there was a file named
`dTextBox.py` in that directory. The `dTextBox` class, though, had to be
referenced as `dabo.ui.dTextBox.dTextBox`, which was awkward and
confusing.
To address this, I've renamed all the files in the dabo/ui/ directory,
giving them "normal" names (more consistent with common Python naming
practices. I've left the class names as-is, to minimize the amount of
code that will need to be changed. I then added a method called
`load_namespace()` to dabo/ui/__init__.py that imports each file into
the `dabo.ui` namespace. The order of these imports is important, as
some classes reference other classes, and those other classes need to
already be in the namespace.
This should make life easier. There are still some issues, but this
takes care of the bulk of them.
Commit: e6243d948e25e7effa30f8d20d2cc9d2316bf6f1
https://github.com/dabodev/dabo/commit/e6243d948e25e7effa30f8d20d2cc9d2316bf6f1
Author: John Fabiani <johnf.jfcomputer.com>
Date: 2020-07-15 (Wed, 15 Jul 2020)
Changed paths:
M dabo/ui/__init__.py
M dabo/ui/data_control_mixin.py
M dabo/ui/date_picker.py
M dabo/ui/dialogs/HotKeyEditor.py
M dabo/ui/dialogs/PreferenceDialog.py
M dabo/ui/dialogs/Wizard.py
M dabo/ui/dialogs/WizardPage.py
M dabo/ui/dialogs/about.py
M dabo/ui/dialogs/htmlAbout.py
M dabo/ui/dialogs/infoMessage.py
M dabo/ui/editable_list.py
M dabo/ui/grid.py
M dabo/ui/label.py
M dabo/ui/line_plot.py
M dabo/ui/list_box.py
M dabo/ui/page_frame_mixin.py
M dabo/ui/page_frame_no_tabs.py
M dabo/ui/pem_mixin.py
M dabo/ui/sizer_mixin.py
M dabo/ui/spinner.py
M dabo/ui/tree_view.py
M dabo/ui/ui_calendar.py
M ide/ClassDesigner.py
M ide/ClassDesignerSizerPalette.py
M ide/CxnEditor.py
Log Message:
-----------
First commit to support wxPython 4.1 - not all files are working correctly.
They should at least open. That said many are working.
Commit: 82dae4802db2f3d41547d81255942aa2204b1b18
https://github.com/dabodev/dabo/commit/82dae4802db2f3d41547d81255942aa2204b1b18
Author: John Fabiani <johnf.jfcomputer.com>
Date: 2020-07-15 (Wed, 15 Jul 2020)
Changed paths:
M dabo/dApp.py
M dabo/ui/dialogs/htmlAbout.py
M dabo/ui/sizer_mixin.py
M dabo/version.py
M demo/samples/games/bubblet/BubbletForm.py
Log Message:
-----------
import paths are an issue
The paths are causing issues - but I believe this will work when using a
demo script or from a from user code.
Commit: 968869e51387285c2e61f7a2382dff8fbf659d32
https://github.com/dabodev/dabo/commit/968869e51387285c2e61f7a2382dff8fbf659d32
Author: John Fabiani <johnf.jfcomputer.com>
Date: 2020-07-15 (Wed, 15 Jul 2020)
Changed paths:
M dabo/ui/pem_mixin.py
M dabo/ui/sizer_mixin.py
M dabo/ui/tool_bar.py
M demo/samples/dDateTextBox.py
Log Message:
-----------
Demo working
All demo's open and display - on GTK3 ubuntu - Most appear to work.
However, some items never worked under GTK. Have NOT tested under
windows 10, or Mac's.
forced a pen width in dPemMixin
dSizerMixin - Still attempting to determine how the alignment
(alignment,haligh,valigh) logic works - this appears to work
dToolbar - followed what wx doc's suggested is correct way to set a
label
dDateTextBox - now works in demo
Commit: ac70c255e031e9338a02650b33da7743d7b65d3c
https://github.com/dabodev/dabo/commit/ac70c255e031e9338a02650b33da7743d7b65d3c
Author: John Fabiani <johnf.jfcomputer.com>
Date: 2020-07-15 (Wed, 15 Jul 2020)
Changed paths:
M dabo/ui/__init__.py
Log Message:
-----------
add import of missing json
Commit: e768381120edf11e9942e368b65c338a2dcd7602
https://github.com/dabodev/dabo/commit/e768381120edf11e9942e368b65c338a2dcd7602
Author: John Fabiani <johnf.jfcomputer.com>
Date: 2020-07-15 (Wed, 15 Jul 2020)
Changed paths:
M dabo/ui/base_menu_bar.py
Log Message:
-----------
the branch is missing the folder themes. And the path does not work the same
in python3 so I added some simple way to find the themes. Themes is hard coded
as bmp but was missing
Commit: 22f8e1b544dbcb507d66389146ef4449722f6ff4
https://github.com/dabodev/dabo/commit/22f8e1b544dbcb507d66389146ef4449722f6ff4
Author: John Fabiani <johnf.jfcomputer.com>
Date: 2020-07-15 (Wed, 15 Jul 2020)
Changed paths:
M ide/MenuDesignerForm.py
Log Message:
-----------
still having issues with scripts finding the dabo ui scripts also the path to
themes icons was wrong
Commit: 7c3ee00f17795a399b20aea62ad6df334c5a0e4f
https://github.com/dabodev/dabo/commit/7c3ee00f17795a399b20aea62ad6df334c5a0e4f
Author: John Fabiani <johnf.jfcomputer.com>
Date: 2020-07-15 (Wed, 15 Jul 2020)
Changed paths:
M ide/MenuDesignerPropForm.py
Log Message:
-----------
still having issues with scripts finding the dabo ui scripts also the path to
themes icons was wrong
Commit: 2827c97e90aa8214d2754cc4a5fa4d6b43260773
https://github.com/dabodev/dabo/commit/2827c97e90aa8214d2754cc4a5fa4d6b43260773
Author: John Fabiani <johnf.jfcomputer.com>
Date: 2020-07-15 (Wed, 15 Jul 2020)
Changed paths:
M ide/MenuDesignerForm.py
Log Message:
-----------
changed the import of the classes. Still working on finding items that do
not work with python3 and wxPython 4.1
Commit: f8bc066f933ae61f0afe2f86c3f96f6cf0d9393e
https://github.com/dabodev/dabo/commit/f8bc066f933ae61f0afe2f86c3f96f6cf0d9393e
Author: John Fabiani <johnf.jfcomputer.com>
Date: 2020-07-15 (Wed, 15 Jul 2020)
Changed paths:
M dabo/lib/reportWriter.py
M dabo/ui/__init__.py
M dabo/ui/dialog.py
M dabo/ui/editable_list.py
M dabo/ui/media_control.py
M dabo/ui/menu.py
M dabo/ui/numeric_box.py
M dabo/ui/page_frame_mixin.py
M dabo/ui/pem_mixin.py
M dabo/ui/splitter.py
M ide/ClassDesigner.py
M ide/ClassDesignerMenu.py
M ide/Editor.py
M ide/ReportDesigner.py
M ide/sampleDaboIcon.png
M ide/sampleReport.rfxml
Log Message:
-----------
Still trying to get things to work - lots of changes but not even close to
ready. That said, somethings are very close to working
Commit: 21bf975cc149b03d729f20d2deff1d63724b5ff2
https://github.com/dabodev/dabo/commit/21bf975cc149b03d729f20d2deff1d63724b5ff2
Author: EdLeafe <[email protected]>
Date: 2020-07-16 (Thu, 16 Jul 2020)
Changed paths:
M dabo/ui/__init__.py
M dabo/ui/date_text_box.py
M dabo/ui/dialogs/PreferenceDialog.py
M dabo/ui/dialogs/Wizard.py
M dabo/ui/dialogs/__init__.py
M dabo/ui/dialogs/htmlAbout.py
M dabo/ui/dialogs/infoMessage.py
M dabo/ui/ui_calendar.py
M ide/MenuDesignerForm.py
M ide/MenuDesignerPropForm.py
M ide/ReportDesigner.py
Log Message:
-----------
Rebased on the dabo3 branch changes
Also cleaned up a few import changes that I had missed.
Commit: 5bd5c0b35c99294e8bc57d6ad2d2d423277f93b0
https://github.com/dabodev/dabo/commit/5bd5c0b35c99294e8bc57d6ad2d2d423277f93b0
Author: EdLeafe <[email protected]>
Date: 2020-07-17 (Fri, 17 Jul 2020)
Changed paths:
M dabo/ui/__init__.py
R dabo/ui/gridRenderers.py
A dabo/ui/grid_renderers.py
M dabo/ui/image.py
M dabo/ui/object_inspector.py
Log Message:
-----------
A few more import cleanups
Commit: 805797238dc90a533563735c0f101ca066de37b6
https://github.com/dabodev/dabo/commit/805797238dc90a533563735c0f101ca066de37b6
Author: EdLeafe <[email protected]>
Date: 2020-07-20 (Mon, 20 Jul 2020)
Changed paths:
M dabo/db/dDataSet.py
M dabo/lib/datanav/Form.py
M dabo/lib/reporting_stefano/objects.py
M dabo/ui/control_item_mixin.py
M dabo/ui/dialogs/WizardPage.py
M dabo/ui/menu.py
M dabo/ui/page_frame_mixin.py
M ide/wizards/AppWizard/AppWizard.py
M ide/wizards/AppWizard/spec-Biz.py.txt
M ide/wizards/AppWizard/spec-Frm.py.txt
M ide/wizards/AppWizard/spec-FrmBase.py.txt
M ide/wizards/AppWizard/spec-FrmMain.py.txt
M ide/wizards/AppWizard/spec-FrmReportBase.py.txt
M ide/wizards/AppWizard/spec-FrmReportSample.py.txt
M ide/wizards/AppWizard/spec-Grd.py.txt
M ide/wizards/AppWizard/spec-PagEdit.py.txt
M ide/wizards/AppWizard/spec-PagSelect.py.txt
M ide/wizards/AppWizard/spec-PagSelectBase.py.txt
M ide/wizards/AppWizard/spec-db__init__.py.txt
M ide/wizards/AppWizard/spec-main.py.txt
M vendor/pymssql/pymssql.py
Log Message:
-----------
Got the AppWizard running
The app that it creates still has a lot of problems, mostly with the
dropdowns crashing whenever they are selected. But at least the app is
created and runs.
Commit: 51aef2e6b0f463bd81543d964abcfd85aaa5a46e
https://github.com/dabodev/dabo/commit/51aef2e6b0f463bd81543d964abcfd85aaa5a46e
Author: John Fabiani <[email protected]>
Date: 2020-09-10 (Thu, 10 Sep 2020)
Changed paths:
M ide/CxnEditor.py
Log Message:
-----------
Converted import of UI classes to new way
Commit: fdb7826e16c8b4896c066b5708df90d0ba591a8d
https://github.com/dabodev/dabo/commit/fdb7826e16c8b4896c066b5708df90d0ba591a8d
Author: John Fabiani <[email protected]>
Date: 2020-09-10 (Thu, 10 Sep 2020)
Changed paths:
M ide/HomeDirectoryStatusBar.py
Log Message:
-----------
changed the way the inheritance is called to match new classes
Commit: c3387bedbde9bb45ae78562abb5a1d3307a917c7
https://github.com/dabodev/dabo/commit/c3387bedbde9bb45ae78562abb5a1d3307a917c7
Author: John Fabiani <[email protected]>
Date: 2020-09-10 (Thu, 10 Sep 2020)
Changed paths:
M ide/DragHandle.py
Log Message:
-----------
changed way inheritance is called to match new classes
Commit: 1834d1faca1d5e8cd8ded03c3e50e2b36d6c5af1
https://github.com/dabodev/dabo/commit/1834d1faca1d5e8cd8ded03c3e50e2b36d6c5af1
Author: John Fabiani <johnf.jfcomputer.com>
Date: 2020-09-11 (Fri, 11 Sep 2020)
Changed paths:
M ide/HomeDirectoryStatusBar.py
Log Message:
-----------
changed the why a the inheritance classes are called
Commit: d3413e35b4d38527b6b6d007ab4bee091f18abad
https://github.com/dabodev/dabo/commit/d3413e35b4d38527b6b6d007ab4bee091f18abad
Author: John Fabiani <johnf.jfcomputer.com>
Date: 2020-09-11 (Fri, 11 Sep 2020)
Changed paths:
M demo/Modules.py
M demo/samples/bubblet.py
M demo/samples/dBitmapButton.py
M demo/samples/dButton.py
M demo/samples/dCheckBox.py
M demo/samples/dDateTextBox.py
M demo/samples/dDockTabs.py
M demo/samples/dEditBox.py
M demo/samples/dGauge.py
M demo/samples/dGrid.py
M demo/samples/dGridSizer.py
M demo/samples/dHtmlBox.py
M demo/samples/dHyperLink.py
M demo/samples/dImage.py
M demo/samples/dLabel.py
M demo/samples/dLed.py
M demo/samples/dLinePlot.py
M demo/samples/dPageFrame.py
M demo/samples/dPageList.py
M demo/samples/dPageSelect.py
M demo/samples/dPageStyled.py
M demo/samples/dPageToolBar.py
M demo/samples/dSizer.py
M demo/samples/dSlidePanelControl.py
M demo/samples/dSlider.py
M demo/samples/dSpinner.py
M demo/samples/dTextBox.py
M demo/samples/dToggleButton.py
M demo/samples/dTreeView.py
M demo/samples/games/Minesweeper.py
M demo/samples/games/Montana.py
M demo/samples/games/bubblet/BubblePanel.py
M demo/samples/games/bubblet/BubbletForm.py
M demo/samples/games/bubblet/StatsForm.py
M demo/samples/games/cardlib.py
M demo/samples/minesweeper.py
M demo/samples/montana.py
Log Message:
-----------
adjusted inheritance classes to match the new way to call
Commit: af2d66e846525149c6ca5e99e85cff6e3e27a806
https://github.com/dabodev/dabo/commit/af2d66e846525149c6ca5e99e85cff6e3e27a806
Author: jfabiani <[email protected]>
Date: 2020-09-11 (Fri, 11 Sep 2020)
Changed paths:
M demo/Modules.py
M demo/samples/bubblet.py
M demo/samples/dBitmapButton.py
M demo/samples/dButton.py
M demo/samples/dCheckBox.py
M demo/samples/dDateTextBox.py
M demo/samples/dDockTabs.py
M demo/samples/dEditBox.py
M demo/samples/dGauge.py
M demo/samples/dGrid.py
M demo/samples/dGridSizer.py
M demo/samples/dHtmlBox.py
M demo/samples/dHyperLink.py
M demo/samples/dImage.py
M demo/samples/dLabel.py
M demo/samples/dLed.py
M demo/samples/dLinePlot.py
M demo/samples/dPageFrame.py
M demo/samples/dPageList.py
M demo/samples/dPageSelect.py
M demo/samples/dPageStyled.py
M demo/samples/dPageToolBar.py
M demo/samples/dSizer.py
M demo/samples/dSlidePanelControl.py
M demo/samples/dSlider.py
M demo/samples/dSpinner.py
M demo/samples/dTextBox.py
M demo/samples/dToggleButton.py
M demo/samples/dTreeView.py
M demo/samples/games/Minesweeper.py
M demo/samples/games/Montana.py
M demo/samples/games/bubblet/BubblePanel.py
M demo/samples/games/bubblet/BubbletForm.py
M demo/samples/games/bubblet/StatsForm.py
M demo/samples/games/cardlib.py
M demo/samples/minesweeper.py
M demo/samples/montana.py
Log Message:
-----------
changed the way classes are imported for the new dabo3 classes for dabo demo
Commit: 6340c879baa7658bcd5b5736bb33847c437cf3fd
https://github.com/dabodev/dabo/commit/6340c879baa7658bcd5b5736bb33847c437cf3fd
Author: jfabiani <[email protected]>
Date: 2020-09-11 (Fri, 11 Sep 2020)
Changed paths:
M ide/CxnEditor.py
Log Message:
-----------
changed the imports and it appears to work better
Commit: 4bc969a497522acc4fbbe19191e6ca87f54008bd
https://github.com/dabodev/dabo/commit/4bc969a497522acc4fbbe19191e6ca87f54008bd
Author: jfabiani <[email protected]>
Date: 2020-09-11 (Fri, 11 Sep 2020)
Changed paths:
M ide/HomeDirectoryStatusBar.py
Log Message:
-----------
more changes to imports
Commit: 480c7c2695b766d8989c799da8054a7dce705908
https://github.com/dabodev/dabo/commit/480c7c2695b766d8989c799da8054a7dce705908
Author: jfabiani <[email protected]>
Date: 2020-09-11 (Fri, 11 Sep 2020)
Changed paths:
M dabo/ui/form_mixin.py
Log Message:
-----------
changed the assignment of statusbar - appears to pass but appears not to work
Commit: 9a359ead11156975f133107cf220f5c084d9888f
https://github.com/dabodev/dabo/commit/9a359ead11156975f133107cf220f5c084d9888f
Author: jfabiani <[email protected]>
Date: 2020-09-11 (Fri, 11 Sep 2020)
Changed paths:
M dabo/ui/pem_mixin.py
Log Message:
-----------
replaced dMenuItem with dabo.ui.dMenuItem
Commit: 5a8926d8acd3d755000bec7dd8cebc0a729f1f5a
https://github.com/dabodev/dabo/commit/5a8926d8acd3d755000bec7dd8cebc0a729f1f5a
Author: jfabiani <[email protected]>
Date: 2020-09-12 (Sat, 12 Sep 2020)
Changed paths:
M dabo/ui/__init__.py
Log Message:
-----------
missing EditableList
Commit: 3eef3fa33f1b13e90cdffafd34e21e67c1530aba
https://github.com/dabodev/dabo/commit/3eef3fa33f1b13e90cdffafd34e21e67c1530aba
Author: jfabiani <[email protected]>
Date: 2020-09-12 (Sat, 12 Sep 2020)
Changed paths:
M ide/ClassDesignerComponents.py
M ide/ClassDesignerPropSheet.py
M ide/DragHandle.py
Log Message:
-----------
changes to the imports - allows the
ReportDesigner to open appear to work
Commit: 89674a95745c1512c4142fb5cc3dacf13a4ac9e1
https://github.com/dabodev/dabo/commit/89674a95745c1512c4142fb5cc3dacf13a4ac9e1
Author: jfabiani <[email protected]>
Date: 2020-09-12 (Sat, 12 Sep 2020)
Changed paths:
M ide/ClassDesignerPropSheet.py
Log Message:
-----------
import change to allow opening the property sheet from ReportDesigner without
error
Commit: 7b256a0e645a12c7c168e55385e6b6686a572704
https://github.com/dabodev/dabo/commit/7b256a0e645a12c7c168e55385e6b6686a572704
Author: jfabiani <[email protected]>
Date: 2020-09-12 (Sat, 12 Sep 2020)
Changed paths:
M ide/ReportDesigner.py
Log Message:
-----------
I was getting lot's of these messages:
DeprecationWarning: an integer is required (got type float).
Implicit conversion to integers using __int__ is deprecated, and may be
removed in a future version of Python.
I replaced the floats with a convert to int() to fix the above issues. I'm not
sure this the
best thing to do but I can't see any issues.
The ReportDesigner opens files, saves, the property sheet opens,
the object tree opens. The objects can be moved using the arrow keys.
Dragging does NOT work. The object can't select an object.
ReportDesigner also works with the latest reportlab 3.5.49
Commit: a6c203a2fb4e77b212057f846a8fed1ae6a56430
https://github.com/dabodev/dabo/commit/a6c203a2fb4e77b212057f846a8fed1ae6a56430
Author: jfabiani <[email protected]>
Date: 2020-09-12 (Sat, 12 Sep 2020)
Changed paths:
M ide/ClassDesignerPropSheet.py
Log Message:
-----------
was using 'is' changed to '=='
Commit: 86bcc81e694af165dfc37b02a1e68f403525bd0b
https://github.com/dabodev/dabo/commit/86bcc81e694af165dfc37b02a1e68f403525bd0b
Author: jfabiani <[email protected]>
Date: 2020-09-12 (Sat, 12 Sep 2020)
Changed paths:
M ide/ReportDesigner.py
Log Message:
-----------
missed one of the int converts for the ReportDesigner
Commit: 948b0484186bb8962b2b44d51cc0e8181fb770a6
https://github.com/dabodev/dabo/commit/948b0484186bb8962b2b44d51cc0e8181fb770a6
Author: jfabiani <[email protected]>
Date: 2020-09-13 (Sun, 13 Sep 2020)
Changed paths:
M dabo/ui/__init__.py
M demo/samples/dPageStyled.py
M ide/ClassDesigner.py
M ide/ClassDesignerFormMixin.py
M ide/ClassDesignerTreeSheet.py
Log Message:
-----------
added missing imports and now the ClassDesigner now opens - not working
Commit: 0ad0fa9819f513bfb7480732d0bb4b333f43e575
https://github.com/dabodev/dabo/commit/0ad0fa9819f513bfb7480732d0bb4b333f43e575
Author: Carl Karsten <[email protected]>
Date: 2020-09-14 (Mon, 14 Sep 2020)
Changed paths:
M dabo/dReportWriter.py
Log Message:
-----------
Add support for headless reports (no status bar).
Commit: 076551bf2bfe865f834b3f38521e079c2056e3b6
https://github.com/dabodev/dabo/commit/076551bf2bfe865f834b3f38521e079c2056e3b6
Author: jfabiani <[email protected]>
Date: 2020-09-14 (Mon, 14 Sep 2020)
Changed paths:
M dabo/dReportWriter.py
Log Message:
-----------
Merge pull request #36 from CarlFK/dabo3
Add support for headless reports (no status bar).
Commit: 8ed56e8103798b20684af758a76bbb70a904c455
https://github.com/dabodev/dabo/commit/8ed56e8103798b20684af758a76bbb70a904c455
Author: Carl Karsten <[email protected]>
Date: 2020-09-16 (Wed, 16 Sep 2020)
Changed paths:
M dabo/dReportWriter.py
Log Message:
-----------
Don't import settings a 2nd time, use dabo.implicitImports.
Commit: bde406d90678c03aa05ee2706d9b5248342d4dbe
https://github.com/dabodev/dabo/commit/bde406d90678c03aa05ee2706d9b5248342d4dbe
Author: jfabiani <[email protected]>
Date: 2020-09-17 (Thu, 17 Sep 2020)
Changed paths:
M dabo/dReportWriter.py
Log Message:
-----------
Merge pull request #37 from CarlFK/dabo3
Don't import settings a 2nd time, use dabo.implicitImports.
Commit: 045c5a3774545b048d3756e96bd4c226ab89b613
https://github.com/dabodev/dabo/commit/045c5a3774545b048d3756e96bd4c226ab89b613
Author: jfabiani <[email protected]>
Date: 2020-09-19 (Sat, 19 Sep 2020)
Changed paths:
M dabo/ui/__init__.py
Log Message:
-----------
PyGetDate deprecated
Commit: ab11fb0ff856c9e8021b17fef2aaa1f33d6e9f19
https://github.com/dabodev/dabo/commit/ab11fb0ff856c9e8021b17fef2aaa1f33d6e9f19
Author: jfabiani <[email protected]>
Date: 2020-09-19 (Sat, 19 Sep 2020)
Changed paths:
M dabo/ui/date_text_box.py
M dabo/ui/form_mixin.py
M dabo/ui/text_box_mixin.py
M dabo/ui/ui_calendar.py
Log Message:
-----------
Made an effort to get the calendar to appear using the c key for dDateTextBox.
But unable to get it to work. Decided to replace the Dabo routine to display
the calendar with a simple wxPython calendar dialog. It is not a pretty as a
the old Dabo floating calendar but works well.
Commit: c670e5762fcd3f0b34c8cd91b8f4567188213f21
https://github.com/dabodev/dabo/commit/c670e5762fcd3f0b34c8cd91b8f4567188213f21
Author: John Fabiani <johnf.jfcomputer.com>
Date: 2020-09-20 (Sun, 20 Sep 2020)
Changed paths:
M dabo/ui/date_picker.py
Log Message:
-----------
Old wx.DateTimeFromDMY changed to wx.DateTime.FromDMY
Commit: a5cc06f8d9d352f1c255b01ab564bad783d87617
https://github.com/dabodev/dabo/commit/a5cc06f8d9d352f1c255b01ab564bad783d87617
Author: John Fabiani <johnf.jfcomputer.com>
Date: 2020-09-20 (Sun, 20 Sep 2020)
Changed paths:
M dabo/ui/date_text_box.py
Log Message:
-----------
Linux is passing a empty string and was preventing the shortcut keys from
working
Commit: 6d38796d0d314602d2d7ef8e0871469bb1fcede9
https://github.com/dabodev/dabo/commit/6d38796d0d314602d2d7ef8e0871469bb1fcede9
Author: jfabiani <[email protected]>
Date: 2020-09-22 (Tue, 22 Sep 2020)
Changed paths:
M dabo/db/dDataSet.py
Log Message:
-----------
during testing I discovered that some data fields were being returned from a
dataset select as a string of bytes instead of a plain string. I suspect this
has something to due with python 3.8 and sqlite
Commit: 5632ad4a3c8bea270fa5c3c5f88b1ca07209e0d3
https://github.com/dabodev/dabo/commit/5632ad4a3c8bea270fa5c3c5f88b1ca07209e0d3
Author: jfabiani <[email protected]>
Date: 2020-09-24 (Thu, 24 Sep 2020)
Changed paths:
M dabo/ui/grid.py
Log Message:
-----------
had the wrong error code - wasn't sure what wx.PyAssertionError did so I left
it in
Commit: ffe27c85c4953e8b66a13ea88eee5c8c56cbcc83
https://github.com/dabodev/dabo/commit/ffe27c85c4953e8b66a13ea88eee5c8c56cbcc83
Author: EdLeafe <[email protected]>
Date: 2020-10-03 (Sat, 03 Oct 2020)
Changed paths:
M dabo/ui/data_control_mixin.py
M dabo/ui/form.py
M dabo/ui/grid.py
M dabo/ui/image.py
M dabo/ui/shell.py
M dabo/ui/sizer_mixin.py
Log Message:
-----------
Various cleanups
Commit: cc12baee730cafd7bfd25a9eed336f3976d87efc
https://github.com/dabodev/dabo/commit/cc12baee730cafd7bfd25a9eed336f3976d87efc
Author: EdLeafe <[email protected]>
Date: 2020-12-21 (Mon, 21 Dec 2020)
Changed paths:
M dabo/ui/__init__.py
M dabo/ui/editor.py
M dabo/ui/page_frame_mixin.py
M dabo/ui/text_box_mixin.py
M dabo/ui/uiApp.py
M ide/ClassDesigner.py
M ide/Editor.py
M requirements.txt
Log Message:
-----------
Cleaned up some things to make the Editor work.
Commit: cb1dedc79cb40df6b69631569629ee11d4419dcc
https://github.com/dabodev/dabo/commit/cb1dedc79cb40df6b69631569629ee11d4419dcc
Author: EdLeafe <[email protected]>
Date: 2020-12-25 (Fri, 25 Dec 2020)
Changed paths:
M dabo/dLocalize.py
M dabo/ui/image.py
M dabo/ui/menu.py
M dabo/ui/menu_bar.py
M dabo/ui/menu_item.py
M ide/ClassDesigner.py
M ide/ClassDesignerControlMixin.py
M ide/ClassDesignerEditor.py
M ide/Editor.py
Log Message:
-----------
More cleanups
Commit: 99d3924294d4df812bd6688f69102cc5edce1f89
https://github.com/dabodev/dabo/commit/99d3924294d4df812bd6688f69102cc5edce1f89
Author: EdLeafe <[email protected]>
Date: 2023-06-24 (Sat, 24 Jun 2023)
Changed paths:
M dabo/db/dCursorMixin.py
M dabo/ui/image.py
M dabo/ui/pem_mixin.py
M ide/ClassDesignerEditor.py
Log Message:
-----------
Fixed some name references
Commit: 815c6422650a3dc4498eff49267a0f0703944770
https://github.com/dabodev/dabo/commit/815c6422650a3dc4498eff49267a0f0703944770
Author: EdLeafe <[email protected]>
Date: 2024-11-17 (Sun, 17 Nov 2024)
Changed paths:
M dabo/__init__.py
A dabo/ide/ClassDesigner.py
A dabo/ide/ClassDesignerComponents.py
A dabo/ide/ClassDesignerControlMixin.py
A dabo/ide/ClassDesignerCustomPropertyDialog.py
A dabo/ide/ClassDesignerEditor.py
A dabo/ide/ClassDesignerExceptions.py
A dabo/ide/ClassDesignerFormMixin.py
A dabo/ide/ClassDesignerMenu.py
A dabo/ide/ClassDesignerMethodSheet.py
A dabo/ide/ClassDesignerObjectPropertySheet.py
A dabo/ide/ClassDesignerPemForm.py
A dabo/ide/ClassDesignerPropSheet.py
A dabo/ide/ClassDesignerSizerPalette.py
A dabo/ide/ClassDesignerTreeSheet.py
A dabo/ide/CxnEditor.py
A dabo/ide/DragHandle.py
A dabo/ide/Editor.py
A dabo/ide/HomeDirectoryStatusBar.py
A dabo/ide/MenuDesigner.py
A dabo/ide/MenuDesignerComponents.py
A dabo/ide/MenuDesignerForm.py
A dabo/ide/MenuDesignerMenu.mnxml
A dabo/ide/MenuDesignerPropForm.py
A dabo/ide/MenuPanel.py
A dabo/ide/PrefEditor.cdxml
A dabo/ide/PrefEditor.py
A dabo/ide/ReportDesigner.py
A dabo/ide/__init__.py
A dabo/ide/conn.xsd
A dabo/ide/mover.cdxml
A dabo/ide/sample.cnxml
A dabo/ide/sampleDaboIcon.png
A dabo/ide/sampleReport.rfxml
A dabo/ide/wizards/AppWizard/AppWizard.py
A dabo/ide/wizards/AppWizard/spec-App.py.txt
A dabo/ide/wizards/AppWizard/spec-Biz.py.txt
A dabo/ide/wizards/AppWizard/spec-BizBase.py.txt
A dabo/ide/wizards/AppWizard/spec-Frm.py.txt
A dabo/ide/wizards/AppWizard/spec-FrmBase.py.txt
A dabo/ide/wizards/AppWizard/spec-FrmMain.py.txt
A dabo/ide/wizards/AppWizard/spec-FrmReportBase.py.txt
A dabo/ide/wizards/AppWizard/spec-FrmReportSample.py.txt
A dabo/ide/wizards/AppWizard/spec-Grd.py.txt
A dabo/ide/wizards/AppWizard/spec-GrdBase.py.txt
A dabo/ide/wizards/AppWizard/spec-MenFileOpen.py.txt
A dabo/ide/wizards/AppWizard/spec-MenReports.py.txt
A dabo/ide/wizards/AppWizard/spec-PagBase.py.txt
A dabo/ide/wizards/AppWizard/spec-PagEdit.py.txt
A dabo/ide/wizards/AppWizard/spec-PagEditBase.py.txt
A dabo/ide/wizards/AppWizard/spec-PagSelect.py.txt
A dabo/ide/wizards/AppWizard/spec-PagSelectBase.py.txt
A dabo/ide/wizards/AppWizard/spec-biz__init__.py.txt
A dabo/ide/wizards/AppWizard/spec-buildlin
A dabo/ide/wizards/AppWizard/spec-buildmac
A dabo/ide/wizards/AppWizard/spec-buildwin.bat
A dabo/ide/wizards/AppWizard/spec-db__init__.py.txt
A dabo/ide/wizards/AppWizard/spec-getSampleDataSet.py.txt
A dabo/ide/wizards/AppWizard/spec-main.exe.manifest
A dabo/ide/wizards/AppWizard/spec-main.py.txt
A dabo/ide/wizards/AppWizard/spec-sampleReport.rfxml
A dabo/ide/wizards/AppWizard/spec-setup.py.txt
A dabo/ide/wizards/AppWizard/spec-ui__init__.py.txt
A dabo/ide/wizards/AppWizard/spec-version.py.txt
A dabo/ide/wizards/QLWImageData.py
A dabo/ide/wizards/QuickLayoutWizard.py
A dabo/ide/wizards/__init__.py
M dabo/ui/__init__.py
M dabo/version.py
M demo/samples/games/Montana.py
R ide/ClassDesigner.py
R ide/ClassDesignerComponents.py
R ide/ClassDesignerControlMixin.py
R ide/ClassDesignerCustomPropertyDialog.py
R ide/ClassDesignerEditor.py
R ide/ClassDesignerExceptions.py
R ide/ClassDesignerFormMixin.py
R ide/ClassDesignerMenu.py
R ide/ClassDesignerMethodSheet.py
R ide/ClassDesignerObjectPropertySheet.py
R ide/ClassDesignerPemForm.py
R ide/ClassDesignerPropSheet.py
R ide/ClassDesignerSizerPalette.py
R ide/ClassDesignerTreeSheet.py
R ide/CxnEditor.py
R ide/DragHandle.py
R ide/Editor.py
R ide/HomeDirectoryStatusBar.py
R ide/MenuDesigner.py
R ide/MenuDesignerComponents.py
R ide/MenuDesignerForm.py
R ide/MenuDesignerMenu.mnxml
R ide/MenuDesignerPropForm.py
R ide/MenuPanel.py
R ide/PrefEditor.cdxml
R ide/PrefEditor.py
R ide/ReportDesigner.py
R ide/conn.xsd
R ide/mover.cdxml
R ide/sample.cnxml
R ide/sampleDaboIcon.png
R ide/sampleReport.rfxml
R ide/wizards/AppWizard/AppWizard.py
R ide/wizards/AppWizard/spec-App.py.txt
R ide/wizards/AppWizard/spec-Biz.py.txt
R ide/wizards/AppWizard/spec-BizBase.py.txt
R ide/wizards/AppWizard/spec-Frm.py.txt
R ide/wizards/AppWizard/spec-FrmBase.py.txt
R ide/wizards/AppWizard/spec-FrmMain.py.txt
R ide/wizards/AppWizard/spec-FrmReportBase.py.txt
R ide/wizards/AppWizard/spec-FrmReportSample.py.txt
R ide/wizards/AppWizard/spec-Grd.py.txt
R ide/wizards/AppWizard/spec-GrdBase.py.txt
R ide/wizards/AppWizard/spec-MenFileOpen.py.txt
R ide/wizards/AppWizard/spec-MenReports.py.txt
R ide/wizards/AppWizard/spec-PagBase.py.txt
R ide/wizards/AppWizard/spec-PagEdit.py.txt
R ide/wizards/AppWizard/spec-PagEditBase.py.txt
R ide/wizards/AppWizard/spec-PagSelect.py.txt
R ide/wizards/AppWizard/spec-PagSelectBase.py.txt
R ide/wizards/AppWizard/spec-biz__init__.py.txt
R ide/wizards/AppWizard/spec-buildlin
R ide/wizards/AppWizard/spec-buildmac
R ide/wizards/AppWizard/spec-buildwin.bat
R ide/wizards/AppWizard/spec-db__init__.py.txt
R ide/wizards/AppWizard/spec-getSampleDataSet.py.txt
R ide/wizards/AppWizard/spec-main.exe.manifest
R ide/wizards/AppWizard/spec-main.py.txt
R ide/wizards/AppWizard/spec-sampleReport.rfxml
R ide/wizards/AppWizard/spec-setup.py.txt
R ide/wizards/AppWizard/spec-ui__init__.py.txt
R ide/wizards/AppWizard/spec-version.py.txt
R ide/wizards/QLWImageData.py
R ide/wizards/QuickLayoutWizard.py
R ide/wizards/__init__.py
Log Message:
-----------
Moved ide into dabo project.
Commit: d04317a380bc69ba2c462e05c13ee63caa5b6fe6
https://github.com/dabodev/dabo/commit/d04317a380bc69ba2c462e05c13ee63caa5b6fe6
Author: EdLeafe <[email protected]>
Date: 2024-11-17 (Sun, 17 Nov 2024)
Changed paths:
M dabo/__init__.py
M dabo/biz/RemoteBizobj.py
M dabo/biz/__init__.py
M dabo/biz/dAutoBizobj.py
M dabo/biz/dBizobj.py
M dabo/biz/test/test_dBizobj.py
M dabo/biz/test/test_mm.py
M dabo/dApp.py
M dabo/dBug.py
M dabo/dColors.py
M dabo/dEvents.py
M dabo/dException.py
M dabo/dLocalize.py
M dabo/dObject.py
M dabo/dPref.py
M dabo/dReportWriter.py
M dabo/dSecurityManager.py
M dabo/dUserSettingProvider.py
M dabo/db/__init__.py
M dabo/db/dBackend.py
M dabo/db/dConnectInfo.py
M dabo/db/dConnection.py
M dabo/db/dCursorMixin.py
M dabo/db/dDataSet.py
M dabo/db/dNoEscQuoteStr.py
M dabo/db/dTable.py
M dabo/db/dbFirebird.py
M dabo/db/dbMsSQL.py
M dabo/db/dbMySQL.py
M dabo/db/dbOracle.py
M dabo/db/dbPostgreSQL.py
M dabo/db/dbSQLite.py
M dabo/db/dbTemplate.py
M dabo/db/dbWeb.py
M dabo/db/test/test_dConnectInfo.py
M dabo/db/test/test_dConnection.py
M dabo/db/test/test_dCursorMixin.py
M dabo/icons/__init__.py
M dabo/ide/ClassDesigner.py
M dabo/ide/ClassDesignerComponents.py
M dabo/ide/ClassDesignerControlMixin.py
M dabo/ide/ClassDesignerCustomPropertyDialog.py
M dabo/ide/ClassDesignerEditor.py
M dabo/ide/ClassDesignerExceptions.py
M dabo/ide/ClassDesignerFormMixin.py
M dabo/ide/ClassDesignerMenu.py
M dabo/ide/ClassDesignerMethodSheet.py
M dabo/ide/ClassDesignerObjectPropertySheet.py
M dabo/ide/ClassDesignerPemForm.py
M dabo/ide/ClassDesignerPropSheet.py
M dabo/ide/ClassDesignerSizerPalette.py
M dabo/ide/ClassDesignerTreeSheet.py
M dabo/ide/CxnEditor.py
M dabo/ide/DragHandle.py
M dabo/ide/Editor.py
M dabo/ide/HomeDirectoryStatusBar.py
M dabo/ide/MenuDesigner.py
M dabo/ide/MenuDesignerComponents.py
M dabo/ide/MenuDesignerForm.py
M dabo/ide/MenuDesignerPropForm.py
M dabo/ide/MenuPanel.py
M dabo/ide/PrefEditor.py
M dabo/ide/ReportDesigner.py
M dabo/ide/__init__.py
M dabo/ide/wizards/AppWizard/AppWizard.py
M dabo/ide/wizards/QLWImageData.py
M dabo/ide/wizards/QuickLayoutWizard.py
M dabo/lib/DesignerClassConverter.py
M dabo/lib/DesignerUtils.py
M dabo/lib/EasyDialogBuilder.py
M dabo/lib/RemoteConnector.py
M dabo/lib/SimpleCrypt.py
M dabo/lib/StopWatch.py
M dabo/lib/caselessDict.py
M dabo/lib/connParser.py
M dabo/lib/datanav/Bizobj.py
M dabo/lib/datanav/Form.py
M dabo/lib/datanav/Grid.py
M dabo/lib/datanav/Page.py
M dabo/lib/datanav/PageFrame.py
M dabo/lib/datanav/__init__.py
M dabo/lib/dates.py
M dabo/lib/eventMixin.py
M dabo/lib/logger.py
M dabo/lib/manifest.py
M dabo/lib/profilehooks.py
M dabo/lib/propertyHelperMixin.py
M dabo/lib/reportUtils.py
M dabo/lib/reportWriter.py
M dabo/lib/reporting_stefano/objects.py
M dabo/lib/reporting_stefano/report.py
M dabo/lib/reporting_stefano/serialization/attributes.py
M dabo/lib/reporting_stefano/serialization/children.py
M dabo/lib/reporting_stefano/serialization/serialization.py
M dabo/lib/reporting_stefano/serialization/xmlserializer.py
M dabo/lib/reporting_stefano/util.py
M dabo/lib/reporting_tests/invoice_demo/invoice_progressControl.py
M dabo/lib/specParser.py
M dabo/lib/test/test_dates.py
M dabo/lib/test/test_utils.py
M dabo/lib/untabify.py
M dabo/lib/utils.py
M dabo/lib/xmltodict.py
M dabo/settings.py
M dabo/ui/__init__.py
M dabo/ui/alignment_mixin.py
M dabo/ui/auto_complete.py
M dabo/ui/base_menu_bar.py
M dabo/ui/bitmap.py
M dabo/ui/bitmap_button.py
M dabo/ui/border_sizer.py
M dabo/ui/borderless_button.py
M dabo/ui/box.py
M dabo/ui/button.py
M dabo/ui/check_box.py
M dabo/ui/check_list.py
M dabo/ui/collapsible_panel.py
M dabo/ui/color_dialog.py
M dabo/ui/combo_box.py
M dabo/ui/concordance.py
M dabo/ui/control_item_mixin.py
M dabo/ui/control_mixin.py
M dabo/ui/data_control_mixin.py
M dabo/ui/date_picker.py
M dabo/ui/date_text_box.py
M dabo/ui/dialog.py
M dabo/ui/dialogs/HotKeyEditor.py
M dabo/ui/dialogs/PreferenceDialog.py
M dabo/ui/dialogs/SortingForm.py
M dabo/ui/dialogs/Wizard.py
M dabo/ui/dialogs/WizardPage.py
M dabo/ui/dialogs/about.py
M dabo/ui/dialogs/htmlAbout.py
M dabo/ui/dialogs/infoMessage.py
M dabo/ui/dialogs/login.py
M dabo/ui/dock_form.py
M dabo/ui/dropdown_list.py
M dabo/ui/edit_box.py
M dabo/ui/editable_list.py
M dabo/ui/editor.py
M dabo/ui/file_dialog.py
M dabo/ui/font.py
M dabo/ui/font_dialog.py
M dabo/ui/form.py
M dabo/ui/form_main.py
M dabo/ui/form_mixin.py
M dabo/ui/gauge.py
M dabo/ui/gl_window.py
M dabo/ui/grid.py
M dabo/ui/grid_renderers.py
M dabo/ui/grid_sizer.py
M dabo/ui/html_box.py
M dabo/ui/hyper_link.py
M dabo/ui/image.py
M dabo/ui/image_mixin.py
M dabo/ui/keys.py
M dabo/ui/label.py
M dabo/ui/led.py
M dabo/ui/line.py
M dabo/ui/line_plot.py
M dabo/ui/list_box.py
M dabo/ui/list_control.py
M dabo/ui/masked_text_box.py
M dabo/ui/media_control.py
M dabo/ui/menu.py
M dabo/ui/menu_bar.py
M dabo/ui/menu_item.py
M dabo/ui/message_box.py
M dabo/ui/numeric_box.py
M dabo/ui/page.py
M dabo/ui/page_frame.py
M dabo/ui/page_frame_mixin.py
M dabo/ui/page_frame_no_tabs.py
M dabo/ui/panel.py
M dabo/ui/pdf_window.py
M dabo/ui/pem_mixin.py
M dabo/ui/progress_dialog.py
M dabo/ui/radio_list.py
M dabo/ui/report_progress.py
M dabo/ui/rich_text_box.py
M dabo/ui/search_box.py
M dabo/ui/shell.py
M dabo/ui/sizer.py
M dabo/ui/sizer_mixin.py
M dabo/ui/slide_panel_control.py
M dabo/ui/slider.py
M dabo/ui/spinner.py
M dabo/ui/split_form.py
M dabo/ui/splitter.py
M dabo/ui/status_bar.py
M dabo/ui/test.py
M dabo/ui/test_dForm.py
M dabo/ui/test_dTextBox.py
M dabo/ui/text_box.py
M dabo/ui/text_box_mixin.py
M dabo/ui/timer.py
M dabo/ui/toggle_button.py
M dabo/ui/tool_bar.py
M dabo/ui/tree_view.py
M dabo/ui/uiApp.py
M dabo/ui/ui_calendar.py
Log Message:
-----------
black formatted; began dabo namespace refactor
Commit: ff1585c7ff74a20530a5227a23874ac5d1b5c327
https://github.com/dabodev/dabo/commit/ff1585c7ff74a20530a5227a23874ac5d1b5c327
Author: EdLeafe <[email protected]>
Date: 2024-11-17 (Sun, 17 Nov 2024)
Changed paths:
M dabo/ui/data_control_mixin.py
M dabo/ui/date_picker.py
M dabo/ui/date_text_box.py
M dabo/ui/dialog.py
M dabo/ui/dock_form.py
M dabo/ui/dropdown_list.py
M dabo/ui/edit_box.py
M dabo/ui/editable_list.py
M dabo/ui/editor.py
M dabo/ui/file_dialog.py
M dabo/ui/font.py
M dabo/ui/font_dialog.py
M dabo/ui/form.py
M dabo/ui/form_main.py
M dabo/ui/form_mixin.py
M dabo/ui/gauge.py
M dabo/ui/gl_window.py
M dabo/ui/grid.py
M dabo/ui/grid_renderers.py
M dabo/ui/grid_sizer.py
M dabo/ui/html_box.py
M dabo/ui/hyper_link.py
A pyproject.toml
A uv.lock
Log Message:
-----------
More dabo namespace refactoring
Commit: 5ff55b68efea79d8ccff9d33d40a123f1f75e265
https://github.com/dabodev/dabo/commit/5ff55b68efea79d8ccff9d33d40a123f1f75e265
Author: EdLeafe <[email protected]>
Date: 2024-11-17 (Sun, 17 Nov 2024)
Changed paths:
M dabo/ui/icons.py
M dabo/ui/image.py
M dabo/ui/image_mixin.py
M dabo/ui/keys.py
M dabo/ui/label.py
M dabo/ui/led.py
M dabo/ui/line.py
M dabo/ui/line_plot.py
M dabo/ui/list_box.py
M dabo/ui/list_control.py
M dabo/ui/masked_text_box.py
M dabo/ui/media_control.py
M dabo/ui/menu.py
M dabo/ui/menu_bar.py
M dabo/ui/menu_item.py
M dabo/ui/message_box.py
M dabo/ui/numeric_box.py
M dabo/ui/object_inspector.py
M dabo/ui/page.py
M dabo/ui/page_frame.py
M dabo/ui/page_frame_mixin.py
M dabo/ui/page_frame_no_tabs.py
M dabo/ui/panel.py
M dabo/ui/pdf_window.py
M dabo/ui/pem_mixin.py
M dabo/ui/progress_dialog.py
Log Message:
-----------
More dabo namespace refactoring
Commit: 5ba8f1e8e6b7bef5295a4a81debff506c9581434
https://github.com/dabodev/dabo/commit/5ba8f1e8e6b7bef5295a4a81debff506c9581434
Author: EdLeafe <[email protected]>
Date: 2024-11-17 (Sun, 17 Nov 2024)
Changed paths:
M dabo/dApp.py
M dabo/dBug.py
M dabo/settings.py
M dabo/ui/report_progress.py
M dabo/ui/rich_text_box.py
M dabo/ui/search_box.py
M dabo/ui/shell.py
M dabo/ui/sizer.py
M dabo/ui/sizer_mixin.py
M dabo/ui/slide_panel_control.py
M dabo/ui/slider.py
M dabo/ui/spinner.py
M dabo/ui/split_form.py
M dabo/ui/splitter.py
M dabo/ui/status_bar.py
M dabo/ui/test.py
M dabo/ui/test_dEditBox.py
M dabo/ui/test_dForm.py
M dabo/ui/test_dTextBox.py
M dabo/ui/text_box.py
M dabo/ui/text_box_mixin.py
M dabo/ui/timer.py
M dabo/ui/toggle_button.py
M dabo/ui/tool_bar.py
Log Message:
-----------
mode namespace refactoring
Commit: da949173f86da0f360d384ad73b870145bec1c51
https://github.com/dabodev/dabo/commit/da949173f86da0f360d384ad73b870145bec1c51
Author: EdLeafe <[email protected]>
Date: 2024-11-18 (Mon, 18 Nov 2024)
Changed paths:
M .gitignore
M INSTALL.md
M dabo/LICENSE.TXT
M dabo/__init__.py
M dabo/dEvents.py
M dabo/dLocalize.py
M dabo/dObject.py
M dabo/dPref.py
M dabo/dReportWriter.py
M dabo/dSecurityManager.py
M dabo/dUserSettingProvider.py
M dabo/settings.py
M dabo/version.py
Log Message:
-----------
completed dabo namespace refactoring. Still needs work, though
Commit: 2994f0e12139e4251b283f57a2aa51446aa32b0a
https://github.com/dabodev/dabo/commit/2994f0e12139e4251b283f57a2aa51446aa32b0a
Author: EdLeafe <[email protected]>
Date: 2024-11-18 (Mon, 18 Nov 2024)
Changed paths:
M dabo/dLocalize.py
M dabo/settings.py
Log Message:
-----------
cleanup
Compare: https://github.com/dabodev/dabo/compare/91bf63a61b16%5E...2994f0e12139
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]