Package Release Info

krunner-5.102.0-bp155.1.5

Update Info: Base Release
Available in Package Hub : 15 SP5

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

krunner-devel
libKF5Runner5

Change Logs

* 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
- Changes since 5.101.0:
  * AbstractRunnerTest: Provider better error message if plugin could not be found
  * AbstractRunnerTest: Use QFileInfo::completeBaseName rather than QFileInfo::baseName
* 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:
  * QueryMatch: Avoid unneeded QVariant conversion to string when setting data
  * cppcheck: Do not shadow outer functions with local variables
  * cppcheck: Make constructors explicit
  * Fix crash when deleting RunnerManager while jobs are running (kde#448825)
* 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:
  * Ignore "templates" folder for cppcheck CI
  * runnermanager: only emit `queryFinished` when previous jobs are still running
* 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
- Changes since 5.98.0:
  * QueryMatch: Make long docstrings for enum values more readable
  * Deprecate QueryMatch::MatchType::InformationalMatch
  * Runner templates: fix install location
* 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
  * Fix renaming of plugin ID when converting DBus runner metadata files (kde#456562)
* 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
- Changes since 5.96.0:
  * Add note about alternative to Plasma::RunnerContext::setSingleRunnerQueryMode
  * Fix TODO being shown in generated docs
  * templates/runnerpython: Add hint for multiline property
  * Fix Qt6 build
* 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
- Changes since 5.95.0:
  * Move include outside #ifdef as it's necessary
  * Don't duplicate headers between cpp/.h files
  * Bump deprecation KF version in ecm_set_disabled_deprecation_versions
  * Use cmakedefine01
* 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:
  * autotests: Clean up unneeded includes
  * RunnerContext: Call addMatch(QList<QueryMatch) internally when addMatch(QueryMatch) is called
  * RunnerContext::addMatch: Fix broken handling of relevance for often launched entries
  * Fix Qt6 build with KF 5.94 deprecation level
  * Port away from deprecated KPluginMetaData::fromDesktopFile
  * Bump version for disabled KF deprecations
  * port to standard C++ smart pointers where possible
  * DBusRunner: Avoid double lookup of match properties
  * DBusRunner: Add multiline value to property map of RemoteMatch
* 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:
  * Require unit tests to pass on CI
  * Fix Qt6 build unit tests
  * Fix FreeBSD runnercontexttest on GitlabCI
  * Make Qt::Gui dependency for deprecation free builds internal
  * Deprecate public KConfigGroup include of AbstractRunner class
* 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
- Changes since 5.92.0:
  * Fix testremoterunner not registering object/service when building
    without assertions
  * Mark qrc file as non-copyrightable
  * Remove upper-limits for RunnerManagerTest's timeouts
  * autotests: urgh, this test is really timing dependent, and fails
    if CI is slow
* 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:
  * Bundle plasma-runner.desktop into a qrc, for CI and Windows
* 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:
  * runnermanagerpublictest: Do not load system provided plugins
  * search plugins in kf<version>
  * Put aliased classes in "KRunner"-namespace
  * Fix flickering in Application Launcher for every character typed (kde#423161)
  * Port to KDEDeprecationSettings cmake function
  * KF5RunnerConfig.cmake.in: Explicitly require QtGui and KCoreAddons,
    exclude Plasma on deprecation free builds
  * Add compatibility type definitions for classes without 'Plasma' namespace
  * Fixups for building without including KService/KIO/Plasma-Frameworks (kde#447908)
  * Silence deprecation warning for KPluginInfo/KServiceTypeTrader in compatibility blocks