5.61.0
Get mobipocket extractor up-to-date, but keep disabled
5.60.0
Fix extracting of some properties to match what was written
Use debugging category in taglib extractor/writer
Format photo exposure bias value
fix property name
Remove photo prefix from every exif property name
Rename ImageMake and ImageModel properties
[UserMetaData] Add method to query which attributes are set
Format focal length as milli meter
Format photo exposure time as rational when applicable
Enable usermetadatawritertest for all UNIXes, not only Linux
Format the aperture values as F numbers
5.59.0
Show 3 significant figures when displaying doubles
5.58.0
[TagLibExtractor] Fix crash on invalid Speex files
Fix exivextractor crash with malformed files
Declare properties as meta type
Change properties attributes for consistency
Handle variant list in formatting functions
Fix for Windows' LARGE_INTEGER type
Fix (compilation) errors for Windows UserMetaData implementation
Add missing mimetype to taglib writer
[UserMetaData] Handle changes in attribute data size correctly
[UserMetaData] Untangle Windows, Linux/BSD/Mac and stub code
Baloo
[DocumentIdDB] Silence non-error debug message, warn on errors
[baloosearch] Allow specifying a time when using e.g. mtime
[indexcleaner] Avoid removing included folders below excluded ones
[MTimeDB] Fix lookup for the LessEqual range
[MTimeDB] Fix lookup when time range should return empty set
Correct asserts/error handling in MTimeDB
Protect against invalid parents in the IdTreeDB
Remove document from MTimeDB/DocumentTimeDB even when timestamp is 0
Be more precise with mimetype detection
[timeline] Canonicalize Url
[timeline] Fix missing/misplaced SlaveBase::finished() calls
[balooshow] Several extensions basic file information output
[timeline] Fix warning, add missing UDS entry for "."
[balooctl] Reduce nesting level for addOption arguments, cleanup
React to config updates inside indexer
Fix regression when opening DB in read-write mode
[balooctl] Cleanup trailing whitespace
[engine] Unbreak code, revert renaming of Transaction::abort()
Harmonize handling of underscore in query parser
Baloo engine: treat every non-success code as a failure
KDBusAddons
Convert two old-style connects to new-style
KFileMetaData
Implement support for writing rating information for taglib writer
Implement more tags for taglib writer
Rewrite taglib writer to use property interface
Test ffmpeg extractor using mime type helper
Propose Stefan Bruns as KFileMetaData maintainer
Declare PropertyInfo as QMetaType
Safeguard against invalid files
[TagLibExtractor] Use the correct mimetype in case of inheritance
Add a helper to determine actual supported parent mime type
[taglibextractor] Test extraction of properties with multiple values
Generate header for new MimeUtils
Use Qt function for string list formatting
Fix number localization for properties
Verify mimetypes for all existing sample files, add some more
Add helper function to determine mime type based on content and extension
Add support for extracting data from ogg and ts files
[ffmpegextractor] Add Matroska Video test case
Rewrite the taglib extractor to use the generic PropertyMap interface
[ExtractorCollection] Load extractor plugins lazily
Fix extraction of aspect ratio property
Increase precision of frame rate property
Solid
Allow building without UDev on Linux
Only get clearTextPath when used
* check that ffmpeg is at least version 3.1 that introduce the API we require
* search for album artist and albumartist tags in taglibextractor
* popplerextractor: don't try to guess the title if there isn't one
note: script detailed in `man revbump` insisted on bumping pkgrevision of
print/poppler, it's probably wrong, but not committing this change is wronger.
5.22:
Baloo
* Compilation fixes for Windows
KDBusAddons
* KDBusService: turn '-' into '_' in object paths
KFileMetaData
* Merge branch 'externalextractors'
* Fixed external plugins and tests
* Added support for external writer plugins
* Added writer plugin support
* Add external extractor plugin support
5.23:
Baloo
* Fix using spaces in the tags kioslave
5.24:
Baloo
* DocumentUrlDB::del Only assert when children of dir actually exist
* Ignore malformed Queries which have a binary operator without
first argument
Solid
* Fix check that CPU is valid
* Handle reading /proc/cpuinfo for Arm processors
* Find CPUs by subsystem rather than driver
5.25:
KFileMetaData
* Check for xattr during config step, otherwise the build might fail
(if xattr.h is missing)
Solid
* Always update the Predicate parser from yacc/lex sources