aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.py
AgeCommit message (Collapse)Author
2017-07-04moved functions into toolkit, fixed CMD appearing on Windowstassaron
2017-06-26added visualizer options + invalid presets get ignoredtassaron
2017-06-25an extra progress bar label for Mactassaron
progressBar text is not visible in native Mac style
2017-06-25component list not visually disabledtassaron
this looks better on Mac
2017-06-25renamed Original Audio Visualization to Classic Visualizertassaron
2017-06-25--export commandline optiontassaron
overrides -i and -o to use saved fields from a project file
2017-06-25project files save settings & out/in fieldstassaron
2017-06-25disable some hotkeys while encoding, more friendly error messagestassaron
2017-06-24fixed lack of asterisks after openProject, added asterisk to window titletassaron
2017-06-23qt5 fixestassaron
also pep8 compliance
2017-06-23QT5 Conversion + Directory StructureDH4