aboutsummaryrefslogtreecommitdiffstats
path: root/command.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-06-11using tab in component list updates widgettassaron5-14/+22
and more understandable function names for writing/reading presets
2017-06-11can't right-click empty space + color eyedroppertassaron5-17/+26
2017-06-10made basic export function, moved more code into coretassaron4-37/+81
2017-06-10close button works, dialogs properly parentedtassaron3-10/+18
hint text wording changed by IamDH4's suggestion
2017-06-08start connecting import/export buttonstassaron4-13/+53
2017-06-08preset searchbar works, ui experimentally changedtassaron3-33/+48
closebutton where I keep expecting it to be
2017-06-08rename and delete buttons in preset managertassaron3-24/+118
2017-06-08saved preset titles, code clean-upstassaron9-107/+169
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.pytassaron4-91/+122
FIXME: finish implementing drag'n'drop, Down button
2017-06-07added submenu for opening presets, moved codetassaron8-121/+140
2017-06-07laying some foundations for new preset implementationtassaron3-43/+132
2017-06-07newProject method & various small fixestassaron2-20/+23
2017-06-07Created projects and presets button. FIXME: Hookup New Project menu item. ↵DH43-111/+200
Hookup preset manager.
2017-06-07Added Bitrate SelectionDH45-8/+38
2017-06-07Added Encoder Settings, FIXME: Add bitrate options.DH45-151/+183
2017-06-06changed video init to use keywordstassaron2-20/+32
2017-06-06Code cleanupDH412-935/+1126
2017-06-06Use bytes instead of encoding a PNG in text module.DH41-38/+39
2017-06-06fixed empty preview frame bugtassaron1-1/+7
2017-06-06Add checkerboard for transpart frames.DH43-2/+14
2017-06-06Revert default window size.DH41-2/+2
2017-06-06When out of frames, send last frame to buffer. Added ability to loop video.DH41-5/+22
2017-06-06added framebuffer to keep frames in ordertassaron2-81/+76
NOT WORKING: end of video detection
2017-06-05Performance Tuning. FIXME: Video component frames are rendered out of ↵DH43-23/+22
order. Video component creates a severe performance bottleneck.
2017-06-05Font OffsetDH41-2/+4