Thomas Wilshaw
|
6a4f292ae2
|
Use customContextMenu for changing the display type
|
2021-04-12 10:35:44 +01:00 |
|
Thomas Wilshaw
|
a297dd0e53
|
Add width hint to slider ladder for custom display widths
|
2021-04-12 10:23:56 +01:00 |
|
Thomas Wilshaw
|
b9ebc6be18
|
Fix the easy comments.
|
2021-04-12 10:14:18 +01:00 |
|
Thomas Wilshaw
|
cb0cfebf40
|
Fix clamping bug,
|
2021-04-09 11:57:49 +01:00 |
|
Thomas Wilshaw
|
4d8233e7ac
|
Add display type context menu to RationalSlider
|
2021-04-09 10:52:07 +01:00 |
|
Thomas Wilshaw
|
2cea45268f
|
TimeLineRulerMenu: only show drop or non-drop timecode depending
on timebase
|
2021-04-08 12:56:42 +01:00 |
|
Thomas Wilshaw
|
f560beef60
|
Increase ladder width if displaying timeciode
|
2021-04-08 11:41:42 +01:00 |
|
Thomas Wilshaw
|
76f8c12a96
|
Initilise timbase when creating nodeparamviewitem
|
2021-04-08 11:26:37 +01:00 |
|
Thomas Wilshaw
|
f9b423f731
|
Link RationalSlider timebase with nodeparamview
|
2021-04-08 11:26:36 +01:00 |
|
Thomas Wilshaw
|
c62389e632
|
Fix Linux build issue
|
2021-04-08 11:26:36 +01:00 |
|
Thomas Wilshaw
|
7c123c56c3
|
Get rational slider mostly working with new slider changes
|
2021-04-08 11:26:35 +01:00 |
|
Thomas Wilshaw
|
b636b77fbe
|
Cleanup unused variable
|
2021-04-08 11:26:34 +01:00 |
|
Thomas Wilshaw
|
191a8bb6ff
|
Use QVariant::fromValue().
|
2021-04-08 11:26:33 +01:00 |
|
Thomas Wilshaw
|
f381d3ddea
|
Add extra documentation
|
2021-04-08 11:26:33 +01:00 |
|
Thomas Wilshaw
|
fae7ead021
|
Add a lock on changing the display type
|
2021-04-08 11:26:32 +01:00 |
|
Thomas Wilshaw
|
3b2cf9d0a7
|
Overload set default to allow rationals.
|
2021-04-08 11:26:32 +01:00 |
|
Thomas Wilshaw
|
50c4586fe0
|
Cleanup
|
2021-04-08 11:26:31 +01:00 |
|
Thomas Wilshaw
|
3bc26f6ce0
|
Finish implementation
|
2021-04-08 11:26:31 +01:00 |
|
Thomas Wilshaw
|
b12518af9e
|
Initial implementation.
|
2021-04-08 11:26:30 +01:00 |
|
itsmattkc
|
52ccaa15d3
|
timeline: clear ghosts on delete
Fixes #1556
|
2021-04-08 19:08:29 +10:00 |
|
itsmattkc
|
5b0332260f
|
revise operation cache blocking system
Fixes #1553
|
2021-04-08 19:05:12 +10:00 |
|
itsmattkc
|
abe28f81bf
|
makeCurrent when destroying ManagedDisplayWidgets
Fixes #1555
|
2021-04-08 18:59:04 +10:00 |
|
itsmattkc
|
ff9e9eb90b
|
fixed qt assert when importing files
|
2021-04-08 12:42:09 +10:00 |
|
itsmattkc
|
cb75e37e77
|
moved several files around
Mostly moved classes that became node derivatives into the node/ folder.
|
2021-04-08 12:15:59 +10:00 |
|
itsmattkc
|
2791e8d738
|
timeline: null check when updating timebase
Fixes crash on close
|
2021-04-08 10:45:01 +10:00 |
|
itsmattkc
|
f61bb67ff0
|
timeline: prevent nesting sequence with itself
|
2021-04-08 10:44:44 +10:00 |
|
itsmattkc
|
2dc27de37c
|
ensure frame rate and sample rate changes ripple through widgets
|
2021-04-08 10:44:32 +10:00 |
|
itsmattkc
|
ea29ffef96
|
minor refactoring and signalling panel subtitle by node change
Fixes issue where Footage Viewer subtitle wouldn't update when
dropping footage in.
|
2021-04-08 10:42:13 +10:00 |
|
itsmattkc
|
2597eea08b
|
Merge branch 'master' into footage-viewer-merge
|
2021-04-08 09:49:57 +10:00 |
|
itsmattkc
|
02b21a22aa
|
slider: start listening to mouse input only after positioning
|
2021-04-08 09:49:21 +10:00 |
|
itsmattkc
|
eef19ca0ff
|
streamlined viewable-based lengths
|
2021-04-08 09:46:31 +10:00 |
|
itsmattkc
|
603aa3c138
|
added comment
|
2021-04-08 08:00:25 +10:00 |
|
itsmattkc
|
d495815550
|
audio: use sample rate rather than timebase now they aren't interchangeable
|
2021-04-08 07:59:56 +10:00 |
|
itsmattkc
|
bb32048c65
|
use frame rate and timebase less interchangeably
|
2021-04-07 13:08:25 +10:00 |
|
itsmattkc
|
898ea25e89
|
finished merge of viewer and footage
|
2021-04-06 13:08:56 +10:00 |
|
itsmattkc
|
4066fcba90
|
began merging footage and viewer
|
2021-04-05 16:41:37 +10:00 |
|
itsmattkc
|
da4a93f1a5
|
timeline: minor enhancement, probably fixes nothing
|
2021-04-05 15:54:13 +10:00 |
|
itsmattkc
|
6e7c8088b7
|
viewer: ensure instances are actually removed from list
|
2021-04-05 15:04:48 +10:00 |
|
itsmattkc
|
9be014c0b6
|
refactored so sequence is again a derivative of viewer
|
2021-04-05 14:41:59 +10:00 |
|
Simran
|
ce2e51fc2a
|
QPainter::matrix is obsolete, use transform() instead
|
2021-04-01 18:00:12 +02:00 |
|
itsmattkc
|
2ea152479e
|
nodeview: override icon pixmap retrieval
|
2021-04-01 23:45:28 +11:00 |
|
itsmattkc
|
2adb6447a1
|
slider: improved dragging behavior when min/max are set
|
2021-04-01 17:08:18 +11:00 |
|
itsmattkc
|
62ff7bed69
|
correctly map root folder to source model
|
2021-03-31 11:55:00 +11:00 |
|
itsmattkc
|
a4ba2ee019
|
slider: fixed crash
|
2021-03-25 22:47:50 +11:00 |
|
itsmattkc
|
2d420decf0
|
Merge branch 'master' of https://github.com/olive-editor/olive
|
2021-03-24 10:26:19 +11:00 |
|
itsmattkc
|
d03da1817f
|
timeline: null check on block track
If a block has no track, it's probably not on the timeline and can be safely
ignored.
|
2021-03-24 10:25:52 +11:00 |
|
Thomas Wilshaw
|
0f2c44866a
|
Remove unneeded invokeMethod.
|
2021-03-23 23:17:47 +00:00 |
|
itsmattkc
|
9e4d42da26
|
ci: reference windeployqt directly
|
2021-03-23 23:44:01 +11:00 |
|
itsmattkc
|
dccea63d97
|
nodeview: initialize edge item's from/to references
Fixes #1526
|
2021-03-23 22:28:21 +11:00 |
|
itsmattkc
|
c444213a85
|
nodeparamview: null check for input UI
Fixes #1523
|
2021-03-23 08:38:18 +11:00 |
|