aboutsummaryrefslogtreecommitdiff
path: root/mainwindow.py
AgeCommit message (Collapse)Author
2017-06-15various bugfixes, blankFrame method for componentstassaron
don't crash from broken project files or nonexistent videopaths, and shareable common paths in core.py
2017-06-15video scaling, position and distortiontassaron
2017-06-15clear preset button, disable New Project during exporttassaron
enable preset manager during export, and clear deleted presets from project files when opened
2017-06-14no keyerror when opening new presettassaron
2017-06-13asterisk next to modified preset is more accuratetassaron
hopefully
2017-06-12adding an asterisk to modified, unsaved presetstassaron
flags for unsaved changes saved in project files
2017-06-11split up openProject code for use in importPresettassaron
2017-06-11using tab in component list updates widgettassaron
and more understandable function names for writing/reading presets
2017-06-11can't right-click empty space + color eyedroppertassaron
2017-06-10made basic export function, moved more code into coretassaron
2017-06-10close button works, dialogs properly parentedtassaron
hint text wording changed by IamDH4's suggestion
2017-06-08start connecting import/export buttonstassaron
2017-06-08saved preset titles, code clean-upstassaron
componentList drag'n'drop disabled for now; will work on it in another branch
2017-06-08drag'n'drop componentList, move component code to core.pytassaron
FIXME: finish implementing drag'n'drop, Down button
2017-06-07added submenu for opening presets, moved codetassaron
2017-06-07laying some foundations for new preset implementationtassaron
2017-06-07newProject method & various small fixestassaron
2017-06-07Created projects and presets button. FIXME: Hookup New Project menu item. ↵DH4
Hookup preset manager.
2017-06-07Added Bitrate SelectionDH4
2017-06-07Added Encoder Settings, FIXME: Add bitrate options.DH4
2017-06-06Code cleanupDH4