Re: [Tracker] Releasing 0.7 Next Week

2009-09-21 Thread Luca Ferretti
Il giorno lun, 21/09/2009 alle 15.57 -0400, Jamie McCracken ha scritto: I also think we should decide which version of vala to use and maybe do a version check in configure.ac Just a note: Vala isn't an allowed binding for GNOME Desktop modules. This will prevent Tracker to be accepted in 2.30

[Tracker] Missing files in POTFILES.in (0.6 branch)

2009-07-12 Thread Luca Ferretti
As spotted by damned-lies * utils/mp3-genre-leading-uppercase/mp3-genre-leading-uppercase.c See http://l10n.gnome.org/module/tracker/#tracker-0.6 ___ tracker-list mailing list tracker-list@gnome.org

Re: [Tracker] Current state of tracker-0.6 branch

2009-05-15 Thread Luca Ferretti
2009/5/15 Martyn Russell mar...@imendio.com: Hi all, Just to let you know. I didn't release today due to some issues I ran into and wasn't expecting. I committed the performance improvement which there has been a thread running about on here. I want to get this in before we release since it

Re: [Tracker] Current state of tracker-0.6 branch

2009-05-15 Thread Luca Ferretti
2009/5/15 Jamie McCracken jamie.mccr...@googlemail.com: i dont think translatable strings are affected by that version - its just a pile of bug fixes and performance improvements I'm not sure about this: `intltool-update it` on tracker-0.6 branch reports there are about 20 untranslated

[Tracker] Translatable message SPARQL update extensions

2009-04-24 Thread Luca Ferretti
#: ../src/tracker-utils/tracker-sparql.c:52 msgid SPARQL update extensions It's referred to --update option for tacker-sparql utility. Any clue for translators? :) ___ tracker-list mailing list tracker-list@gnome.org

Re: [Tracker] Clarification on translatable string

2009-04-14 Thread Luca Ferretti
2009/4/14 Martyn Russell mar...@imendio.com: I have just changed this because it was a bit strange sounding :) It is now:  Index data from all enabled modules Hope this helps. Much better, thanks. Just a note: is seems that this change isn't landed on git.gnome.org, isn't it? At least not

[Tracker] Clarification on translatable string

2009-04-09 Thread Luca Ferretti
#: ../src/tracker-indexer/tracker-main.c:90 msgid Whether to process data from all configured modules to be indexed I've a doubt, maybe silly, about this string. Is to be indexed referred to modules??? This is impossible. So, what's the meaning of this message. Thanks in advance

[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 #:

Re: [Tracker] Merge applet and main preferences dialogs

2009-02-13 Thread Luca Ferretti
Il giorno mer, 11/02/2009 alle 12.31 +, Martyn Russell ha scritto: Saleem Abdulrasool wrote: On Tue, 10 Feb 2009, Luca Ferretti wrote: So, questions: * are you planning to merge them, maybe in a future release? * if not or in meantime, could you please take a look

Re: [Tracker] Uninitialized variable in tracker-files.c

2008-12-09 Thread Luca Ferretti
Il giorno mar, 09/12/2008 alle 09.38 +, Martyn Russell ha scritto: On 08/12/08 19:54, Luca Ferretti wrote: I was checking tracker-utils/*c due to some localization issues (more on this later). In tracker-files.c shouldn't it be: static gint limit = 512; -static gint

Re: [Tracker] Updating .po files

2008-12-09 Thread Luca Ferretti
Il giorno mar, 09/12/2008 alle 12.59 +0200, Ivan Frade ha scritto: Hi all, I was checking this bug http://bugzilla.gnome.org/show_bug.cgi?id=505685 Some strings are not correct in the .po files, but those strings are not used anymore in the code. We must regenerate those .po files

Re: [Tracker] Updating .po files

2008-12-09 Thread Luca Ferretti
Il giorno mar, 09/12/2008 alle 14.35 +, Martyn Russell ha scritto: On 09/12/08 13:49, Luca Ferretti wrote: Il giorno mar, 09/12/2008 alle 12.28 +, Martyn Russell ha scritto: On 09/12/08 11:32, Luca Ferretti wrote: There is no need to regenerate .po files. Translators should grab

[Tracker] Command line options bugs [was Re: Updating .po files]

2008-12-09 Thread Luca Ferretti
Il giorno mar, 09/12/2008 alle 18.24 +, Martyn Russell ha scritto: About this: are we fine whit this behavior (print hardcoded(!) services on --help), or could we add a --list-services option to each tool to dynamically list services supported by tracker? Do we have a convenience

Re: [Tracker] Totem Tracker plugin fails to build against trunk

2008-12-08 Thread Luca Ferretti
Il giorno lun, 08/12/2008 alle 15.16 +0200, Ivan Frade ha scritto: Hi Luca, I run into the same problem compiling a small program using tracker.h In my case, it was fixed including dbus/dbus.h _before_ tracker.h So in that file you need this lines (in this order): #include

[Tracker] Uninitialized variable in tracker-files.c

2008-12-08 Thread Luca Ferretti
I was checking tracker-utils/*c due to some localization issues (more on this later). In tracker-files.c shouldn't it be: static gintlimit = 512; -static gintoffset; +static gintoffset = 0; ?? ___ tracker-list mailing list

Re: [Tracker] Totem Tracker plugin fails to build against trunk

2008-12-08 Thread Luca Ferretti
Il giorno lun, 08/12/2008 alle 15.16 +0200, Ivan Frade ha scritto: Hi Luca, I run into the same problem compiling a small program using tracker.h In my case, it was fixed including dbus/dbus.h _before_ tracker.h So in that file you need this lines (in this order): #include

[Tracker] build failure: missing file on svn to build gtk-doc

2008-12-05 Thread Luca Ferretti
cd ./html gtkdoc-mkhtml libtracker-module ../libtracker-module-docs.sgml warning: failed to load external entity ../xml/writing-an-indexer-plugin.sgml ../libtracker-module-docs.sgml:56: parser error : Failure to process entity writing-an-indexer-plugin writing-an-indexer-plugin;

Re: [Tracker] build failure: missing file on svn to build gtk-doc

2008-12-05 Thread Luca Ferretti
Il giorno ven, 05/12/2008 alle 11.22 +0100, Luca Ferretti ha scritto: cd ./html gtkdoc-mkhtml libtracker-module ../libtracker-module-docs.sgml warning: failed to load external entity ../xml/writing-an-indexer-plugin.sgml ../libtracker-module-docs.sgml:56: parser error : Failure to process

Re: [Tracker] build failure: missing file on svn to build gtk-doc

2008-12-05 Thread Luca Ferretti
Il giorno ven, 05/12/2008 alle 12.15 +0100, Michael Biebl ha scritto: 2008/12/5 Luca Ferretti [EMAIL PROTECTED]: http://bugzilla.gnome.org/show_bug.cgi?id=563330 I think that was fixed in trunk just a few minutes ago. Oh yes, thanks, bug closed

[Tracker] Totem Tracker plugin fails to build against trunk

2008-12-05 Thread Luca Ferretti
Most probably Totem code needs to be ported from 0.6.6 to trunk (tracker-client.h no longer exist) but could some tracker guy check this error: gcc -DHAVE_CONFIG_H -I. -I../../.. -D_REENTRANT -DDBUS_API_SUBJECT_TO_CHANGE -DGNOMELOCALEDIR=\/opt/gnome2/share/locale \ -DGCONF_PREFIX=\/apps/totem\

Re: [Tracker] tracker module on bugzilla - missing stuff

2008-12-05 Thread Luca Ferretti
Il giorno ven, 05/12/2008 alle 18.15 +0200, Ivan Frade ha scritto: I would update the Component box: 1) Adding Daemon (for bugs in trackerd) and keeping indexer for bugs in tracker-indexer. Isn't better label them simply trackerd and tracker-indexer ;) 2) Adding utils category For CLI

Re: [Tracker] Bugzilla is not the evil [was Re: Issues with current trunk]

2008-12-05 Thread Luca Ferretti
Il giorno ven, 05/12/2008 alle 18.10 +0200, Ivan Frade ha scritto: 3) Move the feature requests (enhancements) to a wiki page. Some of them depends on FTS and things that still need some months to arrive, so those bugs are distracting us from the real issues. bugzilla provide an

Re: [Tracker] *** Maybe Spam *** Re: Documentation

2008-10-02 Thread Luca Ferretti
Il giorno gio, 02/10/2008 alle 12.04 +0100, Martyn Russell ha scritto: Luca Ferretti wrote: Il giorno lun, 29/09/2008 alle 16.40 +0100, Martyn Russell ha scritto: Jamie McCracken wrote: snip And it's the standard GNOME way to document the APIS. Plus, of course, you can distribute

Re: [Tracker] *** Maybe Spam *** Re: Documentation

2008-10-02 Thread Luca Ferretti
Il giorno gio, 02/10/2008 alle 18.22 +0100, Martyn Russell ha scritto: Luca Ferretti wrote: http://people.imendio.com/martyn/tracker/docs/html/ This is a temporary version of documentation to see how it looks. This will be extended over time. What do we need to do to get this integrated

Re: [Tracker] Documentation

2008-10-01 Thread Luca Ferretti
Il giorno lun, 29/09/2008 alle 16.40 +0100, Martyn Russell ha scritto: Jamie McCracken wrote: agree - maybe gtkdoc? I would rather not, I hate GtkDoc :) and it is far from compliant with Windows, Tor had to add hacks around GtkDoc to get Evolution and other technologies working on Windows

[Tracker] tracker trunk fails to build

2008-10-01 Thread Luca Ferretti
Hi everyone. It seems that trunk fails to buid (see below). I'm using xesam-glib 0.5.0. Do I need xesam-glib from version control too? Cheers, Luca. gcc -DHAVE_CONFIG_H -I. -I../../.. -DG_LOG_DOMAIN=\Tracker\ -I../../../src -I/opt/gnome2/include/glib-2.0 -I/opt/gnome2/lib/glib-2.0/include

Re: [Tracker] about Tracker Preferences

2008-05-22 Thread Luca Ferretti
Il giorno gio, 22/05/2008 alle 13.46 +0300, Ivan Frade ha scritto: Hi Tshepang, all My idea is that trackerd should load the options from the config file, and write the options when it finish (for example). In the middle, TP can read/write the values of the options using a DBus Interface.

Re: [Tracker] Tracker 0.7 ETA?

2008-04-08 Thread Luca Ferretti
Il giorno lun, 07/04/2008 alle 10.11 -0400, Jamie McCracken ha scritto: On Mon, 2008-04-07 at 16:29 +0300, Ivan Frade wrote: Hi all, 0.7 will pretty much be refactoring + xesam also possible is your patches for service file and other minor improvements I will have all

Re: [Tracker] [PATCH] HIG alerts for reindex/restart

2008-01-30 Thread Luca Ferretti
Il giorno mar, 29/01/2008 alle 17.30 -0500, Jamie McCracken ha scritto: On Tue, 2008-01-29 at 21:26 +0100, Luca Ferretti wrote: Here is a patch to make reindex/restart alerts in tracker-prefs HIG compliant. Please check if secondary message is right... its fine - pls apply

Re: [Tracker] Bug 509601: make tracker-extractor modular

2008-01-30 Thread Luca Ferretti
Il giorno mer, 30/01/2008 alle 15.40 +0100, Luca Ferretti ha scritto: Il giorno lun, 28/01/2008 alle 12.20 +0100, Carlos Garnacho ha scritto: Hi!, I'd appreciate any testing :) Applied on my jhbuild sandox and reindexing my betatester user data. It seems to work fine. OT: any hope

Re: [Tracker] [PATCH] HIG alerts for reindex/restart

2008-01-30 Thread Luca Ferretti
Il giorno mer, 30/01/2008 alle 14.45 -0500, A. Walton ha scritto: On Jan 30, 2008 8:05 AM, Michael Biebl [EMAIL PROTECTED] wrote: 2008/1/29, Jamie McCracken [EMAIL PROTECTED]: Any native speaker around to check that? Michael I agree, the English is off a bit. Attached is a quick

Re: [Tracker] Bug 509601: make tracker-extractor modular

2008-01-30 Thread Luca Ferretti
Il giorno mer, 30/01/2008 alle 16.42 +0100, Carlos Garnacho ha scritto: Hi!, On Wed, 2008-01-30 at 16:17 +0100, Luca Ferretti wrote: snip But I've incomplete data on this[1] file: $ tracker-extract DDTS.mp3 audio/mpeg Audio:Bitrate=16; Audio:Samplerate=44100

[Tracker] [PATCH] HIG alerts for reindex/restart

2008-01-29 Thread Luca Ferretti
Here is a patch to make reindex/restart alerts in tracker-prefs HIG compliant. Please check if secondary message is right... Index: src/tracker-preferences/tracker-preferences.c === --- src/tracker-preferences/tracker-preferences.c

Re: [Tracker] [patch] bug 503376 - Cannot disable evolution Enable Evolution email Indexing in Emails tab

2008-01-25 Thread Luca Ferretti
Il giorno gio, 24/01/2008 alle 21.52 +0800, Halton Huo ha scritto: On Wed, 2008-01-23 at 11:44 +0100, Luca Ferretti wrote: Halton, ideally, shouldn't Apply and OK buttons grayed out if there are no changes to confirm? Check with Desktop property dialog on Windows, seems only Apply grayed

[Tracker] Tracker and upcoming glib/gio: file monitoring

2008-01-07 Thread Luca Ferretti
I've added a new bug[1] against tracker asking to use file system monitoring features provided by glib/GIO. Of course GIO is still under development, so Tracker can't yet depend on it; but could be interesting check if the GIO API for file monitoring is good for real usage and eventually report

Re: [Tracker] tracker-applet is totally odd for GNOME HIG

2007-10-16 Thread Luca Ferretti
Il giorno mar, 16/10/2007 alle 16.25 +0200, Michael Biebl ha scritto: 2007/10/16, Luca Ferretti [EMAIL PROTECTED]: Il giorno mar, 16/10/2007 alle 15.38 +0200, Luca Ferretti ha scritto: OK, the subject it terrific, but it's sadly true. So I think we should really remove from tracker

Re: [Tracker] put a .pot template file in trunk

2007-10-11 Thread Luca Ferretti
Il giorno mar, 09/10/2007 alle 21.35 -0400, Jeff ha scritto: Hi, would it be possible to include the translation template file (whatever .pot), pre-compiled as a convenience for translators? No, svn repositories should store only source files. I want to translate, not grab an entire trunk

Re: [Tracker] 0.6.4 now in svn - awaiting testing before release

2007-10-09 Thread Luca Ferretti
Il giorno mar, 09/10/2007 alle 22.22 +0200, Luca Ferretti ha scritto: Il giorno mar, 09/10/2007 alle 20.21 +0100, jamie ha scritto: Hi Guys, snip There is not much to test so I might as well release around 12:00 am UTC Translations? Could you freeze strings for 2~3 days then release

Re: [Tracker] [HIG] Remove Preferences from tracker-preferences Name

2007-10-07 Thread Luca Ferretti
Il giorno sab, 06/10/2007 alle 17.37 +0200, Michael Biebl ha scritto: 2007/10/6, jamie [EMAIL PROTECTED]: On Sat, 2007-10-06 at 17:16 +0200, Michael Biebl wrote: 2007/10/6, Luca Ferretti [EMAIL PROTECTED]: Not sure, but just like the HIG says you should not add Applications in Name

Re: [Tracker] [PATCH] pt_BR translation

2007-10-06 Thread Luca Ferretti
Il giorno sab, 06/10/2007 alle 16.29 +0100, jamie ha scritto: On Thu, 2007-10-04 at 19:50 -0400, Thiago Marcos P. Santos wrote: someone added a brazillian file yesterday so cant really apply this as is Jamie, translations of modules hosted on GNOME SVN should be managed by local

Re: [Tracker] [PATCH] Do not use gnome-searchtool icon

2007-09-07 Thread Luca Ferretti
Il giorno ven, 07/09/2007 alle 12.01 +0100, jamie ha scritto: On Fri, 2007-09-07 at 08:06 +0200, Jaap Haitsma wrote: Hi, Can one of the maintainers take a look at the patch at http://bugzilla.gnome.org/show_bug.cgi?id=470205 Thanks committed thx Jamie, this means that next

Re: [Tracker] Updated GUI

2007-07-13 Thread Luca Ferretti
Il giorno ven, 13/07/2007 alle 01.13 +0100, jamie ha scritto: Have now updated the GUI to use a sidebar instead of tabs There are still a few things left to do before releasing 0.6 : 2) Fix the metadata tile to display metadata for emails as well as the missing services in (1)

Re: [Tracker] Updated GUI

2007-07-13 Thread Luca Ferretti
Il giorno ven, 13/07/2007 alle 10.29 +0200, Luca Ferretti ha scritto: Il giorno ven, 13/07/2007 alle 01.13 +0100, jamie ha scritto: Have now updated the GUI to use a sidebar instead of tabs Patch for 7 and 8 is attached. The patch also remove the categories toolbar, but don't provide

Re: [Tracker] Running Meta tracker from console

2007-07-09 Thread Luca Ferretti
Il giorno lun, 09/07/2007 alle 11.20 +0200, tracker-list ha scritto: cut 1. First I start trackerd - $ trackerd 2. Then I do a search - $ tracker-search something Following error is presented: tracker-search: No connection to tracker daemon Ensure trackerd is running before

[Tracker] Show notebook labels in search tool translated

2007-07-09 Thread Luca Ferretti
I've just committed the attached patch to show labels in GtkNotebook in current locale (All Files, Images, ...) It works, but I feel like could be used a better approach here. Please review it. Index: tracker-search-tool.c === ---

[Tracker] Commited changes for tracked.desktop localization

2007-07-03 Thread Luca Ferretti
The file trackerd.desktop enable the launching of tracked at login. In gnome-session 2.19/2.20 was added the ability to show localized names and comments for login-launched services. So I committed some changes to enable localization for trackerd.desktop Now there are 3 small issues/doubts:

Re: [Tracker] Commited changes for tracked.desktop localization

2007-07-03 Thread Luca Ferretti
Il giorno mar, 03/07/2007 alle 09.19 +0200, Michael Biebl ha scritto: 2007/7/3, Luca Ferretti [EMAIL PROTECTED]: The file trackerd.desktop enable the launching of tracked at login. In gnome-session 2.19/2.20 was added the ability to show localized names and comments for login-launched

Re: [Tracker] Any oustanding patches I have missed?

2007-07-03 Thread Luca Ferretti
Il giorno lun, 02/07/2007 alle 16.31 +0100, jamie ha scritto: On Mon, 2007-07-02 at 17:09 +0200, Luca Ferretti wrote: Il giorno lun, 02/07/2007 alle 16.31 +0200, Luca Ferretti ha scritto: Il giorno dom, 01/07/2007 alle 00.45 +0100, jamie ha scritto: Speak up now! No patch, but did

Re: [Tracker] Any oustanding patches I have missed?

2007-07-02 Thread Luca Ferretti
Il giorno dom, 01/07/2007 alle 00.45 +0100, jamie ha scritto: Speak up now! No patch, but did you fixed the g_thread_init() call to avoid warnings with newer glibs? Check $HOME/.xsession-errors for something like: ***MEMORY-WARNING***: [1135]: GSlice: g_thread_init() must be called before all

Re: [Tracker] Any oustanding patches I have missed?

2007-07-02 Thread Luca Ferretti
Il giorno lun, 02/07/2007 alle 16.31 +0200, Luca Ferretti ha scritto: Il giorno dom, 01/07/2007 alle 00.45 +0100, jamie ha scritto: Speak up now! No patch, but did you fixed the g_thread_init() call to avoid warnings with newer glibs? Also, I think could be e good idea fix following bugs

Re: [Tracker] Tracker Marketing - part 2

2007-03-12 Thread Luca Ferretti
Il giorno gio, 08/03/2007 alle 16.16 +, jamie ha scritto: On Thu, 2007-03-08 at 17:10 +0100, Luca Ferretti wrote: Il giorno gio, 08/03/2007 alle 14.41 +0100, Michael Biebl ha scritto: 2007/3/8, Luca Ferretti [EMAIL PROTECTED]: -- part 1 is in other message on list -- It's

[Tracker] Specific metadata visualization in tracker-search-tool

2007-03-12 Thread Luca Ferretti
A silly question. Currently T-S-T is using libtracker-gtk to show in bottom area additional info about current selection in search results. If I'm right, it should show, for example, Author, Title, Album for music files and Camera Model, Exposure and Focal for JPg(+EXIF). But in my trunk build,

[Tracker] Traker Marketing

2007-03-08 Thread Luca Ferretti
.. or how I learned to stop worrying and love the developers Note: this is just a personal rant about (currently) missing stuff in Tracker. I like Tracker, I know it's able to do anything with my [meta]data. I like Tracker developers, but sometimes it seems to me that the real Tracker scope is

Re: [Tracker] Traker Marketing

2007-03-08 Thread Luca Ferretti
Il giorno gio, 08/03/2007 alle 12.47 +0100, Luca Ferretti ha scritto: .. or how I learned to stop worrying and love the developers Sorry, this post is unfinished. Damned Alt+Enter. Please wait for part 2 :-( ___ tracker-list mailing list tracker

[Tracker] Tracker Marketing - part 2

2007-03-08 Thread Luca Ferretti
-- part 1 is in other message on list -- As hinted on part 1, following GStreamer framework, I think Tracker could split itself in the the following modules: * tracker (or tracker-core): the core module providing the database, the daemon, a GLIB/GObject based library/API to query

Re: [Tracker] More SoC ideas

2007-03-08 Thread Luca Ferretti
Il giorno gio, 08/03/2007 alle 13.04 +, jamie ha scritto: Just a summary of ideas for SoC (based on the little feedback I have had): If anyone got more ideas let me know. the stuff has to be tracker related and not involve other gnome apps (epiphany and nautilus will probably be covered

Re: [Tracker] Tracker Marketing - part 2

2007-03-08 Thread Luca Ferretti
Il giorno gio, 08/03/2007 alle 14.41 +0100, Michael Biebl ha scritto: 2007/3/8, Luca Ferretti [EMAIL PROTECTED]: -- part 1 is in other message on list -- Same for the GUI search tool and GUI widgets: they are not needed for pure search features, they are more extensions or reference

Re: [Tracker] Tracker Marketing - part 2

2007-03-08 Thread Luca Ferretti
Il giorno gio, 08/03/2007 alle 16.16 +, jamie ha scritto: On Thu, 2007-03-08 at 17:10 +0100, Luca Ferretti wrote: Il giorno gio, 08/03/2007 alle 14.41 +0100, Michael Biebl ha scritto: 2007/3/8, Luca Ferretti [EMAIL PROTECTED]: It's a really hard task IMHO, difficult to perform

Re: [Tracker] [PATCH] po

2007-03-02 Thread Luca Ferretti
Il giorno ven, 02/03/2007 alle 02.11 +0100, Michael Biebl ha scritto: 2007/3/2, Neil Jagdish Patel [EMAIL PROTECTED]: On Fri, 2007-03-02 at 00:40 +0100, Michael Biebl wrote: 2007/3/2, Neil Jagdish Patel [EMAIL PROTECTED]: We also need localisation in libtracker-gtk, if possible. ATM I

Re: [Tracker] [PATCH] po

2007-03-02 Thread Luca Ferretti
Il giorno ven, 02/03/2007 alle 13.48 +0100, Luca Ferretti ha scritto: Il giorno ven, 02/03/2007 alle 02.11 +0100, Michael Biebl ha scritto: Michael, I'm not so much confidant with library localization, but from [1] For use in a library, must include glib/gi18n-lib.h after

Re: [Tracker] limit to 512 search results ?

2007-01-27 Thread Luca Ferretti
Il giorno ven, 26/01/2007 alle 23.44 +0100, Michael Biebl ha scritto: 2007/1/26, gebi [EMAIL PROTECTED]: hello I'm just wondering: [EMAIL PROTECTED]:~/priv/multimedia/music/flac$ find . -name *.flac | wc -l 1208 and with tracker: [EMAIL

Re: [Tracker] [PATCH] po ignore files

2007-01-24 Thread Luca Ferretti
Il giorno mer, 24/01/2007 alle 21.24 +0100, Michael Biebl ha scritto: this provides translation for label and comment of t-s-t launcher on main menu. It have to be in POTFILES.in Updated patch attached. Committed, thanks. ___ tracker-list

[Tracker] Build failure on latest sources

2007-01-22 Thread Luca Ferretti
Updating my jhbuild sandbox copy gcc -Wall -Wchar-subscripts -Wnested-externs -Wpointer-arith -Wsign-compare -g -O2 -o trackerd trackerd.o tracker-inotify.o depot.o curia.o myconf.o tracker-db.o tracker-dbus.o tracker-dbus-files.o tracker-dbus-methods.o tracker-dbus-metadata.o

Re: [Tracker] Icon

2007-01-22 Thread Luca Ferretti
Il giorno ven, 19/01/2007 alle 15.00 +, Michael Corbett ha scritto: Hi. I realise this is my first post but it's something I feel strongly about so I hope you will forgive my boldness. I've seen there is some discussion on an icon for Tracker. My comment is: It's bad UI design to

Re: [Tracker] Build failure on latest sources

2007-01-22 Thread Luca Ferretti
Il giorno lun, 22/01/2007 alle 12.44 +0100, Luca Ferretti ha scritto: Updating my jhbuild sandbox copy Removing the checkout dir and rebuilding, now it's fine. Sorry for the unuseful noise. gcc -Wall -Wchar-subscripts -Wnested-externs -Wpointer-arith -Wsign-compare -g -O2 -o trackerd

Re: [Tracker] Indexers comparison

2007-01-17 Thread Luca Ferretti
Il giorno mer, 17/01/2007 alle 11.15 +, Michal Pryc ha scritto: Hello, I am sending *small* comparison of the indexers. This might start some discussion on many aspects of the indexing tools, to get better ones. This is a really good job, thank you so much. In the future it would be

Re: [Tracker] trackerd patch to alert the user that the dbus connection is unavailable

2007-01-12 Thread Luca Ferretti
Il giorno gio, 11/01/2007 alle 19.13 +, Saleem Abdulrasool ha scritto: Hi. Attached is a patch that displays a dialog when the dbus session bus is not available, or if trackerd is unable to connect to it. I think that this is useful, as otherwise, trackerd silently fails to start. In

Re: [Tracker] A couple of issues in tracker-search-tool

2006-12-16 Thread Luca Ferretti
Il giorno sab, 16/12/2006 alle 20.15 +0200, Tshepang Lekhonkhobe ha scritto: On 12/16/06, Luca Ferretti [EMAIL PROTECTED] wrote: More info: I suppose the search button should also be grayed out after a search is performed, and clickable only when there is something

Re: [Tracker] Review trackerd command line options

2006-11-30 Thread Luca Ferretti
Il giorno mer, 29/11/2006 alle 14.22 +, Jamie McCracken ha scritto: Luca Ferretti wrote: Comments ? yeah I think what you suggest is best (only advanced users would use options so I think its okay to break now) Changes applied on cvs, please test. The only unimplemented feature

[Tracker] Review trackerd command line options

2006-11-29 Thread Luca Ferretti
As previously mentioned, the i18n support in trackerd should only applied to --help messages. Needed changes are yet in my cvs sandbox, but scrolling the trackerd.c source I think that we should rename flags as follow: ## PROPOSED ## CURRENT --exclude-dir -e

Re: [Tracker] tracker deps changed in cvs - glib2.12 needed from now!

2006-11-18 Thread Luca Ferretti
Il giorno sab, 18/11/2006 alle 19.51 +0100, Rob Til Freedmen ha scritto: Hi, now that i found a promising search engine, i'm cut out (1) from recent development :( Sorry, my fault. I didn't check for required version (2.12). by now try the attached patch, or remove the

Re: [Tracker] TrackerFs First Version

2006-11-17 Thread Luca Ferretti
Il giorno ven, 17/11/2006 alle 03.48 +0100, Laurent Aguerreche ha scritto: Le jeudi 16 novembre 2006 à 17:36 +0100, Eugenio Cutolo a écrit : Hi, Hi, I have see again and corrected the trackerfs if you want to put it on cvs In the command line: $ trackerfs.py /mountpoint search=hello

Re: [Tracker] Text extraction on text formats

2006-11-17 Thread Luca Ferretti
Il giorno gio, 16/11/2006 alle 21.36 +0100, Laurent Aguerreche ha scritto: Le jeudi 16 novembre 2006 à 18:55 +, Jamie McCracken a écrit : Luca Ferretti wrote: I'm trying to check and eventually expand info in http://live.gnome.org/Tracker/SupportedFormats. OTT (OpenDocument

Re: [Tracker] Text extraction on text formats

2006-11-17 Thread Luca Ferretti
Il giorno gio, 16/11/2006 alle 22.53 +0100, Laurent Aguerreche ha scritto: - Questo ?? un semplice esempio delle potenzialit?? di OO.o ^^ it was è ^^ it was à A question: what is encoding of this string? UTF8, ISO-something,

Re: [Tracker] Text extraction on text formats

2006-11-17 Thread Luca Ferretti
Il giorno ven, 17/11/2006 alle 13.44 +, Jamie McCracken ha scritto: Luca Ferretti wrote: Il giorno gio, 16/11/2006 alle 21.36 +0100, Laurent Aguerreche ha scritto: OTT (OpenDocument Text Template) content: no () Now yes. Lauren, maybe a similar addition

[Tracker] [l10n] Cleaning up tracker-tag

2006-11-16 Thread Luca Ferretti
Attached here is a patch to add l10n/i18n support to tracker-tag console tool. The patch adds _() macros here and there, adds needed functions to activate l10n/i18n and changes some messages to make them well behaving (for translators and more similar to coreutils tools). For example tracker

Re: [Tracker] [l10n] Cleaning up tracker-tag

2006-11-16 Thread Luca Ferretti
Il giorno gio, 16/11/2006 alle 14.13 +, Jamie McCracken ha scritto: Luca Ferretti wrote: Attached here is a patch to add l10n/i18n support to tracker-tag console tool. The patch adds _() macros here and there, adds needed functions to activate l10n/i18n and changes some messages

[Tracker] Text extraction on text formats

2006-11-16 Thread Luca Ferretti
I'm trying to check and eventually expand info in http://live.gnome.org/Tracker/SupportedFormats. So I'm planning to create files of various formats, then search for text inside them. Test Procedure ### I used the stable version (0.5.1), while I've the CVS versions installed too

Re: [Tracker] Syntax of searchings

2006-11-16 Thread Luca Ferretti
Il giorno gio, 16/11/2006 alle 12.16 +, Jamie McCracken ha scritto: Mikkel Kamstrup Erlandsen wrote: we already have this - we have both stemmers and stopword lists for : french, german, danish, spanish, findlandish, norwegian, italian, dutch, portugese, russian and swedish for

Re: [Tracker] Text extraction on text formats

2006-11-16 Thread Luca Ferretti
Il giorno gio, 16/11/2006 alle 21.36 +0100, Laurent Aguerreche ha scritto: Le jeudi 16 novembre 2006 à 18:55 +, Jamie McCracken a écrit : Luca Ferretti wrote: I suspect that the RTF format is currently not managed by tracker. We should manage it, 'cause it's the only format

Re: [Tracker] Possible Bug in CVS Configure

2006-11-12 Thread Luca Ferretti
Il giorno sab, 11/11/2006 alle 17.48 +, Erlend Davidson ha scritto: Install from cvs fails during configure: checking for intltool = 0.22... awk: cmd. line:1: fatal: cannot open file `./intltool-update.in' for reading (No such file or directory) awk: cmd. line:1: fatal: cannot open file

Re: [Tracker] Possible Bug in CVS Configure

2006-11-12 Thread Luca Ferretti
Il giorno dom, 12/11/2006 alle 11.43 +, Erlend Davidson ha scritto: Luca Ferretti wrote: Il giorno sab, 11/11/2006 alle 17.48 +, Erlend Davidson ha scritto: Install from cvs fails during configure: The l10n support for tracker was previously available in your sandbox

[Tracker] Tracker support to Brasero

2006-11-12 Thread Luca Ferretti
Brasero is yet another application to burn CD/DVD for the gnome desktop. It is designed to be as simple as possible and has some unique features to enable users to create their discs easily and quickly. from http://perso.orange.fr/bonfire/ In the long list of

Re: [Tracker] Localization support for tracker

2006-11-09 Thread Luca Ferretti
Il giorno gio, 09/11/2006 alle 00.23 +0100, Laurent Aguerreche ha scritto: Le mercredi 08 novembre 2006 à 20:25 +0100, Luca Ferretti a écrit : Il giorno mer, 08/11/2006 alle 19.40 +0100, Laurent Aguerreche ha scritto: multi-po is discouraged by GNOME l10n guidelines. And it's a mess

Re: [Tracker] Localization support for tracker

2006-11-09 Thread Luca Ferretti
Il giorno gio, 09/11/2006 alle 20.47 +0100, Laurent Aguerreche ha scritto: Le jeudi 09 novembre 2006 à 18:14 +0100, Laurent Aguerreche a écrit : Le jeudi 09 novembre 2006 à 10:24 +0100, Luca Ferretti a écrit : Il giorno gio, 09/11/2006 alle 00.23 +0100, Laurent Aguerreche ha And a new

Re: [Tracker] Localization support for tracker

2006-11-09 Thread Luca Ferretti
Il giorno mer, 08/11/2006 alle 19.40 +0100, Laurent Aguerreche ha scritto: This patch also add missing manpages for deb packages which have to be distributed by make dist. I committed debian stuff to cvs. The change log is * add debian/tracker*manpages to Makefile.am * add

Re: [Tracker] Localization support for tracker

2006-11-09 Thread Luca Ferretti
Il giorno ven, 10/11/2006 alle 02.52 +0100, Laurent Aguerreche ha scritto: Please note that your patch was referring to some non existent files on cvs (debian/tracker-dev.docs and debian/tracker-dev.install), removing some lines from them. Those changes was not applied (due to the files

Re: [Tracker] System tray icon and monitor

2006-11-08 Thread Luca Ferretti
Il giorno mar, 31/10/2006 alle 21.21 -0500, Samuel Cormier-Iijima ha scritto: On 10/31/06, Mikkel Kamstrup Erlandsen [EMAIL PROTECTED] wrote: 2006/10/31, Jamie McCracken [EMAIL PROTECTED]: - Removed dependency on Python dbus bindings (they where not used) - Removed external dependency

[Tracker] Tracker in jhbuild

2006-11-08 Thread Luca Ferretti
I forgot to mention: in the last week I added a tracker entry in the jhbuild moduleset for GNOME 2.18. If you are yet using jhbuild to test latest GNOME stuff from cvs, simply run `jhbuild buildone tracker` (or `jhbuild build tracker` to build all dependences too). If you don't know what is

Re: [Tracker] Localization support for tracker

2006-11-08 Thread Luca Ferretti
Il giorno mer, 08/11/2006 alle 01.05 +, Jamie McCracken ha scritto: Luca Ferretti wrote: Meanwhile to test it, update you cvs checkout, apply the patch, rebuild tracker starting from autogen.sh, install it, then invoke tracked-search or tracker-search-tool using LANG