Commit Graph

24 Commits

Author SHA1 Message Date
tassaron 85d3b779d0 fixed too-large Color sizes, fixed a redoing bug, rm pointless things
and now Ctrl+Alt+Shift+A gives a bunch of debug info
2017-08-26 21:23:44 -04:00
tassaron c07f2426ce fixed issues with undoing relative widgets 2017-08-19 18:32:12 -04:00
tassaron a1d7cbb984 undoable edits for normal component settings; TODO: merge small edits 2017-08-15 22:20:25 -04:00
tassaron 219e846984 relativeWidgets might as well be a list 2017-08-03 12:16:57 -04:00
tassaron 6611492b30 relative gradients & last good frame used for preview errors 2017-08-03 00:44:46 -04:00
tassaron 8812c37213 width/height fields should be relative too 2017-08-01 22:04:51 -04:00
tassaron 5784cdbcf8 x/y pixel values update to match output resolution 2017-08-01 21:57:36 -04:00
tassaron 3c1b52205f component class now tracks colorwidgets
so adding new color-selection widgets is now simple
2017-08-01 17:57:39 -04:00
tassaron de1324a6a7 fixed video component eating stdout
+ made height/width into properties to simplify render methods
2017-07-27 17:49:08 -04:00
tassaron bf0890e7c8 components auto-connect & track widgets, less autosave spam
importing toolkit from live interpreter now works
2017-07-23 01:53:54 -04:00
tassaron f454814867 ffmpeg functions moved to toolkit, component format simplified
component methods are auto-decorated & settings are now class variables
2017-07-20 20:31:38 -04:00
tassaron b1713d38fa combined toolkit.py & frame.py into toolkit package 2017-07-17 22:07:33 -04:00
tassaron cbbb787615 components automatically drawPreview & save currentPreset
this makes a Component easier to program. also more comments
2017-07-13 21:59:23 -04:00
tassaron 8811b699a9 merge consecutive static components 2017-07-13 00:05:11 -04:00
tassaron 4c3920e630 separated creation of ffmpeg command
for future use to sllow editing the command before starting the export
2017-07-09 21:27:29 -04:00
tassaron 94d4acc1f4 more comments + warnings for outdated dependencies 2017-07-09 01:10:06 -04:00
tassaron 3a6d7ae421 frame-drawing tools for components to share 2017-07-02 21:38:19 -04:00
tassaron 0da275bf1b renamed component base 2017-07-02 20:46:48 -04:00
tassaron 4eb2bc9a41 preset delete, rename, save updates both windows 2017-06-25 19:38:58 -04:00
tassaron e32ba958cb fixing bugs 2017-06-24 23:12:41 -04:00
tassaron 4d955c5a06 merged with feature-newgui 2017-06-24 19:54:09 -04:00
DH4 83d55593d0 Fixed QtWidgets not imported on some components. 2017-06-23 23:39:22 -05:00
tassaron 680214f518 qt5 fixes
also pep8 compliance
2017-06-23 23:00:24 -04:00
DH4 e92e9d79f9 QT5 Conversion + Directory Structure 2017-06-23 17:38:05 -05:00
Renamed from components/color.py (Browse further)