Chris
243955ce7c
closes #470 - helpfully map arguments with Path types to FileChoosers
4 years ago
Chris
f22fdcd7af
closes #480 - program_description not overriding parser description
4 years ago
Chris
36ab13c59d
closes #497 - fix show_header_title not corretly setting visibility
4 years ago
Chris
91d0fad421
closes #517 - radio group not enabling widget when initial_selection is set
4 years ago
Bess L. Walker
14893335fc
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
657cb6ad6c
Substitute Python3-only code for Python 2.7-compatible code.
4 years ago
Bess L. Walker
22499c9139
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
Jonathan Schultz
e15b537942
Closes #200 substitute command line arguments for defaults
4 years ago
conradhilley
686a9a7ce7
closes #523 - added ColourChooser widget
4 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
Chris
a46b475f23
move integration tests
5 years ago
Chris
be1343b6da
closes #377 - drop all non-serializable objects from default args
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
Chris
d2bc6d0172
Patch regression causing listbox defaults to not be applied
6 years ago
Chris
0ae2472c72
closes #329 - string coersion is too broad causing typing errors
6 years ago
Chris
5ebcdd668c
Issue 321 Pt II - convert default arguments to strings
6 years ago
Chris
aeb8f67b92
closes issue #321 - coerce choices to string
6 years ago
Chris
cf802b503b
Closes #316 - counter output was generated incorrectly
6 years ago
Chris
c8450cf20b
closes #312 - tuples causing failure when passed to
6 years ago
chriskiehl
8f91e53469
Fix hard coded absolute path in tests
6 years ago
chriskiehl
169aac0a9a
untrack test file
6 years ago
chriskiehl
6da849689a
update tests
6 years ago
chriskiehl
3638aa4949
Add regression test for language files
6 years ago
chriskiehl
fb5fb0fb99
integration tests
6 years ago
chriskiehl
014c1c0fe6
Remove outdated, rewritten, and unused gooey code
6 years ago
unknown
dc6386c3a9
Added python 3 compatibility
7 years ago
chriskiehl
b0cf1dbb5b
Bumping up test coverage
8 years ago
chriskiehl
6a94bdaf2b
Removed old files
8 years ago
chriskiehl
efbea19c13
Removed outdated code
9 years ago
chriskiehl
fea11ec404
Removed outdated files
9 years ago
Christoph Buchner
84fa92a160
Move pytest fixtures into conftest.py
9 years ago
Christoph Buchner
2799d54f16
Add more tests to raise test coverage.
9 years ago
Christoph Buchner
0b59582d5f
Make tests pass, close #127 .
build_radio_group() started returning results not wrapped
in a list in 8103314
, change the test to reflect that.
9 years ago
chriskiehl
36967a58f4
image_repository tests
9 years ago
chriskiehl
a8295a717d
i18n cleanup
9 years ago
chriskiehl
83b7ba38cc
Removed pycharm's author blurb
9 years ago
chriskiehl
81a262f2dd
added subparser support
9 years ago
chriskiehl
5cf42a17b8
Removed old tests. Cleaned up new tests
9 years ago
chriskiehl
9796d50fa9
Updated tests
9 years ago
chriskiehl
b0ccb94039
Updated examples
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