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
martijn
8f9cff2848
Added dutch language, fixed other languages not loading bug and replaced two instances of hard coded english with i18n.translate
10 years ago
chriskiehl
20bc3f0d50
Replaced duplicated code with utility funcs in styling.py
10 years ago
chriskiehl
c9959dedb6
Flattened project structure
Refactored source_parser.py to be more manageable
Converted the I18N system from a class into a normal module.
10 years ago
Chris Kiehl
3a361eccad
Project in disarray
10 years ago
Chris Kiehl
1f77805af9
last big push before packaging
10 years ago
Chris Kiehl
2f14965e0b
Fixed a bug where the noconfig path was failing
10 years ago
Chris Kiehl
c656c6248e
Updated advanced_config
10 years ago
Chris Kiehl
de805d50e8
Seriously, terrible at commiting
10 years ago
Chris Kiehl
9743d18b61
Cleaned up unused code.
10 years ago
Chris Kiehl
7567cb597b
Need to commit more often..
10 years ago
unknown
0ed061a44e
Plane edits
10 years ago