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 412879 - [PATCH] Gtk widgets for Tracker
[PATCH] Gtk widgets for Tracker
Status: RESOLVED FIXED
Product: tracker
Classification: Core
Component: General
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Jamie McCracken
Jamie McCracken
Depends on:
Blocks:
 
 
Reported: 2007-02-28 01:11 UTC by John Stowers
Modified: 2007-03-03 19:11 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
libtracker-gtk (86.65 KB, patch)
2007-02-28 01:17 UTC, John Stowers
none Details | Review
libtracker-gtk (76.35 KB, patch)
2007-03-01 19:51 UTC, John Stowers
none Details | Review

Description John Stowers 2007-02-28 01:11:17 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
Comment 1 John Stowers 2007-02-28 01:17:29 UTC
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
Comment 2 John Stowers 2007-03-01 19:51:19 UTC
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
Comment 3 Jamie McCracken 2007-03-03 19:11:56 UTC
This has been applied - closing