34 Commits (6477dfebfd6d7702742572861c570e431f5e7408)

Author SHA1 Message Date
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
chriskiehl d2decc1b94 Fixed issue #55. Removed basic layout class in favor of json layout build_spec. Fixed restart button. Fixed all run modes 9 years ago
chriskiehl d226c81fc7 Removed debug statements 10 years ago
chriskiehl 8284b7224c Added drag/drop support to plain text fields 10 years ago
chriskiehl bda9992b0d Added drag and drop support 10 years ago
chriskiehl c7e65bd1c0 Moved GooeyParser into its own module and added it to __init__ imports; Fixed bug in widget_pack that was feeding incorrect value 10 years ago
chriskiehl 8025265366 More project restructuring. Fixed bugs in widget_pack's getvalue methods, changed how parsing is done. Started updating the fantastically out of date unittests. Getting close! 10 years ago
chriskiehl a39924948c Changes Project structure. Added doubleBuffering on panels to reduce flicker 10 years ago
chriskiehl c610b784a2 Chagned from directly running python code, to executing a path via Popen to facilitate using Gooey with other languages. Add additional configration options to GUI (still in progress). First pass at project restructure to make things easier to find. 10 years ago