[tracker] Created tag 0.7.26
- From: Martyn James Russell <mr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker] Created tag 0.7.26
- Date: Thu, 18 Mar 2010 18:19:52 +0000 (UTC)
The signed tag '0.7.26' was created.
Tagger: Martyn Russell <martyn lanedo com>
Date: Thu Mar 18 18:11:30 2010 +0000
Release 0.7.26
Changes since the last tag '0.7.25':
0brahim �zgür (1):
Fixes GB#612873, tracker cannot extract oasis files if the filename has spaces in it.
Adrien Bustany (7):
libtracker-miner: Add TrackerMinerWeb class
TrackerMinerWeb DBus interface: Improve documentation
libtracker-miner: Remove useless vapi dep file
libtracker-miner: Update VAPI file
libtracker-miner: Fix documentation typo
libtracker-miner: Fix VAPI file
libtracker-miner: Fix property name in dbus file
Amit Aggarwal (2):
Fixes totem AUDIO_BITRATE to use nfo:averageBitrate not nmm:averageBitrate
Fixes NB#613114, Date string is leaked in MSOffice extractor
Amit Jain (1):
functional-tests: New test cases for metadata extraction for images
Andrej ŽnidarÅ¡iÄ? (1):
Updated Slovenian translation
Carlos Garnacho (15):
TrackerMinerFS: Make DirectoryData refcounted.
TrackerMinerFS: Check recursivity in config when crawling dirs.
Fix build.
Fix compiler warning.
TrackerMinerFS: Improve performance on move operations.
TrackerMinerFS: Fix escaping in some SparQL queries.
Bug #612966 - Non-Recursively Indexed Directories behavior
Bug #606443 - Help kill libegg.
Turn "Could not process" warnings into messages.
Fix a distcheck error.
Fix another distcheck error.
Another distcheck error fix.
Another distcheck error fix.
Another distcheck fix.
Fix another distcheck error.
Chris Coulson (1):
libtracker-client: Install vala bindings
Daniel Nylander (1):
Updated Swedish translation
Deji Akingunola (1):
Fixes GB#609607 - PATCH: Make tracker build without assuming implicit DSO linking
Gintautas Miliauskas (1):
Updated Lithuanian translation.
Ivan Frade (11):
Miner tests: Compile against libtracker-miner to get coverage info
Test tracker-thumbnailer mocking the dbus functions
Ignore -glue.h files in unit test coverage
Unit test for backup/restore (fails)
Remove also journals in backup/restore test
Disable backup test by default, until it is fixed
libtracker-miner: allow to modify miners path in env variable
Add tracker-miner-manager unit test.
NMM: Notifications enabled for nmm:Photo
Fix miner-manager-test build
Add mock miner desktop files
Jorge González (2):
Updated Spanish translation
Updated Spanish translation
Jürg Billeter (59):
NCO: Mark nco:hasIMAddress as subproperty of nco:hasContactMedium
Do not initialize ontologies module in libtracker-db
Move ontology API from libtracker-common to libtracker-data
Update .gitignore
libtracker-data: Do not check for ontology updates in test schema
libtracker-data: Support restore with test schema
libtracker-data: Add Property.table_name property and use it
libtracker-data: Fix free on shared table_name
libtracker-data: Drop virtual property tracker:uri
Update .gitignore
libtracker-data: Introduce resource_buffer_switch helper function
libtracker-data: Allow calling resource_buffer_switch in journal replay
libtracker-data: Support graph_id in resource_buffer_switch
libtracker-data: Avoid duplicating subject string in memory
libtracker-data: Consolidate rdf:type lookup in journal replay
libtracker-data: Drop do_callback param from cache_delete_resource_type
libtracker-data: Drop another do_callback parameter
libtracker-data: Attempt to fix journal replay
libtracker-data: Fix journal replay with insert/delete mix
libtracker-data: Fix replaying delete statements with ID
libtracker-data: Make sure we journal superproperty changes
libtracker-miner: Disable tracker-miner-manager test for now
libtracker-miner: Fix and enable tracker-miner-manager test
libtracker-common: Fix crash with unknown process name
libtracker-data: Fix field name string leak in deletes
libtracker-data: Rename begin_transaction to begin_db_transaction
libtracker-data: Add helper functions for SPARQL transactions
libtracker-data: Support tests checking journal replay
libtracker-data: Call restore callback directly
libtracker-data: Journal imported turtle files
libtracker-data: Do not append to invalid journals
libtracker-data: Fix and reenable backup test
libtracker-db: Do not consider end of journal an error
libtracker-data: Test ontology initialization
libtracker-data: Drop last piece of tracker:uri
libtracker-data: Drop unused volume handling functions
libtracker-data: Remove unused property 'filtered' from TrackerProperty
libtracker-data: Add test for anonymous blank nodes
libtracker-data: Do not register properties with GObject
libtracker-db: Remove unused functions
libtracker-db: Reenable tracker-db-dbus test
libtracker-db: Remove unused user-defined SQLite functions
libtracker-common: Remove unused file utility functions
libtracker-common: Remove unused TurtleWriter
libtracker-common: Remove unused string utility functions
libtracker-fts: Remove unused functions
libtracker-data: Remove unused set_super_ functions
libtracker-data: Remove unused tracker_property_type_to_string
libtracker-data: Remove unused tracker_property_set_data_type
libtracker-db: Remove unused support for blobs
libtracker-common: Remove unused language functions
NCO: Remove inverse function constraint from nco:imID
Ignore generated tracker-marshal.* files in unit test coverage
libtracker-db: Remove unused user-defined aggregate SQLite functions
libtracker-data: Add basic/base-prefix-3 test
libtracker-data: Add predicate variable test
libtracker-miner: Fix parallel build
Update .gitignore
libtracker-client: Make SparqlBuilder.state public
Martyn Russell (23):
tracker-extract: Don't try to spawn odt2txt if it isn't installed
tracker-extract: Cleaned up the oasis code
Fixes GB#494441, Lack of icon for "Indexing Preferences" in Launch menu on Solaris
Fixes GB#494438, tracker-preferences title should be "Indexing Preferences"
Fixes GB#497670, Remove "startup delay" hack from the prefs
Fixes GB#497671, Clarify indexing options
Fixes GB#579062, mktime() related error
libtracker-miner: Fixed #ifndef and #define statements to be consistent
libtracker-miner: Fixed include orders
libtracker-miner: Cleaned up example code for TrackerPasswordProvider
libtracker-miner: tracker_password_provider_store_password() now returns a boolean
libtracker-miner: Move password provider test to tests
libtracker-miner: Fixed examples Makefile, remove password provider app
libtracker-miner: Rename password provider implementations
libtracker-miner: Removed all "Mode: C; tab-width: 8 ..." instances
libtracker-miner: General code clean ups
libtracker-miner: Use GType for TrackerMinerWeb association property
libtracker-miner: Small clean ups in password-provider.h
libtracker-miner: Document TrackerPasswordProvider and TrackerMinerWeb
libtracker-miner: Fix lock/unlock API for TrackerPasswordProvider
Merge branch 'miner-rss'
Updated NEWS
Bumped version
Michael Biebl (1):
Revert "tracker-extract: Don't try to spawn odt2txt if it isn't installed"
Michele Tameni (4):
Fixes GB#612749, Fix include of libtracker-client/tracker-client.h in libtracker-miner/tracker-miner.h
Merge miner rss project into tracker tree
tracker-miner-rss: Added support for GeoRss
tracker-miner-rss: Resyling, added logging capability, and relative -v (verbosity), added check callbacks when saving contents
Philip Van Hoof (14):
plugins: evolution: Fixed for upstream symbol rename in 2.29.1
tests: Avoid journal validity test for most unit tests
NFO: Fixed rdfs:range for nfo:codec
libtracker-data: Move replay_journal to tracker-data-update.c
libtracker-data: Pass ID->Class and ID->Property map to journal_replay
libtracker-data: STATEMENT_INSERT journal replay performance improvement
libtracker-data: STATEMENT_DELETE journal replay performance improvement
libtracker-data: Prepare resource creation for ID values
libtracker-data: STATEMENT_INSERT_ID journal replay performance improvement
libtracker-data: STATEMENT_DELETE_ID journal replay performance improvement
libtracker-data: Attempt at fixing journal replay, delete
libtracker-data: Fix constraint error warnings during journal replay
libtracker-data: Transaction logic in journal-replay
libtracker-data: Keep VmRSS under control during journal replay
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]