Re: [Tracker] ANNOUNCE: tracker 0.6.92 released

2009-04-02 Thread Martyn Russell
Michael Biebl wrote: Patch attached. Committed as r3166. Thanks Michael. -- Regards, Martyn ___ tracker-list mailing list tracker-list@gnome.org http://mail.gnome.org/mailman/listinfo/tracker-list

Re: [Tracker] ANNOUNCE: tracker 0.6.92 released

2009-04-02 Thread Michael Biebl
2009/4/1 Michael Biebl : > 2009/4/1 Michael Biebl : >> 2009/4/1 Jerry Tan : >>> The source tarball has a minor problem. >>> >>> there is a file under >>> src/plugins/evolution/org-freedesktop-Tracker-evolution-plugin.eplug. >>> >>> it should be generated by build, not in src tar ball. >>> >>> and i

Re: [Tracker] Use gettext plural forms

2009-04-02 Thread Martyn Russell
Luca Ferretti wrote: I'm updating Italian translation, I found those: #: ../src/tracker-utils/tracker-files.c:141 #: ../src/tracker-utils/tracker-files.c:199 #: ../src/tracker-utils/tracker-meta-folder.c:268 #: ../src/tracker-utils/tracker-query.c:254 #: ../src/tracker-utils/tracker-search.c:221

Re: [Tracker] PATCH that makes things in tracker-monitor.c more performant

2009-04-02 Thread Martyn Russell
Philip Van Hoof wrote: On Thu, 2009-04-02 at 14:23 +0200, Philip Van Hoof wrote: I'm not very sure, but isn't this going to make things faster? Let me know ... Added a break, don't know why we would need to continue looping once found. Hi Philip, Superb patch, thanks. What I love is, no

[Tracker] Use gettext plural forms

2009-04-02 Thread Luca Ferretti
I'm updating Italian translation, I found those: #: ../src/tracker-utils/tracker-files.c:141 #: ../src/tracker-utils/tracker-files.c:199 #: ../src/tracker-utils/tracker-meta-folder.c:268 #: ../src/tracker-utils/tracker-query.c:254 #: ../src/tracker-utils/tracker-search.c:221 #: ../src/tracker-util

Re: [Tracker] PATCH that makes things in tracker-monitor.c more performant

2009-04-02 Thread Philip Van Hoof
On Thu, 2009-04-02 at 14:23 +0200, Philip Van Hoof wrote: > I'm not very sure, but isn't this going to make things faster? > > Let me know ... Added a break, don't know why we would need to continue looping once found. -- Philip Van Hoof, freelance software developer home: me at pvanhoof dot be

[Tracker] PATCH that makes things in tracker-monitor.c more performant

2009-04-02 Thread Philip Van Hoof
I'm not very sure, but isn't this going to make things faster? Let me know ... -- Philip Van Hoof, freelance software developer home: me at pvanhoof dot be gnome: pvanhoof at gnome dot org http://pvanhoof.be/blog http://codeminded.be Index: src/trackerd/tracker-monitor.c ==

Re: [Tracker] [patch] split TrackerHal into TrackerStorage and TrackerPower and re-organise into backend

2009-04-02 Thread Martyn Russell
Richard Hughes wrote: The attached patch splits TrackerHal into TrackerStorage and TrackerPower to better split the functionalities for future work. This is needed for future patches to add DeviceKit support. I've also created the files tracker-storage-hal and tracker-power-hal so that the power

Re: [Tracker] Migrating tracker from HAL to DeviceKit

2009-04-02 Thread Martyn Russell
Jamie McCracken wrote: > Hi richard, Hi Richard, Jamie, > Tracker does indeed use HAL for power management and for detecting > removable storage > > As HAL support is optional (not all platforms have HAL like solaris) it > would probably make sense to switch to a raw dbus solution Yea, I don't

Re: [Tracker] [patch] split TrackerHal into TrackerStorage and TrackerPower and re-organise into backend

2009-04-02 Thread Philip Van Hoof
On Thu, 2009-04-02 at 10:26 +0100, Richard Hughes wrote: > The attached patch splits TrackerHal into TrackerStorage and > TrackerPower to better split the functionalities for future work. This > is needed for future patches to add DeviceKit support. I've also created > the files tracker-storage-hal