[kdenlive] [Bug 456619] Greyed-Out Edit Clip on Duplicated TItle Clip

2022-07-18 Thread Eric Jiang
https://bugs.kde.org/show_bug.cgi?id=456619

--- Comment #5 from Eric Jiang  ---
Seems like this fix uncovers another issue - the clip monitor is not switched
to the new duplicate clip:
https://invent.kde.org/multimedia/kdenlive/-/commit/505983e529c80ba5c8a13dd0a02ff949f7530873#note_488366

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

[kdenlive] [Bug 456619] Greyed-Out Edit Clip on Duplicated TItle Clip

2022-07-13 Thread Jean-Baptiste Mardelle
https://bugs.kde.org/show_bug.cgi?id=456619

Jean-Baptiste Mardelle  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/mult |https://invent.kde.org/mult
   |imedia/kdenlive/commit/5059 |imedia/kdenlive/commit/d9d2
   |83e529c80ba5c8a13dd0a02ff94 |d81efd98061873cbfbba75e6ee7
   |9f7530873   |27b8de7f4

--- Comment #4 from Jean-Baptiste Mardelle  ---
Git commit d9d2d81efd98061873cbfbba75e6ee727b8de7f4 by Jean-Baptiste Mardelle,
on behalf of Eric Jiang.
Committed on 13/07/2022 at 11:38.
Pushed by mardelle into branch 'release/22.08'.

Don't wait for a clip to be ready to get its type

This fixes a bug where after duplicating a title clip, the context
menu's "Edit Clip" action is disabled because the clip's type is thought
to be Unknown.

M  +4-1src/bin/bin.cpp

https://invent.kde.org/multimedia/kdenlive/commit/d9d2d81efd98061873cbfbba75e6ee727b8de7f4

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

[kdenlive] [Bug 456619] Greyed-Out Edit Clip on Duplicated TItle Clip

2022-07-13 Thread Jean-Baptiste Mardelle
https://bugs.kde.org/show_bug.cgi?id=456619

Jean-Baptiste Mardelle  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
  Latest Commit||https://invent.kde.org/mult
   ||imedia/kdenlive/commit/5059
   ||83e529c80ba5c8a13dd0a02ff94
   ||9f7530873
 Resolution|--- |FIXED

--- Comment #3 from Jean-Baptiste Mardelle  ---
Git commit 505983e529c80ba5c8a13dd0a02ff949f7530873 by Jean-Baptiste Mardelle,
on behalf of Eric Jiang.
Committed on 13/07/2022 at 06:57.
Pushed by mardelle into branch 'master'.

Don't wait for a clip to be ready to get its type

This fixes a bug where after duplicating a title clip, the context
menu's "Edit Clip" action is disabled because the clip's type is thought
to be Unknown.

M  +4-1src/bin/bin.cpp

https://invent.kde.org/multimedia/kdenlive/commit/505983e529c80ba5c8a13dd0a02ff949f7530873

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

[kdenlive] [Bug 456619] Greyed-Out Edit Clip on Duplicated TItle Clip

2022-07-12 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=456619

--- Comment #2 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/multimedia/kdenlive/-/merge_requests/326

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

[kdenlive] [Bug 456619] Greyed-Out Edit Clip on Duplicated TItle Clip

2022-07-12 Thread Eric Jiang
https://bugs.kde.org/show_bug.cgi?id=456619

Eric Jiang  changed:

   What|Removed |Added

 Ever confirmed|0   |1
   Assignee|j...@kdenlive.org |erji...@alumni.iu.edu
 CC||erji...@alumni.iu.edu
 Status|REPORTED|ASSIGNED

--- Comment #1 from Eric Jiang  ---
Confirmed, looks like when the "Edit Clip" item's enabled state is updated, the
clip is not ready. Because the clip is not ready, its thought to be
ClipType::Unknown instead of ClipType::Text, so "Edit Clip" is disabled.

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