Chris
a3232b7a34
Revert "Improved the iter_parsers function of the argparse_to_json.py to allow"
This reverts commit 4140f8e8e6
.
4 years ago
Chris
7397eb0c1a
Remove unused images
4 years ago
Chris
f9f07d06f9
closes #515 - fix typo in doc string
4 years ago
Alberto de Rodrigo
d31fb5a073
Improved the iter_parsers function of the argparse_to_json.py to allow
the extraction to the sub parser recursively
5 years ago
deepthought
6b677fcf6b
20190928 korean,japanese translation
5 years ago
dsardelic
674d0e3478
Created Croatian language file
5 years ago
dsardelic
27d81c37f3
Updated Bosnian language file to match the current English file
5 years ago
Nazım Gediz Aydındoğmuş
057e515181
Added Turkish translation
Thanks for the great app.
5 years ago
Chris
a6e30774ee
hotfix #549 - lock down WX version in setup.py due to breaking changes in latest version
4 years ago
Chris
66f154decb
only add dock image to non win32 runs
5 years ago
Chris
0b79b5d766
closes #297 @thorstenwagner - fix footer button sizing
5 years ago
Chris
649c3e904f
add option to suppress Gooey's --ignore injection behavior
5 years ago
Kiehl
3098007320
replace windows program icon with new logo
5 years ago
Kiehl
5271e4f6d1
add .ico and .icns images for cleaner packaging
5 years ago
Kiehl
ca7ff29212
update Gooey program icon and fix OSX task bar rendering
5 years ago
Kiehl
fd962aa259
expose additional top-level API for easier packaging
5 years ago
Kiehl
ce9555e3d6
add explicity wx imports to enable OSX pyinstaller packaging
5 years ago
Bram
b31edac2a8
corrected (more polite ;-)) and completed Dutch translation
5 years ago
eladeyal
26e744b52c
detect URLs in rich console and make them clickable
closes #421
Also closes #427 Auto-URL is confused by wide characters
5 years ago
liranw
c86cd6dbce
Update options to snake_case instead of CamelCase and add it to documentation
5 years ago
liranw
c1a878700a
Add support for wildcards, message, defualtFile, DefaultDir and DefaultPath for Choosers
5 years ago
eladeyal
99a1ea7822
use i18n in a less verbose way
5 years ago
Thorsten Wagner
e74b884382
Fix text wrapping in 1.0.3-release
This fixes the problem reported in https://github.com/chriskiehl/Gooey/issues/463
5 years ago
eladeyal
e519609834
change consts used for style
Based on
https://wxpython.org/Phoenix/docs/html/wx.richtext.RichTextCtrl.html#wx.richtext.RichTextCtrl
the style constants used are wrong.
5 years ago
eladeyal
7ea39f3a4b
more pythonic
5 years ago
eladeyal
ae86c07108
fix rich console was not appending - fix #433
5 years ago
eladeyal
dcfa5122c7
python 2 compatibility
5 years ago
eladeyal
f20e9fd248
bugfix in translation
5 years ago
eladeyal-intel
ad11f4dcff
version bump
5 years ago
eladeyal
5266cd2b05
fix #404
5 years ago
eladeyal-intel
92c16fd409
fix typo
5 years ago
Chris
eff1c851cb
remove debug tooling
5 years ago
Chris
3313cb86a6
closes #404 - clickable hyperlinks in console
5 years ago
Chris
fca40dbcd5
closes #408 - allow hiding of widgets in UI
5 years ago
Andy Lee
d437955b65
Adding tests for mutex groups
5 years ago
liranw
99cbd0ce14
Fix crash when no default on listbox
5 years ago
Emir Turkes
1378c1fb52
Fix Hebrew translations
References #411 . Move changes from "master" to "1.0.3-release" branch.
5 years ago
Chris
f8f1ad2a27
closes #399 - missing translation of default groups (+ correcting subgroup layouts)
5 years ago
Nathan Richard
d2e112910e
Fix exclusive groups spacing.
5 years ago
Chris
365adb2fb2
closes #100 - decorator not correctly handling arguments
5 years ago
Chris
e4158372f5
closes #392 - remove unused image file
5 years ago
changeling
dd7cd5638f
Remove leftover reference to `type_arg_widget`.
argparse_to_json.py:
return supplied_widget or type_arg_widget or default
5 years ago
Chris
20992d6bba
closes #370 - error modal configuration
5 years ago
Chris
a46b475f23
move integration tests
5 years ago
changeling
65f75383b4
Update argparse_to_json.py for FileType actions.
Add elif is_file(action) to set widget to FileSaver for FileType actions.
Add is_file() function.
Exclude FileType actions from is_standard().
Deleted old reference to argpase.FileType.
5 years ago
Chris
be1343b6da
closes #377 - drop all non-serializable objects from default args
5 years ago
Chris
d4c179fa52
closes issue #381 - super() usage incompatible with python2.7
5 years ago
Nathan Richard
5e3ef77c36
Handling of style-oriented ascii espace sequences.
Using the RichTextCtrl widget we are able to use advanced formatting in the console pannel. The formatting information is extracted from the text stream by searching for terminal escape sequences. The sequence values are taken from the colored package, which becomes a lazy dependency (imported only when the feature is activated).
The previous implementation (using the TextCtrl widget) has been extracted into a separate class.
The client code chooses between the basic or the rich class based on the richtext_controls configuration parameter. The default is to use the previous implementation based on TextCtrl.
5 years ago
Conrrad
a06e024023
Add absolute imports
5 years ago
Conrrad
28df915f29
Add option to suppress progress regex matches in stdout
5 years ago