| 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. | |||
| 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-04-22 | make pip-installable as a package | tassaron | |
| 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-19 | fixed issues with undoing relative widgets | tassaron | |
| 2017-08-15 | undoable edits for normal component settings; TODO: merge small edits | 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 | save presets as floats so project resolution is not relevant | tassaron | |
| unfortunately this breaks old projects and presets | |||
| 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 | x/y pixel values update to match output resolution | tassaron | |
| 2017-08-01 | component class now tracks colorwidgets | tassaron | |
| so adding new color-selection widgets is now simple | |||
| 2017-07-27 | fixed video component eating stdout | tassaron | |
| + made height/width into properties to simplify render methods | |||
| 2017-07-23 | components auto-connect & track widgets, less autosave spam | tassaron | |
| importing toolkit from live interpreter now works | |||
| 2017-07-20 | ffmpeg functions moved to toolkit, component format simplified | tassaron | |
| component methods are auto-decorated & settings are now class variables | |||
| 2017-07-17 | combined toolkit.py & frame.py into toolkit package | tassaron | |
| 2017-07-13 | components automatically drawPreview & save currentPreset | tassaron | |
| this makes a Component easier to program. also more comments | |||
| 2017-07-13 | more error messages for blank components | tassaron | |
| 2017-07-13 | merge consecutive static components | tassaron | |
| 2017-07-11 | fixed various bugs | tassaron | |
| 2017-07-09 | separated creation of ffmpeg command | tassaron | |
| for future use to sllow editing the command before starting the export | |||
| 2017-07-09 | more comments + warnings for outdated dependencies | tassaron | |
| 2017-07-02 | frame-drawing tools for components to share | tassaron | |
| 2017-07-02 | renamed component base | tassaron | |
| 2017-07-02 | rm unneeded imports, work on freezing | tassaron | |
| 2017-07-01 | Fixed Text Colors & update button color on manual value change. | DH4 | |
| 2017-06-24 | fixing bugs | tassaron | |
| 2017-06-23 | Fixed QtWidgets not imported on some components. | DH4 | |
| 2017-06-23 | QT5 Conversion + Directory Structure | DH4 | |
