aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.py
AgeCommit message (Collapse)Author
2017-08-14faster Spectrum preview & custom VERBOSE loglvltassaron
2017-08-12move previewWindow class into new filetassaron
and cache frequently-created blank frames
2017-08-10using the builtin logging moduletassaron
2017-08-09Conway's Game of Life componenttassaron
2017-08-01x/y pixel values update to match output resolutiontassaron
2017-07-30added Spectrum component with many optionstassaron
tweaked Waveform, added some ffmpeg logging, made generic widget functions
2017-07-29generic preview sound for waveform componenttassaron
with secret preference to use the audio file again
2017-07-27some minor bugfixestassaron
2017-07-25error can be locked within properties()tassaron
and simplified the componenterrors again
2017-07-25repeated errors don't cause repeated windowstassaron
2017-07-23ComponentError exception wraps previewRendertassaron
probably where errors are likeliest to be found
2017-07-23better component error messagestassaron
fatal errors cancel the export instead of crashing
2017-07-23components auto-connect & track widgets, less autosave spamtassaron
importing toolkit from live interpreter now works
2017-07-20add component in context menu, del/ins hotkeystassaron
+ preset manager uses mainwindow component list
2017-07-20ffmpeg functions moved to toolkit, component format simplifiedtassaron
component methods are auto-decorated & settings are now class variables
2017-07-16new hotkey to preview the ffmpeg commandtassaron
2017-07-15Video comp verifies audio streams, videoThread moved into Coretassaron
off-by-1 bug fixed in exporting, & use fewer threads for fewer CPUs
2017-07-13merge consecutive static componentstassaron
2017-07-11fixed various bugstassaron
2017-07-09a basic Sound component for mixing soundstassaron
to be greatly expanded...
2017-07-09more comments + warnings for outdated dependenciestassaron
2017-07-06image options to mirror & saturate colourstassaron
and some friendly docstrings
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