Re: [Tracker] [PATCH] Unify the file monitoring

2007-10-31 Thread Michael Biebl
2007/10/31, jamie <[EMAIL PROTECTED]>: > On Wed, 2007-10-31 at 02:03 +0100, Michael Biebl wrote: > > 2007/10/31, Michael Biebl <[EMAIL PROTECTED]>: > > > I also intended to move line 139-150 in src/trackerd/trackerd.c > > > (everything between #ifdef POLL_ONLY #endif) into a separate file > > > tra

Re: [Tracker] Tracker-applet's GTK+ requirements

2007-10-31 Thread Tshepang Lekhonkhobe
On 10/31/07, jamie <[EMAIL PROTECTED]> wrote: > On Wed, 2007-10-31 at 13:22 +0200, Tshepang Lekhonkhobe wrote: > > Hi, > > > > Does tracker-applet needs GTK+ 2.10 or can it run on 2.8? It's a > > curiosity of how much svn Tracker can build on a system as old as > > Debian Etch or Ubuntu Dapper (bot

Re: [Tracker] r978 unable to start up when invoked indirectly

2007-10-31 Thread Tshepang Lekhonkhobe
On 10/31/07, jamie <[EMAIL PROTECTED]> wrote: > On Wed, 2007-10-31 at 15:30 +0200, Tshepang Lekhonkhobe wrote: > > On 10/31/07, jamie <[EMAIL PROTECTED]> wrote: > > > On Wed, 2007-10-31 at 15:00 +0200, Tshepang Lekhonkhobe wrote: > > > > Hi, > > > > r978 has completed indexing my data and works fin

Re: [Tracker] r978 unable to start up when invoked indirectly

2007-10-31 Thread jamie
On Wed, 2007-10-31 at 15:30 +0200, Tshepang Lekhonkhobe wrote: > On 10/31/07, jamie <[EMAIL PROTECTED]> wrote: > > On Wed, 2007-10-31 at 15:00 +0200, Tshepang Lekhonkhobe wrote: > > > Hi, > > > r978 has completed indexing my data and works fine until I restart it > > > indirectly (IE via tracker-st

Re: [Tracker] r978 unable to start up when invoked indirectly

2007-10-31 Thread Tshepang Lekhonkhobe
On 10/31/07, jamie <[EMAIL PROTECTED]> wrote: > On Wed, 2007-10-31 at 15:00 +0200, Tshepang Lekhonkhobe wrote: > > Hi, > > r978 has completed indexing my data and works fine until I restart it > > indirectly (IE via tracker-stats and deskbar-applet). When I start it > > directly (trackerd) it's no

Re: [Tracker] r978 unable to start up when invoked indirectly

2007-10-31 Thread jamie
On Wed, 2007-10-31 at 15:00 +0200, Tshepang Lekhonkhobe wrote: > Hi, > r978 has completed indexing my data and works fine until I restart it > indirectly (IE via tracker-stats and deskbar-applet). When I start it > directly (trackerd) it's no trouble. Here's where it crashes (with no > further mess

[Tracker] r978 unable to start up when invoked indirectly

2007-10-31 Thread Tshepang Lekhonkhobe
Hi, r978 has completed indexing my data and works fine until I restart it indirectly (IE via tracker-stats and deskbar-applet). When I start it directly (trackerd) it's no trouble. Here's where it crashes (with no further messages): [snip] 30 Oct 2007, 16:53:34:132 - Using Sqlite version 3.4.2 30

Re: [Tracker] possible bug in configure.ac

2007-10-31 Thread Tshepang Lekhonkhobe
On 10/31/07, jamie <[EMAIL PROTECTED]> wrote: > On Wed, 2007-10-31 at 14:03 +0200, Tshepang Lekhonkhobe wrote: > > Hi, > > > > I looked in configure.ac which claims that TST requires libglade. If > > so what for? > > > > AFAIK libglade is only needed by tracker-preferences Here's a bugfix. -- my

[Tracker] About the ignored patterns

2007-10-31 Thread Wendy Hu
When we have input the patterns in the tracker-preferences which we want to ignored, we also can get the results that match the patterns. That's to say, the feature that "ignored patterns" hasn't been realized. The patch and the two files (tracker-glob.c & tracker-glob.h) attached to this email h

Re: [Tracker] possible bug in configure.ac

2007-10-31 Thread jamie
On Wed, 2007-10-31 at 14:03 +0200, Tshepang Lekhonkhobe wrote: > Hi, > > I looked in configure.ac which claims that TST requires libglade. If > so what for? > AFAIK libglade is only needed by tracker-preferences ___ tracker-list mailing list tracker-

Re: [Tracker] Code review for the svn commits

2007-10-31 Thread jamie
On Wed, 2007-10-31 at 11:09 +, Michal Pryc wrote: > jamie wrote: > > On Wed, 2007-10-31 at 10:57 +, Michal Pryc wrote: > >> Hello community, > >> > >> Is there any specified code review process, before committing to the > >> trunk code? > >> > > > > depends what you are changing > > > >

Re: [Tracker] Tracker-applet's GTK+ requirements

2007-10-31 Thread jamie
On Wed, 2007-10-31 at 13:22 +0200, Tshepang Lekhonkhobe wrote: > Hi, > > Does tracker-applet needs GTK+ 2.10 or can it run on 2.8? It's a > curiosity of how much svn Tracker can build on a system as old as > Debian Etch or Ubuntu Dapper (both using 2.8). I suppose that there > are people running n

Re: [Tracker] [PATCH] README update

2007-10-31 Thread jamie
On Wed, 2007-10-31 at 07:43 +0200, Tshepang Lekhonkhobe wrote: > Hi, > > Please look at this patch that updates the README file, but then also > assumes that I know how installation of Deskbar-handler should work. > applied thx ___ tracker-list maili

Re: [Tracker] Code review for the svn commits

2007-10-31 Thread Michal Pryc
jamie wrote: > On Wed, 2007-10-31 at 10:57 +, Michal Pryc wrote: >> Hello community, >> >> Is there any specified code review process, before committing to the >> trunk code? >> > > depends what you are changing > > if its a small trivial bugfix go ahead and apply > > if its a new feature o

Re: [Tracker] [PATCH] Unify the file monitoring

2007-10-31 Thread jamie
On Wed, 2007-10-31 at 02:03 +0100, Michael Biebl wrote: > 2007/10/31, Michael Biebl <[EMAIL PROTECTED]>: > > I also intended to move line 139-150 in src/trackerd/trackerd.c > > (everything between #ifdef POLL_ONLY #endif) into a separate file > > tracker-poll.c. This way we would have a nice separa

Re: [Tracker] [PATCH] Strings not being scaped in SQL query

2007-10-31 Thread jamie
applied thx ___ tracker-list mailing list tracker-list@gnome.org http://mail.gnome.org/mailman/listinfo/tracker-list

[Tracker] possible bug in configure.ac

2007-10-31 Thread Tshepang Lekhonkhobe
Hi, I looked in configure.ac which claims that TST requires libglade. If so what for? -- my place on the web: floss-and-misc.blogspot.com ___ tracker-list mailing list tracker-list@gnome.org http://mail.gnome.org/mailman/listinfo/tracker-list

Re: [Tracker] Code review for the svn commits

2007-10-31 Thread jamie
On Wed, 2007-10-31 at 10:57 +, Michal Pryc wrote: > Hello community, > > Is there any specified code review process, before committing to the > trunk code? > depends what you are changing if its a small trivial bugfix go ahead and apply if its a new feature or a non-trivial bugfix you nee

[Tracker] Code review for the svn commits

2007-10-31 Thread Michal Pryc
Hello community, Is there any specified code review process, before committing to the trunk code? -- best Michal Pryc ___ tracker-list mailing list tracker-list@gnome.org http://mail.gnome.org/mailman/listinfo/tracker-list

[Tracker] Tracker-applet's GTK+ requirements

2007-10-31 Thread Tshepang Lekhonkhobe
Hi, Does tracker-applet needs GTK+ 2.10 or can it run on 2.8? It's a curiosity of how much svn Tracker can build on a system as old as Debian Etch or Ubuntu Dapper (both using 2.8). I suppose that there are people running new Tracker in these systems... -- my place on the web: floss-and-misc.blo