138 Commits (eb18dc91d072ad7f593706a5e9c212735896e2b2)

Author SHA1 Message Date
Alexander Gordeyev f14eb000e5 move multi Chooser logic from BaseFileChooser; 9 years ago
chriskiehl e078e433a6 Fixed missing import 9 years ago
Alexander Gordeyev 254dbd1a6b add option to disable progress bar animation on Windows 7 9 years ago
Alexander Gordeyev b40bc52160 implement progress bar 9 years ago
Alexander Gordeyev 369b7898b0 implement Stop button 9 years ago
Alexander Gordeyev ac25d0e34d make quoting implicit 9 years ago
Alexander Gordeyev f6aee1463b add cx_freeze support 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 d99aef0858 Prevent child program from executing on window level close 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
chriskiehl d67f7d0680 Add monospace font support - issue #96 9 years ago
chriskiehl a267454058 Removed print statements 9 years ago
chriskiehl f42547fbe8 added ignore gooey flag 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 653f5b858d Swapped to internal pubsub framework for better cross platform support 9 years ago
chriskiehl 602f22b420 pubsub clone for linux 9 years ago
chriskiehl a7b0f618e7 expanded i18n coverage. Fixed layout issues 9 years ago
chriskiehl 47f5f3717a added 'back to edit' button on final screen. All events now driven via pubsub 9 years ago
chriskiehl 11aa02aa1c More pubsub changes. Added title section to subparser configs. New layout options 9 years ago
chriskiehl 0547f11be2 Renamed AdvancedConfig to ConfigPanel 9 years ago
chriskiehl 7add1bdce9 Bug fix: MultiFileChooser returning single results 9 years ago
chriskiehl c0c7462a33 Refactored to pubsub 9 years ago
chriskiehl eba8f09fd5 removed dead code 9 years ago
chriskiehl a9e2357157 Project cleanup 9 years ago
chriskiehl 78aa9e81c3 i18n cleanup 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 2085a91835 Removed old code 9 years ago
chriskiehl b00ba13c44 Added layout manager shell for subparsers. Converted core gui components to work with new data schema 9 years ago
chriskiehl 5e34466996 Minor code cleanup. Added __repr__ 9 years ago
chriskiehl 1f3f2deefb Added additional convenience methods 9 years ago
chriskiehl c1f8314e9b convenience _ method 9 years ago
chriskiehl e6d72cf89a replaced lazy class with module methods 9 years ago
chriskiehl 6ae66a9bd4 Big fix: issue #87 - Exception when all arguments are optional 9 years ago
chriskiehl 5220b4a139 Better method for getting Argparse - (SylvainDe's suggestion) 9 years ago
chriskiehl 3292184d64 Version bump 9 years ago
chriskiehl 7e9c1324b0 Bug Fix - required not honoring action type (issue #85) 9 years ago