12 Commits (e30304ee1cd90763f072e350aa850313e1d4a06b)

Author SHA1 Message Date
chriskiehl 7e9c1324b0 Bug Fix - required not honoring action type (issue #85) 9 years ago
chriskiehl b1c2a9d0b1 Fixed issue in widget_pack that returned None for positional args. Minor code cleanup 10 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) 10 years ago
chriskiehl d83ab61bff Swapping out method calls - issue #76 10 years ago
Eric Amorde 2b61019f47 Quote file paths to handle spaces in file names 10 years ago
chriskiehl 15b1aa7c2e Added WidgetTypes to allow file saving, opening, and miltifile select 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
chriskiehl 6a64e5e88d Removed dependency on argparse for building the GUI - now uses json. Fixed bugs in components resizing. Changed gooey_decorator to use the new json backed GUI builder 10 years ago
chriskiehl 575f441f18 Added Radio buttons to components2 10 years ago
chriskiehl 62bfaa23c8 Added WidgetPack interface, added components2 - experimental structure for gui elements 10 years ago