chriskiehl
|
11aa02aa1c
|
More pubsub changes. Added title section to subparser configs. New layout options
|
9 years ago |
chriskiehl
|
78aa9e81c3
|
i18n cleanup
|
9 years ago |
chriskiehl
|
62ae1cdfc5
|
pep8 for wx_utils
|
9 years ago |
chriskiehl
|
c506babcde
|
renamed styling to wx_util
|
9 years ago |
chriskiehl
|
0e430ae31b
|
Moved styling.py to utils
|
9 years ago |
chriskiehl
|
b00ba13c44
|
Added layout manager shell for subparsers. Converted core gui components to work with new data schema
|
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
|
b1c2a9d0b1
|
Fixed issue in widget_pack that returned None for positional args. Minor code cleanup
|
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 |
chriskiehl
|
d226c81fc7
|
Removed debug statements
|
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
|
dfd40fcaac
|
Removed parameters being passed to Gooey in mock app.
|
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 |