aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* update for Pillow 12 and Qt 6tassaron2026-01-122-3/+2
* update to Qt 6 and Pillow 12tassaron2026-01-1128-2168/+2469
* fix #78tassaron2024-09-152-3/+6
* fix #75 by computing evolution during frameRenderBrianna Rainey2023-02-171-24/+12
* ignore cells that are 40+ coords out of frameBrianna Rainey2023-02-171-0/+11
* fix typoBrianna Rainey2023-02-171-1/+1
* Add comments to Life componentBrianna Rainey2023-02-171-1/+14
* log name of missing/unreadable audio filetassaron2022-05-101-1/+1
* move variable declaration closer to usage.tassaron2022-05-092-7/+5
* use pytest-qt to test actual export processtassaron2022-05-092-1/+31
* no components on commandline adds a default visualizertassaron2022-05-091-0/+4
* include test data in package, pytest-qt plugin for testing Qt event loop, rem...tassaron2022-05-093-23/+19
* rename visualisation to visualizationtassaron2022-05-092-6/+9
* demote error message to debug messagetassaron2022-05-091-1/+1
* reorganize Classic Visualizer widgets to be more left-alignedtassaron2022-05-081-29/+68
* Add sensitivity option to classic visualizertassaron2022-05-082-39/+51
* fixtassaron2022-05-071-1/+1
* concatenate trimmed ffmpeg logs to the test reporttassaron2022-05-071-8/+29
* --export-project uses -i and -o if providedtassaron2022-05-071-32/+49
* Fix drawing of "peace" shape. Rename a shape to pietassaron2022-05-072-9/+6
* change default colour to white for consistency with the default settings of o...tassaron2022-05-071-1/+1
* Add initial state to the grid - a Queen Bee Shuttletassaron2022-05-071-1/+13
* fix to make the QFontComboBox update the previewtassaron2022-05-071-5/+6
* set window titles of minor dialog windowstassaron2022-05-071-5/+8
* ffmpeg filter_complex creation code is more readabletassaron2022-05-061-112/+119