aboutsummaryrefslogtreecommitdiffstats
path: root/core.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* QT5 Conversion + Directory StructureDH42017-06-231-476/+0
|
* Merge branch 'feature-newgui' into newgui-commandlineBrianna2017-06-231-1/+7
|\
| * cx_freeze Path UpdatesDH42017-06-231-1/+7
| |
* | can send multiple arguments to a componenttassaron2017-06-221-1/+4
| |
* | bugfixestassaron2017-06-221-1/+1
| |
* | preset-loading and basic args from commandlinetassaron2017-06-221-8/+14
| | | | | | | | also made some docstrings more informative
* | able to create components from commandlinetassaron2017-06-181-2/+2
| | | | | | | | TODO: make components respond to argument
* | basic commandline functionality using 3 argstassaron2017-06-181-14/+26
|/ | | | needs more args so components can be modified without gui
* ask to save changes before changing current projecttassaron2017-06-171-5/+14
| | | | also limited total # of components to 50
* drag events for component list now working!tassaron2017-06-151-5/+9
|
* various bugfixes, blankFrame method for componentstassaron2017-06-151-35/+71
| | | | don't crash from broken project files or nonexistent videopaths, and shareable common paths in core.py
* clear preset button, disable New Project during exporttassaron2017-06-151-1/+16
| | | | enable preset manager during export, and clear deleted presets from project files when opened
* image component stretch/scale/x/y optionstassaron2017-06-141-10/+13
|
* asterisk next to modified preset is more accuratetassaron2017-06-131-78/+47
| | | | hopefully
* adding an asterisk to modified, unsaved presetstassaron2017-06-121-5/+82
| | | | flags for unsaved changes saved in project files
* split up openProject code for use in importPresettassaron2017-06-111-19/+102
|
* using tab in component list updates widgettassaron2017-06-111-5/+9
| | | | and more understandable function names for writing/reading presets
* can't right-click empty space + color eyedroppertassaron2017-06-111-2/+2
|
* made basic export function, moved more code into coretassaron2017-06-101-10/+60
|
* start connecting import/export buttonstassaron2017-06-081-0/+6
|
* rename and delete buttons in preset managertassaron2017-06-081-0/+10
|
* saved preset titles, code clean-upstassaron2017-06-081-16/+42
| | | | 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-081-0/+32
| | | | FIXME: finish implementing drag'n'drop, Down button
* Added Encoder Settings, FIXME: Add bitrate options.DH42017-06-071-0/+8
|
* Code cleanupDH42017-06-061-99/+104
|