[tracker-miners] Created tag TRACKER_0_6_90



The unsigned tag 'TRACKER_0_6_90' was created.

Tagger: Martyn James Russell <mr src gnome org>
Date: 1234199756 -0000

    Fixed version
    
    svn path=/trunk/; revision=2908

Changes since the last tag 'INDEXER_SPLIT_MERGEPOINT':

Carlos Garnacho (111):
      Handle properly multipart messages in Evolution's IMAP.
      Remove Changelog wart
      Just try to convert if part contents don't validate as utf8.
      Add some docs.
      Also check the mime part doesn't contain raw/binary data before processing
      How about not breaking build?
      New file. Do not allow compiling unless TRACKER_ENABLE_INTERNALS or
      Install relevant headers so they're available for public use.
      Do not expose the TrackerParser struct in the header, it was pulling
      Split the relevant parts of tracker-indexer into libtracker-indexer.so,
      New file. All-in-one pkg-config file for developing tracker-indexer
      Don't be naughty and overwrite memory we don't own.
      Make sure we include glib.h. Noticed by Roberto Majadas
      Forgot to add this, now the GObject scanner is compiled correctly. Add
      Make tracker-extract process inmediately and exit if path/mimetype are
      Add an initial draft on how to develop indexer modules.
      do not unref a possibly NULL GFileInfo.
      Rediscovering the wonders of git-add.
      Do not free memory owned by TrackerOntology.
      Plug a leak.
      Plug leaks everywhere.
      Turns out Evolution always store times with 32bits width regardless of the
      Do not leak like if there was no tomorrow, save one unnecessary
      Fix compiler warnings.
      Inconditionally destroy here the context, even if it's not the metadata
      New public function to specify which modules should the indexer actually
      Resort to a copy of the old code to decode time_t, should definitely fix
      Issue error and quit the channel watch on error, this should fix
      Add some methods docs.
      Actually ignore SIGPIPE, since we already handle it where necessary.
      Add "reason" parameter to ::Paused. Add "Low batt" state. Add extra
      Splitted invalidation from destruction. So it's just the child watch
      Add capability for reading batteries percentage. Stop indexing if battery
      Plug a small leak.
      Return -1 if the header X-Evolution does not exist in the message.
      Make sure we remove leading '/' in email URIs basename.
      Do not set Enabled=0 in any case, it failed for non local files, and
      Fix logic, so it actually escapes single quotes...
      Escape the value being inserted, so little Bobby Tables doesn't bite us in
      Make sure we decompose the URI following the same procedure than Tracker.
      Leave one place for the trailing NULL in the batch and hints arrays so
      Make indexer modules API GObject oriented, which allows easier bindings
      Remove any references to tracker-module.h
      Make them return const gchar*, since the strings are stored in the
      Plug some leaks.
      Return a const gchar* in all cases.
      Plug a leak.
      New function to know whether a string is contained in a GSList of strings.
      Fix so it just deletes files contained in the directory.
      New files. TrackerModuleMetadata is the object used for exchanging
      Rename libtracker-indexer to libtracker-module for consistence, as it's
      Fix tests build.
      Unset the stopped flag set during init(), so -p works again.
      Deleted old tracker-indexer docs.
      Added, all-in-one header for developing tracker indexer modules. Install
      Document missing symbols.
      Added so we get proper GObject documentation. Added missing lib to compile
      Fix missing reference.
      Add short/long descriptions and other missings docs. 100% coverage!
      Make it take a const gchar*, do not append ourselves the '/', Since it's
      Update to latest module changes.
      Do not stop disk space check when pausing the indexer.
      Make it return a new hashtable with field names as keys for easier use.
      Enable -Wall
      Add macro to enable compile warnings. call it. Add WARN_CFLAGS to
      Fixed more warnings that were spotted with the new compiler flags.
      Escapemetadata values so we allow multiline data and other stuff. And
      New methods to escape metadata properly, so we don't barf on new lines,
      Inconditionally check the service type in the database for deleted files,
      Support new Evolution database storage. Based on a patch by Philip Van
      Use the correct TrackerDBFile for the new database format. Also iterate
      Do not set Enabled=0 in any case, since it fails for non-local files,
      Several improvements to the evolution module.
      Implement get_count() taking into account all folders. Return by default 1
      Add get_flags() method. TrackerModuleFlags at the moment contains
      Store all dates in the DB as unix times.
      Handle databases with no parseable folders.
      Set the paused_on_battery parameter to the current state, not the
      Dates are already stored as unix times, and stored in the databases as
      Do not sniff mimetype and return NULL service type if the file doesn't
      Obey -f even if it's interrupted by trackerd shutting down.
      Fix potential crasher.
      Do not spew a critical warning if the module has no dirs configured. Do
      Perform binary search correctly, so it's able to find all items in the
      finalize the query before closing the database.
      Define pivots as gint, as we can potentially underflow the right pivot
      Warn on invalid/unparseable data types. Convert time_t to string directly
      Accept NULL strings. (Fixes NB98170)
      Do not free the key file on error, it will be done afterwards anyway.
      Add support for ScanTimeout option, which forces such timeout (in seconds)
      Add default ScanTimeout to modules.
      Refactored out, transform ISO 8601 dates into unix times if we're adding a
      Cast time_t to avoid compiler warnings.
      Only set state to "indexing" if there are actually items to be sent to the
      Actually implement Gaim/Pidgin logs indexing.
      Remove blacklist, since the events cache already prevents spamming
      replace other_file with source_file, and make file point to the
      If a file is created and then immediately moved to another location.
      Make if return FALSE if the operation failed.
      Make cached events hash table keep a reference as the key, so it doesn't
      Always check item (not parent's) mtime, since mtime will only change for
      Set File:Modified to the current time() if the module didn't provide any.
      Also update IndexTime in the Services table if necessary, so the indexer
      Delete children that no longer exist in folders, this check is needed if a
      Let the indexer perform recursive move operations, so all files inside get
      Fix glitch in binary search. (tracker_db_index_flush): Break flushing when
      Fixed yet another glitch in the binary search... the right pivot was being
      #ifdef out the code that removed metadata from the index. No longer
      Add a boolean param to specify whether we should recurse when deleting or
      Pass also the amount of processed items over to trackerd, use this number
      Add back once again deleting content from removed services.

Claude Paroz (1):
      Updated French translation by Marc Veillet and Claude Paroz.

Daniel Nylander (6):
      sv.po: Updated Swedish translation
      sv.po: Updated Swedish translation
      sv.po: Updated Swedish translation
      sv.po: Updated Swedish translation
      sv.po: Updated Swedish translation
      sv.po: Updated Swedish translation

Gabor Kelemen (2):
      Translation updated.
      Translation updated.

Ivan Frade (63):
      Refactored tracker_db_file_get_id methods
      Added method GetAll in metadata interface
      Removed unused code from trackerd/tracker-db
      New utility program to get all available metadata of a certain file
      Dynamic load of service and metadata files
      Updated man pages
      Added missing files and fixed typo
      Added new tracker-services tool
      Added dummy extractor to use as example
      Initial support for playlists
      Added ShowServiceFiles property to playlists, and an entry in tracker-search-tool array of categories
      Calculating subcategories of a category in tracker-ontology
      Updated documentation about new categories
      Fixed typo and closed bug 548561
      Updated postal address of the Free Software Foundation. This closes bug #518265
      Selecting more carefully the extractors
      Check all possible errors in the daemon before send metadata to the indexer
      Fixing Metadata.Get with multiple values
      Added new properties for video
      Dont set duplicate metadata in the db
      Removed realaudio mimetype from playlist category. This mimetype is assigned to audio and not playlist
      Fixed #49063: empty space is not a valid keyword
      Fixed error message in metadata.get
      Added translation domain when loading the glade file. Patch from Gabor Kelemen. Fixes 558613
      Fixed how we set the error in GError
      Implemented method search.Metadata
      Removed 'help' from the english stopwords list
      Extractor for playlists using totem-plparser. Deleted old m3u module
      Fixed typo in help message. Fixes bug 560581
      Fixing metadata handling when moving files
      Reimplementing result_set_to_metadata and using one store procedure with unions instead of 3 different 
procs
      Handling correctly the metadata coming from the extractor with default values when updating a file
      Reporting errors correctly in dbus.
      Prevent timeouts in the DBus API returning errors
      Fixed the language comparison in tracker-preferences. This was forcing a reindex everytime you closed 
the preferences dialog
      call delete service recursively only if the service is a folder
      Enabled evolution option in tracker-preferences
      Remove thumbnailers from SUBDIR variable
      Set should reindex/restart to FALSE after asking and acting.
      Prevent the creation of a second preferences window from the applet. Patch from Wendy Hu. Fix 528684
      Inform to the user if we are defaulting to Other service type
      Plug memory leak
      Redo last commit using the same code as in tracker-search.
      Now the tools can receive relative paths as parameters
      Fixing restore backup callback
      Fixed translation of --help output in tracker-applet. Fixed 565928
      Marked some string for translation in tracker-search-tool
      Replaced old glib symbol g_basename with new g_path_get_basename
      Cleaned up gtk and glib includes. Gnome Goal. Fixes 565218
      Playlist:TotalLength is a non-embedded property. The applications can set a more realistic value
      Fixing ultra-strict compilation warnings
      Fixed some ultra-strict compilation warnings in libtracker-db
      Fixed nautilus extension to use the new namespaces. Fixes 566221
      Fixed set_hint_status to easy translators life. Fixes 565725
      Added rpm mimetype to playlists category
      Removed blank space at the end of a label
      Updated restore-backup logic
      Added X-GNOME-PersonalSettings in Categories.
      Correct tracker-utils command line options help
      Added real media video mimetype in Video category
      Avoid crashing in the indexer when the output of totem-plparser is not SUCCESS
      Added more images properties in the services table
      Added duration attibute for playlist and handle correctly duration on update

Jamie McCracken (8):
      src/tracker-search-tool/tracker-search-tool.h
      src/libtracker-common/tracker-ontology.c
      src/tracker-fts/tracker-fts.c
      src/tracker-fts/tracker-fts.c fixed offsets for multiple word and,or and
      fixed rank function and made it efficient
      made rank func use meatdata ranking set up default column for storing
      data/db/sqlite-fulltext.sql data/db/Makefile.am
      Use full synchronous in sqlite to minimize corruption

Jorge Gonzalez Gonzalez (14):
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation

Jürg Billeter (5):
      Add procedures to handle volumes
      Add tracker_data_update_disable_all_volumes function to disable all
      Drop unused GnomeVFS dependency
      Only execute MoveServiceChildren for folders and add condition to UPDATE
      Move tracker-field-data.[ch] from libtracker-common to libtracker-data as

Kenneth Nielsen (4):
      Added Danish translation
      Updated Danish translation
      Updated Danish translation
      Updated Danish translation

Kjartan Maraas (1):
      Add missing file. Updated Norwegian bokmål translation.

Luca Ferretti (1):
      Updated Italian translation.

Marcel Telka (1):
      Updated Slovak translation by Pavol Klačanský.

Martyn James Russell (136):
      Removed everything in preparation for bringing in new files
      Merge indexer-split branch.
      Improve the crawler by adding a "special_paths" category used for legacy
      Make sure we reset the boolean we used to know if we have already iterated
      Added some debugging to know why some .desktop files are not indexed
      Fix the linking order here.
      Added to illustrate the architectural design of the daemon.
      Moved all manpages to docs/manpages and moved all architecture docs to
      Added version information and new documentation Makefiles.
      Fixed make distcheck missing src/tracker-utils/tracker-info.
      Fixed make distcheck for the documentation addition.
      Added missing Makefile.am files.
      Added new documentation module for tracker-indexer module creation.
      Change the order of the functions so all the new/free/init/shutdown
      Don't require GdkPixbuf for MP3 album art extraction. Instead make it
      Added tracker-indexer.dia to illustrate the design of the indexer.
      Added Ivan's live.gnome.org documentation so it is available in the
      Fixed a build issue.
      Added -DTRACKER_COMPILATION to fix the build.
      Added more functions to be able to more easily manipulate the lists we
      Added an event cache so we don't send 2 events for a cp command to the
      Don't link with GdkPixbuf unless we have it.
      Put all definitions and includes before CFLAGS (like everywhere else). Fix
      Removed the if is_directory check on EVERY file monitor we add since we
      Fixed ChangeLog
      Fixed from make check.
      Moved all database files to data/db.
      Change the way GdkPixbuf is detected by using "auto". This means it won't
      Moved this file to data/.
      Completely reworked this file and removed about 50% of it. This 50% was
      Added Nokia bug number to last ChangeLog
      Updated news. Patch committed from Tshepang Lekhonkhobe.
      Updated README. Patch committed from Tshepang Lekhonkhobe.
      Updated TODO. Patch committed from Tshepang Lekhonkhobe.
      Fixed the ignored file patterns. Changed *~* to *~. Patch committed from
      Include <sys/inotify.h>, not <linux/inotify.h> and removed
      Removed the DISTINCT keyword from statements which use a WHERE clause
      Try to improve on the NB#88769 fix I added previously. Now we don't use 2
      Moved the tracker-fts-test application to utils/tracker-fts/ since it is
      Fixed changelog errors
      Cleaned up the code here. Removed unnecessary memory allocation and code
      Cleaned up the code here. Removed unnecessary memory allocation and code
      Cleaned up the code here. Removed unnecessary memory allocation and code
      Cleaned up the code here. Removed unnecessary memory allocation and code
      Included tracker-hal and tracker-field-data to fix the documentation
      Fixed ChangeLog
      Small improvement.
      Fixed ChangeLog formatting
      Fixed check for inotify and also fixed build when we don't have it.
      Merged libtracker-data branch into TRUNK.
      Don't crash when we pass an empty GStrv to tracker_keywords_search().
      Fixed the configure script to make certain extensions automatic not
      Renamed the make_directory_with_parents and added a comment detailing why
      Fixed libgsf issue
      Fixed configure script
      Fixed some broken issues.
      Fixed some broken issues.
      Removed Enable warnings|debug statement when configure is finished, they
      Added the UDI to the mount-pointer-added and mount-point-removed signals.
      Added API to get all
      Fix the way we check if we should do thumbnailing. Don't explicitly
      Fixed a missing semi colon, spotted by Laurent Aguerreche.
      Fixed ChangeLog formatting
      Fixed formatting and removed some unnecessary code.
      Don't use "tracker:unknown" when we don't know a metadata value, return
      svn path=/trunk/; revision=2530
      Forgot ChangeLog
      Revert changes that removed "tracker:unknown" when we didn't know the
      Updated files we skip/include.
      Set the state initially to _STOPPED. The problem was, if the indexer was
      Small improvement.
      Fixed ChangeLog
      Fixed a typo in the includes.
      Added code to clean up database volumes which have been disabled for more
      Don't output logging with g_print(), indexer status updates were being
      Set a flag if the prepare function succeeds so we know the service can be
      Updated all queries to use the "AS" keyword for clarity. Now we check the
      svn path=/trunk/; revision=2574
      svn path=/trunk/; revision=2575
      svn path=/trunk/; revision=2583
      Disable warning causing breaks in gdb, it makes no difference either way.
      Added "core-dumps" to the list of directories to ignore and "*.rcore.lzo"
      Updated ChangeLog
      Small code clean up.
      Added Nokia bug to ChangeLog for reference
      Added more variable checking to the tracker_data_metadata_() public API.
      Fixed the header which was using the same ifdefs as another header. Fixed
      Bumped version requirement of GLib to 2.16. We depend on it anyway.
      Patch from Tshepang Lekhonkhobe to update documentation.
      Support __FUNCTION__ for compilers which don't have it as standard. Based
      Improve the strings used when estimating time remaining and the time is <
      Removed all unused thumbnail code and scripts now they are unused.
      Included config.h so we get the __FUNCTION__ definition on Sun builds.
      Make sure we recursively remove all monitors for mount points which are
      Don't call stat() when we remove and move thumbnails. Just use the current
      Include config.h.
      Fixed ChangeLog spacing issue
      In function tracker_path_list_filter_duplicates(), don't filter basenames
      Fixed a compiler warning and made pausing the indexer on IO a #define.
      Fixed a bunch of warnings now we have more compiler flags to catch these
      Added indexes for the Services table on Enabled, AuxilaryID and
      Don't use British English spelling for ANALYZE.
      Updated ChangeLog with bug numbers
      Patch from Michael Biebl to NOT use symbolic links for test cases and to
      Disabled tests which fail and don't disable tracker-extract from the
      svn path=/trunk/; revision=2781
      Added these files for use with: svn -R propset svn:ignore -F .svnignore ./
      Change EVOPLUG_{CFLAGS|LDFLAGS} to EVOLUTION_PLUGIN_*. Also make the
      Removed tracker-data-field.[ch] now that it is in libtracker-data, fixes
      Added glib test Makefile.decl includes to these new Makefiles so make
      Fixed a nasty bug where inserting a MMC would cause ALL MMCs to be
      Make sure we check the module config AND the config for disabled modules
      Make unit tests disabled by default. They now have to be enabled with
      Commented out code which causes assertion warnings but doesn't function
      Changed warnings to debug messages when we can't find a module from a
      Bumped GLib dependency up from 2.15 to 2.16, so we require the stable
      Updated these based on a patch from Tshepang Lekhonkhobe. All updated to
      Make sure we pass the parameters the right way round to the SetOption
      Remove the set_db_option_int() call for IntegrityCheck and InitialIndex.
      Make sure we stop processing modules if the removable devices is less than
      Added scan_timeout option to modules and the module config. This means
      Added "maximum" to the arguments that can be used in
      Add main context iteration in the tight loop that is the event processing
      Added new state (PAUSED) and add to the tooltip when paused so it is known
      Moved tracker-extract to tracker-main
      Renamed 'Extractor' to 'Extract'
      Missing files
      Make sure we check for UTF8 validation before sending over dbus.
      Fixed make distcheck issues.
      Fixed broken names after renaming TrackerExtractor to TrackerExtract to be
      Fixed test cases missing namespace change for TrackerExtractor.
      Use the new DBus debug function so we don't spam the logs in EVERY log
      Revert Jamie's change to use FULL synchronicity with SQLite. There was a
      svn path=/trunk/; revision=2906
      Updated NEWS
      Fixed version

Michael Biebl (10):
      Correctly build the file name for tracker-applet.cfg
      Fix a small typo
      Make sure, we correctly process trackerd.desktop so the translation stay intact
      Fix a small typo
      Use g_build_filename so we don't need to specify a separator.
      The autostart desktop files have moved to subdirectories.
      Remove unused desktop_in_files variable.
      Fix "make distcheck", add trackerd.desktop.in.in to EXTRA_DIST
      Ship the service.in files instead of the pregenerated service files.
      Fix a compile warning when unac support is enabled.

Mikael Ottela (81):
      Added multivalued field support to query
      Fixed a bug that forced reindex at every startup
      Added GetUniqueValuesWithCountAndSum back to the metadata dbus API
      Added extraction of embedded album art
      Added extraction of embedded album art to gstreamer based extractor
      Fixed building with GdkPixbuf
      Changed some field types for images to ones that make more sense
      Fixed a typo in the makefile
      Fixed character encodings in mp3 tags
      Added locale definitions to tracker utils to fix problems with arguments containing non-ascii characters
      Changes to cope with gstreamer's hw acceleration problems
      Added more XMP and EXIF fields to image metadata support
      Added Image:Rating field and XMP:XAP:Rating support
      Added Image:Location, Image:Country and Image:City fields
      Fixes to mp3 extraction for genre and original artist
      Take embedded album art with no type if front cover is not found
      Fixed a small bug that corrupted id3v23 tags
      Added a default value for Audio:PlayCount for simplifying queries
      Added a default value for Video:PlayCount
      Support for non-standard tags used in some fluendo gstreamer plugins
      Fixed comment fields in id3v23 and id3v24
      Fixed the last changelog entry to include bug number
      Added missing bug numbers of some Changelog entries
      Fixed a bug in Tiff array tags
      Minor leak and bug fixes to the mp3 extractor
      Added a Changelog comment I previously forgot
      Added a default value for durations
      Stripped filename used as the default title
      Added missing bug numbers to the Changelog
      Fixed png extractor to extract the whole file for metadata, not just header
      Added ISOSpeedRatings to xmp exif namespace
      Added initial gstreamer helix bin extractor implementation
      Changed helixbin to be included by default
      Fixed some typos
      Fixed the helixbin extractor mime types
      Added extraction support for multivalued fields
      Bug fix and improvements to mp3 duration calculation
      Added a default value to Image:Date
      Replaced the package check for helixbin with only an enable-switch
      The keyword field of queries now supports multiple values
      Fixed support for empty strings as metadata values
      Fixed help output of command line tools
      Added a missing mimetype to helixbin extractor
      Deactivated extractor debug output
      Fixed joining for count and sum fields. Added * as a count field which maps to unique rows
      Some optimizations to reading mp3 frames
      Fixed a small bug in metadata escaping
      Added escaping to metadata strings for SQL
      Fixed header seeking in mp3 extraction
      Corrected comment buffer size in mp3 extraction
      Added initial unit tests for mp3 extraction
      Fixed UCS-2 conversion to remove BOM
      Added test cases for mp3 extraction and fixed minor mp3 extraction issues
      Proper null handling added to queries
      Switched to INNER JOINs because of performance issues
      Minor fixes to image metadata extraction and added tests
      A bugfix to tiff ascii field handling
      Added audio/x-pn-realaudio-plugin to playlist mimes
      Added regex for additional TCON to id3v1 genre mapping and testcases
      Added some xmp fields to be extracted and implemented simple priority for tags
      Removed a too optimistic bug number from the changelog
      Small correction to the playlist mimes
      Changed orientation of images to an integer, updated extractors and added testcases
      Added png and avi test cases
      #If'd out the extractor tests that fail in distcheck
      Added performance tests for image extraction
      Added extractor file access testing
      Added missing sql escaping
      Removed accidentally included tagreadbin entry from makefile
      Fixed tracker-extract Makefile.am
      Added an initial tagreadbin extractor
      Performance improved way of including tags in queries
      Fixed filtering for multiple tags
      Fixed a typo that gave wrong image widths
      Added a default value to Image:Date
      Fallback for mp3 extraction if can't access with O_NOATIME
      Rewrite of the database index scheme
      Extract the Video:Source tag
      Some query speed improvements
      Removed a timeout for tracker-extract
      Images should not have Video:Framerate property

Og B. Maciel (1):
      Updated Brazilian Portuguese translation.

Philip Van Hoof (86):
      Renaming Email
      src/libtracker-db/tracker-db-interface-sqlite.c
      configure.ac src/libtracker-db/tracker-db-interface-sqlite.c
      src/libtracker-db/tracker-db-interface-sqlite.c
      Timeout based SQLite connection for the direct-sql SqlQuery feature. The
      Adapted to new spec available at http://live.gnome.org/MediaArtStorageSpec
      src/tracker-extract/tracker-extract-mp3.c
      Memleak
      src/tracker-extract/tracker-albumart.c
      src/tracker-fts/tracker-fts.c Simple rank() impl. without weighting (just
      Leaving a comment for Jamie
      src/tracker-extract/tracker-albumart.c
      Fix
      Fix
      Adapted to new D-Bus API for thumbnailing
      Some minor optimizations
      One more optimization
      Some minor optimizations
      Added g_type_init, as GIO is being used for some operations
      Cleaned up some more code
      src/tracker-indexer/tracker-metadata-utils.c
      src/tracker-indexer/tracker-metadata-utils.c
      Codestyle
      Bugfix in SqlQuery
      Support for storing local album art on removable devices
      Stripping album and artist strings
      Stripping album and artist strings. Code cleanups, added some comments.
      Saw the hope for change become realized and then fixed creating the
      Bugfix incase of the empty string being stripped
      Patch from Jerry Tan <Jerry Tan Sun COM>
      Function is only available on very recent versions of glib.
      Bugfix
      Fixed symbol troubles for most recent GLib
      Also copy in case the album art got requested
      Requesting thumbnails of albumart
      Style difference
      Style difference - bugfix
      Oeps, srry
      Requesting thumbnails of album art
      Spelfix in my name
      Added some clarification to the ChangeLog about yesterday's patch
      Adding missing files, sorry
      Replaced a non-critical warning with a message
      Fixed a crash when HAL didn't initialize successfully
      Requesting a thumbnail for embedded album-art
      Glitch fix
      coping with paths
      Bugfix
      Filenames for album-art
      Changelog improvement
      src/tracker-indexer/tracker-removable-device.c
      Compilation warnings if you don't have libraptor-dev installed
      Compilation fixes
      Compilation fixes
      src/trackerd/tracker-main.c Initialization of the thumbnailer
      Bugfix
      Assertion fix, mime_type is allowed to be passed as NULL here
      Fixed two spaces vs once space filename issue
      Cleanup of duplicate prototype in include header
      src/libtracker/tracker.h src/libtracker/tracker.c
      Bugfix when mount_point is NULL
      Fixed too early shutdown of the thumbnailer support code in
      src/tracker-indexer/modules/Makefile.am
      A tool to convert a .service file to an XML file. Usage:
      added a sample XSLT Added a sample XSLT
      added a tool that spews out something that looks (or is) rdf:xml, if you
      Correction for album-art that has one-character long album-names. Bugfix
      Added a small code generator that uses rdf:xml as input and outputs a
      added one more sample that attempts to convert a rdf:xml file to our
      Namespace change
      Some fixes
      Don't print debugging messages when not compiled with -DDEBUG
      utils/services/rdfxmltoservice.xsl
      Don't print debugging messages when not compiled with -DDEBUG
      Added some features
      added a sample xsl that generates a libtracker-data unit test's data.ttl
      Better
      added a sample xsl that generates a libtracker-data unit test's data.ttl
      src/plugins/evolution/tracker-evolution-indexer.h
      Bugfix when album art was extracted from an embedded MP3, the copy to
      Bugfix when album art was extracted from an embedded MP3, the copy to
      This is not a real error
      src/tracker-indexer/tracker-main.c src/trackerd/tracker-main.c
      Bugfix for album-art thumbnail request
      Leak fix
      src/libtracker-data/tracker-turtle.c

Theppitak Karoonboonyanan (1):
      Updated Thai translation by Manatsawin Hanmongkolchai.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]