itsmattkc
|
2794730afa
|
tests: set clip lengths
|
2021-08-16 22:07:33 -07:00 |
|
itsmattkc
|
474c27405f
|
Merge branch 'transition-offsets'
|
2021-08-16 21:29:36 -07:00 |
|
itsmattkc
|
9dad2ef104
|
transitiontool: updated
|
2021-08-16 21:28:13 -07:00 |
|
itsmattkc
|
29dcfc3689
|
Merge pull request #1721 from pgilfernandez/stylable_playhead
Make PlayHead stylable
|
2021-08-16 17:52:27 -07:00 |
|
itsmattkc
|
618ecacccd
|
use highlight instead
I think it should be highlight
|
2021-08-16 17:51:20 -07:00 |
|
itsmattkc
|
13f9b4da00
|
Merge pull request #1724 from pgilfernandez/colorcoding
Tweak Color coding
|
2021-08-16 13:57:48 -07:00 |
|
Pablo Gil
|
8a881e03af
|
tweak Luminance black/white limit to better suit new "color table"
|
2021-08-16 18:32:46 +02:00 |
|
Pablo Gil
|
4905251a5d
|
tweak bright "color table" to a more relaxed ones to use in Nodes and Clips
|
2021-08-16 18:32:04 +02:00 |
|
Pablo Gil
|
6d9ba1ed7f
|
make PlayHead stylable, using Link color which looks better to me (Highlight color might work as well)
|
2021-08-16 17:45:45 +02: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
|
cc4ead6935
|
Merge branch 'master' into transition-offsets
|
2021-08-12 14:41:30 -07:00 |
|
itsmattkc
|
5e7cb068d9
|
revise keyboard shortcuts to be translatable
Fixes #1459
|
2021-08-12 14:31:31 -07:00 |
|
Thomas Wilshaw
|
42dd029f9e
|
Revert back to a console application
Revert Olive back to a console application and then hide the console on
startup.
Also add an option to run a console if required.
Windows only.
|
2021-08-09 23:14:12 +01:00 |
|
itsmattkc
|
f6e510025d
|
preferences: fixed issue with keyboard shortcut search
|
2021-08-09 13:35:11 -07:00 |
|
itsmattkc
|
e511fde899
|
timeline: invalidate when undoing a place command
Fixes #1715
|
2021-08-09 12:52:25 -07:00 |
|
itsmattkc
|
d3cd01c66a
|
mainmenu: update shortcut
|
2021-08-09 11:39:25 -07:00 |
|
itsmattkc
|
420042bb57
|
project: added revert function
This can be triggered either with File > Revert or by re-opening an already open project
Fixes #1710
|
2021-08-09 11:37:45 -07:00 |
|
itsmattkc
|
72d71ddf8c
|
mainmenu: added remaining tools
|
2021-08-09 11:28:01 -07:00 |
|
Thomas Wilshaw
|
b1b057a628
|
Add a console if Olive is started via cmd
|
2021-08-09 15:07:21 +01:00 |
|
itsmattkc
|
56cfd929e1
|
Merge branch 'master' of https://github.com/olive-editor/olive
|
2021-08-09 01:22:55 -07:00 |
|
itsmattkc
|
e36c001e74
|
audio: prevent playback of any audio after length
Fixes #1705
|
2021-08-08 17:30:07 -07:00 |
|
itsmattkc
|
d713ba3be7
|
fixed 32-bit integer overflow on long audio
|
2021-08-08 17:05:41 -07:00 |
|
itsmattkc
|
e4bf8a92f3
|
ffmpegencoder: set avg_frame_rate
|
2021-08-08 12:14:11 -07:00 |
|
itsmattkc
|
5c5f6bd0c3
|
ffmpegencoder: set gop size
|
2021-08-08 11:08:16 -07:00 |
|
itsmattkc
|
a0bd9b5d8c
|
ffmpegencoder: rescale audio frames just in case
|
2021-08-08 11:07:57 -07:00 |
|
itsmattkc
|
2a0107b4a6
|
Merge branch 'master' of https://github.com/olive-editor/olive
|
2021-08-08 10:40:58 -07:00 |
|
itsmattkc
|
b5ad35bde2
|
ffmpegencoder: fix subtitle timestamps
|
2021-08-08 10:40:55 -07:00 |
|
itsmattkc
|
bdbeb111e8
|
ui: make color setting undoable
|
2021-08-07 20:37:40 -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
|
330a37da92
|
nodes: implemented shape generator
|
2021-08-03 11:55:31 -07:00 |
|
itsmattkc
|
8954271e87
|
nodeparamview: fix combobox set with separators
|
2021-08-03 10:08:09 -07:00 |
|
itsmattkc
|
9f4470f55c
|
fixed snapping regression introduced by earlier commit
|
2021-08-02 19:57:19 -07:00 |
|
Alexandre Prokoudine
|
2c2dd440ab
|
Update Russian translation
|
2021-08-03 02:35:03 +03:00 |
|
itsmattkc
|
c3d30f1b77
|
Merge branch 'master' into transition-offsets
|
2021-08-02 14:20:56 -07:00 |
|
itsmattkc
|
f6eea56310
|
fix build warning
|
2021-08-02 11:08:57 -07:00 |
|
itsmattkc
|
178fbb6f2f
|
timecode: use different drop-frame detection heuristic
|
2021-08-02 11:06:21 -07:00 |
|
itsmattkc
|
2f805abad8
|
mainmenu: add strings to new menu items
|
2021-08-02 10:57:16 -07:00 |
|
itsmattkc
|
438cce1ce5
|
widget: use rational for internal playhead value
Fixes #1688
|
2021-08-02 10:55:01 -07:00 |
|
itsmattkc
|
4510f6d36a
|
timeline: add move in/out to playhead
Fixes #1691
|
2021-08-02 07:50:36 -07:00 |
|
itsmattkc
|
391534b71d
|
fixed waveform issue
|
2021-08-01 17:10:45 -07:00 |
|
itsmattkc
|
be4a18d7de
|
moved visual waveforms to block
This should be nicer, however it has a bug that I need to fix
|
2021-08-01 16:43:53 -07:00 |
|
itsmattkc
|
3593d70f34
|
speedduration: more or less done now
|
2021-08-01 14:18:22 -07:00 |
|