[libmediaart] Created tag 0.1.0
- From: Martyn James Russell <mr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libmediaart] Created tag 0.1.0
- Date: Fri, 1 Nov 2013 12:21:42 +0000 (UTC)
The signed tag '0.1.0' was created.
Tagger: Martyn Russell <martyn lanedo com>
Date: Fri Nov 1 12:20:02 2013 +0000
Release 0.1.0
Changes:
Aleksander Morgado (22):
libtracker-miner: several documentation related fixes
Fixes NB#172818: Tracker is not indexing new content on EMMC
libtracker-miner: Use GMounts instead of GVolumes
Fixes GB#621001: don't allow whitespaces in UUIDs
libtracker-miner: properly detect removable media
libtracker-miner: don't consider shadowed GMounts
libtracker-miner: minor indentation fixes
libtracker-miner, miner-fs: remove trailing whitespaces
libtracker-miner: support GMounts without GVolume in mount_guess_content_type()
Fixes GB#621015: Index removable media when miner-fs starts and configured to do so
libtracker-miner: New tracker_storage_get_type_for_uuid API method
libtracker-miner: New helper macros to work with storage types
Fixes GB#623203: Fix segfault when guessing content type in mounts without path
libtracker-miner: small alignment fixes
libtracker-miner: avoid dead code in mount_guess_content_type()
libtracker-miner, storage: improve logging
libtracker-miner, storage: if mount without volume, don't rely on is_blank
libtracker-miner, storage: Fix memleak, GUnixMountEntry was not being disposed
docs, libtracker-miner: Added missing 'Since:' tags
libtracker-miner,storage: Fix indentation/alignment
libtracker-miner,storage: Improve logging
libtracker-miner,storage: Skip mount points without mount path
Arnel A. Borja (13):
Remove tracker from prefixes of identifiers
Fix some includes
Add introspectable bindings
cache: Add missing annotations and other doc fixes
Move headers to libmediaart subdirectory
Add pkg-config metadata file
build: Move tracker-storage to libmediaart
libmediaart: Add marshaler
build: Require gio-2.0 and gio-unix-2.0 too
extract: Use TrackerStorage to check if file is in a removable medium
tests: Fix includes
build: Fix distcheck
Rename LICENSE to COPYING, and add COPYING.LESSER
Carlos Garnacho (12):
Plug some leaks in libtracker-miner.
TrackerStorage: Add flag set to determine storage type.
libtracker-miner: Add single tracker-miner.h header.
libtracker-miner,storage: Use g_mount_guess_content_type() to guess mountpoints' contents
libtracker-miner: Add introspection annotation to docs.
libtracker-miner: Add watchdog for failed unmounts
libtracker-miner: Make the failed unmounts watchdog more relaxed
cache: Add media_art_get_file()
extract: Add media_art_process_file()
extract: remove unused function parameter
extract: Fix two compile warnings
extract: Include two missing headers
Jens Georg (4):
tests: Add testcase for nested blocks
g-i: Add Gio-2.0 to dependencies
g-i: Fix annotations for MediaArt.process_file
g-i: Fix annotations for MediaArt.process
Jürg Billeter (1):
libtracker-miner: Fix C warnings
Lionel Landwerlin (1):
libtracker-miner,storage: do not rely on g_drive_is_media_removable()
Lionel Landwerling (1):
libtracker-miner: Add mount-name to tracker:Volume as nie:title Author: Lionel Landwerling <lionel g
landwerlin linux intel com>
Martyn Russell (54):
Initial commit
libtracker-common: Renamed albumart test to media-art
libtracker-common: Fix distcheck failure with new media art handling
tracker-extract: Added 'max-media-art-width' config option
all: Remove use of g_type_init() now it's deprecated in GLib since 2.35.x
build: Initial import of files needed to make new project here...
build: Remove gettext requirement
build: Fixed distcheck issues
Merge pull request #1 from kyoushuu/prefix-change
libmediaart: Fix includes
libmediaart: Replace GetFileInfo for FileInfo and use getter/setters
libmediaart: Remove Tracker code and simplify it
libmediaart: Removed queue.[ch] and created cache.[ch] more aptly named
libmediaart: Don't depend on tracker file utils to get file mtime
docs: Added initial documentation
libmediaart: Added, fixed, cleaned up documentation in sources
libmediaart: Merged utils.[ch] into cache.[ch]
Merge pull request #2 from kyoushuu/introspect
Merge pull request #3 from kyoushuu/pkg-config
build: Don't use VERSION in pkgconfig file in build files, generate it instead
libtracker-miner: Moved tracker-storage here from libtracker-common
libtracker-miner: Removed unused storage functions
libtracker-miner: Reimplemented tracker-store using GIO removing HAL.
libtracker-miner: Don't repeat the same message when adding volumes
libtracker-miner: Don't add mount points if the UUID is NULL
libtracker-miner: Removed unused code in storage module
libtracker-miner: Fixed debugging for storage
libtracker-miner: Removed storage bogus comment
libtracker-miner: Fixed storage memory leak iterating volumes
libtracker-miner: Avoid warnings for CDROMs with no GDrive/GVolume
libtracker-miner: Don't reverse lists from hash tables
libtracker-miner: Fixed signal string _ and - mixing
libtracker-miner: Fixed crash when starting tracker with CD/DVDs mounted
Fixes GB#611556, Need to support CD/DVD index
libtracker-miner: Fixed documentation breaks
libtracker-miner: Various code code consistency fixes
Change Urho's contact name for Ivan's
libtracker-miner: Fixed documentation errors and added some
libtracker-miner: Fixed broken is_optical detection
libtracker-miner: Added some comments to the content guessing code()
libtracker-miner: Cleaned up documentation
Merge pull request #4 from kyoushuu/tracker-storage
build: Don't require tracker to compile
storage: renamed all "tracker-storage" to just "storage"
doap: Fixed Sam's GNOME UserID
extract: Coding style changes
extract: Fixed incorrect return value
docs: Last minute fixes before a release
tests: Added to the unit tests to test ALL APIs.
extract: Remove checks for storage when it's required on init
extract: Cleaned up media_art_set() so we can see what it's doing
tests: disable tests that fail due to missing features
doap: Updated bugzilla address
Release 0.1
Philip Van Hoof (3):
libtracker-miner: Fixed a few problems after review
libtracker-miner: Small optimization
libtracker-miner: Fixed possible memory leak on content_type
Sam Thursfield (19):
Rename albumart functions to media-art
tracker-extract: Fix whitespace errors
libtracker-common: Fix media art paths when artist is not known
libtracker-common: Refactor tracker_media_art_get_path()
libtracker-miner: Rename media art update functions
tracker-extract: Rename tracker_extract_find_external()
tracker-extract: Style fixes and optimisations in tracker-media-art.c
tracker-extract: Use enum to represent media-art image priorities
Rename remaining albumart function to media_art
Rename media art queue functions
Rename tracker_media_art_process_external_images()
tracker-extract: Fix compile of Qt media art backend
tracker-extract: 'initialized' flag was not being initialized
Documentation fixes
Update .gitignore files
extract: Be consistent about parameter ordering
extract: Remove wrong MIME type check in media_art_process_file()
extract: Rewrite media_art_process() to use media_art_process_file()
Merge branch 'process-file-fixes'
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]