Hrvoje Senjan 2014-12-16 21:00:16 +00:00 committed by Git OBS Bridge
parent 38f81cbec5
commit c5c635c3a1

View File

@ -3,6 +3,49 @@ Thu Dec 11 18:00:08 UTC 2014 - hrvoje.senjan@gmail.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 \n 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,