SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for plasma5-workspace-libs-5.8.6-8.1.x86_64.rpm :

* Sun Jul 09 2017 wbauerAATTtmo.at- Add logoutdialog-honor-Offer-shutdown-options.patch to make the logout dialog respect the \"Offer shutdown options\" setting and hide \"Reboot\" and \"Shutdown\" if disabled (boo#1008844)
* Sat Jul 01 2017 wbauerAATTtmo.at- Add applauncher-allow-to-show-apps-by-name.patch to provide an option to display application names instead of the generic names in the desktop containment\'s application launcher mouse action (kde#358423, boo#974513)
* Sat Jun 17 2017 wbauerAATTtmo.at- Add xembedsniproxy-fix-possible-crash.patch to fix a possible crash
* Wed May 31 2017 wbauerAATTtmo.at- Add xembedsniproxy-inject-mouse-clicks-with-XTest.patch and xembedsniproxy-fix-using-XTest.patch to fix clicking on system tray icons of certain applications, mainly GTK3 and Java (boo#1026999, kde#362941, kde#375017)
* Sun Apr 09 2017 fabianAATTritter-vogt.de- Add fixes to the logout dialog:
* From Plasma/5.8: 0001-Logout-Screen-Show-suspend-button-only-if-supported.patch (kde#376601)
* From master: 0001-Some-UI-fixes-for-logout-dialog.patch
* Fri Mar 17 2017 alarrosaAATTsuse.com- Synchronized with package from openSUSE:Leap:42.2:Update / plasma5-workspace.6472- Dropped patches already merged upstream: 0001-Make-sure-were-looking-both-for-json-and-desktop-metadata.patch 0001-Disable-Qts-high-DPI-scaling-on-shutdown-switch-user-dialogs.patch 0001-fix-behavior-of-scrollable-systray-popups.path 0001-Move-updating-of-primary-screen-in-screenpool-after-fetching-its-id.patch 0001-properly-parse-exec-line-before-qprocessing-it-for-autostart.patch 0001-Refresh-the-ScreenGeometry-data-role-whenever-a-screen-is-added-or-changes-its-geometry.patch 0001-taskmanagerrulesrc-Add-Rewrite-Rule-for-chromium-browser.patch 0001-Windowed-Widgets-Runner-Dont-access-invalid-KPluginMetaData.patch 0001-XWindowTasksModel-Check-for-service-being-empty-before-searching-new-ones.patch
* Tue Feb 21 2017 fabianAATTritter-vogt.de- Update to 5.8.6
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.8.6.php- Changes since 5.8.5:
* Port to QMultiHash.
* Only remove + announce if leader change actually occured, avoid excessive loop.
* Fix crash.
* [Notifications] Never manually hide() the NotificationPopup
* Add comment laying out goals.
* Fix crash when switching activities.
* Tweak alphabetic (default) sort behavior.
* turn the NotificationItem in a MouseArea
* [DesktopView] show() ConfigView when it is already opened
* [System Tray Containment] Drop useless Q_INVOKABLE from .cpp file
* [System Tray Containment] Ungrab mouse before opening context menu
* [KRunner] In doubt use primary screen for view position
* Drop legacy fixup rule for VirtualBox.
* fix isOutputRedundant logic
* Fix group parents not appearing when disabling inline grouping.
* Corona::screenGeometryChanged on qscreen resized
* MediaController: Update position while queuedPositionUpdate timer is running
* better clean up of duplicate containments
* Fix \"Pinned Chrome disappears when all Chrome windows are closed\"
* [MPRIS Data Engine] Don\'t crash if \"Metadata\" is a map but of wrong type
* Systray: Move all icon resolution to dataengine
* use a native event filter to notice the screen was swapped- Fixes:
* kde#374531
* kde#365617
* kde#371858
* kde#375507
* kde#350468
* kde#375574
* kde#373698
* kde#376055- Revert upstream commit to allow use of our current slightly different fix:
* 0001-Revert-Systray-Move-all-icon-resolution-to-dataengin.patch
* Tue Dec 27 2016 fabianAATTritter-vogt.de- Update to 5.8.5
* New bugfix release
* For more details please see: https://www.kde.org/announcements/plasma-5.8.5.php- Changes since 5.8.4:
* notice when the only screen changes
* make sure applet is removed from stack when destroyed
* [Lock Screen] Wrap OSD in its own ColorScope
* Move updating of primary screen in screenpool after fetching its id
* Calendar: clear selection on opening
* Fix regression in last commit, don\'t show battery life as 100 when it\'s 0
* Fix \"Unable to assign [undefined] to int\" log
* Refresh the ScreenGeometry data role whenever a screen is added or changes its geometry.
* systemtray: Don\'t propagate unhandled wheel events
* [Lock Screen] Add keyboard icon for keyboard layout switcher
* remove categories not present on server anymore
* Select correct index without timer
* Expose rowCount as data role in TaskGroupingProxyModel.
* [taskmanagerrulesrc] Add Rewrite Rule for chromium
* [SDDM Theme] Fix background in qmlscene by providing proper config dummy data
* [SDDM Theme] Add \"lastUser\" and \"disableAvatarsThreshold\" properties to dummydata
* [SDDM Theme] Remember last username
* [taskmanagerrulesrc] Add Rewrite Rule for chromium-browser
* fix config dialogs in ltr mode- Fixes:
* boo#1022119
* Fri Dec 23 2016 alarrosaAATTsuse.com- Add 0001-Make-sure-were-looking-both-for-json-and-desktop-metadata.patch so plasma doesn\'t depend on a metadata.desktop file and packages with only a metadata.json file are handled correctly.- Add 0001-Disable-Qts-high-DPI-scaling-on-shutdown-switch-user-dialogs.patch to fix hitting a Qt bug with font rendering on shutdown and switch user dialogs (kde#366451).- Add 0001-fix-behavior-of-scrollable-systray-popups.path to fix a rare bug with ignored wheel events on the systray (kde#372050).- Add 0001-Move-updating-of-primary-screen-in-screenpool-after-fetching-its-id.patch to fix a plasma crash when unplugging a previously primary screen in some circumstances (kde#372963).- Add 0001-properly-parse-exec-line-before-qprocessing-it-for-autostart.patch to fix autostart of desktop files with place holders (kde#372153).- Add 0001-Refresh-the-ScreenGeometry-data-role-whenever-a-screen-is-added-or-changes-its-geometry.patch to fix tasks disappearing from views using TasksModel when a screen is added or changes geometry (kde#373075).- Add 0001-taskmanagerrulesrc-Add-Rewrite-Rule-for-chromium-browser.patch and 0001-taskmanagerrulesrc-Add-Rewrite-Rule-for-chromium.patch since Chromium can identify in different ways so Chromium WebApp windows are no longer treated as Chromium browser windows in task manager.- Add 0001-Windowed-Widgets-Runner-Dont-access-invalid-KPluginMetaData.patch and 0001-Check-KPluginInfo.service-returns-a-valid-object.patch to check for valid KPluginMetaData before accessing it (kde#372017).- Add 0001-XWindowTasksModel-Check-for-service-being-empty-before-searching-new-ones.patch so potentially valid services are matched correctly (kde#372211).
* Wed Nov 23 2016 fabianAATTritter-vogt.de- Update to 5.8.4
* New bugfix release
* For more details please see: https://www.kde.org/announcements/plasma-5.8.4.php- Changes since 5.8.3:
* properly parse exec line before qprocessing it for autostart
* Disable Qt\'s high DPI scaling on shutdown/switch user dialogs
* Don\'t set PanelView visibilty when opening/closing config
* Check KPluginInfo.service() returns a valid object
* Revert \"Port to new plasma-framework API\"
* Add plasma-discover to mappings
* [Windowed Widgets Runner] Don\'t access invalid KPluginMetaData
* Load screenpool at the same time as we connect to screenchanged signals
* Avoid connecting to screen changed signals twice
* Sync app config in sync with applets config
* make sure all outputs are known
* [taskmanagerrulesrc] Add Rewrite Rule for Google-chrome
* [XWindowTasksModel] Check for service being empty before searching new ones
* fix behavior of scrollable systray popups
* Introduce new pre-layout script hook
* Make sure we\'re looking both for json and desktop metadata
* Port to new plasma-framework API
* Modified distance function to keep aspect ratio as close as possible- Remove patches, now upstream:
* 0001-taskmanagerrulesrc-Add-Rewrite-Rule-for-Google-chrom.patch
* 0002-make-sure-all-outputs-are-known.patch
* 0003-Sync-app-config-in-sync-with-applets-config.patch
* 0004-Avoid-connecting-to-screen-changed-signals-twice.patch
* 0005-Load-screenpool-at-the-same-time-as-we-connect-to-sc.patch
* keep-wallpaper-aspect-ratio-wallpaper-on-screen-resolution-change.diff
* use-nearest-aspect-ratio-available-wallpaper.diff
* Thu Nov 10 2016 fabianAATTritter-vogt.de- Backport several commits for better multiscreen handling:
* 0001-taskmanagerrulesrc-Add-Rewrite-Rule-for-Google-chrom.patch
* 0002-make-sure-all-outputs-are-known.patch
* 0003-Sync-app-config-in-sync-with-applets-config.patch
* 0004-Avoid-connecting-to-screen-changed-signals-twice.patch
* 0005-Load-screenpool-at-the-same-time-as-we-connect-to-sc.patch
* kde#372099,kde#371858,kde#371991,kde#371819,kde#371734
* boo#1003438
* Thu Nov 03 2016 fabianAATTritter-vogt.de- Introduce new _plasma5_bugfix global for more fine-tuned dependencies
* Wed Nov 02 2016 wbauerAATTtmo.at- Call qtpaths with an absolute path in startkde to make sure the system one is used (boo#1004769)
* Wed Nov 02 2016 alarrosaAATTsuse.com- Add use-nearest-aspect-ratio-available-wallpaper.diff to improve the selection of wallpapers keeping the same (or as similar as possible) aspect ratio (boo#990257). Include the latest changes submitted upstream to work better with QUAD HD screen resolutions.
* Tue Nov 01 2016 fabianAATTritter-vogt.de- Update to 5.8.3
* New bugfix release
* For more details please see: https://www.kde.org/announcements/plasma-5.8.3.php- Remove upstream patches:
* fix-sddm-theme-logic.diff
* remove-sddm-graphicaleffects-dep.patch
* Sun Oct 23 2016 fabianAATTritter-vogt.de- Remove Requires again, backport import removal
* remove-sddm-graphicaleffects-dep.patch
* Sat Oct 22 2016 fabianAATTritter-vogt.de- Add Requires: libqt5-qtgraphicaleffects as used by the sddm theme
* Fri Oct 21 2016 alarrosaAATTsuse.com- Added fix-sddm-theme-logic.diff so sddm offers the text entry boxes by default (instead of an empty user list) when the userlist model is empty (boo#1003742)
* Tue Oct 18 2016 fabianAATTritter-vogt.de- Update to 5.8.2
* New bugfix release
* For more details please see: https://www.kde.org/announcements/plasma-5.8.2.php
* Tue Oct 11 2016 fabianAATTritter-vogt.de- Update to 5.8.1
* New bugfix release
* For more details please see: https://www.kde.org/announcements/plasma-5.8.1.php- Removed upstream patches:
* 0001-save-the-containment-only-aftyer-switch.patch- Remove copyrighted picture (kde#370490)
* Fri Oct 07 2016 alarrosaAATTsuse.com- Add keep-wallpaper-aspect-ratio-wallpaper-on-screen-resolution-change.diff:
* Chooses a new preferred background image when the screen resolution is changed to keep the correct aspect ratio (boo#990257). Also check for division by zero.
* Thu Oct 06 2016 fabianAATTritter-vogt.de- Add 0001-save-the-containment-only-aftyer-switch.patch:
* Without this it would always change back to the folderview after login (boo#1003399)
* Wed Oct 05 2016 fabianAATTritter-vogt.de- Add Source: URL back
* Mon Oct 03 2016 fabianAATTritter-vogt.de- Update 0001-Ignore-default-sddm-face-icons.patch to not break all .face.icon (boo#1001364)
* Sun Oct 02 2016 fabianAATTritter-vogt.de- Add add-tray-icon-cache.patch (kde#356479):
* High load due to animated tray icons
* Sat Oct 01 2016 fabianAATTritter-vogt.de- Add 0001-Ignore-default-sddm-face-icons.patch (boo#1001364):
* The default SDDM face icons are too dark to be used with the default backgrounds
* Thu Sep 29 2016 fabianAATTritter-vogt.de- Update to 5.8.0
* New LTS feature release
* For more details please see: https://www.kde.org/announcements/plasma-5.8.0.php- Remove patches (now upstream):
* 0001-wait-before-creating-the-panel.patch
* fix-breeze-sddm-theme-with-many-users-2.patch
* fix-wallpaper-not-having-correct-aspect-ratio.diff
* Tue Sep 27 2016 alarrosaAATTsuse.com- Add fix-breeze-sddm-theme-with-many-users-2.patch: Makes the breeze theme in sddm show username/password directly instead of a user list when there\'s more than N users in the system where N is defined in sddm.conf, under the Theme section, in the UsersThresholdToDisableAvatars variable.
* Sat Sep 24 2016 fabianAATTritter-vogt.de- Add 0001-wait-before-creating-the-panel.patch to work around race condition for panel transparency (boo#1000109)
* Thu Sep 22 2016 fabianAATTritter-vogt.de- Add change-kioremote-severity.patch to avoid filling the home folder with useless log messages (boo#997173)
* Thu Sep 22 2016 alarrosaAATTsuse.com- Added fix-wallpaper-not-having-correct-aspect-ratio.diff . The previous algorithm to choose a wallpaper preferred the ones with the closest area giving preference to downscaling over upscaling. This patch changes that to use that algorithm first only in wallpapers with the same aspect ratio as the screen and then using the old algorithm as fallback if no wallpaper has the same aspect ratio (boo#990257)
* Wed Sep 21 2016 fabianAATTritter-vogt.de- Use %{_plasma5_version} like other packages- Remove patch plasmashell-disable-windowclosing-on-logout.patch
* now upstream- Fix self-obsoletion
* Mon Sep 19 2016 wbauerAATTtmo.at- Move german docs to lang subpackage again
* Thu Sep 15 2016 fabianAATTritter-vogt.de- Update to 5.7.95 (Plasma 5.8 Beta)
* New LTS feature release
* For more details please see: https://www.kde.org/announcements/plasma-5.7.95.php- Removed patches: Configuration-option-for-System-Tray-icon-size.patch Use-iconName-instead-of-icon-in-all-runners.patch add-separate-autostart-file-for-klipper.patch fix-breeze-sddm-theme-with-many-users.patch require-qt56.diff
* Tue Sep 13 2016 fabianAATTritter-vogt.de- Update to 5.7.5
* New bugfix release
* For more details please see: https://www.kde.org/announcements/plasma-5.7.5.php
* Fri Aug 26 2016 fabianAATTritter-vogt.de- Update to 5.7.4
* New bugfix release
* For more details please see: https://www.kde.org/announcements/plasma-5.7.4.php- Refresh plasma5-workspace.spec
* Tue Aug 23 2016 wbauerAATTtmo.at- Add Use-iconName-instead-of-icon-in-all-runners.patch to fix problems in KRunner caused by QIcon not being thread-safe (boo#994983, kde#355122, kde#356957)
* Tue Aug 16 2016 wbauerAATTtmo.at- Use xterm to install the debug packages in drkonqi, konsole doesn\'t handle the -e parameter correctly currently (boo#990353, kde#366793)
* Fri Aug 12 2016 hrvoje.senjanAATTgmail.com- Adjust filelist for the plasmoid appdata, installed with KF > 5.25.0
* Thu Aug 11 2016 wbauerAATTtmo.at- Add add-separate-autostart-file-for-klipper.patch to prevent klipper from autostarting in e.g. GNOME (boo#993334)
* Wed Aug 03 2016 fabianAATTritter-vogt.de- Remove 0001-Workaround-kde-362531.patch as fixed in kwindowsystem
* Tue Aug 02 2016 hrvoje.senjanAATTgmail.com- Update to 5.7.3
* New bugfix release
* For more details please see: https://www.kde.org/announcements/plasma-5.7.3.php- Drop upstreamed patches: 0002-don-t-try-to-load-layout-before-kamd-starts.patch 0006-Treat-IsDemandingAttention-as-IsOnAllVirtualDesktops.patch 0007-apparently-containment-can-be-null.patch 0010-Properly-registering-existing-activities-before-load.patch 0001-check-harder-to-include-only-desktops-in-desktops.patch
* Mon Aug 01 2016 alarrosaAATTsuse.com- Added fix-breeze-sddm-theme-with-many-users.patch again. This is still needed since upstream dropped the planned changes on the login breeze theme from the 5.7 release.
* Sat Jul 30 2016 fabianAATTritter-vogt.de- Add 0001-Workaround-kde-362531.patch as a workaround for kde#362531
* Fri Jul 29 2016 fabianAATTritter-vogt.de- Remove 0005-Missing-method-for-activity-deletion-from-plasma-scr.patch Not only unnecessary, but also reverted by later patch.
* Thu Jul 28 2016 hrvoje.senjanAATTgmail.com- Added patches from upstream: 0002-don-t-try-to-load-layout-before-kamd-starts.patch 0005-Missing-method-for-activity-deletion-from-plasma-scr.patch 0006-Treat-IsDemandingAttention-as-IsOnAllVirtualDesktops.patch 0007-apparently-containment-can-be-null.patch 0010-Properly-registering-existing-activities-before-load.patch 0001-check-harder-to-include-only-desktops-in-desktops.patch
* Wed Jul 20 2016 hrvoje.senjanAATTgmail.com- Update to 5.7.2
* New bugfix release
* For more details please see: https://www.kde.org/announcements/plasma-5.7.2.php
* Sat Jul 16 2016 hrvoje.senjanAATTgmail.com- Added Configuration-option-for-System-Tray-icon-size.patch from upstream
* Wed Jul 13 2016 hrvoje.senjanAATTgmail.com- Update to 5.7.1
* New bugfix release
* For more details please see: https://www.kde.org/announcements/plasma-5.7.1.php
* Tue Jul 05 2016 wbauerAATTtmo.at- Use the new %kf5_find_lang macro to create the file list for the lang package- Remove rpmlintrc file, it is not needed any more now
* Thu Jun 30 2016 hrvoje.senjanAATTgmail.com- Update to 5.7.0
* New feature release
* For more details please see: https://www.kde.org/announcements/plasma-5.7.0.php- Drop create_kdehome.patch and fix-breeze-sddm-theme-with-many-users.patch- Add require-qt56.diff: we know our Qt package has the right patch, so we don\'t need to depend on 5.6.1
* Mon Jun 13 2016 fvogtAATTsuse.com- Add missing Requires: in branding subpackage (boo#968427)
* Mon May 16 2016 jengelhAATTinai.de- Run fdupes to compact duplicate files
* Sun May 15 2016 hrvoje.senjanAATTgmail.com- Update to 5.6.4
* New bugfix release
* For more details please see: https://www.kde.org/announcements/plasma-5.6.4.php- Drop upstreamed patches: digitalclock-fix-show-seconds.patch and kuiserver5_qApp.patch
* Tue Apr 19 2016 wbauerAATTtmo.at- Add digitalclock-fix-show-seconds.patch: Fixes displaying seconds in the digital clock which was broken with certain locales (\"C\" e.g.)
* Tue Apr 19 2016 hrvoje.senjanAATTgmail.com- Update to 5.6.3
* New bugfix release
* For more details please see: https://www.kde.org/announcements/plasma-5.6.3.php
* Wed Apr 06 2016 alarrosaAATTsuse.com- Don\'t apply plasmashell-disable-windowclosing-on-logout.patch in SLE12 since Qt 5.5.1 in SLE12 is not patched to support the new session management API from 5.6.0 .
* Tue Apr 05 2016 hrvoje.senjanAATTgmail.com- Update to 5.6.2
* New bugfix release
* For more details please see: https://www.kde.org/announcements/plasma-5.6.2.php
* Tue Mar 29 2016 hrvoje.senjanAATTgmail.com- Update to 5.6.1
* New bugfix release
* For more details please see: https://www.kde.org/announcements/plasma-5.6.1.php- Drop upstreamed xembedsniproxy-avoid-ghost-entry.patch
* Sun Mar 20 2016 hrvoje.senjanAATTgmail.com- Update to 5.6.0
* New feature release
* For more details please see: https://www.kde.org/announcements/plasma-5.6.0.php
* Wed Mar 02 2016 wbauerAATTtmo.at- Added xembedsniproxy-avoid-ghost-entry.patch from upstream: prevents an empty icon being shown when e.g. fcitx is running (boo#954623, kde#358719)
* Tue Mar 01 2016 hrvoje.senjanAATTgmail.com- Update to 5.5.5 (boo#968966)
* Bugfix release
* For more details please see: https://www.kde.org/announcements/plasma-5.5.5.php- Drop upstreamed fix-session-switch.patch and reset-the-model-on-list-always-shown-hide-change.patch
* Fri Feb 26 2016 hrvoje.senjanAATTgmail.com- Update plasmashell-disable-windowclosing-on-logout.patch to upstream version (but apply it for Qt >= 5.5.1)
* Thu Feb 25 2016 hrvoje.senjanAATTgmail.com- Added fix-session-switch.patch (kde#356945, boo#967538)
* Fri Feb 19 2016 wbauerAATTtmo.at- Added plasmashell-disable-windowclosing-on-logout.patch: prevent plasma from closing too early on logout resulting in an unusable desktop if the logout is cancelled (boo#955280, kde#349805)
* Tue Feb 16 2016 hrvoje.senjanAATTgmail.com- Added kuiserver5_qApp.patch (boo#965922)
* Thu Feb 04 2016 hrvoje.senjanAATTgmail.com- Added reset-the-model-on-list-always-shown-hide-change.patch (kde#357627, kde#352055)
* Tue Jan 26 2016 hrvoje.senjanAATTgmail.com- Update to 5.5.4:
* Bugfix release
* For more details please see: https://www.kde.org/announcements/plasma-5.5.4.php- Drop xembedsniproxy-check-for-null-geometry.patch, upstreamed
* Wed Jan 20 2016 wbauerAATTtmo.at- Add xembedsniproxy-check-for-null-geometry.patch: fixes an xembedsniproxy crash (boo#954623, kde#355463, kde#358227)
* Wed Jan 06 2016 hrvoje.senjanAATTgmail.com- Update to 5.5.3:
* Bugfix release
* For more details please see: https://www.kde.org/announcements/plasma-5.5.3.php
* Tue Dec 22 2015 hrvoje.senjanAATTgmail.com- Update to 5.5.2:
* Bugfix release
* For more details please see: https://www.kde.org/announcements/plasma-5.5.2.php
* Tue Dec 15 2015 hrvoje.senjanAATTgmail.com- Update to 5.5.1:
* Bugfix release
* For more details please see: https://www.kde.org/announcements/plasma-5.5.1.php- Drop upstreamed patches: 0001-notifications-Check-if-the-popup-is-visible-before-u.patch 0002-notifications-Move-reading-globalConfig-from-ctor-to.patch 0003-Make-comment-section-of-the-timezones-configuration-.patch 0004-notifications-Fix-default-notification-position-sett.patch 0001-Forward-mouse-enter-and-leave-events-on-feathered-ed.patch kde355684.patch use-old-connect-syntax.patch
* Sat Dec 12 2015 hrvoje.senjanAATTgmail.com- Update to 5.5.0:
* For more details please see: https://dot.kde.org/2015/12/08/plasma-55-beautiful-new-artwork- Move to cmake(...) BuildRequires where possible- Drop no longer needed fix-wayland-requirement.patch and rb125743.patch- Added patches from upstream: 0001-notifications-Check-if-the-popup-is-visible-before-u.patch 0002-notifications-Move-reading-globalConfig-from-ctor-to.patch 0003-Make-comment-section-of-the-timezones-configuration-.patch 0004-notifications-Fix-default-notification-position-sett.patch 0001-Forward-mouse-enter-and-leave-events-on-feathered-ed.patch kde355684.patch use-old-connect-syntax.patch
* Fri Dec 04 2015 alarrosaAATTsuse.com- Rebased fix-breeze-sddm-theme-with-many-users.patch in preparation for 5.5.0
* Wed Nov 25 2015 opensuseAATTcboltz.de- add dependency on xprop (called by /usr/bin/startkde)
* Fri Nov 20 2015 alarrosaAATTsuse.com- Renamed userlist model property from UsersThresholdToDisableAvatars to disableAvatarsThreshold as in the patch finally accepted by sddm developers.
* Wed Nov 11 2015 alarrosaAATTsuse.com- Adds patch fix-breeze-sddm-theme-with-many-users.patch: Makes the breeze theme in sddm show username/password editlines instead of a user list when there\'s more than N users in the system where N is defined in sddm.conf, under the Theme section, in the UsersThresholdToDisableAvatars variable. This patch together with patches in sddm fix bnc#953778
* Sun Nov 08 2015 hrvoje.senjanAATTgmail.com- Update to 5.4.3 (boo#955068):
* For more details please see: https://www.kde.org/announcements/plasma-5.4.3.php
* Fri Oct 23 2015 hrvoje.senjanAATTgmail.com- Make sure users have pam_unix module in place so the screenlocker works when upgrading from openSUSE < 12.3 (boo#931296)
* Wed Oct 21 2015 hrvoje.senjanAATTgmail.com- Try to fix wrong image scaling in kspash (boo#950799): rb125743.patch
* Sun Oct 18 2015 hrvoje.senjanAATTgmail.com- Move sddm theme to upstream branding subpackage, so we can have branded sddm theme (boo#950796)
* Fri Oct 16 2015 hrvoje.senjanAATTgmail.com- Let XEmbed icons appear in plasma, i.e. require xembed-sni-proxy package (boo#913339)
* Mon Oct 05 2015 alarrosaAATTsuse.com- Add fix-wayland-requirement.patch that reduces the requirement of wayland 1.3 in CMakeLists.txt to 1.2 for SLE12 since the 1.2 version in SLE12 is patched to include the needed features from 1.3
* Sun Oct 04 2015 hrvoje.senjanAATTgmail.com- Update to 5.4.2:
* For more details please see: https://www.kde.org/announcements/plasma-5.4.2.php- Drop fix-logout-button-sizing.patch, upstreamed
* Wed Sep 16 2015 lbeltrameAATTkde.org- Add fix-logout-button-sizing.patch: Upstream fix to ensure that logout/shutdown and cancel buttons on the logout screen have all the same size.
* Thu Sep 10 2015 hrvoje.senjanAATTgmail.com- Update to 5.4.1:
* For more details please see: https://www.kde.org/announcements/plasma-5.4.1.php
* Tue Sep 08 2015 wbauerAATTtmo.at- Add an explicit conflict with kio-extras5 < 15.08.0. Some files from kio-extras5 have been moved to plasma5-workspace in 5.4, this should prevent a possible file conflict. (boo#944656)
* Mon Aug 24 2015 hrvoje.senjanAATTgmail.com- Update to 5.4.0:
* For more details please see: https://www.kde.org/announcements/plasma-5.4.0.php
* Sun Aug 16 2015 hrvoje.senjanAATTgmail.com- Update to 5.3.95 aka 5.4 beta: This release of Plasma brings many nice touches for our users such as much improved high DPI support, KRunner auto-completion and many new beautiful Breeze icons. It also lays the ground for the future with a tech preview of Wayland session available. We\'re shipping a few new components such as an Audio Volume Plasma Widget, monitor calibration tool and the User Manager tool comes out beta.
* For more details please see: https://www.kde.org/announcements/plasma-5.3.95.php- Drop 0003-Remove-export-of-QT_PLUGIN_PATH.patch, upstreamed
* Wed Aug 05 2015 hrvoje.senjanAATTgmail.com- Added patches from upstream to resolve baloo SiC in 5.13.0: use-the-filepath-as-the-unique-id-of-the-match.patch and Baloo-Result-header-is-no-longer-installed.patch
* Sun Jun 28 2015 hrvoje.senjanAATTgmail.com- Update to 5.3.2:
* Bugfix release
* For more details please see: https://www.kde.org/announcements/plasma-5.3.2.php- Drop patches merged upstream: 0001-Bugzilla-Integration-Look-for-the-mappings-file-in-t.patch 0002-Reuse-the-existing-Notify-method-for-Notification-s-.patch 0003-notifications-Make-sure-the-Open.-button-on-finished.patch 0004-notifications-Optimize-sending-the-notification-data.patch 0005-Fix-launcher-sorting-the-by-activity-sorting-strateg.patch 0001-Unbreak-Undo-notifications-on-Plasmoid-removal.patch
* Wed Jun 10 2015 hrvoje.senjanAATTgmail.com- Use %version instead of no longer existing %{_plasma5_branding_version} for branding provides/requires
* Thu May 28 2015 hrvoje.senjanAATTgmail.com- Added patches from upstream: 0001-Bugzilla-Integration-Look-for-the-mappings-file-in-t.patch 0002-Reuse-the-existing-Notify-method-for-Notification-s-.patch (kde#342605) 0003-notifications-Make-sure-the-Open.-button-on-finished.patch 0004-notifications-Optimize-sending-the-notification-data.patch 0005-Fix-launcher-sorting-the-by-activity-sorting-strateg.patch (kde#348324) 0001-Unbreak-Undo-notifications-on-Plasmoid-removal.patch (kde#345149)
* Fri May 22 2015 hrvoje.senjanAATTgmail.com- Update to 5.3.1:
* Bugfix release
* For more details please see: https://www.kde.org/announcements/plasma-5.3.1.php- Drop patches merged upstream: 0001-Disable-indeterminate-animation-for-suspended-jobs.patch 0003-notifications-Replace-apos-with-as-apos-is-not-suppo.patch 0004-Match-window-switch-dialog-borders-with-addwidgets-s.patch 0005-Manually-keep-track-of-jobs-sources.patch 0006-Fix-running-applet-calculation.patch 0008-Only-restart-Timer-when-the-dialog-is-visible.patch 0009-check-for-model-existence.patch 0010-Fix-a-crash-in-PowermanagementEngine-populateApplica.patch 0011-notifications-Always-check-first-if-the-dispatch-tim.patch 0012-notifications-Clear-notification-from-show-queue-if-.patch
* Sun May 17 2015 hrvoje.senjanAATTgmail.com- Require kscreen5, kactivities5 and kio-extras5 instead of just recommending, they are essential enough that all users have it installed
* Sat May 02 2015 hrvoje.senjanAATTgmail.com- Added patches from upstream: 0001-Disable-indeterminate-animation-for-suspended-jobs.patch, 0003-notifications-Replace-apos-with-as-apos-is-not-suppo.patch (kde#346710), 0004-Match-window-switch-dialog-borders-with-addwidgets-s.patch (kde#345614), 0005-Manually-keep-track-of-jobs-sources.patch (kde#346673), 0006-Fix-running-applet-calculation.patch, 0008-Only-restart-Timer-when-the-dialog-is-visible.patch, 0009-check-for-model-existence.patch (kde#346870), 0010-Fix-a-crash-in-PowermanagementEngine-populateApplica.patch, 0011-notifications-Always-check-first-if-the-dispatch-tim.patch and 0012-notifications-Clear-notification-from-show-queue-if-.patch (kde#342605)
* Thu Apr 23 2015 hrvoje.senjanAATTgmail.com- Update to 5.3 Final:
* For more details please see: https://www.kde.org/announcements/plasma-5.3.0.php- Drop 0001-delete-the-views-before-containments.patch, merged upstream- Only conflict with kdebase4-workspace < 5.3.0
* Sat Apr 11 2015 hrvoje.senjanAATTgmail.com- Update to 5.2.95 aka 5.3 beta:
* New feature release
* For more details please see: https://www.kde.org/announcements/plasma-5.2.95.php- Update required Qt version to 5.4.0- Update required KF5 version to 5.8.0- Added kxmlrpcclient5-devel, libKF5NetworkManagerQt-devel and pkgconfig(xi) BuildRequires- Added 0001-delete-the-views-before-containments.patch from upstream, (kde#345758)- Drop patches merged upstream: 0001-Fix-one-pixel-gap-between-screenedge-and-right-place.patch and 0001-Workaround-the-lockscreen-password-field-focus-issue.patch
* Fri Mar 27 2015 hrvoje.senjanAATTgmail.com- Added 0001-Fix-one-pixel-gap-between-screenedge-and-right-place.patch (kde#339323, kde#340549, boo#924074)
* Wed Mar 25 2015 hrvoje.senjanAATTgmail.com- Add 0001-Workaround-the-lockscreen-password-field-focus-issue.patch (kde#344823)
* Thu Mar 19 2015 hrvoje.senjanAATTgmail.com- Update to 5.2.2:
* Bugfix release
* For more details please see: https://www.kde.org/announcements/plasma-5.2.2.php- Drop patches merged upstream: 0001-digital-clock-Invert-the-JS-timezone-offset-values.patch, 0002-Set-aboutData-for-plasmashell.patch, 0005-lookandfeel-Make-sure-the-OSD-is-not-bigger-than-1-3.patch, 0006-Add-missing-import.patch, 0007-Don-t-set-mode-here-otherwise-default-will-not-work.patch, 0009-libtaskmanager-Use-the-icon-loaded-from-config-file-.patch, 0010-Take-Shown-and-Hidden-status-in-account-when-showing.patch, 0011-Fix-displaying-label1-in-job-notifications.patch and 0012-Show-pause-stop-buttons-in-jobs-notification-only-fo.patch
* Thu Mar 19 2015 hrvoje.senjanAATTgmail.com- Add pkgconfig(libqalculate) BuildRequires
* Fri Mar 13 2015 hrvoje.senjanAATTgmail.com- Add patches from upstream: 0001-digital-clock-Invert-the-JS-timezone-offset-values.patch, 0002-Set-aboutData-for-plasmashell.patch, 0005-lookandfeel-Make-sure-the-OSD-is-not-bigger-than-1-3.patch, 0006-Add-missing-import.patch, 0007-Don-t-set-mode-here-otherwise-default-will-not-work.patch (kde#344701), 0009-libtaskmanager-Use-the-icon-loaded-from-config-file-.patch, 0010-Take-Shown-and-Hidden-status-in-account-when-showing.patch (kde#344795), 0011-Fix-displaying-label1-in-job-notifications.patch and 0012-Show-pause-stop-buttons-in-jobs-notification-only-fo.patch
* Fri Feb 20 2015 hrvoje.senjanAATTgmail.com- Update to 5.2.1:
* Bugfix release
* For more details please see: https://www.kde.org/announcements/plasma-5.2.1.php
* Sun Feb 08 2015 hrvoje.senjanAATTgmail.com- Added kglobalaccel-devel BuildRequires- kglobalaccel5 daemon moved to kglobalaccel Framework
* Mon Jan 26 2015 hrvoje.senjanAATTgmail.com- Update to 5.2 Final:
* For more details please see: https://www.kde.org/announcements/plasma-5.2.0.php
* Tue Jan 13 2015 hrvoje.senjanAATTgmail.com- Update to 5.2 Beta aka 5.1.95:
* Undo changes to Plasma desktop layout
* Smarter sorting of results in KRunner
* Breeze window decoration theme adds a new look to your desktop and is now used by default
* New white mouse cursor theme for Breeze.
* New plasma widgets: 15 puzzle, web browser, show desktop
* Over 300 bugs fixed throughout Plasma modules.
* For more details please see: https://www.kde.org/announcements/plasma-5.1.95.php
* Use the correct path for ksyncdbusenv, boo#912565- Harden external libs requires for the libs subpackage- Use exact version for plasma5-workspace-libs Requires- Bump KF5 Requires to 5.6.0- Bump (Build)Requires of other Plasma 5 components to same version- Add wayland-devel BuildRequires- Drop no longer relevant obsoletes- Require oxygen5-sounds, boo#912317- Drop 0001-LocationRunner-Convert-case-insensitive-path-to-a-pr.patch and 0002-Baloo-Runner-Lower-relevance-because-krunner-does-no.patch, merged upstream
* Thu Dec 11 2014 hrvoje.senjanAATTgmail.com- Update to 5.1.2:
* Bugfix release
* Make the OSD timeout shorter
* Fix ui files
* Fix lockscreen theme fallback
* Add the next wallpaper action when necessary, kde#341089
* Revert i18n changes cherry-picked from master
* Only play indeterminate animation when plasmoid is expanded
* Refactor JobDelegate
* Don\'t leave a gap when label1 is not visible
* Don\'t emit a Job finished notification if the message would be empty
* Finish cleanup and remove unused config.ui remnant
* When no percentage is exposed over the dataengine make the progress bar indeterminate
* Cleanup Jobs code and remove dead code
* Alleviate the annoyance of Job Finished notifications, kde#340068
* Escape ampersands in notifications
* Replace \
with
* Fix dialog minimum height (always add the margins afterwards), kde#341218
* Also take the title label into account when calculating the dialog size
* Enforce StyledText in notifications
* Hide popup when opening configure dialog
* Fix notification configure button
* Fix binding loops and make popup even more compact
* Cleanup Loaders
* Cleanup Notifications code
* Move duplicated code from NotificationDelegate and NotificationPopup into a new NotificationItem
* Make sure lock screen package name does not overlap highlight rectangle
* Actually save the kscreensaver config
* fix resetting and reverting to default values
* Fix qml warnings in splash kcm
* Separator for Keywords is ;
* Hopefully fix shell resizing in VirtualBox
* Take into account the primary screen can be redundant
* Delayed primaryOutput processing needs to be delayed
* Also set minHeight in vertical panels. kde#340896
* Fix and future-proof security in Dr Konqi. kde#337742
* Fix hiding the SNI when avail space goes up again
* Make the SNI just Active when free space raised
* Find messages in QML as well
* For more details please see: https://www.kde.org/announcements/plasma-5.1.2.php- Drop 0001-BUG-337742-REVIEW-120431.-Fix-and-future-proof-secur.patch, merged upstream
* Wed Nov 12 2014 hrvoje.senjanAATTgmail.com- Added 0001-BUG-337742-REVIEW-120431.-Fix-and-future-proof-secur.patch from upstream (kde#337742)
* Thu Nov 06 2014 hrvoje.senjanAATTgmail.com- Update to 5.1.1:
* Bugfix release
* Panel jumps around less when resizing/controlling (kde#339207, kde#337382)
* Redeclare missing properties from Containment, kde#337743
* Make apply button work correctly, kde#339946
* Remove bypasswindowmanagerhint, kde#339848
* Signal availableScreenRectChanged on type change, kde#339412
* Create the corona on heap, kde#340191
* Remove shutdown option from screen locker, kde#339453
* Remove uneeded code to stop alt+f4 killing the window, kde#338360
* For more details please see: https://www.kde.org/announcements/plasma-5.1.1.php
* Wed Oct 22 2014 hrvoje.senjanAATTgmail.com- Added 0001-LocationRunner-Convert-case-insensitive-path-to-a-pr.patch (kde#333395) and 0002-Baloo-Runner-Lower-relevance-because-krunner-does-no.patch, make sure that applications are shown as top results in krunner- Recommend lang subpackage- Relax dependancies to plasma-framework private parts, and fix a blip moment, typo in package name
* Thu Oct 09 2014 hrvoje.senjanAATTgmail.com- Update to 5.1 Final:
* Bugfixes since RC1
* For more details please see: https://www.kde.org/announcements/plasma-5.1.0.php- Drop 0002-Fix-NotificationPopup-size.patch, 0001-take-the-proper-default-at-first-start.patch and 0004-Show-application-title-if-Status-Notifier-Item-does-.patch, merged upstream- Hardcode versions of plasma-framework-componets and plasma-framework-private packages, as upstream doesn\'t keep backwards compability there
* Fri Sep 26 2014 hrvoje.senjanAATTgmail.com- Update to 5.0.95:
* No changes since previous snapshot- Install translations- Add rpmlintrc file for file-not-in-%lang warnings: we don\'t use find_lang macro as it doesn\'t searches in subdirectories- Swap wallpaper.diff for 0001-take-the-proper-default-at-first-start.patch it is a simpler solution (kde#339216, kde#339414)- Add 0002-Fix-NotificationPopup-size.patch: fixes notifications with latest plasma-framework- Add 0004-Show-application-title-if-Status-Notifier-Item-does-.patch: show the application name and icon if none is given. kde#337710
* Tue Sep 23 2014 hrvoje.senjanAATTgmail.com- Create upstream-branding subpackage, empty for now- Update to 5.0.95~git20140925 (rdfc15d5):
* Improvements to notifications applet
* Honor settings of look-and-feel package (needed for openSUSE branding)
* Add timezone support to digital clock- Add wallpaper.diff to resolve kde#339216
* Thu Sep 11 2014 hrvoje.senjanAATTgmail.com- Update to 5.0.95~git20140911 (r93ed2cb):
* Allow to swap plasmoids via alternatives system
* Introduction of \'Look and Feel\' packages: allows users to change outlook of entire desktop in a single place
* Various other bugfixes, improvements and cleanups- Split shared libraries into libs subpackage- Added 0003-Remove-export-of-QT_PLUGIN_PATH.patch: we install plugins to directory known to Qt5, so export just pollutes both Qt4 and Qt5 plugins- Recommend sni-qt- Add baselibs.conf- Don\'t install libKF5XmlRpcClientPrivate, as it\'s a private lib
* Fri Aug 22 2014 hrvoje.senjanAATTgmail.com- Split out kglobalaccel to a kglobalaccel5 package (so default shortcuts work outside Plasma session)- Require libkscreen2-plugin- Added create_kdehome.patch and pass -DKDE_DEFAULT_HOME=.kde4 so kde4breeze kconf script can apply kde4 settings succesfully, kde#338422
* Fri Aug 08 2014 hrvoje.senjanAATTgmail.com- Update to 5.0.1
* Bugfix release, translation and accessibility fixes
* Translation updates
* Tue Aug 05 2014 hrvoje.senjanAATTgmail.com- Add frameworkintegration-plugin Requires- Split out drkonqi to a separate drkonqi5 package (useful for those that want to get backtrace w/o Workspace installed)
* Thu Jul 24 2014 hrvoje.senjanAATTgmail.com- Update to 5.0.1~20140724-3ba9875 snapshot
* Fri Jul 11 2014 hrvoje.senjanAATTgmail.com- Update to 5.0.0
* Plasma 5.0 Final- Rename package to plasma5-workspace
* Sun Jul 06 2014 cgiboudeauxAATTgmx.com- Add 0001-Rename-qdbus-in-startkde.patch The qdbus executable is called qdbus-qt5 in the libqt5-qttools package. This patch ensures we don\'t try to use the Qt4 executable.
* Thu Jul 03 2014 hrvoje.senjanAATTgmail.com- Update to 4.98.0
* Plasma 5 RC release- Drop e79b769.patch and rename_1.diff, merged upstream
* Thu Jun 05 2014 hrvoje.senjanAATTgmail.com- Activate plasma-workspace5 package
 
ICM