Chris
ecce40df6d
version bump
4 years ago
Chris
ba28c8d732
closes #500 - nargs with default values being mapped incorrectly
4 years ago
Chris
47c2c1f40c
closes #469 - prevent argparse ==SUPPRESS== from showing in Gooey
4 years ago
Chris
bee168aeee
closes #496 - add option to start Gooey in fullscreen mode
4 years ago
Ben Elliston
963197113b
ProcessController.py (run): Use default Popen buffer size to
avoid Python 3.8 runtime warnings:
"RuntimeWarning: line buffering (buffering=1) isn't supported in binary
mode, the default buffer size will be used"
4 years ago
Chris
ed798fbb15
closes #480 - program_description not overriding parser description
4 years ago
Chris
262789f1c4
closes #452 - modals missing i18n options
4 years ago
Chris
b8ae0f1f8d
closes #497 - fix show_header_title not corretly setting visibility
4 years ago
Chris
50643ca53f
closes #517 - radio group not enabling widget when initial_selection is set
4 years ago
Ben Elliston
871854b992
Pre-fill counter dropdowns with 0 (not 1) to 10 inclusive.
Fixes issue #569 .
4 years ago
Chris
342223c3dd
bigfix: make checkbox honor gooey_options/label
4 years ago
Nathan Richard
60b79be427
Implementation of the TimeChooser widget.
5 years ago
Bess L. Walker
84ae5ce957
Issue 554: Fix MultiFileChooser output formatting.
Also adds MultiFileChooser to __ALL__.
Includes tests for formatters.multiFileChooser.
Other choosers may need similar fixes; I have not experimented with them.
4 years ago
Bess L. Walker
c985050136
Fix Issue 550: MultiDirChooser cannot handle paths with spaces
Instead of using the general formatter, use formatters.multiFileChooser, which handles paths with spaces.
4 years ago
Bess L. Walker
074440ea26
Substitute Python3-only code for Python 2.7-compatible code.
4 years ago
Bess L. Walker
b047af5e8b
Fix Issue 553: Handle Windows volume labels correctly in MultiDirChooser.
If running on a Windows system, strips volume labels from directory path to leave only the drive letter. This path can then be ingested by other functionality that expects valid paths.
4 years ago
Stephen Macke
c6269b10f1
pass footer_bg_color from buildSpec to Footer
4 years ago
Jonathan Schultz
8a240562d8
Closes #200 substitute command line arguments for defaults
4 years ago
Tyler Donaldson
e9b31d1d0a
[ Closes #537 ] Return Action when calling add_argument
4 years ago
conradhilley
3307f8b04b
closes #523 - added ColourChooser widget
4 years ago
Nathan Richard
d0f3c3b3db
Changed the check on TextContainer default values to allow False-evaluated defaults.
5 years ago
Nathan Richard
e35755d121
Added a cast to string for the Dropdown default and choices values.
This allows using any printable object as choices list (some kings of Enums for instance), which is allowed by argparse but not by wxPython.
5 years ago
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