diff --git a/fix-breeze-sddm-theme-with-many-users.patch b/fix-breeze-sddm-theme-with-many-users.patch index bfc5cf3..c51d6d5 100644 --- a/fix-breeze-sddm-theme-with-many-users.patch +++ b/fix-breeze-sddm-theme-with-many-users.patch @@ -1,8 +1,8 @@ -Index: plasma-workspace-5.4.3/lookandfeel/contents/components/UserSelect.qml +Index: plasma-workspace-5.5.0/lookandfeel/contents/components/UserSelect.qml =================================================================== ---- plasma-workspace-5.4.3.orig/lookandfeel/contents/components/UserSelect.qml 2015-11-11 16:10:23.021419038 +0100 -+++ plasma-workspace-5.4.3/lookandfeel/contents/components/UserSelect.qml 2015-11-11 15:25:12.570242837 +0100 -@@ -27,10 +27,14 @@ FocusScope { +--- plasma-workspace-5.5.0.orig/lookandfeel/contents/components/UserSelect.qml ++++ plasma-workspace-5.5.0/lookandfeel/contents/components/UserSelect.qml +@@ -27,11 +27,15 @@ FocusScope { id: root property alias model: usersList.model property alias selectedUser: usersList.selectedUser @@ -12,12 +12,13 @@ Index: plasma-workspace-5.4.3/lookandfeel/contents/components/UserSelect.qml property alias selectedItem: usersList.currentItem property alias delegate: usersList.delegate property alias notification: notificationLabel.text + property alias infoPaneVisible: infoPaneLoader.active + property bool showUserList: (usersList.model.count && usersList.model.disableAvatarsThreshold) ? usersList.model.count <= usersList.model.disableAvatarsThreshold : true + property alias pwFieldEnabled: userPasswordPrompt.pwFieldEnabled activeFocusOnTab: true -@@ -42,6 +46,10 @@ FocusScope { +@@ -43,6 +47,10 @@ FocusScope { usersList.decrementCurrentIndex() } @@ -25,19 +26,19 @@ Index: plasma-workspace-5.4.3/lookandfeel/contents/components/UserSelect.qml + userPasswordPrompt.reenablePasswordInput(); + } + - InfoPane { - id: infoPane + Loader { + id: infoPaneLoader anchors { -@@ -55,6 +63,7 @@ FocusScope { +@@ -57,6 +65,7 @@ FocusScope { id: usersList focus: true + visible: root.showUserList - Rectangle {//debug - visible: debug -@@ -85,6 +94,21 @@ FocusScope { - } + anchors { + top: parent.top +@@ -96,6 +105,21 @@ FocusScope { + ] } + UserPasswordPrompt { diff --git a/plasma5-workspace.changes b/plasma5-workspace.changes index b7fceaf..d6b441e 100644 --- a/plasma5-workspace.changes +++ b/plasma5-workspace.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Dec 4 12:02:33 UTC 2015 - alarrosa@suse.com + +- Rebased fix-breeze-sddm-theme-with-many-users.patch in preparation + for 5.5.0 +- Removed 'de' language and added 'ca' from _kf5_htmldir + ------------------------------------------------------------------- Wed Nov 25 23:58:24 UTC 2015 - opensuse@cboltz.de diff --git a/plasma5-workspace.spec b/plasma5-workspace.spec index d2a5b62..d2089e1 100644 --- a/plasma5-workspace.spec +++ b/plasma5-workspace.spec @@ -323,7 +323,7 @@ workspace. Development files. %files lang %defattr(-,root,root) %{_kf5_localedir}/ -%doc %lang(de) %{_kf5_htmldir}/de/ +%doc %lang(ca) %{_kf5_htmldir}/ca/ %endif %changelog