| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-01-11 | update to Qt 6 and Pillow 12 | tassaron | |
| and yeah, I accidentally ran black on the codebase. I don't want to spend more free time fixing that. All of these changes are simple renames or removals, nothing too major. | |||
| 2024-09-15 | fix #78 | tassaron | |
| 2023-02-17 | fix #75 by computing evolution during frameRender | Brianna Rainey | |
| instead of pre-computing the entire evolution during preFrameRender, it creates 60 ticks' worth of grid data at a time during the rendering process, deleting old data as it goes. This works with the current render process and should still work if the render process changes, as long as render threads don't become extremely de-synchronized (which would probably be an issue anyway) | |||
| 2023-02-17 | ignore cells that are 40+ coords out of frame | Brianna Rainey | |
| 2023-02-17 | Add comments to Life component | Brianna Rainey | |
| added comments to preFrameRender and gridForTick methods | |||
| 2022-05-08 | reorganize Classic Visualizer widgets to be more left-aligned | tassaron | |
| Looks less weird when window is maximized | |||
| 2022-05-08 | Add sensitivity option to classic visualizer | tassaron | |
| Allows to decide how balanced the up/down smoothing is. The default (0) is the same as before; increasing sensitivity makes the up/down values closer to each other (less smooth, more sensitive) | |||
| 2022-05-07 | Fix drawing of "peace" shape. Rename a shape to pie | tassaron | |
| 2022-05-07 | change default colour to white for consistency with the default settings of ↵ | tassaron | |
| other foreground elements | |||
| 2022-05-07 | Add initial state to the grid - a Queen Bee Shuttle | tassaron | |
| I chose this one because it repeats forever, so the user gets a useable default setting for any length of video they want to make | |||
| 2022-05-07 | fix to make the QFontComboBox update the preview | tassaron | |
| Unfortunately it's not an "undoable" ComponentAction object, it just triggers the raw PyQt Signal for now. This is a small patch until I fix it better by rewriting the Component base class, someday :P | |||
| 2022-05-06 | ffmpeg filter_complex creation code is more readable | tassaron | |
| 2022-05-06 | convert Spectrum FFmpeg complex_filters to f-strings | tassaron | |
| 2022-05-06 | convert to f-string | tassaron | |
| 2022-05-06 | convert to f-string for readability | tassaron | |
| 2022-05-03 | cast int to str all over the place. | tassaron | |
| This Qt settings object needs to be treated like dynamite, apparently :) | |||
| 2022-04-29 | remove extra window properties from window objects | tassaron | |
| instead of windows with properties which are windows, windows now have the UI added directly to them using an argument of `uic.loadUi` Also, DPI scaling moved to MainWindow __init__ | |||
| 2022-04-27 | add logging to Color component. remove unused imports | tassaron | |
| 2022-04-22 | make pip-installable as a package | tassaron | |
| 2017-08-28 | ctrl-c ends commandline mode properly | tassaron | |
| 2017-08-27 | undoable Life component grid actions | tassaron | |
| 2017-08-27 | file logging can be turned completely off | tassaron | |
| and various changes to log levels and messages everywhere | |||
| 2017-08-26 | fixed too-large Color sizes, fixed a redoing bug, rm pointless things | tassaron | |
| and now Ctrl+Alt+Shift+A gives a bunch of debug info | |||
| 2017-08-20 | don't merge undos when setting text with a button | tassaron | |
| plus changes to life.py for pep8 compliance | |||
| 2017-08-20 | relative widgets scale properly when undoing at different resolutions | tassaron | |
| 2017-08-19 | fixed issues with undoing relative widgets | tassaron | |
| 2017-08-15 | undoable edits for normal component settings; TODO: merge small edits | tassaron | |
| 2017-08-14 | better aevalsrc inputs for spectrum previews | tassaron | |
| 2017-08-14 | faster Spectrum preview & custom VERBOSE loglvl | tassaron | |
| 2017-08-13 | graceful renderNode crash, code clean-up | tassaron | |
| 2017-08-11 | why did I use a dict here? | tassaron | |
| 2017-08-10 | Life comp shift buttons and Show Grid option | tassaron | |
| 2017-08-10 | fixed relative image scale bug & Life preset bug | tassaron | |
| dicts must be alphabetized in AV files | |||
| 2017-08-10 | using the builtin logging module | tassaron | |
| 2017-08-10 | added connected path shape to Life | tassaron | |
| 2017-08-10 | more shapes and custom image option for Life | tassaron | |
| 2017-08-09 | Conway's Game of Life component | tassaron | |
| 2017-08-08 | fixed incorrect outline for small-caps | tassaron | |
| 2017-08-08 | relative dropshadow | tassaron | |
| 2017-08-08 | relative stroke px size & no Qt pen on stroke | tassaron | |
| 2017-08-07 | dropshadow option for Text component | tassaron | |
| 2017-08-06 | added stroke and font style options to Text component | tassaron | |
| 2017-08-03 | image scale needs to be relative | tassaron | |
| 2017-08-03 | save presets as floats so project resolution is not relevant | tassaron | |
| unfortunately this breaks old projects and presets | |||
| 2017-08-03 | max spinbox vals scale relatively & less errors when spamming res change | tassaron | |
| w/h attrs are locked during render so preview thread always get correctly-sized frame | |||
| 2017-08-03 | relativeWidgets might as well be a list | tassaron | |
| 2017-08-03 | relative gradients & last good frame used for preview errors | tassaron | |
| 2017-08-01 | fontsize is also relative | tassaron | |
| 2017-08-01 | width/height fields should be relative too | tassaron | |
| 2017-08-01 | x/y pixel values update to match output resolution | tassaron | |
