Next | Query returned 82 messages, browsing 51 to 60 | Previous

History of commit frequency

CVS Commit History:


   2019-11-11 09:55:57 by Mark Davies | Files touched by this commit (12) | Package updated
Log message:
KDE Frameworks update to 5.64.0

5.62.0

Baloo
  Fixes a crash in Peruse triggered by baloo

KDBusAddons
  Fix race on kcrash auto-restarts

KFileMetaData
  Implement writing of images

Solid
  Make battery serial property constant
  Expose technology property in battery interface

5.64.0

Baloo
  Make it compile against qt5.15
  Use propertymap to store properties in Baloo::Result
  Add standalone conversion functions for PropertyMap to Json and vice versa
  [Database] Rework handling environment flags
  Replace recursion in FilteredDirIterator with loop iteration

KFileMetaData
  Fix crash in writer collection and cleanup

Solid
  Don't build static library when BUILD_TESTING=OFF
   2019-09-18 16:17:22 by Ryo ONODERA | Files touched by this commit (190)
Log message:
Recursive revbump from audio/pulseaudio
   2019-08-27 21:55:58 by Mark Davies | Files touched by this commit (3) | Package updated
Log message:
baloo5: update to 5.61.0

5.61.0
  Link against KIOCore instead of KIOWidgets in kioslaves
  [IndexCleaner] ignore non-existent entries inside config
5.60.0
  [QueryTest] Test if independent phrases are really independent
  [TermGenerator] Insert an empty position between independent terms
  [QueryTest] Restructure tests to allow easier extension
  [TermGenerator] Leave single term phrases out of the PositionDB
  [TermGenerator] Do Term truncation prior to UTF-8 conversion
  [PostingIterator] Move positions() method to VectorPositionInfoIterator
  [TermGenerator] Use UTF-8 ByteArray for termList
  [WriteTransactionTest] Clear mixup of QString and QByteArray
  [experimental/BalooDB] Fix trivial 0 / nullptr warning
  [PositionDbTest] Fix trivial memleak in test
  [PendingFileQueueTest] Verify create + delete do not emit extra events
  [PendingFileQueueTest] Verify delete + create actually works
  [PendingFileQueue] Avoid delete + create / create + delete race
  [PendingFileQueueTest] Use synthetic timer events to speedup test
  [XAttrIndexer] Update DocumentTime when XAttrs are updated
  [PendingFileQueueTest] Shorten timeouts, verify tracking time
  [PendingFileQueue] Use more accurate calculation of remaining time
  [ModifiedFileIndexer] Use correct mimetype for folders, delay until needed
  [NewFileIndexer] Omit symlinks from the index
  [ModifiedFileIndexer] Avoid shadowing XAttr changes by content changes
  [NewFileIndexer] Use correct mimetype for folders, check excludeFolders
  [UnindexedFileIndexer] Pick up comment, tags and rating changes
  [UnindexedFileIndexer] Skip filetime checks for new files
  [DocumentUrlDB] Avoid manipulation of the whole tree on trivial rename
  [DocumentUrlDB] Catch invalid URLs early
  [DocumentUrlDB] Remove unused 'rename' method
  [balooctl] Streamline indexer control commands
  [Transaction] Replace template for functor with std::function
  [FirstRunIndexer] Use correct mimetype for folders
  Move invariant IndexingLevel out of the loop
  [BasicIndexingJob] Skip lookup of baloo document type for directories
  [FileIndexScheduler] Ensure indexer is not run in suspended state
  [PowerStateMonitor] Be conservative when determining power state
  [FileIndexScheduler] Stop the indexer when quit() is called via DBus
  Avoid container detach in a few places
  Do not try to append to QLatin1String
  Disable valgrind detection when compiling with MSVC
  [FilteredDirIterator] Combine all suffixes into one large RegExp
  [FilteredDirIterator] Avoid RegExp overhead for exact matches
  [UnindexedFileIterator] Delay mimetype determination until it is needed
  [UnindexedFileIndexer] Do not try to add nonexistant file to index
  Detect valgrind, avoid database removal when using valgrind
  [UnindexedFileIndexer] Loop optimizations (avoid detach, invariants)
  Delay running UnindexedFileIndexer and IndexCleaner
  [FileIndexScheduler] Add new state for Idle on battery
  [FileIndexScheduler] Postpone housekeeping tasks while on battery
  [FileIndexScheduler] Avoid emitting state changes multiple times
  [balooctl] Clarify and extend status output
5.59.0
  Don't try to index SQL database dumps
  Exclude .gcode and virtual machine files from indexing consideration
5.58.0
  [baloo_file] Wait for extractor process to start
  [balooctl] Add command to show files failed to index (bug 406116)
  Add QML to source code types
  [balooctl] Capture the constant totalsize in the lambda
  [balooctl] Switch multiline output to new helper
  [balooctl] Use new helper in json output
  [balooctl] Use new helper for simple format output
  [balooctl] Factor out file index status collection from output
  Keep empty Json metadata docs out of DocumentData DB
  [balooshow] Allow referencing files by URL from hardlink
  [balooshow] Suppress warning when URL refers to unindexed file
  [MTimeDB] Allow timestamp newer than the newest document in range match
  [MTimeDB] Use exact match when exact match is requested
  [balooctl] Cleanup handling of different positional arguments
  [balooctl] Extend options help text, improve error checking
  [balooctl] Use more understandable names for size in status output
  [balooctl] clear command: Remove bogus check for documentData, cleanup
  [kio_search] Fix warning, add UDSEntry for "."  in listDir
  Use hex notation for DocumentOperation flag enum
  Calculate total DB size correctly
  Postpone term parsing until needed, do not set both term and searchstring
  Don't add default valued date filters to json
  Use compact Json format when converting query URLs
  [balooshow] Do not print a bogus warning for a non-indexed file
   2019-04-25 23:05:22 by Mark Davies | Files touched by this commit (13) | Package updated
Log message:
kde: update KDE Frameworks to 5.57.0

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
   2019-04-03 02:33:20 by Ryo ONODERA | Files touched by this commit (748)
Log message:
Recursive revbump from textproc/icu
   2018-12-09 19:52:52 by Adam Ciarcinski | Files touched by this commit (724)
Log message:
revbump after updating textproc/icu
   2018-11-12 04:53:16 by Ryo ONODERA | Files touched by this commit (1532)
Log message:
Recursive revbump from hardbuzz-2.1.1
   2018-07-20 05:34:33 by Ryo ONODERA | Files touched by this commit (705)
Log message:
Recursive revbump from textproc/icu-62.1
   2018-07-06 17:06:52 by Ryo ONODERA | Files touched by this commit (136)
Log message:
Recursive revbump from audio/pulseaudio
   2018-06-21 08:41:25 by Mark Davies | Files touched by this commit (3) | Package updated
Log message:
baloo5: update to 5.47.0

* Terminate query execution early if subterm returns empty result set
* Avoid crash when reading corrupt data from document terms db
* handle string lists as input
* Ignore more types of source files

Next | Query returned 82 messages, browsing 51 to 60 | Previous