Commit Graph

30 Commits

Author SHA1 Message Date
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 3ed84e1c3e fixed incorrect outline for small-caps 2017-08-08 20:53:51 -04:00
tassaron 4d0daa4336 relative dropshadow 2017-08-08 06:03:14 -04:00
tassaron 354637d34c relative stroke px size & no Qt pen on stroke 2017-08-08 05:57:19 -04:00
tassaron 060a7dc2d2 dropshadow option for Text component 2017-08-07 21:03:01 -04:00
tassaron 998f741495 added stroke and font style options to Text component 2017-08-06 21:52:44 -04:00
tassaron 98a47a21d9 save presets as floats so project resolution is not relevant
unfortunately this breaks old projects and presets
2017-08-03 20:43:23 -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 62431a3cfe fontsize is also relative 2017-08-01 22:07:49 -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 06c27a48bc more error messages for blank components 2017-07-13 17:03:25 -04:00
tassaron 8811b699a9 merge consecutive static components 2017-07-13 00:05:11 -04:00
tassaron 2e37dafd70 fixed various bugs 2017-07-11 06:06:22 -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 38557f29f9 rm unneeded imports, work on freezing 2017-07-02 14:19:15 -04:00
DH4 0a9002b42c Fixed Text Colors & update button color on manual value change. 2017-07-01 00:01:29 -05:00
tassaron e32ba958cb fixing bugs 2017-06-24 23:12:41 -04:00
DH4 83d55593d0 Fixed QtWidgets not imported on some components. 2017-06-23 23:39:22 -05:00
DH4 e92e9d79f9 QT5 Conversion + Directory Structure 2017-06-23 17:38:05 -05:00
Renamed from components/text.py (Browse further)