aboutsummaryrefslogtreecommitdiffstats
path: root/src/mainwindow.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* x/y pixel values update to match output resolutiontassaron2017-08-011-1/+4
|
* added Spectrum component with many optionstassaron2017-07-301-1/+1
| | | | tweaked Waveform, added some ffmpeg logging, made generic widget functions
* generic preview sound for waveform componenttassaron2017-07-291-0/+2
| | | | with secret preference to use the audio file again
* some minor bugfixestassaron2017-07-271-1/+1
|
* error can be locked within properties()tassaron2017-07-251-5/+5
| | | | and simplified the componenterrors again
* repeated errors don't cause repeated windowstassaron2017-07-251-2/+2
|
* ComponentError exception wraps previewRendertassaron2017-07-231-3/+5
| | | | probably where errors are likeliest to be found
* better component error messagestassaron2017-07-231-2/+13
| | | | fatal errors cancel the export instead of crashing
* components auto-connect & track widgets, less autosave spamtassaron2017-07-231-43/+82
| | | | importing toolkit from live interpreter now works
* add component in context menu, del/ins hotkeystassaron2017-07-201-52/+83
| | | | + preset manager uses mainwindow component list
* ffmpeg functions moved to toolkit, component format simplifiedtassaron2017-07-201-33/+48
| | | | component methods are auto-decorated & settings are now class variables
* new hotkey to preview the ffmpeg commandtassaron2017-07-161-1/+18
|
* Video comp verifies audio streams, videoThread moved into Coretassaron2017-07-151-16/+6
| | | | off-by-1 bug fixed in exporting, & use fewer threads for fewer CPUs
* merge consecutive static componentstassaron2017-07-131-0/+2
|
* fixed various bugstassaron2017-07-111-0/+4
|
* a basic Sound component for mixing soundstassaron2017-07-091-0/+2
| | | | to be greatly expanded...
* more comments + warnings for outdated dependenciestassaron2017-07-091-1/+33
|
* image options to mirror & saturate colourstassaron2017-07-061-1/+8
| | | | and some friendly docstrings
* moved functions into toolkit, fixed CMD appearing on Windowstassaron2017-07-041-2/+2
|
* added visualizer options + invalid presets get ignoredtassaron2017-06-261-0/+1
|
* an extra progress bar label for Mactassaron2017-06-251-2/+15
| | | | progressBar text is not visible in native Mac style
* component list not visually disabledtassaron2017-06-251-2/+5
| | | | this looks better on Mac
* renamed Original Audio Visualization to Classic Visualizertassaron2017-06-251-2/+3
|
* --export commandline optiontassaron2017-06-251-2/+5
| | | | overrides -i and -o to use saved fields from a project file
* project files save settings & out/in fieldstassaron2017-06-251-8/+22
|