chriskiehl
|
3292184d64
|
Version bump
|
9 years ago |
chriskiehl
|
9796d50fa9
|
Updated tests
|
9 years ago |
chriskiehl
|
7e9c1324b0
|
Bug Fix - required not honoring action type (issue #85)
|
9 years ago |
chriskiehl
|
81c4dc18bb
|
Updated README
|
9 years ago |
chriskiehl
|
8e6f7f4877
|
Version bump
|
9 years ago |
chriskiehl
|
6cea0533b8
|
Updated README
|
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
|
dd5524a7b1
|
Merge branch 'master' of https://github.com/chriskiehl/Gooey
|
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
|
e7a141c66f
|
Linked variable cols lengths to build spec
|
9 years ago |
chriskiehl
|
6839ff93ed
|
Unhooked the json generation from the GUI generation. Refactorings
|
9 years ago |
chriskiehl
|
5aa0d70457
|
Merge branch 'master' of https://github.com/chriskiehl/Gooey
|
9 years ago |
chriskiehl
|
b1c2a9d0b1
|
Fixed issue in widget_pack that returned None for positional args. Minor code cleanup
|
9 years ago |
Chris
|
b0ace98c80
|
Merge pull request #83 from thoppe/patch-1
Small typo in code example, fixed
|
9 years ago |
Travis Hoppe
|
8ce32be776
|
Small typo in code example, fixed
This is a trivial change, but for users trying out new code there shouldn't be any syntax errors in the examples.
|
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)
Signed-off-by: Stephen L. <lrq3000@gmail.com>
|
9 years ago |
Stephen L
|
2c214e5e82
|
fix: help description for arguments with nargs
Signed-off-by: Stephen L. <lrq3000@gmail.com>
|
9 years ago |
chriskiehl
|
c751e767f6
|
Fixed dumb bug where any supplied type was defaulting to FileChooser
|
9 years ago |
chriskiehl
|
d83ab61bff
|
Swapping out method calls - issue #76
|
9 years ago |
chriskiehl
|
d7db4f3039
|
Fixed duplication bug - issue #78
|
9 years ago |
Chris
|
3184c20533
|
Merge pull request #73 from cvrebert/patch-1
README: "Radio Group" => RadioGroup
|
9 years ago |
Chris Rebert
|
36356bc3a2
|
README: "Radio Group" => RadioGroup
Remove errant space in widget name
|
9 years ago |
Chris
|
6a03900c4d
|
Merge pull request #72 from amorde/master
Quote file paths to handle spaces in file names
|
9 years ago |
Eric Amorde
|
2b61019f47
|
Quote file paths to handle spaces in file names
|
9 years ago |
chriskiehl
|
1e660d1908
|
Added deploy tools
|
9 years ago |
chriskiehl
|
15b1aa7c2e
|
Added WidgetTypes to allow file saving, opening, and miltifile select
|
9 years ago |
Chris
|
2419fe9d19
|
Merge pull request #69 from SethMMorton/master
Generalized main function parsing.
|
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
|
a7039fee97
|
Upped Gooey version for pip
|
9 years ago |
chriskiehl
|
f87f51d208
|
Added exception for main functions that end with an if statement
|
9 years ago |
chriskiehl
|
308843ae9c
|
Updated readme with pip instructions
|
9 years ago |
chriskiehl
|
f723e23c56
|
Updated setup.py for PyPi upload
|
9 years ago |
chriskiehl
|
2249604446
|
Added support for argparse.FileType to json mapper issue #59
|
9 years ago |
chriskiehl
|
98defb0166
|
Wrapped threads that intereact with the GUI in wx.CallAfter. Added shell=True. Fixed Issue #66
|
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 |
chriskiehl
|
8464d728c5
|
Merge branch 'master' of git://github.com/piksel/Gooey into piksel-master
|
9 years ago |
Chris
|
587fb2a858
|
Merge pull request #62 from aphorton/master
fix indentation in returned parser source #56
|
9 years ago |
Chris
|
3963fce0af
|
Merge pull request #63 from malinoff/patch-1
Added russian i18n
|
9 years ago |
Dmitry Malinovsky
|
81e30b6820
|
Added russian i18n
|
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
|
05c8997edf
|
Updated examples
|
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 |
Chris
|
661beb2ed7
|
Update README.md
|
10 years ago |