Chris
d234ff3ce2
1.2.0
2 years ago
Chris
6e5e28dcdc
reuse wx.App instance to increase test reliability
4 years ago
Chris
88037da647
closes #645 - drag-and-drop doesn't honor multiFileChooser logic
4 years ago
Chris
8dc0e600ee
add new widget: FilterableDropdown
4 years ago
Johan Pauwels
06ae3ea593
Use program_name instead of script file name in macOS menu
4 years ago
Chris
50643ca53f
closes #517 - radio group not enabling widget when initial_selection is set
4 years ago
Kiehl
ce9555e3d6
add explicity wx imports to enable OSX pyinstaller packaging
5 years ago
Chris
eff1c851cb
remove debug tooling
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
Chris
4ce19a7ac8
improved style, font, and color controls
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
66fe5d7098
Project cleanup
9 years ago
chriskiehl
a907e8ba37
Remove old controller implementation
9 years ago
chriskiehl
3dcf26f750
Issue 101: allow image customization
9 years ago
chriskiehl
a267454058
Removed print statements
9 years ago
chriskiehl
0547f11be2
Renamed AdvancedConfig to ConfigPanel
9 years ago
chriskiehl
b00ba13c44
Added layout manager shell for subparsers. Converted core gui components to work with new data schema
9 years ago
chriskiehl
5220b4a139
Better method for getting Argparse - (SylvainDe's suggestion)
9 years ago
chriskiehl
569f57d18d
added cmd tools. Added feature to allow dumping build_spec to disk for
editing. moved config generation to own module
9 years ago
chriskiehl
f9e9966f2d
added cmd tools. moved config generation to own module
9 years ago
chriskiehl
e7a141c66f
Linked variable cols lengths to build spec
9 years ago
chriskiehl
6839ff93ed
Unhooked the json generation from the GUI generation. Refactorings
9 years ago