https://bugs.kde.org/show_bug.cgi?id=478745
--- Comment #4 from Jean-Baptiste Mardelle <j...@kdenlive.org> --- Git commit e66afa13c9dd7a0e8f41946799e6249345772f85 by Jean-Baptiste Mardelle. Committed on 16/01/2024 at 11:39. Pushed by mardelle into branch 'release/23.08'. Always keep all timeline models opened This also might fix some issue with failing tests. M +31 -20 src/bin/abstractprojectitem.cpp M +9 -5 src/bin/abstractprojectitem.h M +18 -44 src/bin/bin.cpp M +0 -13 src/bin/bin.h M +160 -117 src/bin/projectclip.cpp M +3 -5 src/bin/projectclip.h M +2 -2 src/bin/projectitemmodel.cpp M +1 -1 src/bin/projectitemmodel.h M +28 -6 src/doc/kdenlivedoc.cpp M +2 -1 src/doc/kdenlivedoc.h M +42 -12 src/project/projectmanager.cpp M +1 -0 src/project/projectmanager.h M +20 -2 src/timeline2/model/clipmodel.cpp M +4 -1 src/timeline2/model/clipmodel.hpp M +10 -15 src/timeline2/model/timelinemodel.cpp M +1 -0 src/timeline2/model/timelinemodel.hpp M +1 -1 src/timeline2/view/timelinetabs.cpp M +5 -19 tests/filetest.cpp M +13 -14 tests/regressions.cpp https://invent.kde.org/multimedia/kdenlive/-/commit/e66afa13c9dd7a0e8f41946799e6249345772f85 -- You are receiving this mail because: You are watching all bug changes.