chriskiehl
|
97f4fc70b8
|
Fix unbuffered flag regression introduced in 7229b4
|
9 years ago |
chriskiehl
|
3dcf26f750
|
Issue 101: allow image customization
|
9 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 |
Alexander Gordeyev
|
f6aee1463b
|
add cx_freeze support
|
9 years ago |
Joaquin Santos
|
837f87175b
|
Added forced exit on load_build_config exception
Added load_build_config & monospace_display to README.md
|
9 years ago |
Joaquin Santos
|
ac71408b6d
|
Option to load previously generated configuration using the Gooey decorator. New load_build_config parameter added.
|
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
|
b2801bdb5b
|
Set python unbuffered flag (Issue #105)
|
9 years ago |
Keith Scheiwiller
|
400dc5f458
|
Don't pass frozen programs to python.
|
9 years ago |
chriskiehl
|
d67f7d0680
|
Add monospace font support - issue #96
|
9 years ago |
chriskiehl
|
f42547fbe8
|
added ignore gooey flag
|
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
|
2a71297a68
|
Code cleanup
|
9 years ago |
chriskiehl
|
81a262f2dd
|
added subparser support
|
9 years ago |
chriskiehl
|
0ce9085831
|
Fixed program_name not working (issue #88). Corrected default name to pull from sys.argv
|
9 years ago |
chriskiehl
|
5220b4a139
|
Better method for getting Argparse - (SylvainDe's suggestion)
|
9 years ago |
chriskiehl
|
7e9c1324b0
|
Bug Fix - required not honoring action type (issue #85)
|
9 years ago |
chriskiehl
|
cd82b3fbc8
|
Added new configuration options
|
9 years ago |
chriskiehl
|
00a42517e7
|
Enhancement: Lookup argparse outside of main - issue #84
|
9 years ago |
chriskiehl
|
569f57d18d
|
added cmd tools. Added feature to allow dumping build_spec to disk for
editing. moved config generation to own module
|
9 years ago |
chriskiehl
|
f9e9966f2d
|
added cmd tools. moved config generation to own module
|
9 years ago |
Stephen L
|
01f649f8dd
|
fix: argparse not detected in source if optional arguments were supplied (eg: custom argv)
Signed-off-by: Stephen L. <lrq3000@gmail.com>
|
9 years ago |
chriskiehl
|
6839ff93ed
|
Unhooked the json generation from the GUI generation. Refactorings
|
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 |
Seth M Morton
|
6e0c77d73c
|
Generalized main function parsing.
Code has been updated to understand block structures in the main()
function.
|
9 years ago |
chriskiehl
|
f87f51d208
|
Added exception for main functions that end with an if statement
|
9 years ago |
chriskiehl
|
2249604446
|
Added support for argparse.FileType to json mapper issue #59
|
9 years ago |
chriskiehl
|
fa4bf4dc5c
|
Discovered atexit module. registered cleanup function to remove generated files
|
9 years ago |
chriskiehl
|
b21df25f4f
|
Set the write directory to one local to the executing script
|
9 years ago |
aphorton
|
107137311a
|
fix indentation in returned parser source #56
This fixes a bug in source_parser.py, where main() was assumed to be indented with spaces.
|
9 years ago |
nils måsen
|
cc3815330e
|
Switched temp directory for issue #57
|
9 years ago |
chriskiehl
|
1ffd1d7c78
|
Fixed issue #57. Updated file writing to use tempfile.mkstemp
|
9 years ago |
chriskiehl
|
b0ccb94039
|
Updated examples
|
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
|
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 |