Chris
ba28c8d732
closes #500 - nargs with default values being mapped incorrectly
4 years ago
Chris
47c2c1f40c
closes #469 - prevent argparse ==SUPPRESS== from showing in Gooey
4 years ago
Ben Elliston
871854b992
Pre-fill counter dropdowns with 0 (not 1) to 10 inclusive.
Fixes issue #569 .
4 years ago
Nathan Richard
60b79be427
Implementation of the TimeChooser widget.
5 years ago
Chris
a3232b7a34
Revert "Improved the iter_parsers function of the argparse_to_json.py to allow"
This reverts commit 4140f8e8e6
.
4 years ago
Alberto de Rodrigo
d31fb5a073
Improved the iter_parsers function of the argparse_to_json.py to allow
the extraction to the sub parser recursively
5 years ago
Andy Lee
d437955b65
Adding tests for mutex groups
5 years ago
liranw
99cbd0ce14
Fix crash when no default on listbox
5 years ago
Chris
f8f1ad2a27
closes #399 - missing translation of default groups (+ correcting subgroup layouts)
5 years ago
changeling
dd7cd5638f
Remove leftover reference to `type_arg_widget`.
argparse_to_json.py:
return supplied_widget or type_arg_widget or default
5 years ago
changeling
65f75383b4
Update argparse_to_json.py for FileType actions.
Add elif is_file(action) to set widget to FileSaver for FileType actions.
Add is_file() function.
Exclude FileType actions from is_standard().
Deleted old reference to argpase.FileType.
5 years ago
Chris
be1343b6da
closes #377 - drop all non-serializable objects from default args
5 years ago
Chris
be31131095
closes #354 - regression on column options
6 years ago
Chris
d2bc6d0172
Patch regression causing listbox defaults to not be applied
6 years ago
Chris
17b9a2bfd8
auto-wrap group descriptions + style fixes
6 years ago
Chris
4ce19a7ac8
improved style, font, and color controls
6 years ago
Chris
0ae2472c72
closes #329 - string coersion is too broad causing typing errors
6 years ago
Chris
5ebcdd668c
Issue 321 Pt II - convert default arguments to strings
6 years ago
Chris
aeb8f67b92
closes issue #321 - coerce choices to string
6 years ago
Chris
5779f3569e
closes #284 - dropdowns in required section fail default input validation test
6 years ago
Chris
c8450cf20b
closes #312 - tuples causing failure when passed to
6 years ago
chriskiehl
4c61c29b65
partial re-write to allow better user customization
6 years ago
chriskiehl
229e8b54c6
add Listbox widget type
7 years ago
unknown
dc6386c3a9
Added python 3 compatibility
7 years ago
Jonathan Schultz
7ff75cb473
Don't convert subparser name to lower case
7 years ago
leo
897189b7fd
Implementation of PasswordField custom widget
7 years ago
Jonathan Schultz
106abc7b8b
Handle implicitly optional positional arguments
7 years ago
chriskiehl
02f1307b7c
Add new type to ALLOWED_TYPES
8 years ago
chriskiehl
f886428bef
closes #147 - support function reference in default arg; fixed nargs behavior in textfields
8 years ago
chriskiehl
ad6715afc6
refactor to subparser model
8 years ago
Alexander Gordeyev
f14eb000e5
move multi Chooser logic from BaseFileChooser;
fix bug in parsing `action='count'`
9 years ago
=
4798e44d01
Fixed Counter widget type
9 years ago
=
fa2f556c74
Issue #122 : human friendly option names
9 years ago
=
d34a4a2202
Fixed Counter widget type
9 years ago
=
14f55add1b
Issue #122 : human friendly option names
9 years ago
Enrico Bacis
7d9393d0fc
Correctly use the subparser widgets dictionary
When generating the GUI using subparsers, the subparser widgets dictionary is used instead of the parent one. (Issue #112 )
9 years ago
chriskiehl
8103314795
Issue #103 - fixed bug where exclusive groups were being concatenated together
9 years ago
chriskiehl
a1bee817f5
Added default value to json output. Fixed counter bug
9 years ago
Roshgar
6096ddfa60
Corrected the name of component
9 years ago
Roshgar
bf2bc00d7c
Added MDD to python_bindings.
9 years ago
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