Commit Graph
746 Commits
Author SHA1 Message Date
itsmattkc 0acee942f4 fix line endings 2019-06-15 07:39:55 -07:00
itsmattkc 707ad3c264 finished prototype for float pix fmt converter 2019-05-30 21:50:18 +10:00
itsmattkc 41884a13b9 test code for getting texture from a node 2019-05-22 13:58:29 +10:00
itsmattkc 49feb12999 ported functions to new node type 2019-05-13 12:00:15 +10:00
itsmattkc f796c2b379 sequence is now a node graph 2019-05-11 11:38:18 +10:00
itsmattkc 3fe0d1cda5 fixes #931, fixes #882 2019-05-09 11:11:24 +10:00
itsmattkc fc94881865 basic segfault handling and fixed timeline crash 2019-05-09 10:45:45 +10:00
itsmattkc baed0c2045 fixed #928 2019-05-09 04:42:24 +10:00
itsmattkc 2ac87a6cbc fixed #929 2019-05-09 03:55:53 +10:00
itsmattkc 7c66c3bf4b fixed track size issue 2019-05-09 01:54:14 +10:00
itsmattkc 2905dce3d9 sequence encapsulation 2019-05-09 00:19:36 +10:00
itsmattkc 5f0debb7ec removed tracklist layer 2019-05-08 19:32:31 +10:00
itsmattkc 9a13776b2c refactored some classes 2019-05-08 00:41:44 +10:00
itsmattkc b819a30c01 merge of long discussed new pipeline 2019-05-04 10:48:20 +10:00
itsmattkc 4bbab59d3b Merge pull request #878 from luzpaz/misc-typos
Misc. typos
2019-05-02 21:38:51 +10:00
follower 71e36fcc75 Remove makeCurrent() call that sometimes causes blank previewers.
See: <https://github.com/olive-editor/olive/issues/892>
2019-05-01 22:27:49 +12:00
luz.paz 52d03aacd6 Misc. typos
Found via ` codespell -q 3 -S *.ts,*.xml -L ba,froms,seeked`
2019-04-24 11:34:56 -04:00
itsmattkc 9b2f91f483 show node properties as a sidebar 2019-04-24 10:26:42 +10:00
itsmattkc 616e2b4740 Merge branch 'furtherocio' into nodes 2019-04-21 23:03:48 +10:00
itsmattkc 43284ced8b cherrypicked relevant commits from master 2019-04-21 23:03:35 +10:00
itsmattkc 8c9809f657 ported master fixes to furtherocio 2019-04-21 22:56:13 +10:00
itsmattkc c5f63ec2c5 Merge branch 'master' of https://github.com/olive-editor/olive 2019-04-21 11:50:11 +10:00
itsmattkc d386d5c7f2 fixed trimming one frame clips 2019-04-21 11:48:08 +10:00
itsmattkc 027ce82a66 fixed #739 2019-04-18 02:39:11 +10:00
itsmattkc 73ebf0042d fixed #725 2019-04-18 02:33:54 +10:00
itsmattkc 46fe0fa9da Merge branch 'furtherocio' into nodes 2019-04-14 22:19:15 +10:00
itsmattkc dcd44abde1 fixed windows compile issue 2019-04-14 22:19:08 +10:00
itsmattkc de69558ee5 Revert "derive clips, tracks, and sequences from the same base"
This reverts commit 1b9a963eeb.
2019-04-14 12:47:19 +10:00
itsmattkc 1b9a963eeb derive clips, tracks, and sequences from the same base 2019-04-14 11:13:00 +10:00
itsmattkc 336ef69d73 allow multiple connections to be made from an output 2019-04-13 20:28:56 +10:00
itsmattkc 6bf62017ea right click menu in node view for adding nodes 2019-04-13 15:57:09 +10:00
itsmattkc e20b1d35c2 enhancements to node edge creation 2019-04-13 10:12:36 +10:00
itsmattkc 8cd96eae64 nodes can now be connected through the node editor 2019-04-13 02:40:58 +10:00
itsmattkc 6b67727bd8 minor node editor enhancements 2019-04-12 22:17:33 +10:00
itsmattkc 41767cca5e flipped zoom on node view to normal 2019-04-12 21:55:17 +10:00
itsmattkc b21745f694 merged effects into node structure 2019-04-12 21:50:52 +10:00
itsmattkc 4e4d2b1881 bezier node edges 2019-04-12 02:23:50 +10:00
itsmattkc a0f1dfef0e catch mouse events when clicking on node sockets 2019-04-12 01:59:41 +10:00
itsmattkc 83620173af ui for output rows on nodes 2019-04-12 01:44:49 +10:00
itsmattkc e10be0db88 node socket UI implemented 2019-04-11 20:13:50 +10:00
itsmattkc 1285d70c62 node socket UI 2019-04-11 11:48:20 +10:00
itsmattkc 358d1ba16a audio monitor functional with float system 2019-04-11 10:23:38 +10:00
itsmattkc e73011e192 made column span redundant 2019-04-11 01:40:37 +10:00
itsmattkc d3bc1d4f06 finished moving field data retrieving to row 2019-04-11 00:02:50 +10:00
itsmattkc c281e5a6ff fixed node type issues 2019-04-10 09:00:25 +10:00
itsmattkc a03879a12b restored effect field types 2019-04-09 23:06:26 +10:00
itsmattkc a4ff6f3b41 adjust scrollbars for hand moving 2019-04-09 21:32:21 +10:00
itsmattkc 7cbcb20543 created enum for more node data types 2019-04-09 20:55:25 +10:00
itsmattkc 433ae494ad some cleanup 2019-04-09 13:15:15 +10:00
itsmattkc 81da3228bb effect UIs ported to nodes 2019-04-08 23:47:05 +10:00