aboutsummaryrefslogtreecommitdiff
path: root/setup.py
AgeCommit message (Collapse)Author
2022-05-09include test data in package, pytest-qt plugin for testing Qt event loop, ↵tassaron
remove useless pytest fixtures
2022-05-03Suggest pipx for installation. Fix `avp` command.tassaron
Allegedly the gui_scripts is only different from console_scripts on Windows, and it has the effect of hiding the console window. This seemed to make the `avp` entrypoint crash, possibly because the app already contains its own logic for hiding the console window(?). I've tested this on Windows 11 and it seems to work better using console_scripts.
2022-04-29switch Pillow-SIMD for Pillowtassaron
It is easier for people to install with pip. We can always go back to SIMD in the future when we have a better install script. Packaged versions can still use Pillow-SIMD
2022-04-22make pip-installable as a packagetassaron
2017-08-28ctrl-c ends commandline mode properlytassaron
2017-08-10fixed relative image scale bug & Life preset bugtassaron
dicts must be alphabetized in AV files
2017-08-01component class now tracks colorwidgetstassaron
so adding new color-selection widgets is now simple
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-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-15trying to make setup.py worktassaron
2017-06-23QT5 Conversion + Directory StructureDH4
2017-06-23cx_freeze Path UpdatesDH4
2015-03-05add setup.py, automatic discovery for avconv/ffmpeg, add installation help ↵Martin Kaistra
to readme