aboutsummaryrefslogtreecommitdiffstats
path: root/src/preview_thread.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* max spinbox vals scale relatively & less errors when spamming res changetassaron2017-08-031-0/+2
| | | | w/h attrs are locked during render so preview thread always get correctly-sized frame
* fixed video component eating stdouttassaron2017-07-271-1/+1
| | | | + made height/width into properties to simplify render methods
* components auto-connect & track widgets, less autosave spamtassaron2017-07-231-12/+5
| | | | importing toolkit from live interpreter now works
* ffmpeg functions moved to toolkit, component format simplifiedtassaron2017-07-201-2/+2
| | | | component methods are auto-decorated & settings are now class variables
* combined toolkit.py & frame.py into toolkit packagetassaron2017-07-171-1/+1
|
* trying to make setup.py worktassaron2017-07-151-1/+0
|
* merge consecutive static componentstassaron2017-07-131-15/+23
|
* fixed various bugstassaron2017-07-111-14/+12
|
* a basic Sound component for mixing soundstassaron2017-07-091-3/+6
| | | | to be greatly expanded...
* more comments + warnings for outdated dependenciestassaron2017-07-091-4/+8
|
* image options to mirror & saturate colourstassaron2017-07-061-5/+13
| | | | and some friendly docstrings
* --export commandline optiontassaron2017-06-251-1/+2
| | | | overrides -i and -o to use saved fields from a project file
* disable some hotkeys while encoding, more friendly error messagestassaron2017-06-251-5/+4
|
* fixing bugstassaron2017-06-241-2/+13
|
* QT5 Conversion + Directory StructureDH42017-06-231-0/+59