GNOME Bugzilla – Bug 396803
[optimisation] Block signals from timeline while doing complex changes
Last modified: 2009-02-12 07:36:35 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.