1
I Use This!
Activity Not Available

Commits : Listings

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