[kdenlive] [Bug 438970] All effects in timeline disabled and cannot be re-enabled after using Disable Timeline Effects and saving

2024-04-16 Thread Jean-Baptiste Mardelle
https://bugs.kde.org/show_bug.cgi?id=438970

Jean-Baptiste Mardelle  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
  Latest Commit||https://invent.kde.org/mult
   ||imedia/kdenlive/-/commit/98
   ||4dec0103b12782dae83e0e292a9
   ||88db6c23c88
 Resolution|--- |FIXED

--- Comment #7 from Jean-Baptiste Mardelle  ---
Git commit 984dec0103b12782dae83e0e292a988db6c23c88 by Jean-Baptiste Mardelle.
Committed on 16/04/2024 at 07:55.
Pushed by mardelle into branch 'master'.

Fix effects cannot be enabled after saving with disable bin/timeline effects
Faster project opening for multi-timeline projects

M  +2-3src/bin/bin.cpp
M  +4-4src/bin/clipcreator.cpp
M  +0-4src/effects/effectstack/model/abstracteffectitem.cpp
M  +1-1src/effects/effectstack/model/abstracteffectitem.hpp
M  +19   -0src/effects/effectstack/model/effectitemmodel.cpp
M  +1-0src/effects/effectstack/model/effectitemmodel.hpp
M  +26   -5src/mainwindow.cpp
M  +2-1src/mainwindow.h
M  +44   -28   src/project/projectmanager.cpp
M  +2-2src/project/projectmanager.h
M  +1-1src/timeline2/view/timelinecontroller.cpp
M  +30   -18   src/timeline2/view/timelinetabs.cpp
M  +3-1src/timeline2/view/timelinetabs.hpp
M  +2-2tests/filetest.cpp
M  +3-3tests/modeltest.cpp
M  +9-9tests/nestingtest.cpp
M  +4-4tests/sequencetest.cpp

https://invent.kde.org/multimedia/kdenlive/-/commit/984dec0103b12782dae83e0e292a988db6c23c88

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdenlive] [Bug 438970] All effects in timeline disabled and cannot be re-enabled after using Disable Timeline Effects and saving

2024-04-13 Thread emohr
https://bugs.kde.org/show_bug.cgi?id=438970

emohr  changed:

   What|Removed |Added

 Status|NEEDSINFO   |CONFIRMED
 Resolution|WAITINGFORINFO  |---

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdenlive] [Bug 438970] All effects in timeline disabled and cannot be re-enabled after using Disable Timeline Effects and saving

2024-04-13 Thread Ryan K
https://bugs.kde.org/show_bug.cgi?id=438970

--- Comment #6 from Ryan K  ---
Yes, I was able to reproduce right now using 24.02.1.

Disable timeline effects should either be a UI-only state that isn't saved to
the file or a separate global property rather than and individual one.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdenlive] [Bug 438970] All effects in timeline disabled and cannot be re-enabled after using Disable Timeline Effects and saving

2024-04-12 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=438970

--- Comment #5 from Bug Janitor Service  ---
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdenlive] [Bug 438970] All effects in timeline disabled and cannot be re-enabled after using Disable Timeline Effects and saving

2024-03-29 Thread diekuhrannte
https://bugs.kde.org/show_bug.cgi?id=438970

diekuhran...@web.de  changed:

   What|Removed |Added

 CC||diekuhran...@web.de
 Resolution|--- |WAITINGFORINFO
 Status|CONFIRMED   |NEEDSINFO

--- Comment #4 from diekuhran...@web.de  ---
Can you please report whether the problem still exists? Or can we close the bug
report?

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdenlive] [Bug 438970] All effects in timeline disabled and cannot be re-enabled after using Disable Timeline Effects and saving

2021-06-27 Thread emohr
https://bugs.kde.org/show_bug.cgi?id=438970

emohr  changed:

   What|Removed |Added

 CC||fritzib...@gmx.net
 Status|REPORTED|CONFIRMED
  Flags||Brainstorm+
   Assignee|vpi...@kde.org  |j...@kdenlive.org
 Ever confirmed|0   |1

--- Comment #3 from emohr  ---
Thank you for reporting. I can confirm this behavior. Ones Disable Timeline
Effects is toggle on and the project is saved you only can enable the effects
individually.

Thank you or the investigation it will help to solve it.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdenlive] [Bug 438970] All effects in timeline disabled and cannot be re-enabled after using Disable Timeline Effects and saving

2021-06-21 Thread Ryan K
https://bugs.kde.org/show_bug.cgi?id=438970

--- Comment #2 from Ryan K  ---
Can confirm that removing the spurious disable properties on each effect in the
.kdenlive save file did fix the problem in my original project file.

So it seems there are two issues:
- UI does not track disabletimelineeffects property (i.e. doesn't restore the
UI toggle state based on the property)
- setting disabled on the effects should only be used for individual manual
disabling (otherwise temporary disable will overwrite the manual disable state)


Thanks!

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdenlive] [Bug 438970] All effects in timeline disabled and cannot be re-enabled after using Disable Timeline Effects and saving

2021-06-21 Thread Ryan K
https://bugs.kde.org/show_bug.cgi?id=438970

--- Comment #1 from Ryan K  ---
OK, did more tests on a simple example.

Disable Timeline Effects + Save writes:

1

as well as:

1

in the producer.

Reloading or reverting the project then gets things out of sync, where the UI
untoggles Disable Timeline Effects but it is left in the save file.

It seems like the 1 disables the effects
since removing the disabletimelineeffects property doesn't re-enable effects.

If I remove both properties then the effects are re-enabled. I'll give this a
try with my original file.

There is also a
0
that appears in my .kdenlive save diffs that appears in the enabled effects
version (saved before Disable Timeline Effects) that doesn't in the disabled
effects version?

-- 
You are receiving this mail because:
You are watching all bug changes.