eladeyal-intel
5892da4684
excess space
4 years ago
Chris
50643ca53f
closes #517 - radio group not enabling widget when initial_selection is set
4 years ago
Jonathan Schultz
8a240562d8
Closes #200 substitute command line arguments for defaults
4 years ago
Chris
365adb2fb2
closes #100 - decorator not correctly handling arguments
5 years ago
Conrrad
28df915f29
Add option to suppress progress regex matches in stdout
5 years ago
Nathan Richard
30aab7004d
Avoid importing wx when --ignore-gooey is part of the command line arguments.
wx has dependencies on graphical libraries and servers. Importing it on
a headless machines causes the scripts to fail.
This change allows gooey-powered scripts to run on headless machines
with the --ignore-gooey option.
6 years ago
Simon O'Dwyer
3a8888bb0f
dump the build config file to the running python script directory
6 years ago
Simon O'Dwyer
43cc390cb4
load build config file from directory where the running python script is located
6 years ago
chriskiehl
4c61c29b65
partial re-write to allow better user customization
6 years ago
unknown
dc6386c3a9
Added python 3 compatibility
7 years ago
Luke Zulauf
e3a2e87c01
Adding ability to override executable target
7 years ago
chriskiehl
71f484ad10
reminders
8 years ago
chriskiehl
7530a7edba
Fix group_by default
8 years ago
chriskiehl
e1da3504a1
Group_by_type option for gooey decorator
8 years ago
chriskiehl
bd79ea9819
auto_start option
8 years ago
chriskiehl
43e0be411e
rename param
8 years ago
chriskiehl
0dc839e5e2
project cleanup
9 years ago
chriskiehl
66fe5d7098
Project cleanup
9 years ago
Alexander Gordeyev
39d804fd28
option to disable stop button
9 years ago
chriskiehl
3dcf26f750
Issue 101: allow image customization
9 years ago
Alexander Gordeyev
254dbd1a6b
add option to disable progress bar animation on Windows 7
9 years ago
Alexander Gordeyev
b40bc52160
implement progress bar
9 years ago
Alexander Gordeyev
369b7898b0
implement Stop button
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
chriskiehl
d67f7d0680
Add monospace font support - issue #96
9 years ago
chriskiehl
f42547fbe8
added ignore gooey flag
9 years ago
chriskiehl
00fa06ff9e
Subparser support in argparse -> json. pep8 changes
9 years ago
chriskiehl
2a71297a68
Code cleanup
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
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
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
nils måsen
cc3815330e
Switched temp directory for issue #57
10 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
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
fb03c36556
Added payload field to EmptyClientApp to facilitate running without argparse (issue #43 & #42 )
Refactored parser to fix issue #37 - Gooey not creates a modified copy of the client source, and injects a return variable into its main method to get a reference to the argparse assignment. This may have also fixed issue #11 . We'll see.
10 years ago
chriskiehl
639f1b9771
Removed redundant language loading code, and debug statements. Added direct call to i18n to set language type
10 years ago
chriskiehl
61b03d878d
Fixed issue with i18n not loading the correct language
Added unittests for i18n
10 years ago