aboutsummaryrefslogtreecommitdiffstats
path: root/src/toolkit/common.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-08-03image scale needs to be relativetassaron1-1/+1
2017-08-03save presets as floats so project resolution is not relevanttassaron4-63/+127
unfortunately this breaks old projects and presets
2017-08-03max spinbox vals scale relatively & less errors when spamming res changetassaron5-28/+77
w/h attrs are locked during render so preview thread always get correctly-sized frame
2017-08-03relativeWidgets might as well be a listtassaron8-131/+106
2017-08-03relative gradients & last good frame used for preview errorstassaron5-23/+29
2017-08-01fontsize is also relativetassaron1-0/+1
2017-08-01width/height fields should be relative tootassaron1-0/+2
2017-08-01x/y pixel values update to match output resolutiontassaron9-12/+68
2017-08-01component class now tracks colorwidgetstassaron8-170/+90
so adding new color-selection widgets is now simple
2017-07-30crop aphasermeter so it scales to look biggertassaron1-1/+2
2017-07-30more options for the Spectrum componenttassaron3-34/+437
2017-07-30added Spectrum component with many optionstassaron8-71/+959
tweaked Waveform, added some ffmpeg logging, made generic widget functions
2017-07-29generic preview sound for waveform componenttassaron5-18/+39
with secret preference to use the audio file again
2017-07-29waveform component is working, preview is glitchytassaron8-87/+256
2017-07-29starting work on Waveform componenttassaron8-160/+607
split Video class out of Video component for reuse in Waveform
2017-07-28move code into a new function for future expansiontassaron1-87/+97
2017-07-27some minor bugfixestassaron5-12/+14
2017-07-27quit if project doesn't exist when exporting from commandlinetassaron2-3/+7
2017-07-27fixed video component eating stdouttassaron10-155/+141
+ made height/width into properties to simplify render methods
2017-07-25don't]] always trigger error()tassaron1-1/+1
2017-07-25removed pyctassaron2-1/+1
2017-07-25error can be locked within properties()tassaron6-66/+46
and simplified the componenterrors again
2017-07-25repeated errors don't cause repeated windowstassaron7-45/+63
2017-07-24preset manager uses mainwindow row for every buttontassaron3-34/+67
and minor changes to componenterrors
2017-07-23Fixes opening behind other windows on OS Xrikai1-0/+1
Just a quick fix, this will raise the window to the front after it's created.