Branch: refs/heads/dabo3
  Home:   https://github.com/dabodev/dabo
  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 <e...@leafe.com>
  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 <e...@leafe.com>
  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


Compare: https://github.com/dabodev/dabo/compare/fdfb198a0750...5bd5c0b35c99

_______________________________________________
Post Messages to: Dabo-dev@leafe.com
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/dabo3/fdfb19-5bd...@github.com

Reply via email to