aboutsummaryrefslogtreecommitdiffstats
path: root/mainwindow.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* basic commandline functionality using 3 argstassaron2017-06-181-34/+42
| | | | needs more args so components can be modified without gui
* exports to ~ if no dir given, fix infinite loop when cancellingtassaron2017-06-171-15/+21
|
* ask to save changes before changing current projecttassaron2017-06-171-29/+59
| | | | also limited total # of components to 50
* color component size, position, and gradient optionstassaron2017-06-161-1/+3
|
* drag events for component list now working!tassaron2017-06-151-8/+26
|
* various bugfixes, blankFrame method for componentstassaron2017-06-151-2/+2
| | | | don't crash from broken project files or nonexistent videopaths, and shareable common paths in core.py
* video scaling, position and distortiontassaron2017-06-151-1/+2
|
* clear preset button, disable New Project during exporttassaron2017-06-151-6/+14
| | | | enable preset manager during export, and clear deleted presets from project files when opened
* no keyerror when opening new presettassaron2017-06-141-1/+1
|
* asterisk next to modified preset is more accuratetassaron2017-06-131-7/+13
| | | | hopefully
* adding an asterisk to modified, unsaved presetstassaron2017-06-121-9/+17
| | | | flags for unsaved changes saved in project files
* split up openProject code for use in importPresettassaron2017-06-111-54/+6
|
* using tab in component list updates widgettassaron2017-06-111-4/+3
| | | | and more understandable function names for writing/reading presets
* can't right-click empty space + color eyedroppertassaron2017-06-111-12/+15
|
* made basic export function, moved more code into coretassaron2017-06-101-21/+7
|
* close button works, dialogs properly parentedtassaron2017-06-101-1/+3
| | | | hint text wording changed by IamDH4's suggestion
* start connecting import/export buttonstassaron2017-06-081-4/+4
|
* saved preset titles, code clean-upstassaron2017-06-081-66/+93
| | | | 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-64/+50
| | | | FIXME: finish implementing drag'n'drop, Down button
* added submenu for opening presets, moved codetassaron2017-06-071-101/+37
|
* laying some foundations for new preset implementationtassaron2017-06-071-36/+52
|
* newProject method & various small fixestassaron2017-06-071-19/+19
|
* Created projects and presets button. FIXME: Hookup New Project menu item. ↵DH42017-06-071-18/+42
| | | | Hookup preset manager.
* Added Bitrate SelectionDH42017-06-071-0/+18
|
* Added Encoder Settings, FIXME: Add bitrate options.DH42017-06-071-6/+65
|