summaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAgeFilesLines
* sandbox: Fix to use new-style config filesSam Thursfield2014-12-311-32/+27
| | | | | The config file format changed in commit 2b53cd5d3aaf046c413fd4afb188c16d7e611f48.
* sandbox: Change how content directory is specifiedSam Thursfield2014-12-311-70/+72
| | | | | | | | Firstly, allow specifying multiple --content options, and allow specifying --content-non-recursive if you really want as well. Also, don't generate an XDG user directories config. It seems a bit weird to be doing this and setting each directory to the same location.
* tracker: Merged utils/tracker-sql/tracker-sql into 'tracker sql ...'Martyn Russell2014-12-104-222/+0
|
* tracker: Merged all external commands into 'tracker'Martyn Russell2014-12-103-5/+5
|
* utils/clean-tracker-prefix: Look in 'lib64' as well as 'lib' for librariesSam Thursfield2014-12-071-5/+5
|
* libtracker-common: Moved tracker-ontologies.h into libtracker-sparqlMartyn Russell2014-10-271-5/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | The Namespace has been cleaned up too, all APIs now start with: TRACKER_PREFIX_ or TRACKER_DATASOURCE_ The well known definition for the TrackerMinerFS graph has also been changed to: TRACKER_OWN_GRAPH_URN because it now applies to more than just the TrackerMinerFS, we're using it in: tracker-writeback tracker-miner-apps tracker-miner-user-guides ... libtracker-data It should probably be internal actually.
* data: Moved data/languages to src/libtracker-common/stop-wordsMartyn Russell2014-09-261-1/+1
| | | | Only API in libtracker-common uses these
* data: Moved ontologies/ into src/Martyn Russell2014-09-261-2/+2
|
* utils: Added script to clean up tracker prefix... clean-tracker-prefixMartyn Russell2014-09-121-0/+69
|
* tracker-sandbox: Setup xdg-user-dirsBastien Nocera2014-08-291-5/+30
| | | | | | | | All of the XDG user-dirs will be set to the content directory's path, so that applications such as gnome-documents can find the files in the expected directories. https://bugzilla.gnome.org/show_bug.cgi?id=735636
* tracker-sandbox: Fix -u (update) not workingBastien Nocera2014-08-281-1/+1
| | | | The --disable-miner option doesn't exist anymore.
* tracker-sandbox: Locale and dbus fixesMartyn Russell2014-03-061-19/+35
| | | | | | | | | | | | | Now we don't hard code the path to dbus-daemon. We also don't force BUS or DIRECT connections, we let tracker-sparql decide as it should. Fixed locale mismatches: This was causing tracker to throw out queries we try to make because the DB locale didn't match the current locale. The script was using "C" locale vs processes using "en_GB*" or whatever people are really using because tracker processes use set_locale(LC_ALL, ""). We just did the same for this script.
* tracker-sandbox: Make this Python script +xMartyn Russell2014-03-061-0/+0
|
* tests: Updated gtester scripts to improve testing systemMartyn Russell2014-02-209-18/+0
| | | | | | | | | | | | | | | We imported Makefile.decl from glib when it was using Subversion, a long time ago. The script had a few issues (like running all unit tests twice on make distcheck) and needed to be updated. I've stolen a latest version from GLib's glib.mk and also their m4 macros which are required to make this all work too. This gives us the advantage of defining installable and uninstallable test cases as well as test data, scripts and other useful stuff. The debug output also looks quite good. And distcheck passes :)
* tracker-sandbox: Fix license addressMartyn Russell2014-02-031-1/+1
| | | | See https://bugzilla.gnome.org/show_bug.cgi?id=721455
* Updated FSF's addressDaniel Mustieles2014-01-311-0/+0
|
* sandbox: Use separate dirs for config, data, etc.Sam Thursfield2014-01-091-4/+4
| | | | | | It's not a good idea to set XDG_CONFIG_HOME, XDG_DATA_HOME, etc. to the same directory, because some software might store a file with the same name in two of those directories. DConf does it.
* build: Improve warnings generated from Vala generated C filesMartyn Russell2013-10-191-1/+1
| | | | Don't include all the warnings about -Wunused*
* build: Avoid warnings about use of old INCLUDES in Makefile.amMartyn Russell2013-10-181-1/+1
|
* utils/sandbox: Added updated version of Sam's original tracker-sandboxMartyn Russell2013-10-034-148/+485
| | | | | | | Formerly this was a shell script. I've updated this to a Python script and it has much more flexibility. Now you can run separate instances of tracker from different prefixes with different data sets for different content locations, i.e. have multiple data sets for different uses.
* utils/tracker-sandbox: Update to use new-style DConf profileSam Thursfield2013-09-121-1/+9
| | | | | | | | | This fixes the "Error loading dconf profile 'trackertest'" message when using the tracker-sandbox script. This commit also adds a warning message when the file is not found, to remind the user that it is only installed when Tracker is configured with --enable-functional-tests.
* utils/ontology/qname-test: Removed, unusedMartyn Russell2013-03-153-967/+0
|
* utils/services: Renamed to utils/ontologiesMartyn Russell2013-03-1525-2/+2
| | | | Less ambiguous
* utils/data-generators/barnum: RemovedMartyn Russell2013-03-1522-19880/+0
| | | | | This was unused. See original discussion here: https://mail.gnome.org/archives/tracker-list/2013-March/msg00007.html
* utils/data-generators/deprecated: RemovedMartyn Russell2013-03-1520-62234/+0
| | | | | Completely unused. https://mail.gnome.org/archives/tracker-list/2013-March/msg00007.html
* utils/webhistory: RemovedMartyn Russell2013-03-151-72/+0
| | | | | This was unmaintained and unused. See original discussion here: https://mail.gnome.org/archives/tracker-list/2013-March/msg00007.html
* utils/lyrics: RemovedMartyn Russell2013-03-153-96/+0
| | | | | This was unmaintained and unused. See original discussion here: https://mail.gnome.org/archives/tracker-list/2013-March/msg00007.html
* utils/playlists: RemovedMartyn Russell2013-03-154-156/+0
| | | | | This was unmaintained and unused. See original discussion here: https://mail.gnome.org/archives/tracker-list/2013-March/msg00007.html
* all: Remove use of g_type_init() now it's deprecated in GLib since 2.35.xMartyn Russell2013-03-087-15/+0
|
* build: Port to libgee 0.8 (was 1.0)Dominique Leuenberger2013-01-211-1/+1
| | | | Fixes GB#691807.
* utils: Add tracker-sandbox to EXTRA_DISTSam Thursfield2012-03-302-3/+5
| | | | Also, fix whitespace errors.
* utils: Add tracker-sandboxSam Thursfield2012-03-191-0/+138
| | | | | | | This script assists in running development versions of Tracker in parallel and avoiding interference with real user data. Run 'utils/tracker-sandbox --help' for documentation.
* Remove g_thread_init callsJürg Billeter2011-11-272-4/+0
| | | | | | Calling g_thread_init with GLib 2.31 requires explicit dependency on gthread-2.0. However, g_type_init initializes threads since GLib 2.24, so it is no longer needed.
* configure.ac: define BUILD_ flags and libs after GCov checkingIvan Frade2011-09-091-0/+1
| | | | | Otherwise the gcov flags are never set and it is not possible to get test coverage results.
* libtracker-data: Initialization of db during restore must be handled if failsPhilip Van Hoof2011-06-291-0/+1
| | | | | | In case the initialization of the db fails during the restore of a backup, and only in case of --disable-journal, then should the init fail with an error instead of trying to recreate a clean meta.db
* libtracker-sparql: Use static linking instead of pluginsJürg Billeter2011-04-044-4/+4
| | | | | | | | | Plugin loading in threads may be problematic in certain environments. As we do not currently support external plugins anyway, this changes libtracker-bus and libtracker-direct to be part of libtracker-sparql. This will also slightly improve initialization performance. Fixes NB#241659.
* data-generators:Add slo scripts to data generatorsMikael Ottela2011-02-224-2/+87
|
* utils/tracker-resdump: Added tool to dump a resource as TTLPhilip Van Hoof2011-02-214-0/+157
|
* utils: Fix compiler warning in tracker-sql.cPhilip Van Hoof2011-02-211-1/+1
|
* libtracker-data, tracker-store, tracker-control, tests: Make db iface initablePhilip Van Hoof2011-02-041-11/+13
|
* NMO: Remove deprecated SMS folder class, properties, and instancesJürg Billeter2011-01-261-1/+1
| | | | They were deprecated 3 months ago.
* NMO: Remove nmo:Mailbox and nmo:plainTextMessageContentJürg Billeter2011-01-262-3/+2
| | | | They were deprecated 13 months ago.
* NFO: Remove deprecated nfo:deviceJürg Billeter2011-01-262-2/+1
| | | | The property was deprecated 4 months ago.
* NFO: Remove deprecated nfo:entryContentJürg Billeter2011-01-262-2/+1
| | | | The property was deprecated 5 months ago.
* utils: tracker-sql: Cleaned up whitespaceMartyn Russell2011-01-191-21/+20
|
* tracker-sql: Use Cursor instead of ResultSetJürg Billeter2011-01-191-35/+39
|
* Remove tracker:isAnnotation propertyJürg Billeter2010-12-221-1/+0
| | | | This was used only for DROP GRAPH support which has been removed.
* utils: Fix distcheck problemPhilip Van Hoof2010-12-091-0/+1
|
* utils: Ensure that the amount of musicpieces generated stays the samePhilip Van Hoof2010-12-091-1/+1
|
* tests: Adapt generator to generate nmm:MusicAlbumDiscPhilip Van Hoof2010-12-093-3/+26
| | | | This adaptation might influence other timings and numbers.