After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 396803 - [optimisation] Block signals from timeline while doing complex changes
[optimisation] Block signals from timeline while doing complex changes
Status: RESOLVED OBSOLETE
Product: pitivi
Classification: Other
Component: General
Git
Other Linux
: Normal enhancement
: Git
Assigned To: Brandon Lewis
Pitivi maintainers
Depends on: 555898
Blocks:
 
 
Reported: 2007-01-15 10:01 UTC by Edward Hervey
Modified: 2009-02-12 07:36 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Edward Hervey 2007-01-15 10:01:43 UTC
When doing a SimpleTimeline move, several sources are being moved around, priorities changed, etc....

Currently, whenever a single property changes, the UI is updated, which is very cpu intensive.

There should be a way to block all signal emissions from gnonlin to be forwarded from pitivi.timeline to the UI, and a way to then emit all those signals at once.