Replace string formatting "%s" with "format()" method |
|
More...
|
about 8 years ago
|
dbr.about: Organize imports |
|
More...
|
about 8 years ago
|
String changes |
|
More...
|
about 8 years ago
|
init: Read & set custom dialogs setting from config |
|
More...
|
about 8 years ago
|
main: Write dialogs setting to config in real time |
|
More...
|
about 8 years ago
|
main: Remove OnMaximize method & fix window size & pos not saved |
|
More...
|
about 8 years ago
|
dbr.config: Print some error & warning messages |
|
More...
|
about 8 years ago
|
main: Add menu option to toggle tooltips on/off |
|
More...
|
about 8 years ago
|
globals.ident: Add ID_DIALOGS & ID_MENU_TT |
|
More...
|
about 8 years ago
|
Fix & optimize changing wizard pages from menu |
|
More...
|
about 8 years ago
|
dbr.constants: Remove IDs that are included in globals.ident |
|
More...
|
about 8 years ago
|
dbr.dialogs: Fix 'GetFileOpenDialog' |
|
More...
|
about 8 years ago
|
Use wx.GetApp().GetTopWindow() in place of members & methods |
|
More...
|
about 8 years ago
|
changelog: Add dependency list fixes |
|
More...
|
about 8 years ago
|
wiz_bin.depends: Optimizations |
|
More...
|
about 8 years ago
|
wiz_bin.depends: Remove self.parent member |
|
More...
|
about 8 years ago
|
wiz_bin.depends: Change 'id' to 'key_id' in SetDepends method |
|
More...
|
about 8 years ago
|
wiz_bin.depends: Append items to list rather than prepend |
|
More...
|
about 8 years ago
|
wiz_bin.depends: Fix removing multiple items from list |
|
More...
|
about 8 years ago
|
wiz_bin.depends: Fix SelectAll method |
|
More...
|
about 8 years ago
|
wiz_bin.depends: Use wx.ListView instead of wx.ListCtrl |
|
More...
|
about 8 years ago
|
wiz_bin.depends: Fixes for appending |
|
More...
|
about 8 years ago
|
rename wiz_bin.clog to wiz_bin.changelog |
|
More...
|
about 8 years ago
|
changelog: Add menu launcher changes |
|
More...
|
about 8 years ago
|
wiz_bin.build: Organize imports |
|
More...
|
about 8 years ago
|
wiz_bin.build: Use TextIsEmpty() instead of comparing to wx.EmptyString |
|
More...
|
about 8 years ago
|
wiz_bin.build: Require Filename input if not using "Name" for filename |
|
More...
|
about 8 years ago
|
wiz_bin.build: Use 'required_ok' in OnBuild to be more clear |
|
More...
|
about 8 years ago
|
wiz_bin.build: Use page_menu.GetOutputFilename() for launcher filename |
|
More...
|
about 8 years ago
|
wiz_bin.menu: Add GetOutputFilename method |
|
More...
|
about 8 years ago
|