2011-11-08 Philip Van Hoof tracker-extract: Use black background for transparant album art Fixes NB#272997. 2011-11-08 Martyn Russell ttl2sgml: Fixed memory leak Fixes NB#287972. 2011-11-08 Jürg Billeter libtracker-common: Fix crash in gconf-dbus locale handling Fixes NB#289635. 2011-11-08 Carlos Garnacho writeback: Add missing #include This fixes the build, which I broke in my last commit, oops. writeback: Set uniformly the same error when writeback modules don't handle the file Fixes NB#286656. TRACKER_DBUS_ERROR_UNSUPPORTED is used in miner/writeback communication when writeback doesn't handle a given RDF type, which is considered non-critical on the miner side. So use the same error code when a module refuses to handle a mimetype. 2011-11-08 Ivan Frade tests/libtracker-miner: Compile correctly monitor tests to get coverage When gcov is enabled, libtracker-miner exports all symbols and no compilation against the source code files is needed. Compiling against the library also gives us coverage information of the test.