GNOME Bugzilla – Bug 412879
[PATCH] Gtk widgets for Tracker
Last modified: 2007-03-03 19:11:56 UTC
Hey, This is a patch to add libtracker-gtk to the Tracker source tree. libtracker-gtk should form the basis containing a library of widgets that Gtk application authors can use to easily add rich Tracker functionality to their applications. The library could include; * Tracker tagging widgets * Tracker RDF query creation widgets * Tracker search widget * Various GtkListStore and GtkTreeStore widgets to make dealing with search results and keywords easier * Metadata tile widget
Created attachment 83510 [details] [review] libtracker-gtk The current patch includes * TrackerKeywordStore - a Tracker backed ListStore for manipulating and showing keywords and emblems * TrackerKeywordEntry - a GtkEntry with completion for attaching keywords to files * TrackerMetadataTile - A cairo powered tile widget showing file metadata * TrackerTagBar - A button based tagging widget for files Work was perfomed in conjunction with Neil Patel It is expected that once the autotools work is sorted out then #409931 will be adjusted to use libtracker-gtk
Created attachment 83674 [details] [review] libtracker-gtk Updated patch. 1) removed the entry completion widget pending rewrite/relicence from epiphany 2) Fixed whitespace, formatting and naming to meet standards 3) Cleaned up some more includes 4) Fixed up the pc file
This has been applied - closing