Commit Graph

2891 Commits

Author SHA1 Message Date
Maurycy Liebner
404d28d717 Bundle qt5ct for a native look. 2019-12-27 00:15:42 +01:00
Maurycy Liebner
06d1bc2f05 Bundle qt5ct for a native look. 2019-12-26 23:06:44 +01:00
Maurycy Liebner
a71803b380 Add read/write functionality to render tasks. Closes #22. 2019-12-26 22:04:59 +01:00
Maurycy Liebner
c6f9130d6c SmartPath related cleanup. 2019-12-26 19:43:00 +01:00
Maurycy Liebner
50b47eef80 UI improvements.
Add disable/enable paint onion button.
Add create node button.
Make top toolbar buttons context aware.
2019-12-26 15:56:37 +01:00
Maurycy Liebner
d7b9b476d4 New nodes added to segments should be linear when added to a linear
segment.
2019-12-26 12:23:19 +01:00
Maurycy Liebner
b015d30ef4 SmartPathAnimator related cleanup. 2019-12-26 00:50:08 +01:00
Maurycy Liebner
67ea7c8ffd ComplexAnimator related cleanup. 2019-12-25 23:09:38 +01:00
Maurycy Liebner
326a6af3ba Merge branch 'master' of https://github.com/MaurycyLiebner/enve 2019-12-25 20:36:53 +01:00
MaurycyLiebner
e33a043905
Merge pull request #20 from prokoudine/master
Fix a user-visible typo
2019-12-25 20:36:01 +01:00
Maurycy Liebner
be82c67648 GraphAnimator related cleanup. 2019-12-25 20:33:41 +01:00
Alexandre Prokoudine
eded679f3a Fix a user-visible typo 2019-12-25 16:03:37 +03:00
Maurycy Liebner
cb64cb1b87 Fix non-pathwise SubPathEffect. 2019-12-24 21:38:06 +01:00
Maurycy Liebner
08751a8c13 Move BoolPropertyContainer to separate files. 2019-12-24 21:10:40 +01:00
Maurycy Liebner
d857f19a6d Fix delete for nodes. #19 2019-12-24 13:25:04 +01:00
Maurycy Liebner
822a4a83c2 Minor UI changes.
Disable actions that do nothing.
Add informative transformation actions.
Make enve file changes aware without undo/redo.
2019-12-23 21:36:48 +01:00
Maurycy Liebner
c2879081bc Fix ImageSequenceBox. 2019-12-23 21:08:24 +01:00
Maurycy Liebner
22e74bfdd0 Animator related code cleanup. 2019-12-23 17:41:13 +01:00
Maurycy Liebner
0fee7f7e03 Property related code cleanup. 2019-12-23 15:15:22 +01:00
Maurycy Liebner
64caff0adb Remove semicolons after Q_UNUSED. 2019-12-23 14:02:55 +01:00
MaurycyLiebner
1b5745cd33
Change twitter handle. 2019-12-23 12:01:43 +01:00
Maurycy Liebner
2455d6700d Make sure enve updates after applying bookmarked colors. 2019-12-23 00:02:27 +01:00
Maurycy Liebner
d8158fefd0 Make sure save files end with the .ev extension.
Closes #17
2019-12-22 23:58:01 +01:00
Maurycy Liebner
099b4cad17 Share brush bookmarks between BrushesContexts.
Fix the way color bookmarks are being compared.
2019-12-22 23:53:44 +01:00
Maurycy Liebner
96232ef085 Read/write bookmarked brushes/colors. 2019-12-22 22:18:09 +01:00
Maurycy Liebner
99acc5615b Fix AutoTilesData margin for bitmap creation. 2019-12-22 20:06:26 +01:00
Maurycy Liebner
5ef0a08d96 Color bookmarks. 2019-12-22 18:57:54 +01:00
Maurycy Liebner
60638e4340 Add brush bookmarks side panel. 2019-12-22 14:09:26 +01:00
Maurycy Liebner
aa271ec70c Use the official Qt packages. 2019-12-22 09:30:22 +01:00
Maurycy Liebner
fcb6874494 Use the official Qt packages. 2019-12-22 00:41:55 +01:00
Maurycy Liebner
44196e4242 Use the official Qt packages. 2019-12-22 00:04:37 +01:00
Maurycy Liebner
0037e3d9cf Use the official Qt packages. 2019-12-21 23:16:31 +01:00
Maurycy Liebner
e3846fc80f Use the official Qt packages. 2019-12-21 22:16:48 +01:00
Maurycy Liebner
23c8442c1b Use the official Qt packages. 2019-12-21 22:14:42 +01:00
Maurycy Liebner
76244b497b Use the official Qt packages. 2019-12-21 21:49:25 +01:00
Maurycy Liebner
61a71fca1e Use the official Qt packages. 2019-12-21 21:32:28 +01:00
Maurycy Liebner
3bc63af46f Use the official Qt packages. #15 2019-12-21 21:07:38 +01:00
Maurycy Liebner
4b14d2ece1 Use the official Qt packages. #15 2019-12-21 20:58:31 +01:00
Maurycy Liebner
48d22c7c22 Use the official Qt packages. #15 2019-12-21 20:45:18 +01:00
Maurycy Liebner
d701cd5836 Use the official Qt packages. #15 2019-12-21 20:21:52 +01:00
Maurycy Liebner
826f01673a Use the official Qt packages. #15 2019-12-21 20:18:44 +01:00
Maurycy Liebner
402bb7b075 Switch back to Qt 5.12.0 (tablet support). #15 2019-12-21 13:46:28 +01:00
Maurycy Liebner
6414b801d4 Merge branch 'master' of https://github.com/MaurycyLiebner/enve 2019-12-20 22:46:50 +01:00
Maurycy Liebner
bcca220deb Add brush bookmark capability. 2019-12-20 22:44:53 +01:00
MaurycyLiebner
d7e0763289
Merge pull request #13 from prokoudine/master
Fix user-visible typo
2019-12-20 20:53:23 +01:00
Alexandre Prokoudine
4edd4e9855 Fix user-visible typo 2019-12-20 22:44:26 +03:00
Maurycy Liebner
ca97758836 Let users duplicate/delete render tasks.
Let users change the target render scene.
2019-12-20 20:17:41 +01:00
Maurycy Liebner
2980543346 Add WebM to the default format list. #12 2019-12-20 15:59:55 +01:00
Maurycy Liebner
dd53e9641c Fix file paths containing Cyrillic letters. #11 2019-12-20 15:54:26 +01:00
Maurycy Liebner
c640ab9e1a Further checkbox fixes (QGroupBox). 2019-12-20 15:51:29 +01:00