Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: libKF5Plasma5 | Distribution: openSUSE Tumbleweed |
Version: 5.95.0 | Vendor: openSUSE |
Release: 1.1 | Build date: Fri Jun 17 22:28:31 2022 |
Group: System/GUI/KDE | Build host: obs-arm-11 |
Size: 1083330 | Source RPM: plasma-framework-5.95.0-1.1.src.rpm |
Packager: http://bugs.opensuse.org | |
Url: https://www.kde.org | |
Summary: Plasma framework - core libraries |
This package contains the core libraries needed by the Plasma framework.
GPL-2.0-or-later AND LGPL-2.0-or-later
* Tue Jun 14 2022 Fabian Vogt <fabian@ritter-vogt.de> - Add patch to fix window thumbnails on X11: * 0001-Revert-Use-QT_FEATURE_foo-to-detect-opengl-support-a.patch * 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 - Too many changes since 5.94.0, only listing bugfixes: * Dialog should use the Dock type unless requested otherwise (kde#454635) * Add back the WindowsGoBelow panel behavior (kde#455138) * 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 - Too many changes since 5.93.0, only listing bugfixes: * Fix use-after-free in ContainmentInterface (kde#451267) * Fix osd dialog position (kde#452648) * Fix check for argument length in DataEngine loader (kde#452596) * Keep PlasmaComponents.Highlight on its former behaviour (kde#452555) * Dialog: Do not update layout parameters while hidden (kde#452512) * PC3 toggle controls: fix odd heights misaligning indicators (kde#447977) - Drop upstream patches: * b62d83bef7733e4943e6f66787166b41198d1359.patch * 0001-Fix-osd-dialog-position.patch * 0002-Keep-PlasmaComponents.Highlight-on-its-former-behavi.patch * 0003-Fix-check-for-argument-length-in-DataEngine-loader.patch * Wed Apr 20 2022 Fabian Vogt <fabian@ritter-vogt.de> - Backport some patches: * 0001-Fix-osd-dialog-position.patch (kde#452648) * 0002-Keep-PlasmaComponents.Highlight-on-its-former-behavi.patch (kde#452555) * 0003-Fix-check-for-argument-length-in-DataEngine-loader.patch (kde#452596) * Thu Apr 14 2022 Hans-Peter Jansen <hpj@urpla.net> - Apply b62d83bef7733e4943e6f66787166b41198d1359.patch fixes plasmoid layout regression (kde#452512) * 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: * Make WindowThumbnail build against Qt6 as well * Plasmacomponents2 Highlight: add explicit id * Highlight: change hover: property to hovered: * Don't install the heading SVG in breeze-light and breeze-dark Plasma themes * AppletInterface: Add `self` property which just returns `this` * Allow applets to have empty json metadata & use KPackage's metadata instead * Do not compute sizes within dialogs when they're not visible * Port dateengine away from inperformant KPluginInfo hack * Improve documentation of PlasmaExtras.Highlight * Factor out QML module URI string * Update documentation regarding PlasmaExtras.Highlight * Adapt to the deprecation of qmlRegisterInterface in Qt6 * Add default switch statement * Add power profile icons (kde#449475) * Fix Plasmoid attached property look-up on Config objects (kde#451482) * Fix potential null parent access * Break recursion when checking compact representation * Use generic breeze-styled arrow in Plasma style * Port to PlasmaExtras version of Highlight * Hardcode keyboard shortcut in SearchField for now * Add ActionTextField, SearchField, and PasswordField * PC3: Remove unreachable code in Svg item from DefaultListItemBackground * AppletQuickItem: Ensure we provide the attached property when we have it * Port from using plasmoid to Plasmoid * Calendar: Draw highlight below the text (kde#451209) * Use PACKAGE_CMAKE_INSTALL_PREFIX before any find_dependency() calls * Move Highlight from PlasmaComponents 2.0 to PlasmaExtras * Introduce PLASMA_NO_CONTEXTPROPERTIES to disable Plasma QML context properties * 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: * KPluginMetaData::serviceTypes() is gone in KF6 * Remove or upgrade QQC1 imports from tests where possible * Port away from QXcbWindowFunctions for Qt6 * show the header if both this and dialog background fallback * Fix a -Wint-to-void-pointer-cast warning * breeze: Clean up SVG Tiny 1.2 errors in button * Units: add mediumSpacing * Units: update smallSpacing and largeSpacing documentation * Use POSITION_INDEPENDENT_CODE for static lib (qt6) * Use KConfigPropertyMap instead of KDeclarative::ConfigPropertyMap for KF6 * Remove the use of the QtQml namespace * Adapt to the new location of the Qt namespace meta object in Qt6 * Adapt to native event filter signature changes in Qt6 * Adapt to the removed of QtX11Extras in Qt6 * Adapt to QQuickItem::geometryChanged being renamed in Qt6 * Port to QRegularExpression * Adapt to Qt6 container sizes no longer being a 32bit integer * 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: * Check executables exist in PATH before passing them to QProcess * ExpandableListItem: Deprecate custom isEnabled property and alias it to enabled (kde#449539) * PC3 ButtonContent: Move property defaultIconSize to the top-level component * Identify containments using X-Plasma-ContainmentType instead of service types * Native interface always available * ModelContextMenu: drop Accessible.role property * Do not use Control for PC3::IconLabel (kde#446303) * Corona::containmentForScreen: Ignore activities when an empty string is used (kde#448590) * Change where add_feature_info(EGL) is called * Fix detection of GLX support in QtGui * PC3 ScrollView: set step sizes based on devicePixelRatio * ConfigModel: Expose Roles enum to QML * Use MATCHES (suggested by Samir) * Apply patch from Samir * Adapt build system for building against qt6 + fix some compile errors * Don't fallback to EGL::EGL, just don't link to EGL when it's not found * Always sync the setPanelBehavior to wayland (kde#448373) * PlasmaQuick::Dialog - Fix flickering issues when resizing (specially in krunner) * Always sync the setPanelBehavior to wayland (kde#426969) * PC3 ScrollView: Avoid importing QtQuick.Controls.2 * Doc: Improve descriptions of Plasma::DataSource methods * Don't crash when a screen gets disabled and enabled again (kde#447752) * PC3 RadioIndicator: use radiobutton.svg for breeze-light and breeze-dark * KWayland does not make sense outside of Linux/FreeBSD, so don't try to depend on it there * Add Yakuake panel icon (kde#427485) * Deprecated PlasmaExtras.ScrollArea component * PC3 SwipeView: use longDuration for highlight animation * 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: * plasmoidheading: make corners consistent, improve top line color * Port I18N_NOOP to KLazyLocalizedString * PC3 ItemDelegate: Actually use ItemDelegate type * Add a destroy method to the view * PC3 ProgressBar: fix fill going OOB when indeterminate state ends (kde#428955) * Fix background corners and PC3 ToolTip style (kde#442745) * fix availableScreenRect for applets/containments (kde#445495) * widgets/tasks.svgz: Use more saturated colors for the focus and attention states (kde#434821) * Doc: ToolTip: Fix broken example * When adding a new applet to a desktop containment, add it to the center * DefaultToolTip: Remove unused QML ids * DefaultToolTip: Fix whitespace * DefaultToolTip: Use strict !== equality * DefaultToolTip: Replace spacing expressions with more appropriate ones * wallpaperinterface: Update "contextualActions" after clearing actions (kde#446195) * Sat Dec 04 2021 Christophe Giboudeaux <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: * wallpaperinterface: Don't double delete action * Use `open-menu-symbolic` instead of `application-menu` * Make Breeze plasma scrollbar/slider/progressbar color match application theme * Heading: Deprecate headerPointSize(int level) method * Don't reload renderers for empty paths * PageStack: Replace == equality with === strict equality * Reload shared renderers when a file changed on disk (kde#445516) * PlasmoidHeading: Turn location into an alias for position property * Replace variant property type with var and other appropriate types * org.kde.plasma.extras: Follow Qt style of implicitWidth/implicitHeight declaration * Fix links in generated doc * ButtonColumn: Fix missing import * Fix IconLabel * Title: Replace implementation with Heading {} * Title: Lower size (again) * QQuickWindow::event after setupwaylandintegration * Do updateTheme after QQuickWindow::event (kde#305247) * Breeze slider.svg: Fix bad SVG code making shadow invisible * set all roles that can be mapped from dialog types to plasma protocol role * Forward declare deprecated Plasma::Package class * smaller mask to hide glitches * Remove dead code * KF5PlasmaMacros: Actually install desktop files if they exist * Doc: Reflow text * make the OSD an actual wayland OSD * Sun Nov 07 2021 Christophe Giboudeaux <christophe@krop.fr> - Strip 'Source' URL for faster submissions * Sun Nov 07 2021 Christophe Giboudeaux <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 - Too many changes since 5.87.0, only listing bugfixes: * Fix crash in WindowThumbnail::updatePaintNode() (kde#444015) * ExpandableListItem: Finally fix expanded height calculation permanently (kde#443755) * Prevent tooltips from being incorrectly dismissed (kde#439522) * Split window texture provider from window texture node (kde#439681) * breeze: update slider style (kde#355889) * Sun Oct 03 2021 Christophe Giboudeaux <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 - Too many changes since 5.86.0, only listing bugfixes: * Revert "Change busywidget to a gear" (kde#442525) * ExpandableListitem: Correct expanded view height calculation (kde#442537) * Wed Sep 15 2021 Christophe Giboudeaux <christophe@krop.fr> - Drop the unneeded baselibs.conf. * Mon Sep 06 2021 Christophe Giboudeaux <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 - Too many changes since 5.85.0, only listing bugfixes: * ExpandableListItem: Fix overlapping entries with many expanded items (kde#428102) * ExpandableListitem: Fix stylus input for buttons (kde#426079) * [Calendar] Fix pinned calendar displaying the wrong number of dots (kde#440627) * [PC3/TextField] Fix text color with certain themes (kde#438854) - Drop upstream patch: * 0001-Fix-Plasma-non-Qt-icon-scaling-with-integer-scale-factors.patch * Tue Aug 17 2021 Antonio Larrosa <alarrosa@suse.com> - Add patch from upstream to fix a regression in Plasma icon sizes when using fractional scaling on X11: * 0001-Fix-Plasma-non-Qt-icon-scaling-with-integer-scale-factors.patch * Fri Aug 06 2021 Christophe Giboudeaux <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 - Too many changes since 5.84.0, only listing bugfixes: * Fix Units::roundToIconSize() returning incorrect sizes with non-Qt scaling (kde#390147) * Theme::currentThemeHasImage should not return true if parent themes match (kde#439847) * Sun Jul 18 2021 Christophe Giboudeaux <christophe@krop.fr> - Drop patch: * 0001-Revert-KF5PlasmaMacros-Only-try-to-install-desktop-f.patch * Mon Jul 12 2021 Christophe Giboudeaux <christophe@krop.fr> - Add patch to revert an upstream change: * 0001-Revert-KF5PlasmaMacros-Only-try-to-install-desktop-f.patch * Sun Jul 04 2021 Christophe Giboudeaux <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 - Too many changes since 5.83.0, only listing bugfixes: * Add compatibility code when GLVND is not available (kde#438444) * [Calendar] Store plugin manager as QPointer (kde#385011) * Connect to global shortcut changes (kde#438662) * fix graphics of tooltips (kde#438121) - Only install the license files once * Thu Jun 17 2021 Fabian Vogt <fabian@ritter-vogt.de> - BuildRequire pkgconfig(gl) everywhere to work around oddity in FindOpenGL.cmake * Sat Jun 05 2021 Christophe Giboudeaux <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 - Too many changes since 5.82.0, only listing bugfixes: * Fix events appearing in year or decade view (kde#436999) * [dataengine] Emit sourceRemoved earlier (kde#436350) * Sat May 01 2021 Christophe Giboudeaux <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 - Too many changes since 5.81.0, only listing bugfixes: * ContainmentInterface: Set transient parent of submenues (kde#417378) * Make the size of the task manager margins as big as the panel ones (kde#434324) * [Wayland] Ensure pinned popup end up on the panel layer (kde#400317) * Fix elide of TabButtons (kde#434945) * Mon Apr 05 2021 Christophe Giboudeaux <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 - Too many changes since 5.80.0, only listing bugfixes: * Change ContrastEffect check to AdaptiveTransparency in A.T. check (kde#434200) * Sun Mar 07 2021 Christophe Giboudeaux <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 - Too many changes since 5.79.0, only listing bugfixes: * [plasmacomponents3/TextField|TextArea] Fix placeholder text (kde#433864) * [Icon Item] Load .ico files using QIcon (kde#429927) * [PC3 ToolTip] Reduce margins to smallSpacing (kde#428191) * Revert 4d4db0b1's theme changes (kde#434202) * Mon Feb 08 2021 Christophe Giboudeaux <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 - Too many changes since 5.78.0, only listing bugfixes: * widgets>lineedit.svg: fix pixel misalignment woes (kde#432422) * Add RESET to globalShortcut property (kde#431006) * Wed Jan 06 2021 Christophe Giboudeaux <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 - Too many changes since 5.77.0, only listing bugfixes: * [PC3 ProgressBar] Set binding for width (kde#430544) * Don't allow negative calendar years (kde#430320) * Fix broken background (kde#430390) * Wed Dec 30 2020 Fabian Vogt <fabian@ritter-vogt.de> - Add QML import provides * Mon Dec 07 2020 Christophe Giboudeaux <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 - Too many changes since 5.76.0, only listing bugfixes: * Finish the animation before changing the length of the progressbar highlight (kde#428955) * [textfield] Fix clear button overlapping text (kde#429187) * Sat Nov 07 2020 Christophe Giboudeaux <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 - Too many changes since 5.75.0, only listing bugfixes: * Always show ExpandableListitem buttons, not just on hover (kde#428624) * Lock the header colours of Breeze Dark and Breeze Light (kde#427864) * [ExpandableListItem] Make colored text 100% opaque (kde#427171) * ComboBox3.contentItem must be a QQuickTextInput to fix autocomplete (kde#424076) * Toggle plasmoids when shortcut is activated (kde#400278) - Drop upstream patches: * 0001-BusyIndicator-Do-not-rotate-when-invisible.patch * 0001-Fix-BusyIndicator-rotating-even-when-invisible-again.patch * Sat Oct 17 2020 Fabian Vogt <fabian@ritter-vogt.de> - Add patch to avoid 100% CPU usage by plasmashell: * 0001-Fix-BusyIndicator-rotating-even-when-invisible-again.patch * Thu Oct 15 2020 Fabian Vogt <fabian@ritter-vogt.de> - Add patch to improve krunner responsiveness on wayland (kde#426746): * 0001-BusyIndicator-Do-not-rotate-when-invisible.patch * Mon Oct 05 2020 Christophe Giboudeaux <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 - Too many changes since 5.74.0, only listing bugfixes: * Fix plasmoidheading.svgz being installed to the wrong place (kde#426537) * Make PlasmaComponents3 Tooltips use the typical tooltip style (kde#424506) * Fix PC3 Button/ToolButton icons not always having the right color set (kde#426556) * Ensure FrameSvg uses lastModified timestamp when using cache (kde#426674) - Drop upstream patch: * 0001-Fix-PC3-Button-ToolButton-icons-not-always-having-th.patch * Thu Sep 24 2020 Fabian Vogt <fabian@ritter-vogt.de> - Add patch to fix PC3 Button icon colors (kde#426556): * 0001-Fix-PC3-Button-ToolButton-icons-not-always-having-th.patch * Sun Sep 06 2020 Christophe Giboudeaux <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 - Too many changes since 5.73.0, only listing bugfixes: * Fix incorrect default for PlasmaExtras.ListItem (kde#425769) * Don't let the background become smaller than the svg (kde#424448) * Make PC3 BusyIndicator visuals keep a 1:1 aspect ratio (kde#425504) * Unify the flat/normal behavior of PC3 Buttons/ToolButtons (kde#425174) * Fix toolbutton-hover margins in button.svg (kde#425255) * Fix PC2 ToolButtonStyle margins (kde#425255) * Only draw the focus indicator when we got focus via the keyboard (kde#424446) * Sun Aug 02 2020 Christophe Giboudeaux <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 - Too many changes since 5.72.0, only listing bugfixes: * Don't show Plasma dialogs in task switchers (kde#419239) * Copy DataEngine relays before itterating (kde#422973) * Make signal strength in network icons more visible (kde#423843) * Sun Jul 05 2020 Christophe Giboudeaux <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 - Too many changes since 5.71.0, only listing bugfixes: * [spinbox] Don't use QQC2 items when we should use PlasmaComponents (kde#423445) * Use fully qualified identifiers for metaobject types (kde#423643) - Drop upstream patches: * 0001-Add-property-to-access-the-ExpandableListItem-loader.patch * 0001-Introduce-PlaceholderMessage.patch * Sat Jun 20 2020 Fabian Vogt <fabian@ritter-vogt.de> - Add new component needed to fix label appearance (kde#422684): * 0001-Introduce-PlaceholderMessage.patch * Thu Jun 18 2020 Fabian Vogt <fabian@ritter-vogt.de> - Add new API needed by fix for plasma-nm5 (kde#423093): * 0001-Add-property-to-access-the-ExpandableListItem-loader.patch * Sun Jun 07 2020 Christophe Giboudeaux <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 - Too many changes since 5.70.0, only listing bugfixes: * Avoid potential disconnect of all signals in IconItem (kde#421170) - Drop upstream patch: * Avoid-potential-disconnect-of-all-signals-in-IconItem.patch * Thu May 14 2020 Wolfgang Bauer <wbauer@tmo.at> - Add Avoid-potential-disconnect-of-all-signals-in-IconItem.patch to fix a possible crash of plasmashell (boo#1171641, kde#421170) * Sun May 03 2020 Christophe Giboudeaux <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 - Too many changes since 5.69.0, only listing bugfixes: * [PlasmaCore.IconItem] Regression: fix crash on source change (kde#420801) * [Plasmoid Heading] Draw the heading only when there is an SVG in the theme * Fix rounded borders * Sun Apr 05 2020 Christophe Giboudeaux <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: * Added Page element * [pc3/busyindicator] Hide when not running * Update window-pin, Add more sizes, Remove redundant edit-delete * Make animation durations consistent with Kirigami values * WIP: Create a new TopArea element using widgets/toparea svg * Added plasmoid heading svg * make highlighted property work for roundbutton * Sun Mar 08 2020 Christophe Giboudeaux <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 - Too many changes since 5.67.0, only listing bugfixes: * Try to apply the colorscheme of the current theme to QIcons (kde#417780) * Remove hardcoded colors (kde#417511) * Construct NullEngine with KPluginMetaData() (kde#417548) * Don't warn for invalid plugin metata (kde#412464) - Drop Try-to-apply-the-colorscheme-of-the-current-theme-to-QIcons.patch * Mon Mar 02 2020 Wolfgang Bauer <wbauer@tmo.at> - Add upstream patch to fix wrong icon colors with dark desktop themes if a fallback icon is used (boo#1157921, kde#417780) * Try-to-apply-the-colorscheme-of-the-current-theme-to-QIcons.patch * Sun Feb 02 2020 Christophe Giboudeaux <christophe@krop.fr> - Replace %make_jobs with %cmake_build. * Sun Feb 02 2020 Christophe Giboudeaux <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 - Too many changes to list here. * Sun Jan 05 2020 Christophe Giboudeaux <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 - Too many changes since 5.65.0, only listing bugfixes: * Sync QWindow flag WindowDoesNotAcceptFocus to wayland plasmashell interface (kde#415124) * [RFC] Fix Display Configuration icon margins (kde#400087) * [PC3 ToolButton] Have the label take into account complementary color schemes (kde#414929) * Added background colors to active and inactive icon view (kde#370465) - Drop calendar-Check-out-of-bounds-array-access.patch. Merged upstream * Mon Dec 30 2019 Wolfgang Bauer <wbauer@tmo.at> - Add calendar-Check-out-of-bounds-array-access.patch to fix a possible crash with a "broken" locale setup (boo#1159871) * Sun Dec 08 2019 Christophe Giboudeaux <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 - Too many changes to list here. * Sun Nov 03 2019 Christophe Giboudeaux <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: * map disabledTextColor to ColorScope * add DisabledTextColor to Theme * [PC3/button] Elide text always * Improve panel options menu entries * edit mode action * Use ECMGenerateExportHeader to manage deprecated API better * [icons/media.svg] Add 16 & 32px icons, update style * [PlasmaComponents3] Fix checkable toolbutton background * Sun Oct 06 2019 Christophe Giboudeaux <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 - Too many changes since 5.62.0, only listing bugfixes: * Fix crash on teardown with Applet's ConfigLoader (kde#411221) * Sat Sep 07 2019 Christophe Giboudeaux <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: * Make notification icons use outline style * Skip test on wayland * Port trivial connects to the new style * make the sizing of the toolbuttons more coherent * make button icons follow a reasonable size and layout (kde#399952) * Allow applets/containments/wallpaper to defer UIReadyConstraint * Make notification icons look like bells * Fix incorrect initial tabs position for vertical tab bars (kde#395390) * Add missing include - Replace foo-devel with cmake(KF5Foo) in build requirements * Wed Aug 07 2019 Christophe Giboudeaux <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: * [ToolButtonStyle] Use same color group for hovered state * Handle colors file in fake plasma theme installer * Install plasma theme into local XDG_DATA_DIR for icon test * Apply busy indicator duration change of D22646 to the QQC2 style * Compile package structure plugins into expected subdirectory * Change Highlight to ButtonFocus * Make sure we compare paths properly * Fix running the dialognativetest without installing * Search for the plugin of the other plasmoid * [Busy Indicator] Match duration of QQC2-desktop-style version * remove dangling remote widgets code * Remove deprecated tests * Remove hardcoded colors (view.svg, system.svg) * Add missing components in org.kde.plasma.components 3.0 * Update refresh and restart icons to reflect new breeze-icons versions * itemMouse isn't defined in plasma.components 3.0 * use clearItems when an applet gets deleted * Fix crash if swtichSize is adjusted during initial setup * react when switchWidth/Height changes * Remove unused bits in ContainmentAction * Improve plugin caching * Fri Jul 19 2019 Wolfgang Bauer <wbauer@tmo.at> - Don't lower minimum Qt version anymore, it requires 5.11 now - Drop patch to support Qt 5.9: * 0001-Revert-Remove-Qt-version-check.patch * 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: * [Svg] Fix porting error from QRegExp::exactMatch * ContainmentAction: Fix loading from KPlugin * regular expression shouldn't be static * Better use of Qt APIs in Plasma::Theme * [TabBar] Remove exterior margins * pluginloader: Change behavior of X-KDE-ParentApp * make pinch in calendar work again * Add disk-quota icons (kde#403506) * Make Plasma::Svg::elementRect a bit leaner * Automatically set version of desktopthemes packages to KF5_VERSION * Don't notify about changing to the same state it was at * Fix the alignment of the label of the toolbutton * [PlasmaComponents3] Vertically center button text as well * 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: * Don't modify a temporary object * Make Breeze Light/Dark use more system colors * Fix warnings * Export SortFilterModel sort column to QML * plasmacore: fix qmldir, ToolTip.qml no longer part of module * signal availableScreenRectChanged for all applets * Use simply configure_file to generate the plasmacomponents3 files * Update *.qmltypes to current API of QML modules * FrameSvg: also clear mask cache on clearCache() * FrameSvg: make hasElementPrefix() also handle prefix with trailing - * FrameSvgPrivate::generateBackground: generate background also if reqp != p * FrameSvgItem: emit maskChanged also from geometryChanged() * FrameSvg: prevent crash when calling mask() with no frame yet created * FrameSvgItem: emit maskChanged always from doUpdate() * API dox: note for FrameSvg::prefix()/actualPrefix() the trailing '-' * a kf6 comment * Add test for buttons with icon height * API dox: point to Plasma5 versions on techbase if avail * FrameSvg: l & r borders or t & b don't need to have same height resp. width * 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: * Too many changes to list here * 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: * [AppletInterface] Check for corona before accessing it * [Dialog] Don't forward hover event when there is nowhere to forward it to * [Menu] Fix triggered signal * Reduce the importance of some debug information so actual warnings can be seen. * Fix qml warning * [PlasmaComponents3 ComboBox] Fix textColor * autotests: don't fail if an unrelated window shows up. * FrameSvgItem: catch margin changes of FrameSvg also outside own methods * Add Theme::blurBehindEnabled() * FrameSvgItem: fix textureRect for tiled subitems to not shrink to 0 * Fix breeze dialog background with Qt 5.12.2 (kde#405548) * [Icon Item] Also clear image icon when using Plasma Svg (kde#405298) * textfield height based only on clear text (kde#399155) * bind alternateBackgroundColor - Dropped patches, now upstream: * 0001-Fix-breeze-dialog-background-with-Qt-5.12.2.patch * Tue Mar 19 2019 Fabian Vogt <fabian@ritter-vogt.de> - Add patch to make certain .svgz work with Qt 5.12.2 (kde#405548): * 0001-Fix-breeze-dialog-background-with-Qt-5.12.2.patch * Fri Mar 15 2019 lbeltrame@kde.org - Update to 5.56.1 * New bugfix release - Changes since 5.56.0: * Remove crash in plasmashell * 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: * Make it compiles without deprecated method * [Icon Item] Block next animation also based on window visibility * it's already defined in KDEFrameworkCompilerSettings * Show a warning if a plugin requires a newer version * Bump the theme versions because icons changed, to invalidate old caches * [breeze-icons] Revamp system.svgz * Make Breeze theme tooltip texts consistent * Change glowbar.svgz to smoother style (kde#391343) * Do background contrast fallback at runtime (kde#401142) * [breeze desktop theme/dialogs] Add rounded corners to dialogs * Fix warning - Refreshed patches: * 0001-Revert-Remove-Qt-version-check.patch * Fri Feb 15 2019 alarrosa@suse.com - Add 0001-Revert-Remove-Qt-version-check.patch to revert the commit that removes support for Qt < 5.10 - 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: * Use more https in links (& update a few urls) * [Wallpaper templates] Add missing Comment= entry to desktop file * Remove explicit use of ECM_KDE_MODULE_DIR, part of ECM_MODULE_PATH * [Plasma Theme] Use new connect syntax * Share Plasma::Theme instances between multiple ColorScope * Make the clock svg's shadows more logically correct and visually appropriate * [frameworks] Do not use light font styles for headings (1/3) (kde#402730) * [Dialog] Don't alter mainItem's visibility * Reset parentItem when mainItem changes * Remove Qt version check * 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: * [Calendar] Expose firstDayOfWeek in MonthView * Add override * Add preferences-system-bluetooth-battery to preferences.svgz * Fix comparison between signed and unsigned integer warning * Fix unused parameter warning
/usr/lib/libKF5Plasma.so.5 /usr/lib/libKF5Plasma.so.5.95.0 /usr/lib/libKF5PlasmaQuick.so.5 /usr/lib/libKF5PlasmaQuick.so.5.95.0 /usr/share/licenses/libKF5Plasma5 /usr/share/licenses/libKF5Plasma5/BSD-2-Clause.txt /usr/share/licenses/libKF5Plasma5/BSD-3-Clause.txt /usr/share/licenses/libKF5Plasma5/CC0-1.0.txt /usr/share/licenses/libKF5Plasma5/GPL-2.0-only.txt /usr/share/licenses/libKF5Plasma5/GPL-2.0-or-later.txt /usr/share/licenses/libKF5Plasma5/GPL-3.0-only.txt /usr/share/licenses/libKF5Plasma5/LGPL-2.0-or-later.txt /usr/share/licenses/libKF5Plasma5/LGPL-2.1-only.txt /usr/share/licenses/libKF5Plasma5/LGPL-2.1-or-later.txt /usr/share/licenses/libKF5Plasma5/LGPL-3.0-only.txt /usr/share/licenses/libKF5Plasma5/LicenseRef-KDE-Accepted-GPL.txt /usr/share/licenses/libKF5Plasma5/LicenseRef-KDE-Accepted-LGPL.txt /usr/share/licenses/libKF5Plasma5/LicenseRef-Qt-Commercial.txt /usr/share/licenses/libKF5Plasma5/Qt-LGPL-exception-1.1.txt /usr/share/qlogging-categories5/plasma-framework.categories /usr/share/qlogging-categories5/plasma-framework.renamecategories
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon Jul 11 23:50:03 2022