aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* basic commandline functionality using 3 argstassaron2017-06-185-191/+196
| | | | needs more args so components can be modified without gui
* exports to ~ if no dir given, fix infinite loop when cancellingtassaron2017-06-172-16/+25
|
* ask to save changes before changing current projecttassaron2017-06-173-34/+75
| | | | also limited total # of components to 50
* spread option for gradientstassaron2017-06-162-10/+37
|
* color component size, position, and gradient optionstassaron2017-06-164-169/+477
|
* added width and height to color.uitassaron2017-06-162-4/+151
|
* Redesigned preset UI + video & image component scaling/positioningBrianna2017-06-1516-471/+1425
|\ | | | | Added preset manager
| * drag events for component list now working!tassaron2017-06-154-18/+42
| |
| * various bugfixes, blankFrame method for componentstassaron2017-06-1511-57/+107
| | | | | | | | don't crash from broken project files or nonexistent videopaths, and shareable common paths in core.py
| * video scaling, position and distortiontassaron2017-06-153-11/+79
| |
| * clear preset button, disable New Project during exporttassaron2017-06-153-10/+48
| | | | | | | | enable preset manager during export, and clear deleted presets from project files when opened
| * image component stretch/scale/x/y optionstassaron2017-06-144-19/+139
| |
| * no keyerror when opening new presettassaron2017-06-141-1/+1
| |
| * asterisk next to modified preset is more accuratetassaron2017-06-139-113/+80
| | | | | | | | hopefully
| * adding an asterisk to modified, unsaved presetstassaron2017-06-129-48/+175
| | | | | | | | flags for unsaved changes saved in project files
| * split up openProject code for use in importPresettassaron2017-06-113-75/+124
| |
| * using tab in component list updates widgettassaron2017-06-115-14/+22
| | | | | | | | and more understandable function names for writing/reading presets
| * can't right-click empty space + color eyedroppertassaron2017-06-115-17/+26
| |
| * made basic export function, moved more code into coretassaron2017-06-104-37/+81
| |
| * close button works, dialogs properly parentedtassaron2017-06-103-10/+18
| | | | | | | | hint text wording changed by IamDH4's suggestion
| * start connecting import/export buttonstassaron2017-06-084-13/+53
| |
| * preset searchbar works, ui experimentally changedtassaron2017-06-083-33/+48
| | | | | | | | closebutton where I keep expecting it to be
| * rename and delete buttons in preset managertassaron2017-06-083-24/+118
| |
| * saved preset titles, code clean-upstassaron2017-06-089-107/+169
| | | | | | | | componentList drag'n'drop disabled for now; will work on it in another branch
| * drag'n'drop componentList, move component code to core.pytassaron2017-06-084-91/+122
| | | | | | | | FIXME: finish implementing drag'n'drop, Down button