Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tracker-extract: Use module manager from libtracker-extract | Carlos Garnacho | 2011-03-15 | 1 | -59/+14 |
| | | | | Also fixed mockup example to use new APIs | ||||
* | libtracker-extract: Add extractor modules manager. | Carlos Garnacho | 2011-03-15 | 3 | -0/+337 |
| | | | | | | | | | | | | This manager parses a directory of keyfiles, describing rules for matches, the modules aren't preloaded on initialization, instead they are loaded lazily as needed. This supersedes the module loading within src/tracker-extract/tracker-extract.c, and will be used as a replacement in following commits. The specific/generic matching there can be replaced by rules at different priorities calling the same module. | ||||
* | libtracker-extract: Fix usage of strptime() when parsing dates without timezone | Aleksander Morgado | 2011-03-14 | 1 | -2/+21 |
| | | | | | | Input dates without timezone should be treated as localtime, not as UTC. Fixes NB#233828 | ||||
* | libtracker-extract: Improve some comments | Aleksander Morgado | 2011-03-14 | 2 | -13/+13 |
| | |||||
* | libtracker-common, libtracker-extract: Don't confuse uri with path | Philip Van Hoof | 2011-02-23 | 1 | -4/+1 |
| | |||||
* | libtracker-extract, tests: Ported XMP to use newer SLO ontology | Philip Van Hoof | 2011-02-16 | 1 | -24/+5 |
| | |||||
* | build: Removed dbus-glib from pkg-config unless needed and fixed includes | Martyn Russell | 2011-01-18 | 1 | -1/+2 |
| | | | | | | | | | | | | | We now split the old dbus-glib work into libtracker-common/tracker-dbus-glib.h so old locations can include that specifically. It is not in the libtracker-common/tracker-common.h because that will eventually go. Headers now don't include libtracker-common/tracker-dbus.h in a lot of places they don't need to. tracker-control: Removed dbus-glib dependency. Removed unused dbus-binding-tool client generation. | ||||
* | libtracker-extract: Rename *from_filename* to *from_file* | Martyn Russell | 2010-12-15 | 2 | -24/+28 |
| | | | | For the Guarantee API | ||||
* | libtracker-extract: Update API to allow one function call from extractors | Martyn Russell | 2010-12-15 | 2 | -33/+112 |
| | | | | | | | The idea here is that we don't do the NULL checks, etc everywhere, but instead we pass a value in and the uri so we can retrieve the data and guarantee a value *if* it wasn't in the value passed in in the first place. | ||||
* | libtracker-extract: Added -guarantee module | Martyn Russell | 2010-12-15 | 4 | -0/+133 |
| | | | | | | | | This is designed to use an existing value or guarantee a value from the file in some way (in most cases). For now this module just does the guessing, next will come the checking existing values | ||||
* | tracker-extract, libtracker-extract: Free addruri everywhere | Philip Van Hoof | 2010-11-24 | 1 | -1/+2 |
| | |||||
* | libtracker-sparql: Use uuid_unparse_lower instead of Checksum for formatting | Philip Van Hoof | 2010-11-24 | 1 | -1/+1 |
| | |||||
* | libtracker-extract: xmp: Fixed nested use of anonymous blank nodes | Philip Van Hoof | 2010-11-24 | 1 | -15/+23 |
| | | | | Fixes NB#202291 | ||||
* | build: Replaced all trailing tabs before \ for spaces in Makefile.ams | Martyn Russell | 2010-10-27 | 1 | -22/+22 |
| | | | | Also standardise the width to 55 characters (unless line is longer) | ||||
* | libtracker-extract: Merge IPTC/EXIF/EXEMPI into CFLAGS/LIBS | Martyn Russell | 2010-10-27 | 1 | -9/+3 |
| | |||||
* | build: Use AM_CPPFLAGS now INCLUDES is deprecated | Martyn Russell | 2010-10-27 | 1 | -1/+1 |
| | |||||
* | build: Don't include specific directories, just src/ | Martyn Russell | 2010-10-27 | 1 | -1/+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 Russell | 2010-10-27 | 1 | -5/+2 |
| | | | | instead | ||||
* | libtracker-extract: Clean up CFLAGS/LIBS | Martyn Russell | 2010-10-27 | 1 | -4/+2 |
| | |||||
* | libtracker-extract: xmp: Add mlo:asPostalAddress | Philip Van Hoof | 2010-10-25 | 1 | -1/+29 |
| | | | | Fixes NB#199131 | ||||
* | libtracker-extract, libtracker-miner, libtracker-sparql: Added Since: tags ↵ | Martyn Russell | 2010-09-30 | 4 | -12/+12 |
| | | | | | | to docs Also changed all 0.9 cases to 0.10 | ||||
* | NFO, tracker-extract, libtracker-extract, flickr: Change nfo:Equipment to ↵ | Philip Van Hoof | 2010-09-07 | 2 | -13/+25 |
| | | | | use canonical uris | ||||
* | tracker-extract, libtracker-extract: Adapted extractors to nfo:Equipment ↵ | Philip Van Hoof | 2010-09-07 | 1 | -5/+13 |
| | | | | ontology change | ||||
* | build: Fixed a myriad of build issues | Martyn Russell | 2010-08-16 | 4 | -5/+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 | ||||
* | libtracker-extract: Move to libtracker-sparql from libtracker-client | Martyn Russell | 2010-08-16 | 1 | -1/+1 |
| | |||||
* | Fixes NB#173206, use nfo:device and merge make and model correct for videos | Philip Van Hoof | 2010-06-08 | 1 | -1/+1 |
| | |||||
* | libtracker-extract: Add docs for public API | Philip Van Hoof | 2010-05-27 | 1 | -0/+11 |
| | |||||
* | tracker-extract, libtracker-extract: Bugfix NB#170142: avoid duplicate tags | Philip Van Hoof | 2010-05-26 | 3 | -39/+81 |
| | |||||
* | libtracker-extract: text_len is unsigned, made it signed | Philip Van Hoof | 2010-05-24 | 2 | -4/+8 |
| | |||||
* | libtracker-extract: XMP: Protect against division by zero | Philip Van Hoof | 2010-05-21 | 1 | -1/+4 |
| | |||||
* | libtracker-extract: text_len is unsigned, so this check had no point | Philip Van Hoof | 2010-05-21 | 1 | -6/+2 |
| | |||||
* | tracker-extract: XMP: Fix strings that go like "n1/n2" that are xsd:double | Philip Van Hoof | 2010-05-21 | 1 | -4/+24 |
| | |||||
* | Avoid the use of GIOChannels | Aleksander Morgado | 2010-05-18 | 1 | -1/+1 |
| | |||||
* | tracker-extract: Some code clean ups from review | Martyn Russell | 2010-05-18 | 2 | -23/+49 |
| | |||||
* | tracker_text_validate_utf8 can return only the number of valid UTF-8 bytes | Aleksander Morgado | 2010-05-18 | 2 | -12/+22 |
| | |||||
* | Fixes GB#616845 - Avoid word counting in the extractors | Aleksander Morgado | 2010-05-18 | 2 | -9/+60 |
| | | | | | | | | | | * New max_bytes parameter added to tracker-extract config file. Extractors will read up to that configured limit. * Removed the need of reading the FTS config file from tracker-extract. * Word counting not done now in the extractors. Note: As a side-effect, last word extracted when reached max_bytes may get cut and only first chunk of it extracted. | ||||
* | Several modifications in the build structure, including VPATH builds | Aleksander Morgado | 2010-05-14 | 1 | -0/+1 |
| | | | | | | | | | | | | * 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) | ||||
* | TrackerXMP: Do not modify setlocale() return value, as it's statically stored. | Carlos Garnacho | 2010-05-05 | 1 | -10/+19 |
| | | | | | Also, do not perform a setlocale(..., NULL) call on every iteration, instead store the resulting value, as that's more than unlikely to change on runtime. | ||||
* | tracker-extract: Bugfix for NB#166767, spaces aren't keyword separators | Philip Van Hoof | 2010-05-04 | 1 | -2/+2 |
| | |||||
* | libtracker-extract (tracker_date_guess): Protect against invalid values. | Carlos Garnacho | 2010-05-04 | 1 | -0/+4 |
| | |||||
* | libtracker-extract: Fix fallback for metering mode. | Carlos Garnacho | 2010-05-04 | 1 | -1/+0 |
| | |||||
* | tracker-extract: NB#166717 Combine multiple keywords together for IPTC | Philip Van Hoof | 2010-05-04 | 1 | -0/+5 |
| | |||||
* | libtracker-extract: Use proper types for tracker_getline() | Philip Van Hoof | 2010-04-29 | 2 | -6/+6 |
| | |||||
* | tracker-extract: Add tracker_getline() docs | Philip Van Hoof | 2010-04-29 | 1 | -0/+15 |
| | |||||
* | tracker-extract: NB#166080: ignore stuff exiftool adds to Copyright fields | Philip Van Hoof | 2010-04-28 | 1 | -1/+10 |
| | |||||
* | tracker-extract, libtracker-extract: GB#579051, Provide a tracker_getline | Philip Van Hoof | 2010-04-28 | 2 | -1/+99 |
| | | | | For platforms that miss the getline() function. | ||||
* | Improve GDKPIXBUF linking | Michael Biebl | 2010-04-14 | 1 | -2/+0 |
| | |||||
* | libtracker-extract: Fixed a number of documentation issues | Martyn Russell | 2010-04-14 | 6 | -38/+44 |
| | | | | | | | | - Make sure we don't compile deprecated code - Fixed documentation errors with missing or additional parameters - Fixed XMP test case which was using deprecated functions - Added missing functions to sections gtkdoc file - Added deprecation information to the documentation | ||||
* | libtracker-extract: Added deprecation information to documentation | Martyn Russell | 2010-04-14 | 1 | -0/+5 |
| | |||||
* | tracker-extract: Fixes NB#161047: X/Y resolution of images | Philip Van Hoof | 2010-04-13 | 2 | -0/+22 |
| |