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
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
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
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
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
Adi Foulger
2898c1540e
Fixing Exception
Traceback (most recent call last):
File "C:\Python27\lib\site-packages\gooey\gui\footer.py", line 152, in OnStart
Button
self._controller.OnStartButton(event, self)
File "C:\Python27\lib\site-packages\gooey\gui\controller.py", line 52, in OnSt
artButton
cmd_line_args = self._base.GetOptions()
File "C:\Python27\lib\site-packages\gooey\gui\base_window.py", line 94, in Get
Options
return self.config_panel.GetOptions()
File "C:\Python27\lib\site-packages\gooey\gui\advanced_config.py", line 104, i
n GetOptions
if c.GetValue() is not None]
File "C:\Python27\lib\site-packages\gooey\gui\components.py", line 181, in Get
Value
[self._action.option_strings[0], # get the verbose copy if available
IndexError: list index out of range
10 years ago
chriskiehl
37debcc050
Fixed Nargs issue ( #39 )
10 years ago
chriskiehl
7c81848eff
Fixed a bug in base_window where None was being passed as a param when ArgumentParser.description was empty
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
Alan
4a57bd7251
Portuguese translation
10 years ago
denarced
9f36c7c517
Code review fix: convert list into variables.
10 years ago
denarced
377b51700f
Simplify code_prep.split_line, fix it's unit test.
I presumed that the failing unit test was wrong and the previous implementation was working as it should.
10 years ago
denarced
a6ba7c04c3
Minor fix to a code comment.
10 years ago
chriskiehl
7d3e7ca077
Fixed bug in parser that was preventing different argparse import styles from being recognized
added ast_inspector.py - utility for inspecting the properties of ast objects
moved additional code formatting tasks into code_prep.py
added code_prep_unittest.py
Updated monkey_parser.py to use new parser fixes
10 years ago
chriskiehl
50b22fef2e
fixed bug in code gen that was writing raw object name for importFrom nodes
10 years ago
chriskiehl
97f9ca4fe6
Fixed double icon bug (Issue #27 )
10 years ago
chriskiehl
d864d6c77d
Fixed comma issue in german file
10 years ago
chriskiehl
b283d5a43a
Updated internal todo
10 years ago
raimu
8868ba29f9
add German translation
10 years ago
chriskiehl
9a5101a6b3
Added Restart Button in the footer.
Changed the thread Pool to run a new Thread each time (to allow restarting the client app)
10 years ago
Chris
b7f37f45c6
Update TODO.txt
10 years ago
chriskiehl
068e341cdd
Merged in dutch language
10 years ago
chriskiehl
dfd40fcaac
Removed parameters being passed to Gooey in mock app.
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
Thiht
06e4b07165
Improve the french translation
Remove the obsolete entries
Translate the new entries (based on english.json)
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
Richard Acosta
7a21af70d2
the language import would break on linux if the path had any capitalization in the path
10 years ago
chriskiehl
7494eb338a
Made azeirah's suggested changes to setup.py
10 years ago
martijn
7404084962
added Dutch language json
10 years ago
chriskiehl
494ba52705
Updated Documentation
10 years ago
chriskiehl
20bc3f0d50
Replaced duplicated code with utility funcs in styling.py
10 years ago
chriskiehl
6e2a063da1
Updated Controller to accept instance of controlled class -- going to refactor so that the weird "register_controller" thing doesn't need to happen
Resolved PEP issues
10 years ago