Commit Graph
4293 Commits
Author SHA1 Message Date
XGSZZ b6f93e661a Update zh_CN.ts 2020-11-24 09:47:45 +08: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
Sandy Vujaković 80dffed4a1 Merge pull request #1393 from pafri/patch-1
Update cs_CS.ts
2020-11-22 01:07:57 +01:00
itsmattkc 3e48aef88c renderer: only divide as much as necessary to get within maximum sequence resolution
Prevents lower res images from becoming too low res
2020-11-22 10:32:58 +11:00
itsmattkc 81447c439f opengl: update for shader changes mentioned earlier 2020-11-22 10:32:22 +11:00
itsmattkc 425e69c789 renderprocessor: add generate resolution override 2020-11-22 10:32:01 +11:00
itsmattkc 065fc9e10e miscellaneous shader changes
Since sequence resolution is provided to the nodes now, it no longer needs to be a global in the shaders
Removed some unused shaders
Added default params to ShaderCode to allow skipping types that aren't used
2020-11-22 10:31:37 +11:00
itsmattkc b9e0bfb679 nodes: added distort gizmo 2020-11-22 10:27:49 +11:00
itsmattkc da9a6325aa node: reworked gizmo system 2020-11-22 10:27:37 +11:00
itsmattkc 3167047ded nodetraverser: added abstract function for generating sequence resolution 2020-11-22 10:25:47 +11:00
itsmattkc 7899c396dc nodeinputdragger: acknowledge min/max values if they're set 2020-11-22 10:25:04 +11:00
itsmattkc 5e319a0cdd nodeparamviewwidgetbridge: implemented offsets for more user friendly numeric values 2020-11-22 10:24:35 +11:00
itsmattkc 66bf5db2e1 gizmotraverser: return sequence resolution and adjust texture resolution by pixel aspect 2020-11-22 10:24:07 +11:00
itsmattkc 1b0e69c05b viewer: fixed deinterlacing and pan regression, reworked gizmos 2020-11-22 10:23:32 +11:00
elsandosgrande 9896e4c246 Change the Czech translation file's entry in app/ts/CMakeLists.txt accordingly 2020-11-21 22:04:52 +01:00
pafri 2030df9bc2 Rename cs_CS.ts to cs_CZ.ts
Renaming of the file.
2020-11-21 21:54:42 +01:00
pafri aed3389f65 Update cs_CS.ts
Update of Czech localization file. Note: the usual code for the Czech language in the filename, if a pattern such as "olive_cs.ts" is not used, is: cs_CZ.
2020-11-21 11:50:46 +01:00
Sandy Vujaković 32055eddbe Merge pull request #1383 from XGSZZ/master
Simplified Chinese Translation
2020-11-21 03:14:25 +01:00
itsmattkc d0bcea3b1d audio: ignore shift event if from time exceeds length 2020-11-21 09:52:24 +11:00
Simran Spiller 620acd4c8e CMake: _LIBRARIES is a magic suffix
Makes CMake automatically pass lib to target_link_libraries()
2020-11-20 17:02:47 +01:00
Simran Spiller db79ee1b8a CMake: Simplify OCIO discovery 2020-11-20 17:02:02 +01:00
itsmattkc 857e4b046d timeline: when inserting gaps, only do one per track 2020-11-20 19:37:00 +11:00
itsmattkc e4f011831d timeline: don't try to link if no clips are selected 2020-11-20 19:36:43 +11:00
itsmattkc 6147bc6846 Merge branch 'master' of https://github.com/olive-editor/olive 2020-11-20 18:14:14 +11:00
itsmattkc 42506e0da0 ffmpegdecoder: fallback to footage duration if available 2020-11-20 18:13:53 +11:00
itsmattkc b25b53591b footageviewer: raise when footage is set 2020-11-20 18:13:28 +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
Thomas Wilshaw bc2f203d42 ocioutils: Use OCIO_NAMESPACE for our namespace 2020-11-20 00:52:44 +00:00