Sun
0510ee7e09
Update zh_CN.ts
2020-12-31 21:06:09 +08:00
Sun
c8de345706
Update zh_CN.ts
2020-12-31 21:05:24 +08:00
XGSZZ
df14d0ebfc
Update zh_CN.ts
2020-11-30 21:51:34 +08:00
XGSZZ
9c7902a005
Update zh_CN.ts
...
Changed punctuation to Chinese half-width.
2020-11-26 17:47:14 +08:00
XGSZZ
896382b01b
Update zh_CN.ts
2020-11-25 16:40:03 +08:00
Sun
7aef648af5
Merge pull request #1 from olive-editor/master
...
Update
2020-11-25 15:31:57 +08:00
itsmattkc
210417a5f2
enable undo/redo on node param text editor
2020-11-25 17:17:13 +11:00
itsmattkc
afa31e1df8
timeline: don't flip scroll axes on apple trackpads
2020-11-25 17:16:35 +11:00
itsmattkc
a043a686c6
timeline: started record tool
2020-11-25 11:53:56 +11:00
itsmattkc
b5cc13c10e
timeline: snap pointer and import operations to timebase
...
If frame rates are mixed, ensures that video doesn't end up falling or ending on half frames which potentially make the entire sequence awkward
2020-11-25 11:46:41 +11:00
itsmattkc
c35005d1bf
renderer: only use different footage dividers on smaller footage
2020-11-25 11:45:42 +11:00
itsmattkc
c7f5af9534
moved autoscroll code to TimeBasedWidget rather than TimelineViewBase
...
Better place for it. Fixes #1406
2020-11-25 10:00:57 +11:00
itsmattkc
bd2b3f7a7c
gizmos: detect generated images like titles
...
Fixes #1413
2020-11-25 09:43:15 +11:00
itsmattkc
7cc64927b8
mainwindow: when maximizing panels, fallback to focused panel if hovered panel is null
...
Fixes #1403
2020-11-25 09:04:15 +11:00
itsmattkc
2b1700e088
Merge branch 'master' of https://github.com/olive-editor/olive
2020-11-25 08:59:26 +11:00
itsmattkc
0eda91a0cb
renderer: destroy surface in main thread
2020-11-25 08:59:14 +11:00
itsmattkc
1254726079
transform: set alpha channel required always true for now
2020-11-25 08:57:55 +11:00
itsmattkc
bc870a1c42
Merge pull request #1410 from XGSZZ/master
...
Update zh_CN.ts
2020-11-25 08:36:47 +11:00
XGSZZ
b6f93e661a
Update zh_CN.ts
2020-11-24 09:47:45 +08:00
itsmattkc
b4b0cd6be9
Merge branch 'master' of https://github.com/olive-editor/olive
2020-11-24 11:04:51 +11:00
itsmattkc
1400c313ca
timeline: correctly use ptr to qvector rather than qlist
...
Fixes copy/paste crash
2020-11-24 11:04:33 +11:00
itsmattkc
827c9f93cc
AudioVisualWaveform: implement same size check as AudioPlaybackCache to prevent index out of bounds crashes
2020-11-24 11:02:42 +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
Alexandre Prokoudine
d84a2721fb
Update Russian translation
2020-11-24 01:51:55 +03:00
Thomas Wilshaw
b1b7d58e9d
transition: Add transparency support to transitions
...
Added ShaderJobEvent to CrossDissolveTransition which sets alpha as
required.
app/node/block/transition/crossdissolve/crossdissolvetransition.cpp
app/node/block/transition/crossdissolve/crossdissolvetransition.h
2020-11-23 21:53:09 +00:00
Sandy Vujaković
7e6dc55dd7
Merge pull request #1402 from XGSZZ/master
...
Update zh_CN.ts
2020-11-23 11:58:48 +01:00
XGSZZ
f9e43960a6
Update zh_CN.ts
2020-11-23 15:28:35 +08:00
XGSZZ
fb38d6abb8
Update zh_CN.ts
2020-11-23 15:03:18 +08:00
itsmattkc
2c4f781e13
paramview: discard scroll events on widgets
2020-11-23 12:01:21 +11:00
itsmattkc
ade4369199
revise opengl profile
2020-11-23 09:43:48 +11:00
itsmattkc
29f2d3024e
timeline: clear selections when disconnecting viewer
...
Fixes #1400
2020-11-23 09:15:46 +11:00
itsmattkc
7b266c51a4
move clamp to bezier itself to prevent deadlocks
2020-11-23 08:43:02 +11:00
itsmattkc
60f515a2cc
transform: added interpolation parameter
2020-11-22 22:53:31 +11:00
itsmattkc
ed6f4eed3e
core: changed ortho node ID
...
Fixes collision where transform and ortho nodes had the same ID. Renames ortho ID and automatically corrects
old projects with the old ID. Bumps the project version as a result.
2020-11-22 22:32:09 +11:00
itsmattkc
96ad22d3e6
node: correctly skip element if node param isn't found
...
Fixes issue where projects could fail to load entirely if a node param was not found.
2020-11-22 22:30:13 +11:00
itsmattkc
3cf4d58716
viewer: rewrote pixel sampling coordinate system
...
Fixes #1395
2020-11-22 21:25:10 +11:00
itsmattkc
cb5c48bd06
config: added default color for category 10 (distort)
...
I don't actually like this color on this node, but we can change/shift things
around later.
2020-11-22 21:01:21 +11:00
itsmattkc
9928027040
nodeview: clamp bezier value
2020-11-22 20:28:48 +11:00
itsmattkc
dbf4a814e1
renderer: added extra null check for texture
...
Fixes #1392
2020-11-22 19:00:01 +11:00
itsmattkc
af0f6163af
use floats in viewer scale
2020-11-22 18:47:21 +11:00
itsmattkc
8fb374696a
Merge branch 'master' of https://github.com/olive-editor/olive
2020-11-22 18:21:37 +11:00
itsmattkc
a6d382f4d4
further improved gizmos
2020-11-22 18:21:24 +11:00
elsandosgrande
8dcd478fbf
Correct the Bosnian and Serbian entries' file names
2020-11-22 05:30:10 +01:00
elsandosgrande
e70e70ad98
Use correct preposition and adjust translations accordingly
2020-11-22 05:29:03 +01:00
elsandosgrande
b289aca3df
Update Bosnian, Croatian, and Serbian translations
2020-11-22 03:31:21 +01:00
itsmattkc
bd215b34bc
viewer: simplified sizing algorithm and add padding for fit so gizmos are easier to use
2020-11-22 13:01:52 +11:00
itsmattkc
63bc054b34
correctly mark plural
2020-11-22 13:00:55 +11:00
elsandosgrande
b98600ec00
Tidying Bosnian and Serbian up and adding Croatian
...
The country codes have been corrected and seven obsolete entries have been
removed
2020-11-22 01:52:15 +01:00
itsmattkc
54cd244801
nodes: added distort nodes
...
Adds nodes for cropping and transforming
2020-11-22 11:34:37 +11:00