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
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
20992d6bba
closes #370 - error modal configuration
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
Nathan Richard
47206ec15a
Add parameter clear_before_run that forces console clear between runs.
If the parameter is set to yes in the gooey decorator, the console will
be cleared before each run.
Current default parameter value is conservative and does not clear the
console.
5 years ago
Chris
58f60d4213
Applying #317 .patch - HenrykHaniewicz
5 years ago
Chris
be31131095
closes #354 - regression on column options
5 years ago
liranw
80490cb882
fix listbox together with poll_external_updates=True
6 years ago
Chris
17b9a2bfd8
auto-wrap group descriptions + style fixes
6 years ago
Chris
c42f4cfb01
closes #257 - configurable menubar
6 years ago
Chris
4ce19a7ac8
improved style, font, and color controls
6 years ago
Chris
e0b577aac8
improved layout and style controls
6 years ago
Chris
5ebcdd668c
Issue 321 Pt II - convert default arguments to strings
6 years ago
Chris
97929ea034
closes #256 - missing i18n strings
6 years ago
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