Re: [Tracker] [Patch] First tracker gui patch

2006-09-14 Thread Jamie McCracken
Edward Duffy wrote: >> dunno but best to inline the segment of code from libgnomeui? > Probably do-able, it's just md5 stuff[1]. If only Tracker could tell > me this! ;) > I'm not exactly sure if nautilus way is the standard way, does Konquerer > and > Thunar do it the same thing? I would gues

Re: [Tracker] [Patch] First tracker gui patch

2006-09-14 Thread Edward Duffy
On 9/14/06, Jamie McCracken <[EMAIL PROTECTED]> wrote: > Edward Duffy wrote: > > Here's an update that will display thumbnails. It's kind of buggy, it > > crashes 1 out of every 3 times for me, even on the same search. If > > it's constantly crashing for you, comment out the pthread_create call >

Re: [Tracker] [Patch] First tracker gui patch

2006-09-14 Thread Jamie McCracken
Edward Duffy wrote: > Here's an update that will display thumbnails. It's kind of buggy, it > crashes 1 out of every 3 times for me, even on the same search. If > it's constantly crashing for you, comment out the pthread_create call > on line 286. gtk is not thread safe and will crash unless you

Re: [Tracker] [Patch] First tracker gui patch

2006-09-14 Thread Edward Duffy
I did some work on an icon-based view. It can narrow the search based on Services, but it does not yet sort/group by Service. The next and previous work as well, currently the number of results returned is not chanagable at runtime, but there is macro if you want more. Also, this isn't meant as

Re: [Tracker] [Patch] First tracker gui patch

2006-09-13 Thread Jamie McCracken
Edward Duffy wrote: > libglade's pkg-config file used to take care of this...anyway, how > about this patch? (I tested this time :p.. it was LDFLAGS, not CFLAGS) > thx patch applied along with my own fix for the finding the glade file at runtime -- Mr Jamie McCracken http://jamiemcc.livejourna

Re: [Tracker] [Patch] First tracker gui patch

2006-09-13 Thread Edward Duffy
libglade's pkg-config file used to take care of this...anyway, how about this patch? (I tested this time :p.. it was LDFLAGS, not CFLAGS) On 9/13/06, Jamie McCracken <[EMAIL PROTECTED]> wrote: Edward Duffy wrote: > -export-dynamic needs to be in the CFLAGS variable (since the symbol > in no long

Re: [Tracker] [Patch] First tracker gui patch

2006-09-13 Thread Jamie McCracken
Samuel Cormier-Iijima wrote: > On 9/13/06, Jamie McCracken <[EMAIL PROTECTED]> wrote: >> Samuel Cormier-Iijima wrote: >> > I have a little GUI that I coded up... it avoids using glade (the >> > current version in CVS can't find the glade file when installed). >> >> Thats easy to fix - it needs to b

Re: [Tracker] [Patch] First tracker gui patch

2006-09-13 Thread Samuel Cormier-Iijima
On 9/13/06, Jamie McCracken <[EMAIL PROTECTED]> wrote: > Samuel Cormier-Iijima wrote: > > I have a little GUI that I coded up... it avoids using glade (the > > current version in CVS can't find the glade file when installed). > > Thats easy to fix - it needs to be in DATADIR > > The > > searching

Re: [Tracker] [Patch] First tracker gui patch

2006-09-13 Thread Jamie McCracken
Samuel Cormier-Iijima wrote: > I have a little GUI that I coded up... it avoids using glade (the > current version in CVS can't find the glade file when installed). Thats easy to fix - it needs to be in DATADIR The > searching works, I'm trying to find out some cool ways to display the > result

Re: [Tracker] [Patch] First tracker gui patch

2006-09-13 Thread Samuel Cormier-Iijima
I have a little GUI that I coded up... it avoids using glade (the current version in CVS can't find the glade file when installed). The searching works, I'm trying to find out some cool ways to display the results... but Tracker doesn't seem to like GetMTime and other functions. Also, it doesn't h

Re: [Tracker] [Patch] First tracker gui patch

2006-09-13 Thread Jamie McCracken
Edward Duffy wrote: > -export-dynamic needs to be in the CFLAGS variable (since the symbol > in no longer in a dynamic library) > makes no difference (lt-tracker-gui:25809): libglade-WARNING **: could not find widget creation function How do you set the creation function (theres nothing in the

Re: [Tracker] [Patch] First tracker gui patch

2006-09-13 Thread Edward Duffy
-export-dynamic needs to be in the CFLAGS variable (since the symbol in no longer in a dynamic library) On 9/13/06, Jamie McCracken <[EMAIL PROTECTED]> wrote: > Edward Duffy wrote: > > Two quick changes that bothered me: first all the services have icons > > and they're from the freedesktop icon n

Re: [Tracker] [Patch] First tracker gui patch

2006-09-13 Thread Jamie McCracken
Edward Duffy wrote: > Two quick changes that bothered me: first all the services have icons > and they're from the freedesktop icon naming spec. And second "Files" > is the default selection in the combobox. > I have now added tracker-gui to cvs and modified the build system Also cleaned up cod

Re: [Tracker] [Patch] First tracker gui patch

2006-09-12 Thread Jaime Frutos Morales
Before starting to write GUI specific code, we have to agree in the GUI design. Here are some questions that must be answered: - Are we going to use other dependencies other than Gnome official ones? (This means if we are going to use libsexy or not). IMHO I think we shouldn't use other librarie

Re: [Tracker] [Patch] First tracker gui patch

2006-09-12 Thread Edward Duffy
Two quick changes that bothered me: first all the services have icons and they're from the freedesktop icon naming spec. And second "Files" is the default selection in the combobox. [1] http://standards.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html On 9/12/06, Edward Duffy <[EM

Re: [Tracker] [Patch] First tracker gui patch

2006-09-12 Thread Edward Duffy
I played around with this for a little bit. I've added the SexyIconEntry, replaced the Next 20/ Previous 20 with icon'ed buttons, moved the "Search" label, and added a combo box that is dynamically filled with tracker's Services. I'd prefer this route to using the tabs...I not crazy about showing

Re: [Tracker] [Patch] First tracker gui patch

2006-09-12 Thread Mikkel Kamstrup Erlandsen
On Tue, 2006-09-12 at 21:14 +0200, Jaime Frutos Morales wrote: > 2006/9/12, Edward Duffy <[EMAIL PROTECTED]>: > > > "Search" word is dancing at the top of the window :-) > > > An icon like the one in Rhythmbox should be added in the search field, > > > it also bring an easy way to clear the field.

Re: [Tracker] [Patch] First tracker gui patch

2006-09-12 Thread Jamie McCracken
Jaime Frutos Morales wrote: > 2006/9/12, Edward Duffy <[EMAIL PROTECTED]>: >> > "Search" word is dancing at the top of the window :-) >> > An icon like the one in Rhythmbox should be added in the search field, >> > it also bring an easy way to clear the field. >> > >> >> To add the clear button: >>

Re: [Tracker] [Patch] First tracker gui patch

2006-09-12 Thread Jaime Frutos Morales
2006/9/12, Edward Duffy <[EMAIL PROTECTED]>: > > "Search" word is dancing at the top of the window :-) > > An icon like the one in Rhythmbox should be added in the search field, > > it also bring an easy way to clear the field. > > > > To add the clear button: > (1) Install libsexy [1] > (2) Re

Re: [Tracker] [Patch] First tracker gui patch

2006-09-12 Thread Edward Duffy
On 9/12/06, Laurent Aguerreche <[EMAIL PROTECTED]> wrote: > Le mardi 12 septembre 2006 à 05:43 +0200, Jaime Frutos Morales a écrit : > > This is a first tracker's GUI patch just to add the necessary skeleton > > to the CVS. > > > > I had some problems with CVS (it doesn't allow me to add tracker-gu

Re: [Tracker] [Patch] First tracker gui patch

2006-09-12 Thread Jamie McCracken
Laurent Aguerreche wrote: > Le mardi 12 septembre 2006 à 05:43 +0200, Jaime Frutos Morales a écrit : >> This is a first tracker's GUI patch just to add the necessary skeleton >> to the CVS. >> >> I had some problems with CVS (it doesn't allow me to add tracker-gui >> files because I had no write pe

Re: [Tracker] [Patch] First tracker gui patch

2006-09-12 Thread Jamie McCracken
Jaime Frutos Morales wrote: > This is a first tracker's GUI patch just to add the necessary skeleton > to the CVS. > > I had some problems with CVS (it doesn't allow me to add tracker-gui > files because I had no write permission, so I couldn't include those > files in the cvs diff -u ), so I atta

Re: [Tracker] [Patch] First tracker gui patch

2006-09-12 Thread Laurent Aguerreche
Le mardi 12 septembre 2006 à 05:43 +0200, Jaime Frutos Morales a écrit : > This is a first tracker's GUI patch just to add the necessary skeleton > to the CVS. > > I had some problems with CVS (it doesn't allow me to add tracker-gui > files because I had no write permission, so I couldn't include

[Tracker] [Patch] First tracker gui patch

2006-09-11 Thread Jaime Frutos Morales
This is a first tracker's GUI patch just to add the necessary skeleton to the CVS. I had some problems with CVS (it doesn't allow me to add tracker-gui files because I had no write permission, so I couldn't include those files in the cvs diff -u ), so I attach the compressed tracker-gui director