57 Commits (b96d1e7cd0a22f66a432209524d880276620dffd)

Author SHA1 Message Date
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
chriskiehl a2db13c83e added missing column prop 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 ad6715afc6 refactor to subparser model 8 years ago
chriskiehl 40c7c16629 Project cleanup 8 years ago
chriskiehl 55c5790ba3 Removing legacy build.spec referecnes 8 years ago
chriskiehl 0ed858ab2f Removed deprecated files 8 years ago
chriskiehl 38d2d42390 deprecate controller 8 years ago
chriskiehl b17f575842 Refactoring to PresentationModel 8 years ago
chriskiehl b5a1303222 filling out model 9 years ago
chriskiehl 6c4c087f7a Decoupling views 9 years ago
chriskiehl cfdfda37a3 Fix build.conf typo; fix basic_layout json structure 9 years ago
Alexander Gordeyev a379079d0a fix progress_bar merging 9 years ago
chriskiehl fe6eb52521 project cleanup 9 years ago
chriskiehl a907e8ba37 Remove old controller implementation 9 years ago
Alexander Gordeyev 59b70a814b fix disable_progress_bar_animation inverted meaning 9 years ago
Alexander Gordeyev 345b4bb4af fix window close button 9 years ago
Alexander Gordeyev 39d804fd28 option to disable stop button 9 years ago
Shura1oplot 1095dca00e revert "make quoting implicit" 9 years ago
chriskiehl a56ebb5188 Updating image references 9 years ago
Alexander Gordeyev 782d24237f quote subparser name 9 years ago
Alexander Gordeyev 9b9167df30 fix args ordering 9 years ago
Alexander Gordeyev 254dbd1a6b add option to disable progress bar animation on Windows 7 9 years ago
Alexander Gordeyev b40bc52160 implement progress bar 9 years ago
Alexander Gordeyev 369b7898b0 implement Stop button 9 years ago
Alexander Gordeyev ac25d0e34d make quoting implicit 9 years ago
chriskiehl d99aef0858 Prevent child program from executing on window level close 9 years ago
chriskiehl d67f7d0680 Add monospace font support - issue #96 9 years ago
chriskiehl a267454058 Removed print statements 9 years ago
chriskiehl 653f5b858d Swapped to internal pubsub framework for better cross platform support 9 years ago
chriskiehl a7b0f618e7 expanded i18n coverage. Fixed layout issues 9 years ago
chriskiehl 47f5f3717a added 'back to edit' button on final screen. All events now driven via pubsub 9 years ago
chriskiehl 11aa02aa1c More pubsub changes. Added title section to subparser configs. New layout options 9 years ago
chriskiehl c0c7462a33 Refactored to pubsub 9 years ago
chriskiehl 78aa9e81c3 i18n cleanup 9 years ago
chriskiehl 62ae1cdfc5 pep8 for wx_utils 9 years ago
chriskiehl c506babcde renamed styling to wx_util 9 years ago
chriskiehl 0e430ae31b Moved styling.py to utils 9 years ago
chriskiehl 2085a91835 Removed old code 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 569f57d18d added cmd tools. Added feature to allow dumping build_spec to disk for 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
chriskiehl b1c2a9d0b1 Fixed issue in widget_pack that returned None for positional args. Minor code cleanup 9 years ago
Stephen L 3708d25a12 fix: empty optional arguments are not supplied from Gooey back to the script anymore (and thus their default values can be managed by argparse) 9 years ago
chriskiehl d2decc1b94 Fixed issue #55. Removed basic layout class in favor of json layout build_spec. Fixed restart button. Fixed all run modes 10 years ago