Commit Graph
100 Commits
Author SHA1 Message Date
itsmattkc a376545ad6 cmake: find crashpad common lib
This appears to be a new requirement. Our other Crashpad dependencies will need to be updated to match this.
2021-09-22 16:47:13 -07:00
itsmattkc 401f8d394c shapenode: added gizmos 2021-09-22 01:45:05 -07:00
itsmattkc 2ea29f9ea9 shape: center node 2021-09-21 21:32:31 -07:00
itsmattkc 8277748719 render: avoid hashing null node 2021-09-21 21:32:20 -07:00
itsmattkc 31cb4dd0b1 ci: fix path issue 2021-09-21 21:30:44 -07:00
itsmattkc bc45031e33 ci: use specific crashpad package 2021-09-21 21:04:09 -07:00
itsmattkc 0669069181 viewer: nicer scrubbing 2021-09-21 20:49:39 -07:00
itsmattkc dc7f7a6dda formalized valuehint as a class 2021-09-21 20:13:14 -07:00
itsmattkc 677277c16d renderer: improved code flow 2021-09-21 19:10:03 -07:00
itsmattkc 751b5f6c44 timeline: used footage params as basis for manual selection 2021-09-21 19:03:51 -07:00
itsmattkc 2d3aaa474d timeline: fixed crash 2021-09-21 12:38:01 -07:00
itsmattkc 3b8736dbf7 timeline: check if sequence outputs to node about to be imported
Fixes #1744
2021-09-21 12:27:12 -07:00
itsmattkc f78a4643f3 timeline: use vector rather than map 2021-09-21 11:57:42 -07:00
itsmattkc f184e5cd31 projectexplorer: improved rename functionality 2021-09-21 11:57:26 -07:00
itsmattkc 75b4e3e257 nodes: fixed new crash 2021-09-21 11:57:08 -07:00
itsmattkc 32d6aa141b maybe this will do it 2021-09-21 11:30:40 -07:00
itsmattkc 66a021158e rewrite valuehint init
Hopefully macOS will like this
2021-09-21 00:08:02 -07:00
itsmattkc aada814ca5 use macro to disable test 2021-09-20 23:26:19 -07:00
itsmattkc 65eee43842 temporarily comment out test 2021-09-20 23:08:11 -07:00
itsmattkc f49712b4ed fixed uninitialized variable 2021-09-20 23:07:59 -07:00
itsmattkc b70547c5a0 removed unnecessary semicolon 2021-09-20 22:43:42 -07:00
itsmattkc 748d909628 hashtraverser: fixed missing override tags 2021-09-20 22:42:53 -07:00
itsmattkc 323e6c34a2 remove dbg string 2021-09-20 22:13:34 -07:00
itsmattkc 16e97e7ed4 hash audio some audio parameters 2021-09-20 21:56:28 -07:00
itsmattkc 0df7012c9e rewrote hashing 2021-09-20 21:14:15 -07:00
itsmattkc 8e195a0a9c won't be needing this anymore :^) 2021-09-20 21:13:32 -07:00
itsmattkc a77166c833 fixed otio issue 2021-09-20 21:12:44 -07:00
itsmattkc 7ba5dca4ab renderer: always hash along edges 2021-09-19 23:11:20 -07:00
itsmattkc 67c7c71ca2 implemented "value hints" for choosing output values to use 2021-09-17 20:56:53 -07:00
itsmattkc a5e7859e1f audiovisualwaveform: fixed overwrite silence bug 2021-09-17 20:52:35 -07:00
itsmattkc e08f2f9c34 more missing lines 2021-09-07 23:16:46 -07:00
itsmattkc 5220717fa8 added missing lines 2021-09-07 23:02:51 -07:00
itsmattkc dba729b9cc nodes: add missing param 2021-09-07 22:34:51 -07:00
itsmattkc 4c06e15759 update tests 2021-09-07 22:32:41 -07:00
itsmattkc 2196173579 nodes: hopefully this makes the old projects compatible 2021-09-07 22:31:41 -07:00
itsmattkc bfe6ead5da ci: custom oiio build 2021-09-07 22:28:27 -07:00
itsmattkc b07bccb7dc nodes: revert to single output 2021-09-07 22:01:36 -07:00
itsmattkc 9843fd47f0 ci: determined cause of errors 2021-09-07 20:36:14 -07:00
itsmattkc d374d9aeb0 ci: try brew update/upgrade 2021-09-07 20:23:40 -07:00
itsmattkc a958a43798 ci: try standard core packages 2021-09-07 19:36:50 -07:00
itsmattkc 090fc0758e ci: try forcing brew install with macOS 2021-09-07 19:15:13 -07:00
itsmattkc bd28896173 nodes: comment out debug line 2021-09-07 18:07:07 -07:00
itsmattkc ba0401ff06 timeline: add optional showing clip while dragging 2021-09-07 18:06:53 -07:00
itsmattkc 01e09c5790 ci: add brew qt5 to path on macOS 2021-09-07 18:06:29 -07:00
itsmattkc e79058cad3 viewer: removed old line 2021-09-07 18:06:19 -07:00
itsmattkc a0706a78d8 nodes: implemented core of manual table value selection 2021-09-07 15:27:07 -07:00
itsmattkc a3ac761b55 ci: use brew packages with custom tap on macOS 2021-09-07 13:02:09 -07:00
itsmattkc 6d576a3e55 opengl: use desktop header on mac
Fixes #1741
2021-09-06 11:01:07 -07:00
itsmattkc 3fccfecd7e add subtitle track when switching to add tool
Fixes #1709
2021-09-03 17:02:09 -07:00
itsmattkc 90af822bf0 opengl: use correct shader version 2021-09-03 15:10:11 -07:00
itsmattkc 5edb8f5d4a reduce waveform scale
Exponentially improves performance (at the expense of higher zoom levels but they were probably already too extreme)
2021-09-03 13:46:37 -07:00
itsmattkc 5e66892e64 rewrite shader compilation code
Fixes #1737
2021-09-03 13:30:22 -07:00
itsmattkc cf1cb5e0a9 renderer: move ocio code to separate file 2021-09-01 15:02:07 -07:00
itsmattkc eddf69caec ci: disable uploading to nightly page
Due to the limited speed of our website, I've rewritten it to instead download directly from the GitHub artifacts using the GitHub API to generate a public link. This increases the download speeds for the end user significantly and means uploading it from the CI is now unnecessary.
2021-09-01 13:04:50 -07:00
itsmattkc 03ad618f67 cmake: add ocio fallback 2021-09-01 11:32:18 -07:00
itsmattkc 6ae368df85 footageviewer: fix infinite loop
Also adds warning to help prevent this from happening again
2021-09-01 11:31:20 -07:00
itsmattkc 16aac5ba26 nodeparamview: only calculate time adjustment when keyframing 2021-08-26 11:15:48 -07:00
itsmattkc 941e64a937 ci: allow failures of upload steps
While upload failures aren't ideal, they aren't technically relevant to the commit or PR itself
2021-08-26 00:50:37 -07:00
itsmattkc 878d09f6e6 nodeview: null check on item
Hopefully this doesn't break behavior

Fixes #1687
Fixes #1736
2021-08-25 23:09:36 -07:00
itsmattkc dc66c30357 Merge pull request #1725 from pgilfernandez/colorcoding
Tweak Color coding (version 2)
2021-08-24 19:27:04 -07:00
itsmattkc cb5d776dab Merge pull request #1562 from ThomasWilshaw/otio_merge_fixes
Fixes for OTIO merges
2021-08-24 19:26:35 -07:00
itsmattkc 4484981d91 node: use binary search when looking for keyframes
Minor optimization
2021-08-24 10:01:11 -07:00
itsmattkc 4d0d38aca2 toolbar: force minimum width
Improves usability on screens with less height
2021-08-24 10:00:51 -07:00
itsmattkc 29dcfc3689 Merge pull request #1721 from pgilfernandez/stylable_playhead
Make PlayHead stylable
2021-08-16 17:52:27 -07:00
itsmattkc 13f9b4da00 Merge pull request #1724 from pgilfernandez/colorcoding
Tweak Color coding
2021-08-16 13:57:48 -07:00
itsmattkc 0a06fcf67e bezier: try lower precision epsilon 2021-08-14 16:34:47 -07:00
itsmattkc c8c361e67d curveview: set padding on top and bottom 2021-08-14 16:32:41 -07:00
itsmattkc 5cd6aaba66 nodeview: position edge on creation
Fixes #1708
2021-08-14 12:55:08 -07:00
itsmattkc 33bb41af85 Merge pull request #1713 from ThomasWilshaw/dev_console
Revert Olive to a console application and hide console
2021-08-14 12:50:49 -07:00
itsmattkc 98044e0be1 keyframeview: correctly map bezier control positions when signalling scroll
Fixes #1704
2021-08-14 12:45:46 -07:00
itsmattkc 3c7c0c8f9d pan: don't push job for non stereo audio 2021-08-14 12:10:58 -07:00
itsmattkc d1d23e5400 only free console if program launches in gui mode 2021-08-14 11:36:30 -07:00
itsmattkc d0bc01ebd4 export: use viewer params not export params
Fixes #1703
2021-08-14 11:19:54 -07:00
itsmattkc 132e637f3f Merge pull request #1696 from pgilfernandez/nodes_mini-map
Nodes mini-map button (iconized)
2021-08-06 10:11:43 -07:00
itsmattkc fca5edaba1 Merge pull request #1699 from prokoudine/master
Update Russian translation
2021-08-06 10:11:06 -07:00
itsmattkc a724672d81 Merge pull request #1669 from prokoudine/master
Update Russian translation
2021-07-18 12:03:01 -07:00
itsmattkc ae8cd9234c Merge pull request #1674 from yoshiomiyamae/japanese-translation
Japanese translation
2021-07-18 12:02:49 -07:00
itsmattkc 539b0582bf Merge pull request #1399 from pgilfernandez/icon_nodes2
[UI] Nodes View toolbar iconset
2021-07-10 09:08:38 -07:00
itsmattkc a15ae63c7d Merge pull request #1603 from ThomasWilshaw/Fix_1602
Allow image sequences to use a period seperator
2021-05-03 22:08:22 +10:00
itsmattkc 7f27853f53 Merge pull request #1588 from ThomasWilshaw/test_naming
Update standard test name to improve usability in Visual Studio.
2021-04-26 20:34:31 +10:00
itsmattkc 6ca36a5d5c Merge pull request #1587 from ThomasWilshaw/optimise_audio
Small audio caching optimisation
2021-04-26 20:34:16 +10:00
itsmattkc 6f4d631db3 Merge pull request #1579 from ThomasWilshaw/Fix#1577_DblClkHandTool
TimelineWidget: catch hand tool double click
2021-04-17 08:42:13 +10:00
itsmattkc c97147bfca Merge pull request #1573 from ThomasWilshaw/Fix#1571_Fullscreen_crash
viewer: Safely delete full screen widget
2021-04-17 08:39:46 +10:00
itsmattkc fb3ee7a637 Merge pull request #1485 from CoDEmanX/patch-1
Update Spanish translation
2021-03-22 14:17:07 +11:00
itsmattkc 774dc8feec Merge pull request #1513 from KeetKhat/master
Update french translation
2021-03-22 14:16:47 +11:00
itsmattkc eac6e6a240 Merge pull request #1442 from prokoudine/master
Update Russian translation
2021-03-22 14:07:54 +11:00
itsmattkc fe8046d075 Merge pull request #1499 from XGSZZ/patch-2
Update zh_CN.ts
2021-03-22 14:07:35 +11:00
itsmattkc e0895842fb Merge pull request #1484 from XGSZZ/patch-1
Update zh_CN.ts
2021-03-22 14:07:22 +11:00
itsmattkc b178dfa06e Merge pull request #1416 from XGSZZ/master
Improved translation
2020-11-27 13:10:52 +11:00
itsmattkc bc870a1c42 Merge pull request #1410 from XGSZZ/master
Update zh_CN.ts
2020-11-25 08:36:47 +11:00
itsmattkc 408cf2efb9 Merge pull request #1409 from prokoudine/master
Update Russian translation
2020-11-24 10:39:31 +11:00
itsmattkc e78d87bfee Merge pull request #1407 from ThomasWilshaw/Fix#1404_nodeTransparent
transition: Add transparency support to transitions
2020-11-24 10:30:57 +11:00
itsmattkc c4a8ac0d86 Merge pull request #1387 from ThomasWilshaw/ocio_namespace
ocioutils: Use OCIO_NAMESPACE for our namespace
2020-11-20 16:02:31 +11:00
itsmattkc 3f36eb9315 Merge pull request #1381 from ThomasWilshaw/Fix#1379_oldOIIOVersion
Update fix for old OIIO versions.
2020-11-19 10:50:35 +11:00
itsmattkc ba094cd54b Merge pull request #1335 from prokoudine/master
Bring back old translations and update them
2020-11-18 12:00:38 +11:00
itsmattkc 2f61cde582 Merge pull request #1333 from ThomasWilshaw/premult_fix
videostreamproperties: Fix alpha checkbox
2020-11-17 08:15:59 +11:00
itsmattkc 8a949a3153 Update README.md 2020-11-15 00:59:33 +11:00
itsmattkc c69b63dcd3 Merge pull request #1291 from olive-editor/remove-old-ci
Remove old Travis and AppVeyor CI, update .gitignore
2020-11-09 15:38:08 +11:00
itsmattkc ab031dea60 Merge pull request #1312 from pgilfernandez/icon_new
[UI] update "New" icon with a right bottom triangle
2020-11-09 15:25:49 +11:00
itsmattkc 33a0c2d728 Merge pull request #1275 from ThomasWilshaw/stream
MediaInput: Rename streams access methods.
2020-10-20 23:32:00 +11:00