[tracker-miners] Created tag 0.12.0
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker-miners] Created tag 0.12.0
- Date: Mon, 24 Aug 2020 21:15:36 +0000 (UTC)
The signed tag '0.12.0' was created.
Tagger: Martyn Russell <martyn lanedo com>
Date: 1315562156 +0100
Release 0.12.0
Changes since the last tag '0.11.2':
Adrien Bustany (2):
Thunderbird plugin: bump compatibility to 7.0.*
Firefox plugin: bump compatibility to 6.0.*
Aleksander Morgado (9):
tracker-extract: remove unneeded source file
tracker-extract,gstreamer: if possible, use Tagreadbin backend in the Discoverer
tests: fix indentation in libtracker-extract/xmp functional tests
tests: ensure XMP test files are found when srcdir != builddir
libtracker-miner: new tracker_miner_fs_force_mtime_checking() method
tracker-miner-fs: force mtime checks on inconsistent mounts
libtracker-miner: clear forced mtime check directories once first crawled
libtracker-extract: ensure valid dbus connection when cancelling tasks
libtracker-extract: plug a leak
Bruce Cowan (1):
Updated British English translation
Carlos Garnacho (13):
ontology: Remove tracker:writeback property from nao:prefLabel
tracker-miner-applications: Handle desktop files of type=Link
libtracker-sparql: Allow append() on embedded inserts in TrackerSparqlBuilder
libtracker-extract: Move TrackerExtractInfo out to its own header
tracker-extract: Pass a TrackerExtractInfo to the exported extract function
tracker-extract: Add a "graph" parameter to dbus methods
tracker-extract: Pass the graph down to extract modules
tracker-extract: use provided graph when inserting keywords from GIF images
tracker-extract: use provided graph when inserting keywords from JPEG images
tracker-extract: use provided graph when inserting keywords from TIFF images
tracker-extract: use provided graph when inserting keywords from PNG images
tracker-extract: use provided graph when inserting keywords from PDF documents
Revert "ontology: Remove tracker:writeback property from nao:prefLabel"
Claude Paroz (1):
Updated French translation
Daniel Mustieles (1):
Updated Spanish translation
Fran Dieguez (1):
Updated galician translations
Ivan Frade (18):
functional-tests: Allow to run one specific .expected file in the 400-extractor.py
functional-tests: Fail instead of error when gstreamer plugin not preset. Handle correctly nao:Tags.
functional-tests: Print the current test name before running it
libtracker-extract: Unit test to read regions in the XMP metadata
libtracker-extract: Very first implementation of the Region extraction from XMP
NFO: Regions of interest in images
NFO: Add cardinality restrictions to the properties
libtracker-extract: test for XMP with custom namespaces prefixes
libtracker-extract: handle correctly XMP namespaces
libtracker-extract: new function to generate sparql of the region struct
tracker-extract: JPEG: generate sparql for the regions of interest in the metadata
functional-tests: Test for "INSERT OR REPLACE does not update superproperties"
functional-tests: extraction test, support <uuid> urls
functional-tests: PNG with regions of interest for the extraction test data
tracker-extrcat: GIF: build Sparql for regions of interest in XMP
tracker-extract: PDF: build sparql for regions of interest in XMP
tracker-extract: TIFF: build sparql for regions of interest in XMP
functional-tests: JPG with regions of interest to test extraction
Jürg Billeter (18):
tracker-extract-mp3: Do not always use guessed encoding for ID3v2
tests/libtracker-extract: Fix orientation test
tracker-evolution: Refactor convert_url_to_whatever to message_uri_build
tracker-evolution: Add support for Evolution 3.2
SPARQL: Ensure that WHERE clause is evaluated before performing updates
libtracker-data: Do not error out when deleting non-existing statement
SPARQL: Add Solution helper class
SPARQL: Use single hash table and array for all update solutions
Merge branch 'nb242979'
libtracker-sparql: Add tracker_sparql_cursor_close
tracker-miner-fs: Reindex applications on locale change
libtracker-data: Use ontology from database if cache is unavailable
thunderbird: Fix Makefile
libtracker-data: Remove useless calls before exit on database corruption
libtracker-data: Do not delete database and do not exit on corruption
libtracker-common: Do not delete old log
libtracker-sparql: Reference .so.0 instead of .so in typelib
functional-tests: Remove expected failure annotation from NB#281201 test
Marek Černocký (1):
Updated Czech translation
Mario Blättermann (1):
[l10n] Updated German translation
Martin Srebotnjak (1):
Updated Slovenian translation
Martyn Russell (32):
tracker-miner-fs: Use XDG locations not static values for desktop files
Merge branch 'dlna-mime'
tracker-extract-gstreamer: Don't mention URI for dlna debugging
tracker-extract-gupnp-dlna: Initialise all variables in MetadataExtractor struct
Merge branch 'orientation-fix'
libtracker-sparql: Don't package .gir/.typelib files in tarballs
tracker-control: Add work for initial --get-log-verbosity
tracker-control: Add work for initial --set-log-verbosity
tracker-control: Added man page documentation for --{get|set}-log-verbosity
Merge branch 'tracker-control-verbosity'
tracker-miner-fs: Check URL is provided for desktop file Type=Link
Merge branch 'handle-desktop-links'
tracker-miner-fs: Improve query performance for updating tracker:available on mounting
libtracker-extract: Fixed some small coding style issues
tracker-extract: Fix potential memory leak with XMP where string
tracker-extract: Fixed reference to non-existent variable
libtracker-extract: Fixed missing "Since" in documentation
libtracker-extract: Fixed unit tests which now require a graph parameter
Merge branch 'wip/extract-graphs'
libtracker-extract: Fix coding style issues
libtracker-extract: Don't assume ':' exists in every path we iterate
libtracker-extract: Use GSlice and free TrackerXmpRegion structures
libtracker-extract: Fixed memory leak in iterate_simple() for XMP data
tracker-extract: Fix a number of memory leaks
libtracker-extract: Return TRUE in tracker_xmp_apply_regions() if no regions
libtracker-extract: Support graph in tracker_xmp_apply_regions()
libtracker-extract: Remove where and uri args from tracker_xmp_apply_regions()
Merge branch 'experiment-with-roi'
tracker-extract: Don't leak where clause in image extractions
Merge branch 'forced-mtime-check-per-directory'
build: Require GLib 2.28 (was 2.26)
Release 0.12.0
Mikael Ottela (2):
NMM: Add property nmm:dlnaMime for dlna specific mimetypes tracker-extract-gstreamer: Add support for
dlnaMime
libtracker-extract: Fix the orientation handling in xmp
Philip Van Hoof (35):
tracker-extract: Avoid albumart duplicates for embedded
tracker-extract: Avoid albumart duplicates for cover.jpg
tracker-extract: Avoid albumart duplicates for cover.png
tracker-extract: Add code comments about handling album art
tracker-extract: Remove temp file in case of convert + symlink
tracker-extract: Handle artist=null use-case for cover.jpg/png too
tracker-extract: Set retval to false if contents can't be read
tracker-extract: Fix whitespace issues
tracker-extract: Use incremental checksum calc to avoid memory use
tracker-extract: Support detecting non-jpeg embedded album art
tracker-extract: Bugfix, strcmp wrongly used and double free
Merge branch 'avoid-album-art-duplicates'
tracker-extract: Fix memleak after own review, obvious one
tracker-extract: Fix memory leak on stream
tracker-extract: Improve error debugging for album art handling
Fix crash in case of error in MeeGo Harmattan locale handling
tracker-extract, mp3: Do all inserts in miner-fs's graph
examples/libtracker-extract: Fix mockup example's API usage
tracker-extract, mp3: Don't use the graph in the deletes
tracker-extract, flac: Do all inserts in miner-fs's graph
tracker-extract, gif: Do all inserts in miner-fs's graph
tracker-extract, gstreamer: Do all inserts in miner-fs's graph
tracker-extract, jpeg: Do all inserts in miner-fs's graph
tracker-extract, libxine: Do all inserts in miner-fs's graph
tracker-extract, mplayer: Do all inserts in miner-fs's graph
tracker-extract, pdf: Do all inserts in miner-fs's graph
tracker-extract, png: Do all inserts in miner-fs's graph
tracker-extract, tiff: Do all inserts in miner-fs's graph
tracker-extract, totem: Do all inserts in miner-fs's graph
tracker-extract, vorbis: Do all inserts in miner-fs's graph
tracker-extract, libtracker-extract, xmp: Do all inserts in miner-fs's graph
libtracker-data: Fix using null with date fields in insert or replace
tracker-extract, gif: Fix compilation error for GIF extractor
First delete in case superprop is multivalue and prop isn't for IorR
libtracker-miner: Add the file to which the symlinks point in don't-remove list
Piotr Drąg (1):
Updated Polish translation
Sam Thursfield (10):
tracker-extract-gstreamer: Remove redundant tag definitions
tracker-extract-gstreamer: Don't check for GST_TAG_DEVICE_MAKE
tracker-evolution: Fix compile with Evolution 2.9x
functional-tests: Use correct argv in 400-extractor.py
functional-tests: Run tests inside an isolated DBus instance
functional-tests: Refactor common/utils/helpers.py
functional-tests: Run all tests with a fake $HOME sandbox
functional-tests: Make quiet by default
functional-tests: Only run tests that are +x
Merge branch 'functional-test-improvements'
Stefano Facchini (1):
libtracker-miner: fix error propagation in tracker_miner_manager_new_full
Vincent Untz (2):
thunderbird: Fix .desktop file
thunderbird: Do not call update-desktop-database when building packages
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]