chriskiehl
|
7843cbcd9c
|
Make shell option in Popen configurable
|
6 years ago |
Chris
|
5237b495c6
|
add fallback show_restart_button check for existing buildSpecs
|
6 years ago |
Chris
|
5779f3569e
|
closes #284 - dropdowns in required section fail default input validation test
|
6 years ago |
Chris
|
6240e979c7
|
closes #286 - 2.7 / 3.0 wx bitmap creation compatibility
|
6 years ago |
Chris
|
a13a059f4d
|
closes #282 - removed debug statement
|
6 years ago |
Chris
|
221ed1a564
|
closes #313 - Missing program name in taskbar
|
6 years ago |
Chris
|
3f748b976d
|
closes #313 - conditionally show/hide restart button
|
6 years ago |
Chris
|
cf802b503b
|
Closes #316 - counter output was generated incorrectly
|
6 years ago |
Chris
|
e598573c65
|
Revert "fallback when decoding errors happen"
This reverts commit f189006dd4 .
|
5 years ago |
Jannik Waschkau
|
f189006dd4
|
fallback when decoding errors happen
|
6 years ago |
Chris
|
abd69a9bae
|
use Thread instead of Pool due to python 3.7 issue
|
6 years ago |
chriskiehl
|
1c0e1278d9
|
closes #272 - radio group behavior broken when in optional section
|
6 years ago |
saddy001
|
109f4972b2
|
Compatibility with legacy versions of Pillow
Old versions of Pillow:Image don't support .tobytes(), so we use .tostring() instead.
|
6 years ago |
chriskiehl
|
12b2181a28
|
closes #260 - Unable to take multiple files as input
|
6 years ago |
Dan H
|
d01afc9b7b
|
Move progress_bar flag to showSettings() method
|
6 years ago |
dagrha
|
6ad67e6333
|
add return_to_config option
|
6 years ago |
chriskiehl
|
8aa76f5532
|
Fix bug where cli termination marker wasn't being set
|
6 years ago |
Jannik Waschkau
|
a766f39ce8
|
Add missing translations
|
6 years ago |
chriskiehl
|
30b8d2f779
|
split out app creation from app run for ease of testing
|
6 years ago |
chriskiehl
|
f90de0960b
|
fix bug where custom encoding wasn't being passed to open function
|
6 years ago |
chriskiehl
|
cd4afcc30c
|
cleaned up old code, added helper utils
|
6 years ago |
chriskiehl
|
0daff11a3c
|
Deprecated presenter nonsense in favor of single shared wx controller
|
6 years ago |
chriskiehl
|
3942b52249
|
Move all formatting logic into a single module
|
6 years ago |
chriskiehl
|
8ce8d675c2
|
remove use of gloabls in image loader; use Pillow for smoother resizing
|
6 years ago |
chriskiehl
|
8f313fc90b
|
rewrite core components
|
6 years ago |
chriskiehl
|
014c1c0fe6
|
Remove outdated, rewritten, and unused gooey code
|
6 years ago |
chriskiehl
|
25de9a1181
|
enable deselecting a mutually exclusive group
|
7 years ago |
chriskiehl
|
229e8b54c6
|
add Listbox widget type
|
7 years ago |
Jonathan Schultz
|
0c1d58440e
|
Highlight invalid fields, including @chriskeihl review
|
7 years ago |
chriskiehl
|
2289abfc4a
|
added custom imports for wx 3/4 compatibility
|
7 years ago |
unknown
|
dc6386c3a9
|
Added python 3 compatibility
|
7 years ago |
unknown
|
d7d2088583
|
Updated to wxPython 4
|
7 years ago |
Aditya Panchal
|
b275ecf63c
|
Fix subprocess to work properly when frozen
This fixes frozen Gooey scripts when frozen using PyInstaller.
See: http://stackoverflow.com/a/10338737/74123
|
8 years ago |
leo
|
897189b7fd
|
Implementation of PasswordField custom widget
|
7 years ago |
Jonathan Schultz
|
2145ee5961
|
Kill child processes as well as shell process
|
7 years ago |
chriskiehl
|
a4d69b5f56
|
copy-pasta textarea component
|
8 years ago |
chriskiehl
|
f90905b4c0
|
Update model to escape multiline inputs
|
8 years ago |
Simon O'Dwyer
|
f563636141
|
fix crash when using subparsers
switching view to a different subparser group crashed on this line because populate expects 2 arguments
|
8 years ago |
chriskiehl
|
a2db13c83e
|
added missing column prop
|
8 years ago |
chriskiehl
|
e9a6afe4db
|
closes #157 - fix unicode decode error in subparser
|
8 years ago |
Chris Kiehl
|
9b59cc3031
|
Thread safety test for issue 152
|
8 years ago |
chriskiehl
|
72141f66e6
|
Issue #151 - fixed choices not loading in UI
|
8 years ago |
chriskiehl
|
b5253652ad
|
Issue #142 - AttributeError on build_spec
|
8 years ago |
chriskiehl
|
71f484ad10
|
reminders
|
8 years ago |
chriskiehl
|
b47c0f7890
|
Append subparser's endpoint to the command string
|
8 years ago |
chriskiehl
|
fd9512897c
|
moved attrs into property
|
8 years ago |
chriskiehl
|
b0042f6362
|
Reapply button binding
|
8 years ago |
chriskiehl
|
ad6715afc6
|
refactor to subparser model
|
8 years ago |
chriskiehl
|
40c7c16629
|
Project cleanup
|
8 years ago |
chriskiehl
|
2d7f993c9d
|
Remove unused code
|
8 years ago |