61 Commits (eb18dc91d072ad7f593706a5e9c212735896e2b2)

Author SHA1 Message Date
chriskiehl a4d69b5f56 copy-pasta textarea component 8 years ago
chriskiehl e9a6afe4db closes #157 - fix unicode decode error in subparser 8 years ago
chriskiehl 72141f66e6 Issue #151 - fixed choices not loading in UI 8 years ago
chriskiehl b0042f6362 Reapply button binding 8 years ago
chriskiehl 40c7c16629 Project cleanup 8 years ago
chriskiehl 2d7f993c9d Remove unused code 8 years ago
chriskiehl b17f575842 Refactoring to PresentationModel 8 years ago
chriskiehl b5a1303222 filling out model 8 years ago
chriskiehl 6c4c087f7a Decoupling views 8 years ago
chriskiehl 7315e2f259 Fix typo 8 years ago
Alexander Gordeyev a379079d0a fix progress_bar merging 8 years ago
chriskiehl a907e8ba37 Remove old controller implementation 8 years ago
Shura1oplot 1095dca00e revert "make quoting implicit" 9 years ago
Shura1oplot ac042fcb3d delete duplicated method 9 years ago
Alexander Gordeyev 7b00b5ccb7 disable quoting if nargs specified 9 years ago
Alexander Gordeyev 8f2b951d18 linter fixes 9 years ago
Alexander Gordeyev 9b9167df30 fix args ordering 9 years ago
Alexander Gordeyev f14eb000e5 move multi Chooser logic from BaseFileChooser; 9 years ago
Alexander Gordeyev 369b7898b0 implement Stop button 9 years ago
Alexander Gordeyev ac25d0e34d make quoting implicit 9 years ago
Joaquin Santos 0d94e19c81 Set default state in a CheckBox 9 years ago
chriskiehl aa36d2f39a Removed hard-coded title from StaticBox constructor 9 years ago
chriskiehl da852095a1 Issue #98 Pt II - Replaced close method with EndModal to force ID_OK return 9 years ago
chriskiehl 8f4b1aee59 Force ISO date in datepicker 9 years ago
chriskiehl 36333881f5 Issue #98 - fixed missing ID on calendar widget 9 years ago
Alexander Gordeyev 2c11d15f1d make checkbox label clickable 9 years ago
chriskiehl 7134a4dfe6 Issue #93 - populate Gooey with defaults 9 years ago
chriskiehl 6ec6a3a510 Issue #92 - missing return statement 9 years ago
chriskiehl 20cf164721 Fixed quote wrapping bug 9 years ago
chriskiehl 4038cae503 Fixed missing *kwargs param. Wrapped path output in quotes 9 years ago
Roshgar 27116a5974 Code is DRY 9 years ago
Roshgar 6b5d211e32 Update widget_pack.py 9 years ago
Roshgar 4807f28aa9 Update components.py 9 years ago
Roshgar aac3703554 Update components.py 9 years ago
Roshgar 7cd7df8c75 Added MDD to widget_pack 9 years ago
chriskiehl a7b0f618e7 expanded i18n coverage. Fixed layout issues 9 years ago
chriskiehl 11aa02aa1c More pubsub changes. Added title section to subparser configs. New layout options 9 years ago
chriskiehl 7add1bdce9 Bug fix: MultiFileChooser returning single results 9 years ago
chriskiehl 62ae1cdfc5 pep8 for wx_utils 9 years ago
chriskiehl c506babcde renamed styling to wx_util 9 years ago
chriskiehl 0e430ae31b Moved styling.py to utils 9 years ago
chriskiehl 5e34466996 Minor code cleanup. Added __repr__ 9 years ago
chriskiehl 7e9c1324b0 Bug Fix - required not honoring action type (issue #85) 9 years ago
chriskiehl 6839ff93ed Unhooked the json generation from the GUI generation. Refactorings 9 years ago
chriskiehl b1c2a9d0b1 Fixed issue in widget_pack that returned None for positional args. Minor code cleanup 9 years ago
Stephen L 3708d25a12 fix: empty optional arguments are not supplied from Gooey back to the script anymore (and thus their default values can be managed by argparse) 9 years ago
Stephen L 2c214e5e82 fix: help description for arguments with nargs 9 years ago
chriskiehl d83ab61bff Swapping out method calls - issue #76 9 years ago
Eric Amorde 2b61019f47 Quote file paths to handle spaces in file names 9 years ago
chriskiehl 15b1aa7c2e Added WidgetTypes to allow file saving, opening, and miltifile select 9 years ago