aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/video.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use pyproject.toml + uv_buildAeliton G. Silva2026-01-131-254/+0
* update to Qt 6 and Pillow 12tassaron2026-01-111-75/+103
* fix #78tassaron2024-09-151-3/+3
* remove extra window properties from window objectstassaron2022-04-291-2/+2
* make pip-installable as a packagetassaron2022-04-221-4/+4
* file logging can be turned completely offtassaron2017-08-271-7/+14
* don't merge undos when setting text with a buttontassaron2017-08-201-0/+2
* fixed issues with undoing relative widgetstassaron2017-08-191-2/+0
* using the builtin logging moduletassaron2017-08-101-4/+15
* relativeWidgets might as well be a listtassaron2017-08-031-20/+17
* relative gradients & last good frame used for preview errorstassaron2017-08-031-11/+4
* x/y pixel values update to match output resolutiontassaron2017-08-011-0/+3
* waveform component is working, preview is glitchytassaron2017-07-291-5/+5
* starting work on Waveform componenttassaron2017-07-291-147/+51
* some minor bugfixestassaron2017-07-271-5/+9
* fixed video component eating stdouttassaron2017-07-271-36/+31
* error can be locked within properties()tassaron2017-07-251-20/+15
* repeated errors don't cause repeated windowstassaron2017-07-251-2/+2
* preset manager uses mainwindow row for every buttontassaron2017-07-241-10/+7
* ComponentError exception wraps previewRendertassaron2017-07-231-3/+3
* better component error messagestassaron2017-07-231-12/+12
* components auto-connect & track widgets, less autosave spamtassaron2017-07-231-69/+29
* add component in context menu, del/ins hotkeystassaron2017-07-201-2/+2
* ffmpeg functions moved to toolkit, component format simplifiedtassaron2017-07-201-12/+11
* combined toolkit.py & frame.py into toolkit packagetassaron2017-07-171-1/+1