KDE Frameworks 5.38.0 checkin
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kwidgetsaddons?expand=0&rev=139
This commit is contained in:
parent
b85735efbf
commit
6e935a2b32
@ -1,32 +0,0 @@
|
||||
From 03981a052b1a8264cdd068a540ec2112879df157 Mon Sep 17 00:00:00 2001
|
||||
From: Christoph Feck <cfeck@kde.org>
|
||||
Date: Fri, 18 Aug 2017 01:46:59 +0200
|
||||
Subject: [PATCH] [KPasswordDialog] Reset geometry property
|
||||
|
||||
The actual geometry is computed at runtime by the layout
|
||||
---
|
||||
src/kpassworddialog.ui | 8 --------
|
||||
1 file changed, 8 deletions(-)
|
||||
|
||||
diff --git a/src/kpassworddialog.ui b/src/kpassworddialog.ui
|
||||
index b1ad99c..9da02d8 100644
|
||||
--- a/src/kpassworddialog.ui
|
||||
+++ b/src/kpassworddialog.ui
|
||||
@@ -2,14 +2,6 @@
|
||||
<ui version="4.0">
|
||||
<class>KPasswordDialog</class>
|
||||
<widget class="QDialog" name="KPasswordDialog">
|
||||
- <property name="geometry">
|
||||
- <rect>
|
||||
- <x>0</x>
|
||||
- <y>0</y>
|
||||
- <width>412</width>
|
||||
- <height>328</height>
|
||||
- </rect>
|
||||
- </property>
|
||||
<layout class="QVBoxLayout" name="vBoxLayout">
|
||||
<item>
|
||||
<layout class="QHBoxLayout" name="hboxLayout">
|
||||
--
|
||||
2.13.2
|
||||
|
@ -1,28 +0,0 @@
|
||||
From e72a8c2dad4dbce7972bba24631f8ad24e8fe990 Mon Sep 17 00:00:00 2001
|
||||
From: Christoph Feck <cfeck@kde.org>
|
||||
Date: Fri, 18 Aug 2017 14:05:39 +0200
|
||||
Subject: [PATCH] [KPasswordLineEdit] Set focus proxy to line edit
|
||||
|
||||
BUG: 383653
|
||||
FIXED-IN: 5.38.0
|
||||
|
||||
Differential Revision: https://phabricator.kde.org/D7378
|
||||
---
|
||||
src/kpasswordlineedit.cpp | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/src/kpasswordlineedit.cpp b/src/kpasswordlineedit.cpp
|
||||
index 834cfb1..89e89b8 100644
|
||||
--- a/src/kpasswordlineedit.cpp
|
||||
+++ b/src/kpasswordlineedit.cpp
|
||||
@@ -96,6 +96,7 @@ KPasswordLineEdit::KPasswordLineEdit(QWidget *parent)
|
||||
d->passwordLineEdit->setObjectName(QStringLiteral("passwordlineedit"));
|
||||
d->passwordLineEdit->setEchoMode(QLineEdit::Password);
|
||||
connect(d->passwordLineEdit, &QLineEdit::textChanged, this, &KPasswordLineEdit::passwordChanged);
|
||||
+ setFocusProxy(d->passwordLineEdit);
|
||||
mainLayout->addWidget(d->passwordLineEdit);
|
||||
d->initialize();
|
||||
}
|
||||
--
|
||||
2.14.0
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a4c54b371a6fc748108f3e2ce2f40d422e8ef03210b243a3d091c090cf19b3ca
|
||||
size 2175360
|
3
kwidgetsaddons-5.38.0.tar.xz
Normal file
3
kwidgetsaddons-5.38.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:45ee4f81cd91e61e82306f757a06849644fde73e09650e0498797cdc3a4604fa
|
||||
size 2175700
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 12 07:11:18 CEST 2017 - lbeltrame@kde.org
|
||||
|
||||
- Update to 5.38.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/kde-frameworks-5.38.0.php
|
||||
- Changes since 5.37.0:
|
||||
* simplify setContents by letting Qt do more of the work
|
||||
* KSqueezedTextLabel: Add isSqueezed() for convenience
|
||||
* KSqueezedTextLabel: Small improvements to API docs
|
||||
* [KPasswordLineEdit] Set focus proxy to line edit (kde#383653)
|
||||
* [KPasswordDialog] Reset geometry property
|
||||
* Tag some more private classes with hidden visibility
|
||||
* Do not leak symbols of pimpl classes, protect with Q_DECL_HIDDEN
|
||||
- Dropped patches, now upstream:
|
||||
* 0001-KPasswordDialog-Reset-geometry-property.patch
|
||||
* 0001-KPasswordLineEdit-Set-focus-proxy-to-line-edit.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 23 08:22:04 UTC 2017 - fabian@ritter-vogt.de
|
||||
|
||||
|
@ -18,9 +18,9 @@
|
||||
|
||||
%bcond_without lang
|
||||
%define lname libKF5WidgetsAddons5
|
||||
%define _tar_path 5.37
|
||||
%define _tar_path 5.38
|
||||
Name: kwidgetsaddons
|
||||
Version: 5.37.0
|
||||
Version: 5.38.0
|
||||
Release: 0
|
||||
BuildRequires: cmake >= 3.0
|
||||
BuildRequires: extra-cmake-modules >= %{_tar_path}
|
||||
|
Loading…
x
Reference in New Issue
Block a user