Commit Graph
5416 Commits
Author SHA1 Message Date
Thomas Wilshaw 2d35bcb1db cleanup 2021-10-22 22:15:54 +01:00
Thomas Wilshaw 1a7f821d82 Make markers movable 2021-10-22 22:15:54 +01:00
Thomas Wilshaw 8432b10c84 Improve right click and renaming 2021-10-22 22:15:54 +01:00
Thomas Wilshaw f3e025c729 Improve marker selecting 2021-10-22 22:15:54 +01:00
Thomas Wilshaw 3840c5158d Improve widget resizing 2021-10-22 22:15:54 +01:00
Thomas Wilshaw bf4459cbc7 Add labels to makers 2021-10-22 22:15:53 +01:00
Thomas Wilshaw 374b97b6a5 Add default marker color to config 2021-10-22 22:15:53 +01:00
Thomas Wilshaw 59c8c45018 Make sure color is definitely initialised 2021-10-22 22:15:53 +01:00
Thomas Wilshaw f037511cdb Fix build issue 2021-10-22 22:15:52 +01:00
Thomas Wilshaw 76e55a857f Make markers copy/paste-able 2021-10-22 22:15:52 +01:00
Thomas Wilshaw 6e77606c30 Make widget deletion undoable 2021-10-22 22:15:52 +01:00
Thomas Wilshaw c445dc46a9 Add basic marker deleting and fix selection code 2021-10-22 22:15:52 +01:00
Thomas Wilshaw 0044174f3d Fix build issue. 2021-10-22 22:15:51 +01:00
Thomas Wilshaw 91ae2ecc44 Make sure either clips are selected or markers are selected, never both. 2021-10-22 22:15:51 +01:00
Thomas Wilshaw d8101869b9 Redo marker selection code 2021-10-22 22:15:51 +01:00
Thomas Wilshaw 853dbc0066 Allow markers to be selected 2021-10-22 22:15:51 +01:00
Thomas Wilshaw ca807b7b66 Marker color is saved to .ove file 2021-10-22 22:15:50 +01:00
Thomas Wilshaw 575ce39696 Move color to TimelineMarker and make sure all instances of a marker update on color change 2021-10-22 22:15:50 +01:00
Thomas Wilshaw 562b0e3a7f Make sure marker position is updated whenever the timeline changes 2021-10-22 22:15:50 +01:00
Thomas Wilshaw e0a20a278e Cleanup 2021-10-22 22:15:50 +01:00
Thomas Wilshaw 3ff59544b2 Position markers correctly and update with scroll 2021-10-22 22:15:49 +01:00
Thomas Wilshaw 6fdfcb38d7 marker: create color menu on the stack 2021-10-22 22:15:49 +01:00
Thomas Wilshaw 9a2b669c9f marker: Store color as int. 2021-10-22 22:15:49 +01:00
Thomas Wilshaw d068e9db11 Remove test in About dialoge 2021-10-22 22:15:48 +01:00
Thomas Wilshaw 5d1a854c3f Actually add marker source code 2021-10-22 22:15:48 +01:00
Thomas Wilshaw 4ce922536e Create marker widget and attempt to add to timeline 2021-10-22 22:15:47 +01:00
itsmattkc be24e7e580 timebased: set connected node before processing
Fixes #1775
2021-10-21 13:57:49 -07:00
itsmattkc 348d7eb946 viewer: ensure window is playing if viewer is
Fixes #1657
2021-10-21 13:08:19 -07:00
itsmattkc 89558d389e timeline: draw zebra stripes on out of bounds areas 2021-10-21 12:08:22 -07:00
itsmattkc 963607b7d3 clip: retrieve any connected viewer on invalidate 2021-10-21 11:52:01 -07:00
itsmattkc 63a34327c5 yet another adjustment to forced off alpha 2021-10-21 11:51:33 -07:00
itsmattkc adaef626f4 traverser: improve forced off alpha response 2021-10-21 11:06:22 -07:00
itsmattkc d40d497379 opengl: is src is single channel and dest is RGB, swizzle G and B 2021-10-21 11:04:33 -07:00
itsmattkc 55e87bae95 mathnode: fix macro issue 2021-10-18 21:37:36 -07:00
itsmattkc d884be9098 cmake: upgrade to C++14 2021-10-18 21:37:16 -07:00
itsmattkc c2d7ac1f96 audiomanager: handle no output device set 2021-10-16 12:28:29 -07:00
itsmattkc 4e5a9712c0 clip: fixed reversing
Adapted from PR #1656
2021-10-16 12:07:48 -07:00
itsmattkc a7f3c31dc7 Merge pull request #1770 from morrolinux/performance_optimizations
AudioVisualWaveform, SumSamples: improve performance by 10x on x86
2021-10-16 11:36:16 -07:00
itsmattkc 382d464952 math: fix linker error 2021-10-16 10:39:49 -07:00
itsmattkc 791acb47cb Merge pull request #1766 from timlau/fix-menunames
use base filename in File menu
2021-10-14 10:19:45 -07:00
itsmattkc a064ce0c94 mathnodebase: use func ptr instead of switch inside loop 2021-10-14 00:49:08 -07:00
itsmattkc 1eb5e44502 use sse instructions for volume/math 2021-10-13 17:15:47 -07:00
itsmattkc 8a4e992214 minor formatting 2021-10-13 17:00:43 -07:00
itsmattkc da810e3da6 Merge branch 'master' into pr/1770 2021-10-13 16:02:36 -07:00
itsmattkc bdfc0a719c Merge branch 'pause-audio-on-playback' 2021-10-13 16:01:39 -07:00
itsmattkc 4173eb3c49 conform audio to planar in the decoder 2021-10-13 16:01:26 -07:00
Moreno Razzoli 3656ed480e min_max_sse: design failsafe for lenghts not mod.4 2021-10-13 22:58:04 +02:00
Moreno Razzoli 7beb9f0595 Merge remote-tracking branch 'upstream/master' into performance_optimizations 2021-10-13 20:28:00 +02:00
Kaniol 2eba9ebb4b Update zh_CN.ts (#1768) 2021-10-13 13:15:55 +02:00
Moreno Razzoli 81be311ded AudioVisualWaveform, SumSamples: improve performance by 10x on x86 architecture by using platform specific optimizations 2021-10-12 08:59:12 +02:00