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 361333 - Ability to filter or reset toplevel tag in tag sidebar
Ability to filter or reset toplevel tag in tag sidebar
Status: RESOLVED WONTFIX
Product: f-spot
Classification: Other
Component: Tags
CVS
Other Linux
: Normal enhancement
: ---
Assigned To: Gabriel Burt
F-spot maintainers
gnome[unmaintained]
Depends on:
Blocks:
 
 
Reported: 2006-10-11 03:33 UTC by Gabriel Burt
Modified: 2018-07-12 00:11 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch (17.54 KB, patch)
2006-10-11 03:33 UTC, Gabriel Burt
none Details | Review
Updated (14.21 KB, patch)
2006-10-12 00:20 UTC, Gabriel Burt
none Details | Review
Same version, including the new file this time (18.30 KB, patch)
2006-10-12 00:22 UTC, Gabriel Burt
needs-work Details | Review

Description Gabriel Burt 2006-10-11 03:33:20 UTC
I wrote a patch that allows you to choose the toplevel tag for the sidebar on the fly, to help manage tag-creep.
Comment 1 Gabriel Burt 2006-10-11 03:33:50 UTC
Created attachment 74457 [details] [review]
Patch
Comment 2 Stephane Delcroix 2006-10-11 15:09:57 UTC
Hi Gabriel,

one minor thing to change to make it 'solid' ;) : if you open the filter widget with Ctrl-L, the checkmenu item in the View menu became out of sync...
Comment 3 Stephane Delcroix 2006-10-11 15:53:30 UTC
quick fix (no time to make a proper patch right now)

	public void HandleFilterTags (object sender, EventArgs args)
	{
+	display_tag_filter_menu_item.Active = true;
	tagview_filter_box.Show ();
        tagview_filter.Entry.GrabFocus ();
	}
Comment 4 Gabriel Burt 2006-10-12 00:20:38 UTC
Created attachment 74530 [details] [review]
Updated

This version incorporates Stephane's fix, and changes the behavior somewhat, supporting tags that don't have children much better, and showing you the tag whose name you typed in addition to its children, instead of just its children.
Comment 5 Gabriel Burt 2006-10-12 00:22:51 UTC
Created attachment 74531 [details] [review]
Same version, including the new file this time
Comment 6 John Stowers 2006-10-22 01:34:20 UTC
Just tested this and it works great. 

To remain consistant with other GNOME apps I would put the Clear button on the right, and remove the drop down list, replacing it with a simple Entry field
Comment 7 Ruben Vermeersch 2010-06-24 14:49:37 UTC
Comment on attachment 74531 [details] [review]
Same version, including the new file this time

Maintenance update: In the past we've been less than stellar in reviewing patches. As such we have a pile of patches in bugzilla which are outdated and don't apply anymore. Am currently marking all of these as "needs-work". My apologies for this.

Since I've become a maintainer of the project, I've set the personal rule of quickly reviewing all patches, to avoid that this happens again. If you (or anyone) wants to go through the trouble of updating this patch, please talk to us to figure out if it fits in the F-Spot long term roadmap.

Should you, in the future, notice a patch lingering around for too long, please notify us immediately and we'll look into it, to avoid situations like these from happening again.

You can filter these mails by searching for ###F-OLDPATCHCLEANUP###
Comment 8 André Klapper 2018-07-12 00:11:03 UTC
F-Spot has moved to https://github.com/f-spot/f-spot/issues

If this Bugzilla ticket is still valid in a recent version of F-Spot, please feel free to post this topic as a ticket in the F-Spot project on GitHub.

Closing this report as WONTFIX as part of Bugzilla Housekeeping as we are planning to shut down GNOME Bugzilla in favor of GNOME Gitlab.