GNOME Bugzilla – Bug 300587
Unable to exclude filtered items
Last modified: 2005-07-22 12:42:59 UTC
EggRecent should provide means to exclude items that match filters. This is desirable since one day nautilus might put its recently visited folders into the global EggRecent file, but we don't want to have folders (identified by mime types) listed in the global menu. Instead, we will create another folder list which only contains items with folder mime types. The most simple way to achieve this is to add a "filter-type" property to EggRecentModel which determines whether filtered items will be shown or hidden.
Created attachment 45240 [details] [review] Proposed patch Proposed patch against HEAD. adds egg_recent_model_set_filter and takes the given value into consideration when deciding whether to show a particular menu item.
Created attachment 45241 [details] [review] Proposed Patch (New Attempt) Sorry, the first patch contained an error. It set the group when we matched the scheme rule.
the new RecentManager and RecentChooser code allows better filtering; I'm marking this as an enhancement in order to track it down, but the recent-files code is soon to be marked as deprecated in favour of the recentchooser code.
Good news! :)