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 |
Chris
|
baad3916b2
|
Update README.md
|
10 years ago |
Chris
|
0c92fd9345
|
Update README.md
|
10 years ago |
Chris
|
309c14e86b
|
Update README.md
|
10 years ago |
chriskiehl
|
2756aa07cc
|
Updated README
|
10 years ago |
chriskiehl
|
d226c81fc7
|
Removed debug statements
|
10 years ago |
chriskiehl
|
79ae55b875
|
fixed path error in __init__
|
10 years ago |
chriskiehl
|
f78a69fb15
|
Merged LudoVio setup changes
|
10 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
|
a3bef6e727
|
Merge branch 'master' of https://github.com/chriskiehl/Gooey
|
10 years ago |
chriskiehl
|
f9779f034c
|
Added widget types to mockapp
|
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 |
Ludovic Viaud
|
9e8b15a3d3
|
todo extended
|
10 years ago |
Ludovic Viaud
|
a3a5485e96
|
clean the project directory
|
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 |
chriskiehl
|
d20d7b6a60
|
Update
|
10 years ago |
chriskiehl
|
a9c763ec58
|
Added file/Calendar/DirChooser implementations
|
10 years ago |
Chris
|
3ac6e2ac13
|
Update README.md
|
10 years ago |
Chris
|
989e108d9e
|
Merge pull request #47 from timeartist/patch-1
Fixing Exception
|
10 years ago |