kdenlive/src
2025-07-15 16:24:23 +02:00
..
abstractmodel Add powermanagement to disable sleep while rendering and playing 2025-07-09 08:35:05 +02:00
assets Fix incorrect standardpath use in recent commit 2025-07-15 14:03:54 +02:00
audiomixer fill transparent levels border background via QPixmap instead of QPainter 2025-07-09 08:53:39 +02:00
bin Cleanup Bin Drag, try to fix incorrect clip inserted on fast drag 2025-07-13 13:03:15 +02:00
capture Cleanup unused code (mostly commented logging) 2025-03-29 17:11:56 +01:00
dialogs Ensure audio checkbox is disabled if rendering to an image sequence 2025-07-15 16:21:30 +02:00
doc Fix incorrect standardpath use in recent commit 2025-07-15 14:03:54 +02:00
effects Fix incorrect standardpath use in recent commit 2025-07-15 14:03:54 +02:00
jobs Fix small error causing offset in long audio thumbnails 2025-05-21 16:25:58 +02:00
jogshuttle Fix minor typo (shutte -> shuttle) 2025-03-30 08:39:04 +00:00
layouts Refactor layout management 2025-04-23 07:56:00 +02:00
lib Fix timeline audio thumbnails for clips with multiple streams and different channel count 2025-04-01 11:09:02 +02:00
library Bump KF dependency to 6.3 2024-11-06 12:12:28 +00:00
mltcontroller Fix lag switching between clips in Bin 2025-07-13 13:03:12 +02:00
monitor Add 1080p monitor scaling 2025-07-15 12:11:20 +02:00
onlineresources Resources widget: add abort button and don't add clips in sequences folder 2025-05-12 07:35:32 +02:00
otio Add kdenlive version string to OTIO metadata 2025-06-08 17:52:53 +02:00
profiles Cleanup colorspace info 2025-06-11 18:53:47 +02:00
project Merge branch 'release/25.04' 2025-06-06 10:56:47 +02:00
pythoninterfaces Fix crash closing settings dialog just after opening it 2025-07-11 13:48:18 +02:00
qml Fix a few qmllint warnings 2025-03-28 12:01:54 +00:00
render Fix canceling quit on rendering leaves kdenlive in unstable state 2025-05-25 15:52:54 +02:00
renderpresets Fix incorrect standardpath use in recent commit 2025-07-15 14:03:54 +02:00
scopes fix Vectorscope contrast issue on light themes and fix cut-off circle border 2025-07-12 10:38:43 +02:00
timeline2 Fix subtitle layer name width. 2025-07-13 13:19:51 +02:00
titler Fix incorrect standardpath use in recent commit 2025-07-15 14:03:54 +02:00
transitions Merge branch 'release/25.04' 2025-04-22 15:12:19 +02:00
ui Fix missing license 2025-07-11 11:38:25 +02:00
utils fix Vectorscope contrast issue on light themes and fix cut-off circle border 2025-07-12 10:38:43 +02:00
widgets Move non keyframable effect params on top again and fix stack layout issue 2025-07-11 15:38:32 +02:00
xml cleanup debug lines 2025-03-23 21:56:41 +01:00
CMakeLists.txt Add powermanagement to disable sleep while rendering and playing 2025-07-09 08:35:05 +02:00
core.cpp Fix lag switching between clips in Bin 2025-07-13 13:03:12 +02:00
core.h Revamp audio mixer and levels 2025-07-09 09:16:47 +02:00
definitions.cpp Another round of clazy fixes 2025-01-21 10:01:49 +01:00
definitions.h Transform effect: add rotation capabilities to monitor and effect stack tooling 2025-05-21 12:34:27 +02:00
docktitlebarmanager.cpp Port depreciated qAsConst to std::as_const 2024-08-29 10:20:17 +00:00
docktitlebarmanager.h Fix: Ensure secondary bins have a title bar when needed and that the dock widgets list is always correctly sorted 2024-03-28 08:57:40 +01:00
filefilter.cpp Drop support for Qt5 2024-08-29 10:20:17 +00:00
filefilter.h Bump KF dependency to 6.3 2024-11-06 12:12:28 +00:00
glaxnimatelauncher.cpp Fix glaxnimate connection not terminated on app close on Windows 2025-03-28 12:23:19 +01:00
glaxnimatelauncher.h Fix glaxnimate connection not terminated on app close on Windows 2025-03-28 12:23:19 +01:00
icons.qrc [REUSE] Add (missing) license info for some files 2022-10-23 16:01:53 +02:00
interfaces.h Use pragma once for header guards 2022-03-21 17:48:52 +00:00
kdenlivecore_export.h Use pragma once for header guards 2022-03-21 17:48:52 +00:00
kdenlivesettings.kcfg Add powermanagement to disable sleep while rendering and playing 2025-07-09 08:35:05 +02:00
kdenliveui.rc OTIO: put import above export 2025-05-30 14:44:58 +02:00
logger.cpp Move timeline next_id counter to KdenliveDoc class, ensure it is reset to 0 when a new project is opened 2023-07-06 09:04:02 +02:00
logger.hpp
macros.hpp GIT_SILENT Code Gardening: run clang-format 2022-05-27 16:35:30 +02:00
main.cpp Try to fix opening project file on Mac 2025-07-14 21:07:14 +02:00
mainwindow.cpp Fix compile from previous commit 2025-07-15 12:21:53 +02:00
mainwindow.h Add powermanagement to disable sleep while rendering and playing 2025-07-09 08:35:05 +02:00
mlt_config.h.in Use pragma once for header guards 2022-03-21 17:48:52 +00:00
mltconnection.cpp Fix incorrect standardpath use in recent commit 2025-07-15 14:03:54 +02:00
mltconnection.h Use pragma once for header guards 2022-03-21 17:48:52 +00:00
org.kdenlive.MainWindow.xml
powermanagementinterface.cpp Add powermanagement to disable sleep while rendering and playing 2025-07-09 08:35:05 +02:00
powermanagementinterface.h Add powermanagement to disable sleep while rendering and playing 2025-07-09 08:35:05 +02:00
statusbarmessagelabel.cpp Only show system notifications for MLT error messages 2024-09-24 11:02:27 +02:00
statusbarmessagelabel.h Allow aborting clip import operation 2023-11-03 18:01:32 +01:00
uiresources.qrc Port to qml module 2025-03-28 12:01:54 +00:00
undohelper.cpp Cleanup unused code (mostly commented logging) 2025-03-29 17:11:56 +01:00
undohelper.hpp Use pragma once for header guards 2022-03-21 17:48:52 +00:00