aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-08-17component updateWrapper and more obvious method namestassaron
2017-08-17undoable add-comp & clear-preset actionstassaron
2017-08-16undoable component movementtassaron
2017-08-16undo merge IDs given per attr instead of widget typetassaron
2017-08-16merge consecutive actions on the same widget typetassaron
2017-08-15undoable edits for normal component settings; TODO: merge small editstassaron
2017-08-14undoable removeComponent actiontassaron
2017-08-14organizing GUImode-specific codetassaron
2017-08-14rm test.wavtassaron
2017-08-14better aevalsrc inputs for spectrum previewstassaron
2017-08-14faster Spectrum preview & custom VERBOSE loglvltassaron
2017-08-13made an authors filetassaron
2017-08-13graceful renderNode crash, code clean-uptassaron
2017-08-12fixtassaron
2017-08-12rv pointless optimization & remove circular imports (again...)tassaron
the last commit does showcase an enlightening bug however
2017-08-12move previewWindow class into new filetassaron
and cache frequently-created blank frames
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-10Merge pull request #55 from djfun/loggingBrianna
using the builtin logging module
2017-08-10Conway's Game of Life componentBrianna
cellular automata
2017-08-10using the builtin logging moduletassaron
2017-08-10added connected path shape to Lifetassaron
2017-08-10rm garbage filetassaron
2017-08-10more shapes and custom image option for Lifetassaron
2017-08-09Merge pull request #53 from djfun/more-text-optionsBrianna
More text component options
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-03new Waveform & Spectrum component + relative coords for everythingBrianna
NOTE: projects and presets saved from old versions will not load correctly anymore
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-28move code into a new function for future expansiontassaron
2017-07-27Merge pull request #49 from djfun/toolkitBrianna
Code reorganization, more readable component code, better error messages