File libplasma6.changes of Package libplasma6
-------------------------------------------------------------------
Tue Jul 16 13:24:11 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>
- Update to 6.1.3:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.1.3
- Changes since 6.1.2:
* update version for new release
* containmentitem.cpp: Do not set dropJob parent to m_dropMenu (kde#484674)
* update version for new release
-------------------------------------------------------------------
Tue Jul 2 17:34:17 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>
- Update to 6.1.2:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.1.2
- Changes since 6.1.1:
* update version for new release
* On applet destroyed go out of configure mode (kde#488977)
* Workaround to possible infinite reize loops (kde#488974)
* quick/dialogbackground: Ensure we delete the SVG item (kde#486743)
* update version for new release
-------------------------------------------------------------------
Tue Jun 25 17:13:42 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>
- Update to 6.1.1:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.1.1
- Changes since 6.1.0:
* update version for new release
* plasma/pluginloader: Repair loading plasmoid plugins on add from explorer (kde#488592)
* Don't delete containment if appletDelete is on one of children
* Don't double delete PlasmoidItems
* update version for new release
* Init at componentComplete
-------------------------------------------------------------------
Thu Jun 13 10:58:37 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>
- Update to 6.1.0:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.1.0
- Changes since 6.0.90:
* update version for new release
* Applet: run full Applet::save when a config value changes (kde#481113)
* Revert "Applet: Drop mostly dead code to save config"
* update version for new release
* private/ButtonContent: Make buttons' icon colors settable externally (kde#483375)
* Always limit tooltip size to screen size (kde#487742)
* Add temporary faux api to allow popups to constrain popup placement
-------------------------------------------------------------------
Sat May 25 11:18:51 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>
- Update to 6.0.90:
* New feature release
* For more details see https://kde.org/announcements/plasma/6/6.0.90
- Too many changes to list here
-------------------------------------------------------------------
Wed May 22 07:43:08 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>
- Update to 6.0.5:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.0.5
- Changes since 6.0.4:
* update version for new release
* More robust against malformed hints (kde#487230)
* Workaround setMinimumSize not resizing (kde#485456,kde#480722)
* clock.svg: remove empty groups that cause warnings
* Sync config to disk when values change (kde#481085,kde#482469,kde#482090,kde#481113,kde#482773,kde#483083)
-------------------------------------------------------------------
Wed Apr 17 08:12:54 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>
- Update to 6.0.4:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.0.4
- Changes since 6.0.3:
* containmentview: Remove QueuedConnection from setContainment
* PlasmaTheme: only sync colors when parent item is visible
* update version for new release
-------------------------------------------------------------------
Tue Mar 26 18:05:57 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>
- Update to 6.0.3:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.0.3
- Changes since 6.0.2:
* update version for new release
* Do not activate containment when one of its applet is activated (kde#483941,kde#479084)
-------------------------------------------------------------------
Sat Mar 16 21:40:52 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>
- Work around %preun in installed packages killing the session
during upgrade (boo#1221405)
-------------------------------------------------------------------
Wed Mar 13 09:09:57 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>
- Update to 6.0.2:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.0.2
- Changes since 6.0.1:
* ContainmentItem: set correct constraints when wallpaper is ready (kde#482267)
* ContainmentItem: report correct isLoading status
* Remove old focus workaround (kde#481967)
* update version for new release
-------------------------------------------------------------------
Wed Mar 6 08:40:29 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>
- Update to 6.0.1:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.0.1
- Changes since 6.0.0:
* update version for new release
* Show a more specific error message for incompatible widgets (kde#481328)
* Don't show arrow for icon-only buttons
-------------------------------------------------------------------
Tue Mar 5 11:43:23 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>
- Obsolete Plasma 5
-------------------------------------------------------------------
Wed Feb 21 18:36:17 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>
- Update to 6.0.0:
* New bugfix release
* Release announcement not available yet
- Too many changes to list here
-------------------------------------------------------------------
Wed Jan 31 17:41:36 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>
- Update to 5.93.0 (6.0 RC 2):
* New bugfix release
* See https://kde.org/announcements/megarelease/6/rc2/ for details
- 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
-------------------------------------------------------------------
Wed Jan 17 18:26:09 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>
- Rename to libplasma6
- Merge main package into -components
-------------------------------------------------------------------
Wed Jan 17 18:06:45 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>
- Update to 5.92.0 (6.0 RC 1)
* For more details please see:
https://kde.org/announcements/megarelease/6/rc1/
-------------------------------------------------------------------
Mon Nov 6 13:37:52 UTC 2023 - Christophe Marin <christophe@krop.fr>
- Init plasma6-framework