Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

knotifications-imports-5.90.0-1.1 RPM for armv7hl

From OpenSuSE Ports Leap 15.4 for armv7hl

Name: knotifications-imports Distribution: openSUSE Step 15
Version: 5.90.0 Vendor: openSUSE
Release: 1.1 Build date: Fri Feb 4 18:56:02 2022
Group: System/GUI/KDE Build host: armbuild22
Size: 18178 Source RPM: knotifications-5.90.0-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://www.kde.org
Summary: KDE Desktop notifications - QML files
KNotification is used to notify the user of an event. It covers feedback and
persistent events.
This package contains files that allow using knotification in QtQuick based
applications.

Provides

Requires

License

LGPL-2.1-or-later

Changelog

* Mon Jan 03 2022 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:
    * Change the build system to enable building with Qt6
    * Use the org.freedesktop.Notifications.ActivationToken signal
    * Remove unneeded KPluginLoader include
    * Unify WITH_KWINDOWSYSTEM and HAVE_KWINDOWSYSTEM build vars
    * Fix build without KWindowSystem
    * Offer API to support xdg_activation_v1
* Sat Dec 04 2021 christophe@krop.fr
  - Update to 5.89.0
    * New feature release
    * For more details please see:
    * https://kde.org/announcements/frameworks/5/5.89.0
  - Changes since 5.88.0:
    * [Tester] Support urgency for inline reply notification
* Sun Nov 07 2021 christophe@krop.fr
  - Strip 'Source' URL for faster submissions
* Sun Nov 07 2021 christophe@krop.fr
  - Update to 5.88.0
    * New feature release
    * For more details please see:
    * https://kde.org/announcements/frameworks/5/5.88.0
  - Changes since 5.87.0:
    * Fix Windows build
    * warn when notifybypopup has pending notifications on destruction
    * Add FreeBSD CI
    * Add Android CI
    * Add QML API overview documentation
    * Add KNotifications QML plugin
    * KWindowSystem is also not required on Android - but unlike Phonon
      is also needed on Windows
    * Phonon is not required for KNotifications on Windows or Android
* Sun Oct 03 2021 christophe@krop.fr
  - Update to 5.87.0
    * New feature release
    * For more details please see:
    * https://kde.org/announcements/frameworks/5/5.87.0
  - Changes since 5.86.0:
    * Add Gitlab CI configuration
    * Add support for static builds
    * Fix HIG URL
    * Correct the version of Phonon that we use
    * Remove non-KDE project
* Wed Sep 15 2021 christophe@krop.fr
  - Drop the unneeded baselibs.conf.
* Mon Sep 06 2021 christophe@krop.fr
  - Update to 5.86.0
    * New feature release
    * For more details please see:
    * https://kde.org/announcements/frameworks/5/5.86.0
  - Changes since 5.85.0:
    * We depend against c++-17 so we can use qOverload directly
    * replace "MacOSX" with "macOS"
* Fri Aug 06 2021 christophe@krop.fr
  - Update to 5.85.0
    * New feature release
    * For more details please see:
    * https://kde.org/announcements/frameworks/5/5.85.0
  - Changes since 5.84.0:
    * Add placeholders for window title and application display name
* Sun Jul 04 2021 christophe@krop.fr
  - Update to 5.84.0
    * New feature release
    * For more details please see:
    * https://kde.org/announcements/frameworks/5/5.84.0
  - Changes since 5.83.0:
    * Fix syntax error in SPDX statement
    * Let SNI users be activated using xdg_activation_v1
    * notifybysnore: add inline notifications support to Windows backend
* Sat Jun 05 2021 christophe@krop.fr
  - Update to 5.83.0
    * New feature release
    * For more details please see:
    * https://kde.org/announcements/frameworks/5/5.83.0
  - Changes since 5.82.0:
    * Bump required CMake version to 3.16
* Sat May 01 2021 christophe@krop.fr
  - Update to 5.82.0
    * New feature release
    * For more details please see:
    * https://kde.org/announcements/frameworks/5/5.82.0
  - Changes since 5.81.0:
    * Silence a couple of clazy warnings about overloaded signals
    * Relicense some files to LGPL-2.0-or-later
    * Allow to build KNotifications without QtWidgets on Android
    * Remove the taskbar and external process backends on Android
    * Don't install the notification plugin servicetype file on Android
* Mon Apr 05 2021 christophe@krop.fr
  - Update to 5.81.0
    * New feature release
    * For more details please see:
    * https://kde.org/announcements/frameworks/5/5.81.0
  - Changes since 5.80.0:
    * Relicense files to LGPL-2.0-or-later
    * Don't close resident notifications when action is invoked
    * Add missing include for Qt 5.14
    * Implement inline replies on Android
    * Add an inline reply notification to the example
    * Add KNotificationReplyAction for using inline-reply Notification API
* Sun Mar 07 2021 christophe@krop.fr
  - Update to 5.80.0
    * New feature release
    * For more details please see:
    * https://kde.org/announcements/frameworks/5/5.80.0
  - Changes since 5.79.0:
    * Remove d-ptr from notifybypopup
    * Don't attempt to strip markup from a KNotification's title
* Mon Feb 08 2021 christophe@krop.fr
  - Update to 5.79.0
    * New feature release
    * For more details please see:
    * https://kde.org/announcements/kde-frameworks-5.79.0
  - Changes since 5.78.0:
    * Remove unused forward declaration
    * Remove obsolete QLabel mention in KNotification::event() doc
    * Emit NewMenu when new context menu is set.
    * Deprecate KPassivePopup
    * Make sure all backends ref the notification before doing work
    * Make the notification example app build and work on Android
    * Move notification id handling into KNotification class
    * Fix removing pending notification from queue (kde#423757)
    * Remove faulty check
* Wed Jan 06 2021 christophe@krop.fr
  - Update to 5.78.0
    * New feature release
    * For more details please see:
    * https://kde.org/announcements/kde-frameworks-5.78.0
  - Changes since 5.77.0:
    * Not necessary to use QtTest as it includes all QtCore include
    * Add example/test application
    * Improve KNotification API docs
* Sat Dec 05 2020 christophe@krop.fr
  - Update to 5.77.0
    * New feature release
    * For more details please see:
    * https://kde.org/announcements/kde-frameworks-5.77.0
  - Changes since 5.76.0:
    * Remove redundant setLayout() call
    * Don't pass transient hint (kde#422042)
    * Add SPDX license statement for the impl on macOS
    * Fix case-sensitive error of AppKit header on macOS
    * Do not invoke invalid notification actions
    * Fix memory handling for notifybysnore
* Sat Nov 07 2020 christophe@krop.fr
  - Update to 5.76.0
    * New feature release
    * For more details please see:
    * https://kde.org/announcements/kde-frameworks-5.76.0
  - Changes since 5.75.0:
    * Mark KNotification::activated() as deprecated
    * If include is define in .h remove it if it's defined in .cpp too (scripted)
    * Apply some sanity checking to action keys (kde#427717)
    * Use FindGradle from ECM
    * Fix condition to use dbus
    * Fix: enable legacy tray on platforms without dbus
    * rewrite notifybysnore to provide more reliable support for Windows
    * Add comments to describe DesktopEntry field in notifyrc file
* Mon Oct 05 2020 christophe@krop.fr
  - Update to 5.75.0
    * New feature release
    * For more details please see:
    * https://kde.org/announcements/kde-frameworks-5.75.0
  - Changes since 5.74.0:
    * Lower Android plugin until new Gradle is available
    * Use Android SDK versions from ECM
    * const'ify pointer + initialize variable
    * Deprecate KNotification constructor taking widget parameter
* Sun Sep 06 2020 christophe@krop.fr
  - Update to 5.74.0
    * New feature release
    * For more details please see:
    * https://kde.org/announcements/kde-frameworks-5.74.0
  - Changes since 5.73.0:
    * Remove obsolete COPYING files
    * refine knotification docs
* Sun Aug 02 2020 christophe@krop.fr
  - Update to 5.73.0
    * New feature release
    * For more details please see:
    * https://kde.org/announcements/kde-frameworks-5.73.0
  - Changes since 5.72.0:
    * KNotifications: Convert license statements to SPDX
    * Use KF-standardized Qt logging categories
    * Use camelcase include. (scripted)
* Sun Jul 05 2020 christophe@krop.fr
  - Update to 5.72.0
    * New feature release
    * For more details please see:
    * https://kde.org/announcements/kde-frameworks-5.72.0
  - Changes since 5.71.0:
    * Don't use notifybysnore.h on MSYS2
* Sun Jun 07 2020 christophe@krop.fr
  - Update to 5.71.0
    * New feature release
    * For more details please see:
    * https://kde.org/announcements/kde-frameworks-5.71.0
  - Changes since 5.70.0:
    * Implement lock-screen visibility control on Android
    * Generate DBus interface
    * Implement notification grouping on Android
    * Display rich text notification messages on Android
    * Implement urls using hints
    * Use UI marker context in more tr() calls
    * Implement support for notification urgency on Android
    * Remove galago from method/variable naming
    * Remove checks for notification service and fallback to KPassivePopup
* Sun May 03 2020 christophe@krop.fr
  - Update to 5.70.0
    * New feature release
    * For more details please see:
    * https://kde.org/announcements/kde-frameworks-5.70.0
  - Changes since 5.69.0:
    * Implement updating of notifications on Android
    * Handle multi-line and rich-text notifications on Android
    * Add KNotificationJobUiDelegate(KJobUiDelegate::Flags) constructor
    * [KNotificationJobUiDelegate] Append "Failed" for error messages
* Sun Apr 05 2020 christophe@krop.fr
  - Update to 5.69.0
    * New feature release
    * For more details please see:
    * https://kde.org/announcements/kde-frameworks-5.69.0
  - Changes since 5.68.0:
    * Introduce KNotificationJobUiDelegate
    * Use fallback also on Windows not only mac
* Sun Mar 08 2020 christophe@krop.fr
  - Update to 5.68.0
    * New feature release
    * For more details please see:
    * https://www.kde.org/announcements/kde-frameworks-5.68.0.php
  - Changes since 5.67.0:
    * Fix config include
    * Make kstatusnotifieritem available without dbus
    * Adapt action numbering in Android to work like in KNotifications
    * Fix minor EBN issues and typos
    * Have kai the knotifications maintainer
    * Always strip html if server does not support it
    * Use ecm_qt_install_logging_categories over manual categories file
    * [android] Emit defaultActivated when tapping the notification
* Sun Feb 02 2020 christophe@krop.fr
  - Replace %make_jobs with %cmake_build.
* Sun Feb 02 2020 christophe@krop.fr
  - Update to 5.67.0
    * New feature release
    * For more details please see:
    * https://www.kde.org/announcements/kde-frameworks-5.67.0.php
  - Changes since 5.66.0:
    * Add new signal for default action activation
    * Drop dependency to KF5Codecs by using the new
      stripRichText function
    * Strip richtext on Windows
    * Reduce dependencies on Windows
    * Adapt to Qt 5.14 Android changes
    * Don't use KWindowSystem on Android
    * Deprecate raiseWidget
    * Port KNotification from KWindowSystem
* Sun Jan 05 2020 christophe@krop.fr
  - Update to 5.66.0
    * New feature release
    * For more details please see:
    * https://www.kde.org/announcements/kde-frameworks-5.66.0.php
  - Changes since 5.65.0:
    * Port endl to "\n" (QFile flushs data when deleted)
    * Update the obsolete projects.kde.org URL
* Sun Dec 08 2019 christophe@krop.fr
  - Update to 5.65.0
    * New feature release
    * For more details please see:
    * https://www.kde.org/announcements/kde-frameworks-5.65.0.php
  - Changes since 5.64.0:
    * Add missing include for Qt 5.14 build
    * Make the docs reflect that setIconName should be preferred
      over setPixmap when possible
    * Document configuration file path on Android
    * Disable knotification_test, which starts D-Bus if it is not
      already running, which on Windows causes the test to hang infinitely
* Sun Nov 03 2019 christophe@krop.fr
  - 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:
    * [KStatusNotifierItem] Allow left click when menu is null
    * Remove Growl support
    * Add and enable Notification Center support in macOS
* Sun Oct 06 2019 christophe@krop.fr
  - 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:
    * Port from delta(); to angleDelta().y()
* Sat Sep 07 2019 christophe@krop.fr
  - 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:
    * Remove duplicate description and URL from canberra's feature properties
    * Fix build on the CI
    * Resolve whether there's dbus before processing src/
    * avoid duplicate notifications from showing up on Windows and remove whitespaces
    * have 1024x1024 app icon as fallback icon in Snore
    * add `-pid` parameter to Snore backend calls
    * Remove unused DBus XML file
    * Remove double check for DBus
    * add snoretoast backend for KNotifications on Windows
    * Add QVector include
    * Remove unused includes
  - Replace foo-devel with cmake(KF5Foo) in build requirements
* Wed Aug 07 2019 christophe@krop.fr
  - 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 dbus for windows build and change audio dep logic
* Fri Jul 19 2019 wbauer@tmo.at
  - Don't lower minimum Qt version anymore, it requires 5.11 now
* Sun Jul 14 2019 lbeltrame@kde.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:
    * Don't search for phonon on Android
    * Install in new logging directory when we use kf5 5.59.0
    * add .vscode to .gitignore
* Tue Jul 09 2019 wbauer@tmo.at
  - Add missing Qt5DBus requirement to the devel package
* Sun Jun 09 2019 lbeltrame@kde.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:
    * Simpler check for flatpak
    * Handle apps which set the desktopFileName property with filename suffix
    * Fix compilation on MacOS.
* Wed May 15 2019 lbeltrame@kde.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:
    * [Notify by Portal] Support default action and priority hints
    * [KNotification] Add HighUrgency
    * [KNotifications] Update when flags, urls, or urgency change
    * Allow to set urgency for notifications
* Sun Apr 14 2019 lbeltrame@kde.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:
    * [KStatusNotifierItem] Send desktop-entry hint
    * Allow to set custom hints for notifications
    * [knotifications] compile without foreach
    * [knotifications] compile without deprecated methods
* Sun Mar 10 2019 lbeltrame@kde.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:
    * Port deprecated methods
    * fix some compile error
    * port to findcanberra from ECM
    * List Android as officially supported
* Fri Feb 15 2019 alarrosa@suse.com
  - Downgrade the Qt version requirement to build with 5.9
* Sun Feb 10 2019 lbeltrame@kde.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 memory leak when passing icon data to Java
    * Remove the AndroidX support library dependency
    * Add Android notification channel support
    * Make notifications work on Android with API level < 23
    * Move the Android API level checks to runtime
    * Remove unused forward declaration
    * Rebuild AAR when Java sources change
    * Build the Java side with Gradle, as AAR instead of JAR
    * Don't rely on the Plasma workspace integration on Android
    * Search for notfication event configuration in qrc resources
* Mon Jan 14 2019 lbeltrame@kde.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:
    * [Android] Fail more gracefully when building with API < 23
    * Add Android notification backend
    * Initialize pointer
    * Build without D-Bus on Android
    * Clean up tests build system
    * Don't force Phonon on Android
    * Hide API documentation of internal classes
  - BuildRequire libcanberra instead of Phonon for notification sounds
* Sun Dec 09 2018 lbeltrame@kde.org
  - Update to 5.53.0
    * New feature release
    * For more details please see:
    * https://www.kde.org/announcements/kde-frameworks-5.53.0.php
  - Changes since 5.52.0:
    * Rename NotifyByFlatpak to NotifyByPortal
    * Notification portal: support pixmaps in notifications
* Sun Nov 11 2018 lbeltrame@kde.org
  - Update to 5.52.0
    * New feature release
    * For more details please see:
    * https://www.kde.org/announcements/kde-frameworks-5.52.0.php
  - Changes since 5.51.0:
    * Revert some port to function-object based connect
    * Use more function-pointer based connect
    * Avoid creation of temporary list
    * Do not include Qt module header
    * Use prefix ++ operator for loop value
    * Do not return void values in void methods
    * Add missing "emit"
    * Move categories file here
    * force-finish canberra notifications on close() (kde#398695)
* Tue Oct 16 2018 lbeltrame@kde.org
  - Run spec-cleaner
* Mon Oct 15 2018 lbeltrame@kde.org
  - Update to 5.51.0
    * New feature release
    * For more details please see:
    * https://www.kde.org/announcements/kde-frameworks-5.51.0.php
  - Changes since 5.50.0:
    * force-finish canberra notifications on close() (kde#398695)
    * Fix minor EBN issues
* Thu Sep 13 2018 lbeltrame@kde.org
  - Update to 5.50.0
    * New feature release
    * For more details please see:
    * https://www.kde.org/announcements/kde-frameworks-5.50.0.php
  - Changes since 5.49.0:
    * Support libcanberra for audio notification
* Sun Aug 19 2018 christophe@krop.fr
  - Update to 5.49.0
    * New feature release
    * For more details please see:
    * https://www.kde.org/announcements/kde-frameworks-5.49.0.php
  - Changes since 5.48.0:
    * Honor BUILD_TESTING
* Mon Jul 16 2018 lbeltrame@kde.org
  - Update to 5.48.0
    * New feature release
    * For more details please see:
    * https://www.kde.org/announcements/kde-frameworks-5.48.0.php
  - Changes since 5.47.0:
    * None
  - Enable text to speech support in the package
* Tue Jun 12 2018 lbeltrame@kde.org
  - Update to 5.47.0
    * New feature release
    * For more details please see:
    * https://www.kde.org/announcements/kde-frameworks-5.47.0.php
  - Changes since 5.46.0:
    * Fix crashes in NotifyByAudio when closing applications
* Sun May 13 2018 lbeltrame@kde.org
  - Update to 5.46.0
    * New feature release
    * For more details please see:
    * https://www.kde.org/announcements/kde-frameworks-5.46.0.php
  - Changes since 5.45.0:
    * Warning-- , use override everywhere
* Sat Apr 14 2018 lbeltrame@kde.org
  - Update to 5.45.0
    * New feature release
    * For more details please see:
    * https://www.kde.org/announcements/kde-frameworks-5.45.0.php
  - Changes since 5.44.0:
    * Add override
    * Make it public
    * Remove not necessary QtCore and co
* Mon Mar 12 2018 lbeltrame@kde.org
  - Update to 5.44.0
    * New feature release
    * For more details please see:
    * https://www.kde.org/announcements/kde-frameworks-5.44.0.php
  - Changes since 5.43.0:
    * Use QWidget to see if the window is visible
* Mon Feb 12 2018 lbeltrame@kde.org
  - Update to 5.43.0
    * New feature release
    * For more details please see:
    * https://www.kde.org/announcements/kde-frameworks-5.43.0.php
  - Changes since 5.42.0:
    * Fix loading NotifyByExecute (kde#389284)
* Tue Jan 16 2018 lbeltrame@kde.org
  - Update to 5.42.0
    * New feature release
    * For more details please see:
    * https://www.kde.org/announcements/kde-frameworks-5.42.0.php
  - Changes since 5.41.0:
    * Remove obsolete reviewboardrc file
    * Port some code to new connect api
    * [KStatusNotifierItem] Don't "restore" widget position on its first show
    * Use positions of legacy systray icons for Minimize/Restore actions
    * Handle positions of LMB clicks on legacy systray icons
    * do not make the context menu a Window
    * Minor optimization
    * Fix comment spelling errors.
    * Add explanatory comment.
    * Lazy-instanciate and lazy-load KNotification plugins.
* Sun Dec 17 2017 lbeltrame@kde.org
  - Update to 5.41.0
    * New feature release
    * For more details please see:
    * https://www.kde.org/announcements/kde-frameworks-5.41.0.php
  - Changes since 5.40.0:
    * Make it compile with QT_NO_CAST_FROM_ASCII
    * Add explicit
    * We already depend against 5.7.0
* Mon Nov 13 2017 lbeltrame@kde.org
  - Update to 5.40.0
    * New feature release
    * For more details please see:
    * https://www.kde.org/announcements/kde-frameworks-5.40.0.php
  - Changes since 5.39.0:
    * Remove check for SNI hosts when chosing whether to use legacy mode (kde#385867)
    * Only check for legacy system tray icons if we're going to make one (kde#385371)
    * Fix cppcheck warning
* Mon Oct 23 2017 lbeltrame@kde.org
  - Update to 5.39.0
    * New feature release
    * For more details please see:
    * https://www.kde.org/announcements/kde-frameworks-5.39.0.php
  - Changes since 5.38.0:
    * None
* Tue Sep 12 2017 lbeltrame@kde.org
  - Update to 5.38.0
    * New feature release
    * For more details please see:
    * https://www.kde.org/announcements/kde-frameworks-5.38.0.php
  - Changes since 5.37.0:
    * Don't block starting notification service (kde#382444)
    * Do not leak symbols of pimpl classes, protect with Q_DECL_HIDDEN
* Sat Aug 12 2017 christophe@krop.fr
  - Update to 5.37.0
    * New feature release
    * For more details please see:
    * https://www.kde.org/announcements/kde-frameworks-5.37.0.php
  - Changes since 5.36.0 :
    * Minor: Fix warning under macOS
    * API dox: use official name "D-Bus" consistently
    * Use more nullptr
* Wed Jul 12 2017 lbeltrame@kde.org
  - Update to 5.36.0
    * New feature release
    * For more details please see:
    * https://www.kde.org/announcements/kde-frameworks-5.36.0.php
  - Changes since 5.35.0:
    * [FEATURE] Option to build & install QCH file with the public API dox
* Sun Jun 11 2017 lbeltrame@kde.org
  - Update to 5.35.0
    * New feature release
    * For more details please see:
    * https://www.kde.org/announcements/kde-frameworks-5.35.0.php
  - Changes since 5.34.0:
    * Use explicit flag constructor instead of nullptr/0
    * Fix KSNIs being unable to register service under flatpak
    * API dox: note CamelCase includes by @class tag with more classes
    * Remove unneeded string casts
    * Use application name instead of pid when creating SNI dbus service
* Mon May 15 2017 fabian@ritter-vogt.de
  - Update to 5.34.0
    * New feature release
    * For more details please see:
    * https://www.kde.org/announcements/kde-frameworks-5.34.0.php
  - Changes since 5.33.0:
    * Improve apidox
* Sat Apr 15 2017 lbeltrame@kde.org
  - Update to 5.33.0
    * New feature release
    * For more details please see:
    * https://www.kde.org/announcements/kde-frameworks-5.33.0.php
  - Changes since 5.32.0:
    * Upgrade ECM and KF5 version requirements for 5.33.0 release.
    * Do not remove queued notifications when the fd.o service starts. Also start the service unconditionally when it's not loaded and activatable.
    * Mac platform adaptations
    * Upgrade KF5 version to 5.33.0.
* Sun Mar 19 2017 lbeltrame@kde.org
  - Update to 5.32.0
    * New feature release
    * For more details please see:
    * https://www.kde.org/announcements/kde-frameworks-5.32.0.php
  - Changes since 5.31.0:
    * Commit translations from l10n-kf5
    * Upgrade ECM and KF5 version requirements for 5.32.0 release.
    * Removed some dead code.
    * Upgrade KF5 version to 5.32.0.
    * Added missing @since
    * Add support for flatpak portals
    * Only use qApp->desktopFileName() when compiling with Qt >= 5.7.0
    * Send desktopfilename as part of notifyByPopup hints
    * [KStatusNotifierItem] Restore minimized window as normal
* Thu Feb 09 2017 hrvoje.senjan@gmail.com
  - Update to 5.31.0
    * For more details please see:
      https://www.kde.org/announcements/kde-frameworks-5.31.0.php
* Sun Jan 08 2017 hrvoje.senjan@gmail.com
  - Update to 5.30.0
    * For more details please see:
      https://www.kde.org/announcements/kde-frameworks-5.30.0.php
* Sun Dec 04 2016 hrvoje.senjan@gmail.com
  - Update to 5.29.0
    * [KStatusNotifierItem] Save / restore widget position during
      hide / restore it window (kde#356523)
    * [KNotification] Allow annotating notifications with URLs
    * For more details please see:
      https://www.kde.org/announcements/kde-frameworks-5.29.0.php
* Sat Nov 05 2016 hrvoje.senjan@gmail.com
  - Update to 5.28.0
    * Don't deref an object we haven't referenced when notification
      has no action
    * KNotification will no longer crash when using it in a
      QGuiApplication and no notification service is running
      (kde#370667)
    * Fix crashes in NotifyByAudio
    * For more details please see:
      https://www.kde.org/announcements/kde-frameworks-5.28.0.php
* Sun Oct 02 2016 hrvoje.senjan@gmail.com
  - Update to 5.27.0
    * For more details please see:
      https://www.kde.org/announcements/kde-frameworks-5.27.0.php
* Tue Sep 06 2016 hrvoje.senjan@gmail.com
  - Update to 5.26.0
    * Get StatusNotifierWatcher property ProtocolVersion in async way
    * For more details please see:
      https://www.kde.org/announcements/kde-frameworks-5.26.0.php
* Sun Aug 07 2016 hrvoje.senjan@gmail.com
  - Update to 5.25.0
    * Qt >= 5.5 is now required
    * Don't set parent of sublayout manually, silences warning
    * For more details please see:
      https://www.kde.org/announcements/kde-frameworks-5.25.0.php
* Wed Jul 06 2016 hrvoje.senjan@gmail.com
  - Update to 5.24.0
    * Fix notify by taskbar
    * For more details please see:
      https://www.kde.org/announcements/kde-frameworks-5.24.0.php
* Mon Jun 06 2016 hrvoje.senjan@gmail.com
  - Update to 5.23.0
    * Use QUrl::fromUserInput to construct sound url (kde#337276)
    * For more details please see:
      https://www.kde.org/announcements/kde-frameworks-5.23.0.php
* Sat May 07 2016 hrvoje.senjan@gmail.com
  - Update to 5.22.0 (boo#980066)
    * For more details please see:
      https://www.kde.org/announcements/kde-frameworks-5.22.0.php
* Mon Apr 04 2016 hrvoje.senjan@gmail.com
  - Update to 5.21.0 (boo#974793)
    * Handle left-button clicking on legacy systray icons
      (kde#358589)
    * Only use X11BypassWindowManagerHint flag on platform X11
    * Upgrade Qt version requirement to 5.4.0
    * For more details please see:
      https://www.kde.org/announcements/kde-frameworks-5.21.0.php
* Sun Mar 06 2016 hrvoje.senjan@gmail.com
  - Update to 5.20.0 (boo#970856)
    * For more details please see:
      https://www.kde.org/announcements/kde-frameworks-5.20.0.php
* Sat Feb 06 2016 hrvoje.senjan@gmail.com
  - Update to 5.19.0 (boo#967668)
    * For more details please see:
      https://www.kde.org/announcements/kde-frameworks-5.19.0.php
* Sat Jan 02 2016 hrvoje.senjan@gmail.com
  - Update to 5.18.0
    * [Notify By Popup] Send along event ID
    * Set default non-empty reason for screen saver inhibition
      (kde#334525)
    * Add a hint to skip notifications grouping (kde#356653)
    * For more details please see:
      https://www.kde.org/announcements/kde-frameworks-5.18.0.php
* Thu Dec 10 2015 hrvoje.senjan@gmail.com
  - Update to 5.17.0
    * For more details please see:
      https://www.kde.org/announcements/kde-frameworks-5.17.0.php
* Sun Nov 08 2015 hrvoje.senjan@gmail.com
  - Update to 5.16.0 (boo#955067)
    * Now that kparts no longer needs knotifications, only things that
      really want notifications require on this framework
    * Add description + purpose for speech + phonon
    * Make phonon dependency optional, purely internal change, like
      it is done for speech.
    * For more details please see:
      https://www.kde.org/announcements/kde-frameworks-5.16.0.php
* Mon Oct 05 2015 hrvoje.senjan@gmail.com
  - Update to 5.15.0
    * Don't send notification update signal twice
    * Reparse notification config only when it changed
    * Don't try to find X11 on WIN32
    * For more details please see:
      https://www.kde.org/announcements/kde-frameworks-5.15.0.php
* Tue Sep 08 2015 hrvoje.senjan@gmail.com
  - Update to 5.14.0
    * For more details please see:
      https://www.kde.org/announcements/kde-frameworks-5.14.0.php
* Tue Aug 04 2015 hrvoje.senjan@gmail.com
  - Update to 5.13.0
    * The Qt version requirement has been bumped from 5.2 to 5.3
    * Debug output has been ported to categorized output, for less
      noise by default
    * Docbook documentation has been reviewed and updated
    * Fix the starting Y position for fallback popups
    * Reduce dependencies and move to Tier 2
    * Catch unknown notification entries (nullptr deref) (kde#348414)
    * Remove pretty much useless warning
    * For more details please see:
      https://www.kde.org/announcements/kde-frameworks-5.13.0.php
* Sun Jul 05 2015 hrvoje.senjan@gmail.com
  - Update to 5.12.0
    * Fix pixmap types in org.kde.StatusNotifierItem.xml
    * [ksni] Add method to retrieve action by its name (kde#349513)
    * For more details please see:
      https://www.kde.org/announcements/kde-frameworks-5.12.0.php
* Sun Jun 07 2015 hrvoje.senjan@gmail.com
  - Update to 5.11.0
    * Fix crash in NotifyByExecute when no widget has been set
      (kde#348510)
    * Improve handling of notifications being closed (kde#342752)
    * Replace QDesktopWidget usage with QScreen
    * Ensure KNotification can be used from a non-GUI thread
    * For more details please see:
      https://www.kde.org/announcements/kde-frameworks-5.11.0.php
* Sun May 03 2015 hrvoje.senjan@gmail.com
  - Update to 5.10.0
    * Fix KNotifications when used with Ubuntu's NotifyOSD
      (kde#345973)
    * Don't trigger notification updates when setting the
      same properties (kde#345973)
    * Introduce LoopSound flag allowing notifications to play sound
      in a loop if they need it (kde#346148)
    * Don't crash if notification doesn't have a widget
    * For more details please see:
      https://www.kde.org/announcements/kde-frameworks-5.10.0.php
* Sat Apr 04 2015 hrvoje.senjan@gmail.com
  - Update to 5.9.0
    * Added an event() version that takes no icon and will
      use a default one
    * Added an event() version that takes StandardEvent eventId
      and QString iconName
    * For more details please see:
      https://www.kde.org/announcements/kde-frameworks-5.9.0.php
  - Drop no longer needed kwindowsystem-devel Requires of the
    devel subpackage
* Sat Mar 07 2015 hrvoje.senjan@gmail.com
  - Update to 5.8.0
    * Delay the audio init until actually needed
    * Fix notification config not applying instantly
    * Fix audio notifications stopping after first file played
    * For more details please see:
      https://www.kde.org/announcements/kde-frameworks-5.8.0.php
* Sun Feb 08 2015 hrvoje.senjan@gmail.com
  - Update to 5.7.0
    * Documentation: mentionned the file name requirements of
      .notifyrc files
    * Fixed dangling pointer to KNotification
    * Fixed leak of knotifyconfig
    * Install missing knotifyconfig header
    * For more details please see:
      https://www.kde.org/announcements/kde-frameworks-5.7.0.php
* Sat Jan 03 2015 hrvoje.senjan@gmail.com
  - Update to 5.6.0
    * Remove NotifyBySound. NotifyByAudio implements the "Sound"
      notification already
    * Fix crash accessing dangling pointer in NotifyByPopup
    * For more details please see:
      https://www.kde.org/announcements/kde-frameworks-5.6.0.php
* Sat Dec 06 2014 hrvoje.senjan@gmail.com
  - Update to 5.5.0
    * Make KNotificationPlugin a public class
    * KPassivePopup - Set default hide delay
    * For more details please see:
      https://www.kde.org/announcements/kde-frameworks-5.5.0.php
* Sun Nov 02 2014 hrvoje.senjan@gmail.com
  - Update to 5.4.0
    * Add support for custom icons (convenience method
      KNotification::Event with icon name)
    * For more details please see:
      https://www.kde.org/announcements/kde-frameworks-5.4.0.php

Files

/usr/lib/qt5/qml/org
/usr/lib/qt5/qml/org/kde
/usr/lib/qt5/qml/org/kde/notification
/usr/lib/qt5/qml/org/kde/notification/libknotificationqmlplugin.so
/usr/lib/qt5/qml/org/kde/notification/qmldir


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 18:39:40 2024