77 Commits (0b15409db4a2df7dea9fdd000311b2a943c40a04)

Author SHA1 Message Date
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
chriskiehl 569f57d18d added cmd tools. Added feature to allow dumping build_spec to disk for 9 years ago
chriskiehl f9e9966f2d added cmd tools. moved config generation to own module 9 years ago
chriskiehl e7a141c66f Linked variable cols lengths to build spec 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