25 Commits (3963fce0af66ef829fbeda5f85b4aaafa658b420)

Author SHA1 Message Date
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 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 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
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
chriskiehl d20d7b6a60 Update 10 years ago
chriskiehl a9c763ec58 Added file/Calendar/DirChooser implementations 10 years ago
Adi Foulger 2898c1540e Fixing Exception 10 years ago
chriskiehl 37debcc050 Fixed Nargs issue (#39) 10 years ago
chriskiehl 7c81848eff Fixed a bug in base_window where None was being passed as a param when ArgumentParser.description was empty 10 years ago
chriskiehl fb03c36556 Added payload field to EmptyClientApp to facilitate running without argparse (issue #43 & #42) 10 years ago
chriskiehl 97f9ca4fe6 Fixed double icon bug (Issue #27) 10 years ago
chriskiehl 9a5101a6b3 Added Restart Button in the footer. 10 years ago
chriskiehl dfd40fcaac Removed parameters being passed to Gooey in mock app. 10 years ago
martijn 8f9cff2848 Added dutch language, fixed other languages not loading bug and replaced two instances of hard coded english with i18n.translate 10 years ago
chriskiehl 20bc3f0d50 Replaced duplicated code with utility funcs in styling.py 10 years ago
chriskiehl 6e2a063da1 Updated Controller to accept instance of controlled class -- going to refactor so that the weird "register_controller" thing doesn't need to happen 10 years ago
chriskiehl c9959dedb6 Flattened project structure 10 years ago