aboutsummaryrefslogtreecommitdiff
path: root/src/core.py
AgeCommit message (Expand)Author
2017-08-16undoable component movementtassaron
2017-08-15undoable edits for normal component settings; TODO: merge small editstassaron
2017-08-14undoable removeComponent actiontassaron
2017-08-14faster Spectrum preview & custom VERBOSE loglvltassaron
2017-08-12rv pointless optimization & remove circular imports (again...)tassaron
2017-08-10using the builtin logging moduletassaron
2017-08-03save presets as floats so project resolution is not relevanttassaron
2017-08-03max spinbox vals scale relatively & less errors when spamming res changetassaron
2017-07-29generic preview sound for waveform componenttassaron
2017-07-27quit if project doesn't exist when exporting from commandlinetassaron
2017-07-25repeated errors don't cause repeated windowstassaron
2017-07-23ComponentError exception wraps previewRendertassaron
2017-07-23better component error messagestassaron
2017-07-23components auto-connect & track widgets, less autosave spamtassaron
2017-07-20add component in context menu, del/ins hotkeystassaron
2017-07-20ffmpeg functions moved to toolkit, component format simplifiedtassaron
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
2017-07-15use -t on inputs so ffmpeg knows when to stop filterstassaron
2017-07-15Video comp verifies audio streams, videoThread moved into Coretassaron
2017-07-13components automatically drawPreview & save currentPresettassaron
2017-07-13staticComponents list is reversed nowtassaron
2017-07-13added option to include audio from Video componentstassaron
2017-07-13merge consecutive static componentstassaron
2017-07-11fixed various bugstassaron
2017-07-09separated creation of ffmpeg commandtassaron
2017-07-09a basic Sound component for mixing soundstassaron
2017-07-09more comments + warnings for outdated dependenciestassaron
2017-07-06image options to mirror & saturate colourstassaron
2017-07-04moved functions into toolkit, fixed CMD appearing on Windowstassaron
2017-07-02rm unneeded imports, work on freezingtassaron
2017-06-25renamed Original Audio Visualization to Classic Visualizertassaron
2017-06-25whitelist is more sensible here than blacklisttassaron
2017-06-25needs more tuplestassaron
2017-06-25newlines make project file easier to readtassaron
2017-06-25--export commandline optiontassaron
2017-06-25project files save settings & out/in fieldstassaron
2017-06-24fixed lack of asterisks after openProject, added asterisk to window titletassaron
2017-06-24fixing bugstassaron
2017-06-24merged with feature-newguitassaron
2017-06-23qt5 fixestassaron
2017-06-23QT5 Conversion + Directory StructureDH4