42 Commits (52112561d4842c8f9cdd62f1c5acc7e5955b6073)

Author SHA1 Message Date
unknown dc6386c3a9 Added python 3 compatibility 7 years ago
leo 897189b7fd Implementation of PasswordField custom widget 7 years ago
chriskiehl a4d69b5f56 copy-pasta textarea component 8 years ago
chriskiehl 72141f66e6 Issue #151 - fixed choices not loading in UI 8 years ago
chriskiehl b0042f6362 Reapply button binding 9 years ago
chriskiehl 40c7c16629 Project cleanup 9 years ago
chriskiehl b5a1303222 filling out model 9 years ago
chriskiehl 6c4c087f7a Decoupling views 9 years ago
chriskiehl a907e8ba37 Remove old controller implementation 9 years ago
Shura1oplot 1095dca00e revert "make quoting implicit" 9 years ago
Shura1oplot ac042fcb3d delete duplicated method 9 years ago
Alexander Gordeyev 7b00b5ccb7 disable quoting if nargs specified 9 years ago
Alexander Gordeyev 8f2b951d18 linter fixes 9 years ago
Alexander Gordeyev f14eb000e5 move multi Chooser logic from BaseFileChooser; 9 years ago
Alexander Gordeyev 369b7898b0 implement Stop button 9 years ago
Alexander Gordeyev ac25d0e34d make quoting implicit 9 years ago
chriskiehl 36333881f5 Issue #98 - fixed missing ID on calendar widget 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 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 5e34466996 Minor code cleanup. Added __repr__ 9 years ago
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 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
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 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