Commit Graph

2823 Commits

Author SHA1 Message Date
Maurycy Liebner
719ef7a31d BoxPathPoint transformation works better, is more intuitive. 2017-04-20 20:31:41 +02:00
Maurycy Liebner
6e2b70c68a Changes. Stupid. 2017-04-20 13:52:14 +02:00
Maurycy Liebner
fa2a7deb96 Some changes. 2017-04-19 22:00:04 +02:00
Maurycy Liebner
cff465af03 Fixed some issues. 2017-04-19 20:40:05 +02:00
Maurycy Liebner
b810ee29b9 Group transformation does not work correctly. 2017-04-18 20:33:54 +02:00
Maurycy Liebner
ebf50bac20 Descendant SingleWidgetAbstractions are now deleted when
ScrollWidgetVisiblePart is closed.
2017-04-18 17:36:28 +02:00
Maurycy Liebner
5b2c013405 Added optimization to gcc.
Fixed animated blur.
2017-04-18 11:54:13 +02:00
Maurycy Liebner
b67eb8fc90 Animated blur not object oriented. 2017-04-17 21:45:17 +02:00
Maurycy Liebner
d46ae9d080 Animated blur. 2017-04-14 17:02:20 +02:00
Maurycy Liebner
1442e99628 Fixed sound sample range. 2017-04-12 20:01:19 +02:00
Maurycy Liebner
c8533842c3 Changes to SingleSound needed, played range is not correct. 2017-04-12 16:59:23 +02:00
Maurycy Liebner
e03ae19673 CacheCont improvements. 2017-04-12 15:51:18 +02:00
Maurycy Liebner
a2114b1a7f Changes. 2017-04-12 14:38:58 +02:00
Maurycy Liebner
f7664fe271 Animators now do not store poiinter to parent animator, just emit
signals.
2017-04-12 11:47:39 +02:00
Maurycy Liebner
39266952a9 Gradient needs fixing. 2017-04-11 17:43:32 +02:00
Maurycy Liebner
ad01b748df Boxes are update correctly. 2017-04-10 21:18:06 +02:00
Maurycy Liebner
3f5f1dae57 Fixed drawPath crash. 2017-04-10 20:51:50 +02:00
Maurycy Liebner
01e5c19ad6 Changes. 2017-04-10 20:36:53 +02:00
Maurycy Liebner
5139de8c03 QSharedPointers sprinkled all over. Compiles. 2017-04-10 11:09:39 +02:00
Maurycy Liebner
e238ea1a52 Changes toward complete integration of qsharedpointers. 2017-04-09 21:57:58 +02:00
Maurycy Liebner
986c7b32d8 Fixed empty cache update. 2017-04-08 21:01:51 +02:00
Maurycy Liebner
45a816e4f9 Update ParticleBox frame update. 2017-04-08 20:37:59 +02:00
Maurycy Liebner
76f66f47af Some changes. 2017-04-08 12:17:05 +02:00
Maurycy Liebner
679412f304 Simplified AnimationRenderCacheRange. 2017-04-08 11:54:57 +02:00
Maurycy Liebner
f8784aae40 RenderCacheHandler does not work correclty, cache at the wrong frames? 2017-04-08 11:09:17 +02:00
Maurycy Liebner
c0d5373f52 Have to move more render functionality associated with durationrectangle
to RenderCacheHandler.
2017-04-06 16:19:49 +02:00
Maurycy Liebner
4a214a0caa Memory is now dynamicaly freed. 2017-04-06 13:33:31 +02:00
Maurycy Liebner
f262a3c1b7 Some changes. 2017-04-05 20:24:49 +02:00
Maurycy Liebner
c9200c78c9 Changes to ParticleBox. 2017-04-05 18:01:33 +02:00
Maurycy Liebner
072bd08383 AnimationRenderCacheRange initialy developed. 2017-04-05 16:56:39 +02:00
Maurycy Liebner
23a6d4a844 Changes. 2017-04-05 10:07:17 +02:00
Maurycy Liebner
67ad1b1e9d Some changes for better. 2017-04-04 14:20:30 +02:00
Maurycy Liebner
4064c6068f Will move combined transform update to other thread. 2017-04-04 10:09:37 +02:00
Maurycy Liebner
ed9a38f51f Have to make properties versions for all box animators.(transformation,
qrealanimator, etc.)
2017-04-03 17:55:39 +02:00
Maurycy Liebner
39b3f58cea Update after frame change is responsibility of parent boxes group. 2017-04-03 12:02:51 +02:00
Maurycy Liebner
b4ccfa0f56 Fixed problem with current BoundingBoxRenderContainer. 2017-04-03 10:58:29 +02:00
Maurycy Liebner
2682e3be6c Will move more of render handling to RenderCacheHandler. 2017-04-03 10:50:22 +02:00
Maurycy Liebner
dc0535bef4 Fixed insert id for BoundingBoxRenderContainer 2017-04-02 20:40:36 +02:00
Maurycy Liebner
9f20992bbb NoCache does not work. 2017-04-02 17:28:18 +02:00
Maurycy Liebner
2a11a54fbb Moving keys does not work. 2017-04-02 15:06:21 +02:00
Maurycy Liebner
00fa01dc29 Small changes. 2017-04-02 14:30:00 +02:00
Maurycy Liebner
93c4d10613 Cache for current frame now updates when changes are made on current
frame.
2017-04-02 11:47:21 +02:00
Maurycy Liebner
95b11d639d RenderCacheHandler seems to work fine, but does not update(cache does
not clear) when changes are made.
2017-04-01 22:42:10 +02:00
Maurycy Liebner
8aecc0fff5 Have to create Key container, that stores all info about a Key and
allows to reconstruct it. (should be used in copying and pasting keys.)
2017-04-01 20:32:07 +02:00
Maurycy Liebner
1c14a5a132 InfluenceRange developed further. 2017-03-31 14:46:05 +02:00
Maurycy Liebner
3bbb1ab48f Started localising BoundingBox cache. 2017-03-30 21:33:11 +02:00
Maurycy Liebner
0c1339e785 Saving and loding works to some extent. 2017-03-30 13:02:26 +02:00
Maurycy Liebner
4c403e9332 Have to fix saving and loading. 2017-03-29 20:26:22 +02:00
Maurycy Liebner
c6ddb8f283 PathPoint now updates path properly. 2017-03-29 14:01:22 +02:00
Maurycy Liebner
0674bd3e42 Will merge PathPointAnimators with PathPoint. 2017-03-29 11:58:03 +02:00