aboutsummaryrefslogtreecommitdiff
path: root/src/components
AgeCommit message (Collapse)Author
2017-08-19fixed issues with undoing relative widgetstassaron
2017-08-15undoable edits for normal component settings; TODO: merge small editstassaron
2017-08-14better aevalsrc inputs for spectrum previewstassaron
2017-08-14faster Spectrum preview & custom VERBOSE loglvltassaron
2017-08-13graceful renderNode crash, code clean-uptassaron
2017-08-11why did I use a dict here?tassaron
2017-08-10Life comp shift buttons and Show Grid optiontassaron
2017-08-10fixed relative image scale bug & Life preset bugtassaron
dicts must be alphabetized in AV files
2017-08-10using the builtin logging moduletassaron
2017-08-10added connected path shape to Lifetassaron
2017-08-10more shapes and custom image option for Lifetassaron
2017-08-09Conway's Game of Life componenttassaron
2017-08-08fixed incorrect outline for small-capstassaron
2017-08-08relative dropshadowtassaron
2017-08-08relative stroke px size & no Qt pen on stroketassaron
2017-08-07dropshadow option for Text componenttassaron
2017-08-06added stroke and font style options to Text componenttassaron
2017-08-03image scale needs to be relativetassaron
2017-08-03save presets as floats so project resolution is not relevanttassaron
unfortunately this breaks old projects and presets
2017-08-03max spinbox vals scale relatively & less errors when spamming res changetassaron
w/h attrs are locked during render so preview thread always get correctly-sized frame
2017-08-03relativeWidgets might as well be a listtassaron
2017-08-03relative gradients & last good frame used for preview errorstassaron
2017-08-01fontsize is also relativetassaron
2017-08-01width/height fields should be relative tootassaron
2017-08-01x/y pixel values update to match output resolutiontassaron
2017-08-01component class now tracks colorwidgetstassaron
so adding new color-selection widgets is now simple
2017-07-30crop aphasermeter so it scales to look biggertassaron
2017-07-30more options for the Spectrum componenttassaron
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-29waveform component is working, preview is glitchytassaron
2017-07-29starting work on Waveform componenttassaron
split Video class out of Video component for reuse in Waveform
2017-07-27some minor bugfixestassaron
2017-07-27fixed video component eating stdouttassaron
+ made height/width into properties to simplify render methods
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-24preset manager uses mainwindow row for every buttontassaron
and minor changes to componenterrors
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-17combined toolkit.py & frame.py into toolkit packagetassaron
2017-07-16new hotkey to preview the ffmpeg commandtassaron
2017-07-16apply complex filters to audio streams from componentstassaron
tons of sound options could be given now, + installation using setup.py
2017-07-15use -t on inputs so ffmpeg knows when to stop filterstassaron
+ better feedback in cmd mode
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-13components automatically drawPreview & save currentPresettassaron
this makes a Component easier to program. also more comments
2017-07-13more error messages for blank componentstassaron
2017-07-13added option to include audio from Video componentstassaron