summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Release 0.14.00.14.0Martyn Russell2012-03-082-3/+36
|
* tracker-miner-evolution: Fix build in JHBuildMartyn Russell2012-03-061-2/+0
| | | | Fixes GB#670679
* tracker-miner-flickr, tracker-miner-rss: Don't start automatically on bootMartyn Russell2012-03-062-2/+2
| | | | | | | | By default this is now disabled. It's not useful for the majority of cases. It can easily be changed by distributions by changing the .desktop.in.in files. Fixes GB#670778.
* tracker-needle: Order results properlyMartyn Russell2012-03-061-3/+54
| | | | | | Now results are ordered by the last changed dates or titles nicely. Fixes GB#37899.
* tracker-extract, tracker-writeback: Don't register dbus objects AFTER ↵Karl Relton2012-03-052-8/+24
| | | | | | aquiring service names Fixes GB#671314.
* Updated Galician translationsFran Diéguez2012-03-041-1084/+1404
|
* firefox,thunderbird: Save AsyncReadyCallback to avoid GC crashesMartyn Russell2012-02-222-6/+4
| | | | Fixes GB#670251.
* firefox: Make sure we still work with newer versionsMartyn Russell2012-02-221-1/+1
| | | | Arbitrary version of 20.0.* used as MAX version for now
* firefox: Don't restrict plugin to JUST 0.12Martyn Russell2012-02-221-4/+11
|
* thunderbird: Make sure we still work with newer versionsMartyn Russell2012-02-221-1/+1
| | | | Arbitrary version of 20.0.* used as MAX version for now
* thunderbird: Don't restrict plugin to JUST 0.12Martyn Russell2012-02-221-4/+11
|
* firefox,thunderbird: Guess install directory using actual version installedMartyn Russell2012-02-221-3/+2
|
* tracker-extract: Use ISO volume ID as title for unknown OSZeeshan Ali (Khattak)2012-02-221-1/+11
| | | | Fixes GB#670294
* tracker-miner-evolution: Doesn't build with Evolution 3.3.5Martyn Russell2012-02-172-84/+125
| | | | | | This is based on the patch from Milan Crha <mcrha@redhat.com> Fixes GB#669646.
* tracker-miner-fs: Handle absolute paths in ignored dirsCarlos Garnacho2012-02-161-3/+21
| | | | | Only globbing on basenames was handled, so allow setting absolute paths to be ignored too, which is nicer to the casual user.
* Release 0.13.10.13.1Martyn Russell2012-02-152-2/+51
|
* libtracker-extract: Don't build EXIF tests if we don't have support enabledMartyn Russell2012-02-151-2/+6
|
* libtracker-extract: Crash in miner-fs due to size_t vs gssizeMartyn Russell2012-02-152-74/+112
| | | | | | | | | Fixed by making use of GInputStream/GDataInputStream on the receiving end (which we were doing on the sending end) to avoid use of strlen(). Crash was occurring on OpenBSD. Fixes GB#669546.
* tracker-extract: Extract media ID for bootable ISOZeeshan Ali (Khattak)2012-02-142-0/+11
| | | | | | | In Boxes, we need to know which (libosinfo) media exactly are we talking about. Otherwise, we will have to do detection again. https://bugzilla.gnome.org/show_bug.cgi?id=670023
* tracker-extract: Minor optimizations & CC warning fixZeeshan Ali (Khattak)2012-02-141-7/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=670023
* tracker-extract: Add ISO extractor using libosinfoChristophe Fergeau2012-02-138-2/+252
| | | | Fixes GB#666372
* tracker-miner-fs: Don't index removable media on initial index if disabledMartyn Russell2012-02-132-14/+16
|
* libtracker-miner: Improve loggingMartyn Russell2012-02-133-13/+13
| | | | Use tracker_info() for higher level tasks so logs are easier to read
* build: Set _REQUIRED versions for giff, jpeg and tiffMartyn Russell2012-02-081-0/+3
| | | | | We actually don't have a requirement, but if they're not installed, the error message doesn't make sense.
* tracker-needle: Fix build with GLib 2.31Jürg Billeter2012-02-071-4/+4
|
* tracker-extract: Add missing includesJürg Billeter2012-02-072-0/+4
|
* tracker-store: Print warning if unable to initialize statisticsJürg Billeter2012-02-071-2/+5
|
* libtracker-data: Fix dead code with disabled journalJürg Billeter2012-02-071-2/+2
|
* ttl2sgml: Do not call fclose if file is NULLJürg Billeter2012-02-071-1/+4
|
* tests: Fix compile warning in tracker-file-notifier-testSam Thursfield2012-02-041-1/+4
| | | | Fixes GB#667786.
* tests: Fix tracker-file-notifier-testSam Thursfield2012-02-031-10/+19
| | | | | | | We need to use the TRACKER_DIRECTORY_FLAG_CHECK_MTIME flag to ensure the notifier actually picks up on the changes. Fixes GB#667787.
* libtracker-common: Add new function tracker_file_open_fd()Antoine Jacoutot2012-01-309-46/+27
| | | | | | | | | | Add a new function to open fds in a portable way open(2) with the NOATIME flag is only available on Linux. Instead of duplicating the same code all over with ifdef, factorize into a function that opens file descriptors in a portable way. Fixes GB#666654.
* miners/fs: Fix crash when SIGTERM happens before mainloop is availablePhilip Van Hoof2012-01-241-3/+7
| | | | Fixes NB#296488.
* tests/libtracker-extract: Do not use tracker_coalesce_strip on constant strings.Mikael Ottela2012-01-181-1/+7
|
* Updated Japanese translationJiro Matsuzawa2012-01-121-1135/+1266
|
* libtracker-common: Error isn't set and yet reply is NULLPhilip Van Hoof2012-01-051-1/+3
| | | | | | | | | | The g_dbus_connection_call_sync claims not to return NULL unless error is set. Yet we check for error being set and have seen situations where reply was NULL nonetheless. Test for reply being NULL and don't unref in that case. Fixes NB#289635.
* build: Depend on gmodule for libtracker-extractMartyn Russell2012-01-031-1/+2
| | | | | | | Since glib 2.31.4, gio does not depend on gmodule, so detecting on gmodule for LIBTRACKER_EXTRACT is required. Fixes GB#666410
* tracker-extract, msoffice: Add debugging aid for when opening file failsPhilip Van Hoof2012-01-031-1/+8
| | | | Related: NB#296009.
* tracker-extract, pdf: Swapped close of the file descriptorsPhilip Van Hoof2011-12-291-2/+2
| | | | | | | Previous commit had a bug: the close call on the file descriptors of pipe were swapped between client and parent's code blocks. Oeps. Fixes NB#290406.
* tracker-extract, pdf: Timeout content extraction after 10sPhilip Van Hoof2011-12-291-4/+120
| | | | Fixes NB#290406.
* Bug 666678 — g_str_has_prefix() called on a NULL string…Philip Withnall2011-12-211-1/+1
| | | | | | | Fix g_str_has_prefix() being called on a NULL string with the tracker_config_file_new() constructor. Closes: bgo#666678
* libtracker-miner: Ensure we deal with the canonical copy on ::directory-removedCarlos Garnacho2011-12-191-1/+9
| | | | | | A mismatch could result in tracker_crawler_stop() not being called, even if the directory being removed was the one currently indexed. This could be triggered by mounts detected during init_mount_points() in TrackerMinerFiles.
* libtracker-miner: don't put sparql for missing/cancelled filesCarlos Garnacho2011-12-191-7/+14
| | | | | | This behavior is analogous to 0.10. The miner has to allow lesser errors and insert minimal sparql for the files, but this kind of errors must not trigger sparql insertion.
* Updated Norwegian bokmål translationKjartan Maraas2011-12-191-872/+1214
|
* tracker-writeback: use g_thread_try_new() if GLib >= 2.31Aleksander Morgado2011-12-161-0/+16
| | | | Since 2.31, g_thread_create() is deprecated.
* tracker-writeback: Use g_(mutex|cond)_(init|clear) if GLib >= 2.31Aleksander Morgado2011-12-161-5/+54
| | | | | Since 2.31, g_mutex_new(), g_mutex_free(), g_cond_new(), g_cond_free() are deprecated.
* libtracker-miner: add TRACKER prefix to MAX_TIMEOUT_INTERVALAleksander Morgado2011-12-163-3/+3
|
* libtracker-miner: use GPrivate if GLib >= 2.31Aleksander Morgado2011-12-161-3/+30
| | | | Since 2.31, GStaticPrivate is deprecated.
* libtracker-data: properly print gint64 valueAleksander Morgado2011-12-161-2/+2
|
* libtracker-data: use GMutex if GLib >= 2.31Aleksander Morgado2011-12-161-0/+17
| | | | Since 2.31, GStaticMutex is deprecated.