summaryrefslogtreecommitdiff
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
...
* Update .gitignoreJürg Billeter2011-03-181-0/+1
|
* tracker-extract: Use module manager from libtracker-extractCarlos Garnacho2011-03-153-27/+29
| | | | Also fixed mockup example to use new APIs
* build: ignore some built files in gitAleksander Morgado2011-03-141-0/+1
|
* Removing libtracker-client related filesIvan Frade2011-03-021-1/+0
|
* examples: Don't forget to free structure in async-connectionMartyn Russell2011-03-021-0/+2
|
* examples: Don't forget class-signal.cMartyn Russell2011-03-021-0/+111
|
* examples: Move async-connection and class-signal to libtracker-sparql subdirMartyn Russell2011-03-027-132/+7
|
* examples/async-connection: Updated to be fully asyncMartyn Russell2011-03-021-29/+126
|
* examples: Added an example that uses async connection constructionPhilip Van Hoof2011-02-224-5/+96
|
* NMO: Remove nmo:Mailbox and nmo:plainTextMessageContentJürg Billeter2011-01-262-2/+2
| | | | They were deprecated 13 months ago.
* examples: class-signal: GDBus port of the class signal examplePhilip Van Hoof2011-01-182-64/+43
|
* tracker-extract: Relicense to LGPL from GPLJürg Billeter2011-01-131-7/+7
|
* libtracker-miner: Fix progress percentage duplicates in signal emissionsMartyn Russell2010-12-271-6/+6
|
* Merge branch 'music-album-domain-index'Martyn Russell2010-11-101-0/+3
|\
| * tracker-extract: Migrate to nie:title from nmm:albumTitleMartyn Russell2010-11-031-0/+3
| |
* | functional-tests: Do not use dbus-glib where not necessaryJürg Billeter2010-11-101-3/+11
|/
* build: Replaced all trailing tabs before \ for spaces in Makefile.amsMartyn Russell2010-10-275-31/+31
| | | | Also standardise the width to 55 characters (unless line is longer)
* class-signal: Cleaned up order of example Makefile.amMartyn Russell2010-10-271-5/+6
|
* libtracker-miner: Cleaned up order of example Makefile.amMartyn Russell2010-10-271-9/+9
|
* build: Use AM_CPPFLAGS now INCLUDES is deprecatedMartyn Russell2010-10-273-3/+3
|
* class-signals: Fixed example CFLAGS/LIBS and removed unnecessary #defines in ↵Martyn Russell2010-10-272-21/+13
| | | | test
* libtracker-miner: Fixed example LIBSMartyn Russell2010-10-271-10/+2
|
* libtracker-extract: Fixed example LIBSMartyn Russell2010-10-271-2/+2
|
* examples: Cleaned up CFLAGS/LIBSMartyn Russell2010-10-272-14/+13
|
* build: Don't include specific directories, just src/Martyn Russell2010-10-272-2/+0
| | | | | | | This required fixing the Vala generated files using --includedir and also some tests/utils. NOTE: At this point make distcheck passes with these changes
* build: Remove WARN_CFLAGS and GCOV_{CFLAGS|LIBS}, use BUILD_{CFLAGS|LIBS} ↵Martyn Russell2010-10-271-5/+2
| | | | instead
* Fixes: Bug 629850 - Undefined reference errors during buildDeji Akingunola2010-10-181-0/+1
|
* libtracker-sparql: Added get_async() and get_direct_async() for ConnectionMartyn Russell2010-09-291-1/+1
| | | | | | 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.
* Fixes GB#628859: Ship examples/rss-reader/initial-data.ttl in tarballsAleksander Morgado2010-09-061-0/+1
|
* Fixes GB#628536: Don't install ui files for example utilsAleksander Morgado2010-09-021-4/+1
|
* tracker-store, examples, tests: Renamed ClassSignal to GraphUpdatedPhilip Van Hoof2010-09-011-1/+1
|
* libtracker-data, tracker-store, etc: Add graph_id to the class-signal APIPhilip Van Hoof2010-09-011-1/+3
|
* Rename tracker:subject() to tracker:uri()Philip Van Hoof2010-09-011-1/+1
|
* functional-tests: class-signal: Add performance testPhilip Van Hoof2010-09-011-0/+1
|
* examples: class-signal: Remove unneeded codePhilip Van Hoof2010-09-011-8/+0
|
* examples: class-signal: Add example in plain CPhilip Van Hoof2010-09-013-1/+154
|
* build: Fixed a myriad of build issuesMartyn Russell2010-08-1611-579/+4
| | | | | | | | - Removed examples/tracker-steroids, unused now. - Fixed all tracker-extract/*.c includes using libtracker-client - Fixed TRACKER_IS_SPARQL_BUILDER for _SPARQL_IS_BUILDER - Fixed Makefile.am includes and linking with libtracker-client were not needed
* tracker-extract: Drop use of libtracker-client functionJürg Billeter2010-08-161-4/+4
|
* Update .gitignoreJürg Billeter2010-06-231-0/+5
|
* libtracker-client: Drop tracker_result_iterator_has_nextJürg Billeter2010-06-224-12/+4
| | | | Merged into tracker_result_iterator_next to simplify API.
* Steroids-client: Code cleanup, phase 1 - examples/ and libtracker-client/Martyn Russell2010-06-227-90/+94
|
* libtracker-client: Do not expose fast versions as separate APIJürg Billeter2010-06-222-2/+3
| | | | | This currently breaks the update benchmark as the client cannot disable FD passing anymore.
* Add Steroids example clientAdrien Bustany2010-06-228-1/+575
| | | | | | | This commit adds a steroids-sparql program. This program shows how to use the tracker_resources_sparql_query_iterate function to do a query and fetch the results. It does exactly the same thing as tracker-sparql -q.
* Use python instead of python2.5 in the scriptsIvan Frade2010-06-022-2/+2
|
* Several modifications in the build structure, including VPATH buildsAleksander Morgado2010-05-142-0/+4
| | | | | | | | | | | | * Also fixed GB#616808: The user can now rebuild PNG files from the sources in the distribution tarball. And PNG files are only removed in make maintainerclean. * Same for the ontology XML files, they can now be rebuilt from the sources in the distribution tarball, and will only be removed in make maintainerclean. * Support for VPATH builds, where $(srcdir) != $(builddir)
* Improve GDKPIXBUF linkingMichael Biebl2010-04-141-1/+0
|
* Improve HAL linkingMichael Biebl2010-04-141-2/+1
|
* Improve DEVICEKIT_POWER linkingMichael Biebl2010-04-141-2/+0
|
* Improve PANGO linkingMichael Biebl2010-04-141-1/+0
|
* Improve UNAC linkingMichael Biebl2010-04-141-1/+0
|