Johan Pauwels
fb29b6fa13
Add documentation about clear_before_run
4 years ago
Johan Pauwels
64a182ea86
Add Listbox height option to documentation
4 years ago
Chris
6a1ceffe6c
closes #625 - terminal font and colors not being set correctly
4 years ago
Graham Knapp
e0ad59165b
Update french.json
I translated all the missing phrases from the english.json file. I have checked that it remains valid json afterwards. (no missing commas etc).
4 years ago
Ben Elliston
d5144c9dcc
Fix typo in ISSUE_TEMPLATE.md.
4 years ago
Stephen Tomkinson
788817c48d
Ensure OnDropFiles function matches interface
Fixes the following error printed to the console after dropping a file onto a text box:
TypeError: invalid result from FileDrop.OnDropFiles(), a 'bool' is expected not 'NoneType'
4 years ago
eladeyal
578e0d1905
allow control+scrollwheel to zoom rich text console #432
5 years ago
Chris
7d0d1479e3
add missing return statement in processor.py
4 years ago
Chris
4c3a25e854
closes #592 - clicking close button can cause Gooey to hang
4 years ago
Krzysztof Jurewicz
b94976af47
Do not translate arguments in add_subparsers
add_subparsers is typically called before Gooey initialization, when
translations are not loaded.
4 years ago
Chris
07653cb75e
add test cases for show_stop_warning decorator option
4 years ago
Dan Rose
af4d24565c
Fix show_stop_warning
Previously, show_stop_warning=False would make the stop button do nothing
Now, if show_stop_warning=False the stop button stops the program without a warning dialog
4 years ago
Chris
bc495ddc72
Resolve all wx warnings and errors and bump version to 4.1.0
4 years ago
Stephen Tomkinson
f0179f1013
Added test for parent inheritance behaviour and made "widgets" behave the same as "defaults" for duplicate named arguments.
4 years ago
Stephen Tomkinson
a4b85714f1
Copy widgets and their configuration from parent parsers. Resolves #608
4 years ago
Dan Rose
9ace884cef
Prevent crash when getting dynamic properties
Since `args` is a string, the `Popen` constructor interprets "/usr/bin/python myscript.py" as a path to an executable instead of "/usr/bin/python" with argument "myscript.py".
Adding `shell=True` makes this behave as expected.
Fix #584
4 years ago
soleil
a2f95b18b6
Add missing chinese translations
4 years ago
eladeyal-intel
5892da4684
excess space
4 years ago
eladeyal-intel
fa76c19127
typo
4 years ago
Chris
5fd17ed210
closes #593 & #591 - dynamic updates causes slowdowns and loses selection
4 years ago
Chris
f7c5293a0d
Update CONTRIBUTING.md
4 years ago
Chris
4cded5d3f8
add internal pypi release docs
4 years ago
Chris
6d5ca84786
Update release-checklist.md
4 years ago
Chris
685621fe8c
Update CONTRIBUTING.md
4 years ago
Chris
412735feb8
Update pull_request_template.md
4 years ago
Chris
fc8115efc4
Create pull_request_template.md
4 years ago
Chris
4ff47e415f
Update release-checklist.md
4 years ago
Chris
8c88980e12
update release notes
4 years ago
Chris
ecce40df6d
version bump
4 years ago
Chris
c7de1a2c45
update release notes
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
ec61008a16
Include MultiDirChooser in the list of Choosers
Remove MultiFileSaver, which does not exist.
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
MGlolenstine
a911b6a81d
Fixed a typo
langauge -> language
4 years ago
Jonathan Schultz
8a240562d8
Closes #200 substitute command line arguments for defaults
4 years ago
Chris
c3fac837da
Update Using-Richtext-Controls.md
4 years ago