12 Commits (ddda9a1521f944220f4af46d4f78a4dd02446cbf)

Author SHA1 Message Date
chriskiehl 00fa06ff9e Subparser support in argparse -> json. pep8 changes 9 years ago
chriskiehl 81a262f2dd added subparser support 9 years ago
chriskiehl 7e9c1324b0 Bug Fix - required not honoring action type (issue #85) 9 years ago
chriskiehl c751e767f6 Fixed dumb bug where any supplied type was defaulting to FileChooser 9 years ago
chriskiehl d7db4f3039 Fixed duplication bug - issue #78 9 years ago
chriskiehl 15b1aa7c2e Added WidgetTypes to allow file saving, opening, and miltifile select 9 years ago
chriskiehl 2249604446 Added support for argparse.FileType to json mapper issue #59 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 10 years ago
chriskiehl d226c81fc7 Removed debug statements 10 years ago
chriskiehl c0318c7e97 Added GooeyParser - wrapper for Argparse to allow custom widget desclarations 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