summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Release 0.9.240.9.24Martyn Russell2010-10-071-1/+1
|
* libtracker-sparql: Document the Wait() API briefly and update examples in ↵Martyn Russell2010-10-072-8/+18
| | | | documentation
* Updated NEWSMartyn Russell2010-10-071-0/+43
|
* libtracker-data: Bumped DB versionMartyn Russell2010-10-071-2/+3
|
* functional-tests: Fixed tokens names in the AEGIS fileIvan Frade2010-10-071-2/+2
|
* libtracker-miner: Make vapi compatible with Vala 0.11.0Philip Van Hoof2010-10-071-0/+2
|
* unit tests, tracker-sparql: include locale headerAleksander Morgado2010-10-071-0/+1
|
* unit tests, tracker-sparql: Assume en_US.utf8 locale for a proper collationAleksander Morgado2010-10-061-0/+2
|
* functional-tests: more verbosity on errors. Check the tests let the dirs as ↵Ivan Frade2010-10-061-1/+12
| | | | expected.
* functional-tests: dont start manually the store, let the miner-fs invoke itIvan Frade2010-10-061-1/+0
|
* functional-tests: Wait for the store before starting the testsIvan Frade2010-10-062-1/+3
|
* functional-tests: add Wait method to the store wrapperIvan Frade2010-10-062-0/+14
|
* Create AEGIS security file on build timeIvan Frade2010-10-062-1/+81
|
* tracker-miner-fs: Fix mountpoint setupAleksander Morgado2010-10-061-1/+1
|
* utils: fix distcheckAleksander Morgado2010-10-061-0/+1
|
* utils, mtp-dummy: Use tracker coding styleAleksander Morgado2010-10-061-351/+329
|
* utils: Added new mtp sync simulatorAleksander Morgado2010-10-065-1/+500
|
* Depend on automake 1.11 for Vala supportMartyn Russell2010-10-061-1/+1
|
* libtracker-data: Update test results for NMO ontology updateJürg Billeter2010-10-062-0/+10
|
* NMO: Fix predefined phone message foldersJürg Billeter2010-10-061-5/+5
|
* configure.ac: Make sure sqlite is compiled thread-safeAleksander Morgado2010-10-062-4/+61
|
* libtracker-data: Add test case for ORDER BY property functionJürg Billeter2010-10-056-1/+63
|
* SPARQL: Use COLLATE in SQL for variables and property functionsJürg Billeter2010-10-052-0/+14
| | | | | | This fixes collation when subselects are involved. Fixes NB#195394.
* ontologies: Updating lastmodificationdate of NMO ontologyIvan Frade2010-10-051-1/+1
|
* Before: MMS subclass of SMS and EmailIvan Frade2010-10-051-24/+103
| | | | After: MMS and SMS subclasses of a new PhoneMessage class.
* Ontologies: adding comments in the ontologyIvan Frade2010-10-051-1/+18
|
* configure.ac: removed the message regarding fd-passing support from the ↵Aleksander Morgado2010-10-051-1/+0
| | | | configure report
* Fixes NB#196143, tracker-info core dumps with NULL cursor getting prefixesMartyn Russell2010-10-051-0/+14
|
* plugins: Evolution: Fixed build error with updated ↵Vincent Untz2010-10-041-3/+3
| | | | tracker_sparql_connection*() API
* configure.ac: Don't fail if evolution headers are absentAdrien Bustany2010-10-011-1/+2
|
* SPARQL: Use named graph of WITH clause in WHERE pattern of updatesJürg Billeter2010-10-011-6/+0
| | | | | | The same applies to the deprecated INSERT INTO and DELETE FROM syntax. Fixes NB#194677.
* tracker-miner-fs: Fix use of graphs on updatesJürg Billeter2010-10-012-26/+28
|
* libtracker-sparql: Support GRAPH in SPARQL builderJürg Billeter2010-10-011-2/+36
|
* Release 0.9.230.9.23Martyn Russell2010-09-301-1/+1
|
* Updated NEWSMartyn Russell2010-09-301-0/+41
|
* libtracker-sparql: Updated documentation warnings/errorsMartyn Russell2010-09-304-93/+97
|
* libtracker-sparql: Fix test case when FTS is disabledMartyn Russell2010-09-301-3/+3
|
* libtracker-extract, libtracker-miner, libtracker-sparql: Added Since: tags ↵Martyn Russell2010-09-3012-24/+146
| | | | | | to docs Also changed all 0.9 cases to 0.10
* ontology: add authorization status properties to im addressIvan Frade2010-09-301-1/+28
|
* Ontology: added signals to Album, Artist and Imagelist (Meego#7202)Ivan Frade2010-09-301-1/+4
| | | | Requested in Meego.
* Merge branch 'async-get-connection'Martyn Russell2010-09-3020-93/+462
|\
| * libtracker-sparql: Updated documentation got async-get-connection casesMartyn Russell2010-09-302-40/+109
| | | | | | | | Also fixed some missing stubs in the sections file
| * libtracker-sparql: Added locking to sync/async connection_get() methodsMartyn Russell2010-09-292-8/+75
| |
| * libtracker-sparql: Fixed build failure with new connection_get() APIMartyn Russell2010-09-291-1/+1
| |
| * libtracker-sparql: Don't always assume direct_only in get_internal_async()Martyn Russell2010-09-291-1/+1
| |
| * libtracker-sparql: Fixed waiting for service for connection.get_async()Martyn Russell2010-09-297-58/+155
| |
| * libtracker-sparql: Added get_async() and get_direct_async() for ConnectionMartyn Russell2010-09-2915-47/+183
| | | | | | | | | | | | Currently everythign is async and working down to the Backend which needs some way of calling the module_init() can waiting for the store asynchronously. This needs a bit more thought.
* | functional-test: Remove expected failure from functional testPhilip Van Hoof2010-09-301-1/+0
| |
* | libtracker-data: Fix db corruption testPhilip Van Hoof2010-09-301-16/+34
| | | | | | | | Fixes NB#195547
* | functional-tests: Journal replay is expected to fail due bugIvan Frade2010-09-301-1/+2
| |