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 576276 - contextual toolbar buttons should be insensitive when not available
contextual toolbar buttons should be insensitive when not available
Status: RESOLVED FIXED
Product: pitivi
Classification: Other
Component: User interface
Git
Other Linux
: Normal normal
: 0.13.2
Assigned To: Alessandro Decina
Pitivi maintainers
Depends on:
Blocks:
 
 
Reported: 2009-03-22 11:04 UTC by Jean-François Fortin Tam
Modified: 2009-06-12 09:13 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jean-François Fortin Tam 2009-03-22 11:04:16 UTC
Some toolbar buttons, such as (un)link, (un)group and delete can only be used when a clip is selected.

When no clip is selected, those buttons should be made gtk.insensitive.
Likewise, the main toolbar's Save button should be made insensitive when no changes have been made since the last save, and the Render button should be insensitive when there is nothing on the timeline (but that one is less important).
Comment 1 Brandon Lewis 2009-05-01 05:38:22 UTC
The (un)link and delete actions already behave this way in git. For save, it will have to wait until we have a proper history manager as there is no way to detect whether or not a file is dirty.