Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: baloo5-imports | Distribution: openSUSE Tumbleweed |
Version: 5.116.0 | Vendor: openSUSE |
Release: 1.2 | Build date: Mon May 6 13:32:20 2024 |
Group: Unspecified | Build host: reproducible |
Size: 86508 | Source RPM: baloo5-5.116.0-1.2.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://www.kde.org | |
Summary: QML components for Baloo Framework |
Baloo is a framework for searching and managing metadata. This package contains QML imports.
GPL-2.0-or-later AND LGPL-2.1-or-later AND LGPL-3.0-only
* Mon May 06 2024 Christophe Marin <christophe@krop.fr> - Update to 5.116.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.116.0 - No code change since 5.115.0 * Thu Feb 08 2024 Christophe Marin <christophe@krop.fr> - Update to 5.115.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.115.0 - No code change since 5.114.0 * Sat Jan 13 2024 Christophe Marin <christophe@krop.fr> - Update to 5.114.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.114.0 - Changes since 5.113.0: * [IndexCleaner] Remove no-op recursion over includedFolders * [ExtractorProcess] Remove unused members * [TimeEstimator] Cleanup, remove QObject depency * Use forward declaration for Baloo::Database * Remove inacurate mimetype check in xattrindexer and indexcleaner * Tue Dec 05 2023 Christophe Marin <christophe@krop.fr> - Update to 5.113.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.113.0 - Changes since 5.112.0: * Remove two obsolete benchmark tests * [ExtractorProcess] Handle signal mangling by DrKonqi * [ExtractorProcess] Test the various processing states * [ExtractorProcess] Make the extractor process path a constructor argument * [BasicIndexingBenchmark] Allow to keep temporary DB * [QueryTest] Add test case for terms folded to empty strings * [DocumentUrlDb] Reduce allocations during path reconstruction * Shortcut non-matching phrase queries * [EngineQuery] Remove AND/OR operations * [QueryTest] Move AND/OR queries to searchstring tests * [QueryParser] Remove it, as it is no longer used * [SearchStore] Always use TermGenerator instead of QueryParser * [Extractor] Do not emit startedIndexingFile for skipped documents * Remove dead registerBalooWatcher DBus method * [FileWatchTest] Check attr changed signal when XAttr is not available * [FileWatchTest] Clean up and enhance result checks * [FileWatchTest] Replace common boilerplate with RAII * [KInotify] Fix _k_addWatches helper when hitting descriptor limit * [KInotify] Simplify dirIter logic, use unique_ptr * [KInotify] Always add all watches in the event loop * [KInotifyTest] Extend renaming tests * [KInotifyTest] Move common boilerplate to init * [KInotify] Silence EventMoveSelf warning when not relevant * [KInotify] Removed unused and obsolete `available()` method * Mon Nov 06 2023 Christophe Marin <christophe@krop.fr> - Update to 5.112.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.112.0 - Changes since 5.111.0: * [PendingFile] Remove default constructor, METATYPE declaration * [PendingFile] Remove unused and incorrect setPath method * Mon Oct 09 2023 Christophe Marin <christophe@krop.fr> - Update to 5.111.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.111.0 - Changes since 5.110.0: * Use the FSID as the device identifier where possible (kde#402154) * Wed Sep 06 2023 Christophe Marin <christophe@krop.fr> - Update to 5.110.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.110.0 - No code change since 5.109.0 * Tue Aug 08 2023 Christophe Marin <christophe@krop.fr> - Update to 5.109.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.109.0 - Changes since 5.108.0: * Document uses and abuses of Baloo::IndexerConfig * [BalooSearch] Add sort order option * [Codecs] Make encode/decode methods static, cleanup * [QueryTest] Add full stack test * [TermGeneratorTest] Extend phrase coverage * [AdvancedQueryParserTest] Extend phrase coverage * [SearchStore] Move private helpers to anonymous namespace * [BasicIndexingJob] Ignore filename based mimetype for empty files * Reduce filesystem dependencies in more tests * [DocumentUrlDbTest] Remove file system dependencies from test * [DocumentUrlDb] Split document addition and file tree creation * [DocumentUrlDbTest] Use explicit recursion when walking directory tree * [Transaction] Use DocumentUrlDB::contains * [DocumentUrlDB] Add `contains` method * Remove proxy for obsolete org.kde.baloo interface * [Transaction] Remove Transaction::exec convenience method * Add explicit moc includes to sources for moc-covered headers * Mon Jul 03 2023 Christophe Marin <christophe@krop.fr> - Update to 5.108.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.108.0 - Changes since 5.107.0: * [Document] Fix parameter name for setParentId * [WriteTransaction] Avoid false warning when removing empty xattr terms * [DocumentUrlDB] Remove recursive removal of parent directories * [AdvancedQueryParser] Correctly parse empty quoted strings * [AdvancedQueryParser] Fix minor error in test case * Remove qt6 CI builds * [UnindexedFileIndexer] Split into multiple transactions * [FirstRunIndexer] Split initial index run into multiple transactions * Move basic indexing test/benchmark to autotests * [BasicIndexingTest] Add options for transaction size and index dir * [WriteIoTest] Set required parent id * Minor fixes for manual tests * Fix signedness mismatch compiler warning * Fix compiler warning by using an STL-style iterator instead * Remove redundant transactiontest * [UnindexedFileIndexer] Skip document when BasicIndexingJob fails * [Transaction] Allow to fully reset the transaction state * [WriteTransactionTest] Use unique_ptr for DB and temp dir * [Transaction] Use unique_ptr for write transaction * Verify parentId when adding documents * [DatabaseDbis] Use default member initializers instead of constructor * Remove unused QMimeDatabase instance from UnindexedFileIndexer * Mon Jun 05 2023 Christophe Marin <christophe@krop.fr> - Update to 5.107.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.107.0 - Changes since 5.106.0: * Use common helper for Property/JSON conversion * Don't install D-Bus interfaces without BUILD_INDEXER_SERVICE * Make building of the service optional, add packaging documentation * Minor fixes for DocumentUrlDB::updateUrl method * [IdTreeDB] Consolidate put/del into common set * [MetadataMoverTest] Add some more test documentation * Remove dead code paths from DocumentUrlDB::del * Cleanup some leftover stale code * Use more RAII in unit tests * port to standard C++ smart pointers where possible * Add some documentation for DocumentDB/DocumentIdDB * [balooshow] Improve display of property and plaintext terms * Move KFileMetaData documentation reference up * Sat May 06 2023 Christophe Marin <christophe@krop.fr> - Update to 5.106.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.106.0 - Changes since 5.105.0: * baloosearch: Inform the user when the specified dir is not canonical * aggressively resource constrain baloo_file * Sat Apr 01 2023 Christophe Marin <christophe@krop.fr> - Update to 5.105.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.105.0 - Changes since 5.104.0: * Add conventional python virtual-env folder to exclude filters * [TermGenerator] Skip all unprintable characters * Define the translation domain of BalooEngine * Mon Mar 06 2023 Christophe Marin <christophe@krop.fr> - Update to 5.104.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.104.0 - Changes since 5.103.0: * extactor: add KAboutData * Wed Feb 08 2023 Christophe Marin <christophe@krop.fr> - Update to 5.103.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.103.0 - Changes since 5.102.0: * Fix automoc issues on generated DBus source files * Don't skip automoc for DBus interfaces * Thu Jan 12 2023 Christophe Marin <christophe@krop.fr> - Update to 5.102.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.102.0 - No code change since 5.101.0 * Tue Dec 06 2022 Christophe Marin <christophe@krop.fr> - Update to 5.101.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.101.0 - Changes since 5.100.0: * Change KIO worker logging categories to kf.kio.workers.* * Tue Nov 08 2022 Christophe Giboudeaux <christophe@krop.fr> - Update to 5.100.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.100.0 - Changes since 5.99.0: * [TermGeneratorTest] Reduce code duplication * Correct and simplify OrpostingIterator constructor * Convert kded metadata to JSON * Sat Oct 01 2022 Christophe Giboudeaux <christophe@krop.fr> - Update to 5.99.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.99.0 - No code change since 5.98.0 * Tue Sep 06 2022 Christophe Giboudeaux <christophe@krop.fr> - Update to 5.98.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.98.0 - Changes since 5.97.0: * Add FreeBSD Qt6 CI support * Sun Aug 07 2022 Christophe Giboudeaux <christophe@krop.fr> - Update to 5.97.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.97.0 - No code change since 5.96.0 * Sun Jul 03 2022 Christophe Giboudeaux <christophe@krop.fr> - Update to 5.96.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.96.0 - No code change since 5.95.0 * Fri Jun 10 2022 Christophe Giboudeaux <christophe@krop.fr> - Update to 5.95.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.95.0 - Changes since 5.94.0: * tag:/ better handle uds name field (kde#449126) * Tue May 10 2022 Christophe Giboudeaux <christophe@krop.fr> - Update to 5.94.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.94.0 - Changes since 5.93.0: * [Timeline KIO] Don't announce that we can write * Require unittests to pass for CI jobs to pass * Sun Apr 03 2022 Christophe Giboudeaux <christophe@krop.fr> - Update to 5.93.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.93.0 - No code change since 5.92.0 * Mon Mar 07 2022 Christophe Giboudeaux <christophe@krop.fr> - Update to 5.92.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.92.0 - Changes since 5.91.0: * Use libc rename() calls rather than QFile to simulate renames * Mon Mar 07 2022 Christophe Giboudeaux <christophe@krop.fr> - Replace %_libdir/libexec with %_libexecdir (boo#1174075) * Sun Feb 06 2022 Christophe Giboudeaux <christophe@krop.fr> - Update to 5.91.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.91.0 - Changes since 5.90.0: * Add Qt6 Linux CI * Static libs linked into shared libs need -fPIC * Fix KFileMetaData::PropertyMap related Qt6 build issues * install in kf<version> * now exec line is not usefull * Use camel case include * Add missing include (qt6) * engine/idutils.h - fix compile in filePathToStat * Mon Jan 03 2022 Christophe Giboudeaux <christophe@krop.fr> - Update to 5.90.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.90.0 - Changes since 5.89.0: * Adapt build system for building against qt6 * [kioslaves/tags] Set proper display name for root entry (kde#416389) * Port away from deprecated QMap::insertMulti & related KFileMetadata API
/usr/lib64/qt5/qml /usr/lib64/qt5/qml/org /usr/lib64/qt5/qml/org/kde /usr/lib64/qt5/qml/org/kde/baloo /usr/lib64/qt5/qml/org/kde/baloo/experimental /usr/lib64/qt5/qml/org/kde/baloo/experimental/libbaloomonitorplugin.so /usr/lib64/qt5/qml/org/kde/baloo/experimental/qmldir /usr/lib64/qt5/qml/org/kde/baloo/libbalooplugin.so /usr/lib64/qt5/qml/org/kde/baloo/qmldir
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Jan 12 01:37:12 2025