Branch: refs/heads/dabo3
  Home:   https://github.com/dabodev/dabo
  Commit: 65027d1c2af2b753f58bf9402c57df44fda0ce31
      
https://github.com/dabodev/dabo/commit/65027d1c2af2b753f58bf9402c57df44fda0ce31
  Author: EdLeafe <[email protected]>
  Date:   2019-01-28 (Mon, 28 Jan 2019)

  Changed paths:
    R dabo/lib/dejavuJSON.py

  Log Message:
  -----------
  Removed the dejavuJSON file

It doesn't seem to be supported any more, so I'm removing it.


  Commit: bb4193186ef6aaa33633261efcc43096d750db85
      
https://github.com/dabodev/dabo/commit/bb4193186ef6aaa33633261efcc43096d750db85
  Author: EdLeafe <[email protected]>
  Date:   2019-01-28 (Mon, 28 Jan 2019)

  Changed paths:
    M dabo/biz/dBizobj.py
    M dabo/dApp.py
    M dabo/db/dBackend.py
    M dabo/db/dDataSet.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/dbTemplate.py
    M dabo/db/dbWeb.py
    M dabo/lib/DesignerClassConverter.py
    M dabo/lib/EasyDialogBuilder.py
    M dabo/lib/datanav/PageFrame.py
    M dabo/lib/reportWriter.py
    M dabo/ui/__init__.py
    M dabo/ui/dAutoComplete.py
    M dabo/ui/dBaseMenuBar.py
    M dabo/ui/dBitmap.py
    M dabo/ui/dBitmapButton.py
    M dabo/ui/dBorderSizer.py
    M dabo/ui/dBorderlessButton.py
    M dabo/ui/dBox.py
    M dabo/ui/dButton.py
    M dabo/ui/dCalendar.py
    M dabo/ui/dCheckList.py
    M dabo/ui/dCollapsiblePanel.py
    M dabo/ui/dComboBox.py
    M dabo/ui/dDatePicker.py
    M dabo/ui/dDialog.py
    M dabo/ui/dDropdownList.py
    M dabo/ui/dEditableList.py
    M dabo/ui/dEditor.py
    M dabo/ui/dForm.py
    M dabo/ui/dFormMixin.py
    M dabo/ui/dGauge.py
    M dabo/ui/dGlWindow.py
    M dabo/ui/dGrid.py
    M dabo/ui/dGridSizer.py
    M dabo/ui/dHtmlBox.py
    M dabo/ui/dHyperLink.py
    M dabo/ui/dImage.py
    M dabo/ui/dLabel.py
    M dabo/ui/dLine.py
    M dabo/ui/dLinePlot.py
    M dabo/ui/dListBox.py
    M dabo/ui/dListControl.py
    M dabo/ui/dMaskedTextBox.py
    M dabo/ui/dMediaControl.py
    M dabo/ui/dMenu.py
    M dabo/ui/dMessageBox.py
    M dabo/ui/dNumericBox.py
    M dabo/ui/dPageFrame.py
    M dabo/ui/dPanel.py
    M dabo/ui/dPdfWindow.py
    M dabo/ui/dPemMixin.py
    M dabo/ui/dProgressDialog.py
    M dabo/ui/dRadioList.py
    M dabo/ui/dRichTextBox.py
    M dabo/ui/dSearchBox.py
    M dabo/ui/dShell.py
    M dabo/ui/dSizer.py
    M dabo/ui/dSizerMixin.py
    M dabo/ui/dSlidePanelControl.py
    M dabo/ui/dSlider.py
    M dabo/ui/dSpinner.py
    M dabo/ui/dSplitter.py
    M dabo/ui/dStatusBar.py
    M dabo/ui/dToggleButton.py
    M dabo/ui/dToolBar.py
    M dabo/ui/dTreeView.py
    M dabo/ui/uiApp.py

  Log Message:
  -----------
  Changed all the __init__() superclass calls

Dabo was created with very specific calls to superclasses, since the
Dabo-level controls required different parameters than the wx-level
classes. Apparently that won't work with wxPython 4.x, which requires
that super() be used or it will error out. So this is a gross change
replacing all those individual class-based calls to __init__() with the
super() version. There might be some conflicts, as this hasn't been
fully tested due to other issues, but it's a start.


Compare: https://github.com/dabodev/dabo/compare/74f2d8907b92...bb4193186ef6
      **NOTE:** GitHub Services has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      We will provide an alternative path for the email notifications by 
January 31st, 2019.


--- StripMime Report -- processed MIME parts ---
multipart/mixed
  text/plain (text body -- kept)
---

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: 
http://leafe.com/archives/byMID/5c4fbd63999a1_56b22b1ac3fca57c82...@hookshot-fe-da92815.cp1-iad.github.net.mail

Reply via email to