Twenkid / OpenShot

Features Requests, Issues, Bug Reports etc.
0 stars 0 forks source link

Turn off GUI update while removing clips from the Library #3110 #2

Open Twenkid opened 3 years ago

Twenkid commented 3 years ago

https://github.com/OpenShot/openshot-qt/issues/3110

Twenkid commented on 3 Dec 2019

Describe the new feature:

When removing multiple clips from the Library, the GUI element updates slowly and flickers. It seems it parses and redraws one-by-one all of the elements after each deleted element.

What about temporally disabling the GUI element/turning off the GUI update/message listener etc. until all clips are removed, and redrawing just once at the end of the operation.

Common use case: a set of projects sharing some assets like intro, some titles etc., starting a new project by saving the old one with a new name, then removing part of the clips.

Import many files slow (Closed): https://github.com/OpenShot/openshot-qt/issues/444