SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for mingw64-baloo5-imports-lang-5.65.0-1.180.noarch.rpm :

* Sun Dec 08 2019 Christophe Giboudeaux - Update to 5.65.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.65.0.php- No code change since 5.64.0
* Sun Nov 03 2019 Christophe Giboudeaux - Update to 5.64.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.64.0.php- Changes since 5.63.0:
* Make it compile against qt5.15
* Use ECMGenerateExportHeader to manage deprecated API better
* Use propertymap to store properties in Baloo::Result
* Add standalone conversion functions for PropertyMap to Json and vice versa
* Add a few const &
* [Database] Rework handling environment flags
* Replace recursion in FilteredDirIterator with loop iteration
* Sun Oct 06 2019 Christophe Giboudeaux - Update to 5.63.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.63.0.php- Changes since 5.62.0:
* Small performance improvements suggested by clang-tidy
* Port away from deprecated API in Qt 5.14
* Port away from deprecated methods in Qt 5.14
* Sat Sep 07 2019 Christophe Giboudeaux - Update to 5.62.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.62.0.php- Changes since 5.61.0:
* Fixes a crash in Peruse triggered by baloo
* Fix section hierachy in distributing.md
* Remove unused includes
* [kded/baloosearchmodule] Remove useless qDebug messages
* Wed Aug 07 2019 Christophe Giboudeaux - Update to 5.61.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.61.0.php- Changes since 5.60.0:
* Remove extra \";\"
* [tags] Fix coding style
* Add KDevelop files to gitignore
* Link against KIOCore instead of KIOWidgets in kioslaves
* [IndexCleaner] ignore non-existent entries inside config
* Wed Aug 07 2019 wbauerAATTtmo.at- Drop fix-cmakelists-comments.diff as well, it cannot be built with cmake 2.x anymore since a long time
* Fri Jul 19 2019 Wolfgang Bauer - Don\'t lower minimum Qt version anymore, it requires 5.11 now- Drop patch to support Qt 5.9:
* 0001-Do-not-use-qfileinfo-metadatachangetime-if-Qt-lt-5.10.patch
* Sun Jul 14 2019 lbeltrameAATTkde.org- Update to 5.60.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.60.0.php- Changes since 5.59.0:
* Too many changes to list here- Refreshed patches:
* 0001-Do-not-use-qfileinfo-metadatachangetime-if-Qt-lt-5.10.patch
* Sun Jun 09 2019 lbeltrameAATTkde.org- Update to 5.59.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.59.0.php- Changes since 5.58.0:
* Don\'t try to index SQL database dumps
* Exclude .gcode and virtual machine files from indexing consideration
* Wed May 15 2019 lbeltrameAATTkde.org- Update to 5.58.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.58.0.php- Changes since 5.57.0:
* [baloo_file] Wait for extractor process to start
* [balooctl] Add command to show files failed to index
* Add QML to source code types
* [Transaction] Minor code cleanup/optimization
* [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
* Simplify orPostingIterator and make it faster
* Ensure QFileInfo is valid for the first FilteredDirIterator entry
* [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
* Dont 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
* Sun Apr 14 2019 lbeltrameAATTkde.org- Update to 5.57.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.57.0.php- Changes since 5.56.0:
* [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] Add some tests which include a 0 mtime
* [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 to basic file information output
* [timeline] Fix warning, add missing UDS entry for \".\"
* [balooctl] Reduce nesting level for addOption arguments, cleanup
* Properly fix copy constructor
* React to config updates inside indexer (kde#373430)
* Fix regression when opening DB in read-write mode
* [baloo] make it compile without foreach
* [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
* Sun Mar 10 2019 lbeltrameAATTkde.org- Update to 5.56.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.56.0.php- Changes since 5.55.0:
* Replace several Q_ASSERTs with proper checks
* Check string length to avoid crash for \"tags:/\" URL
* [tags_kio] Fix local file tagging by checking only tag: urls for double slashes.
* add baloo engine debugging category
* Hardcoding the Remaining Time Update Interval
* Fix regression for matching explicitly included folders
* Cleanup idempotent entries from mimetype mapper table
* [baloo/KInotify] Notify if folder was moved from unwatched place (kde#342224)
* Simplify term debug output
* Handle folders matching substrings of included/excluded folders correctly
* [balooctl] Normalize include/exclude pathes before using it for the config
* Optimize Baloo::File copy assign operator, fix Baloo::File::load(url)
* Use content to determine mime type
* Get rid of mostly unused filePathToStat overload
* [Extractor] Exclude GPG encrypted data from being indexed
* [balooctl] Actually abort a malformed command instead of just saying so
* [balooctl] Add missing help for \"config set\", normalize string
* Replace recursive isDirHidden with iterative one, allow const argument
* Make sure only directories are added to the inotify watcher- Dropped patches, now upstream:
* 0001-Check-string-length-to-avoid-crash-for-tags-URL.patch
* Wed Feb 27 2019 Stefan BrĂ¼ns - Fix crashing kdeinit, add 0001-Check-string-length-to-avoid-crash-for-tags-URL.patch
* Fri Feb 15 2019 alarrosaAATTsuse.com- Add 0001-Do-not-use-qfileinfo-metadatachangetime-if-Qt-lt-5.10.patch to revert a change by upstream that removes support for Qt < 5.10- Downgrade the Qt version requirement to build with 5.9
* Sun Feb 10 2019 lbeltrameAATTkde.org- Update to 5.55.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.55.0.php- Changes since 5.54.0:
* Fix ResultIterator
* [tags_kio] Disable access with a double slashed url, i.e. \"tags://\". (kde#400594)
* Instantiate QApplication before KCrash/KCatalog
* Ignore all non-storage deviceAdded signals from Solid
* IndexerConfig: Delete copy constructor and assignment operator
* delete copy constructor and assignment operator of some internal classes
* Use the nicer K_PLUGIN_CLASS_WITH_JSON
* Remove Qt 5.10 checks now that we require it as min version
* Mon Jan 14 2019 lbeltrameAATTkde.org- Update to 5.54.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.54.0.php- Changes since 5.53.0:
* Extend PositionCodec unit tests, better code coverage
* Move typesForMimeType helper from BasicIndexingJob to anonymous namespace
* Fix mistakes introduced in a632a72a
* Don\'t check if file is directory based on mime-type
* Fixed link to the coding style wiki page
* add documentation to result class
* Move internal helper from BasicIndexingJob to anonymous namespace
* Add \"image/svg\" as Type::Image to the BasicIndexingJob
* Minor optimization and cleanup for PositionCodec
* Avoid potential nullptr access for Document, use reference instead
* RFC: Add unit test for splitting of numbers in TermGenerator
* Use Compact json formatting for storing document metadata
* Remove unused map() getter from Result
* remove unused docId from result
* Use escaped UTF-8 sequence instead of Latin1 characters, minor cleanups
* Treat uints the same as ints
* Add unittest to check if commiting the same change twice works
* Add unit test for position DB
 
ICM