Hello community,
here is the log from the commit of package kde4-print-manager for
openSUSE:Factory checked in at 2014-11-01 08:13:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kde4-print-manager (Old)
and /work/SRC/openSUSE:Factory/.kde4-print-manager.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kde4-print-manager"
Changes:
--------
--- /work/SRC/openSUSE:Factory/kde4-print-manager/kde4-print-manager.changes
2014-10-16 18:15:49.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.kde4-print-manager.new/kde4-print-manager.changes
2014-11-01 08:14:01.000000000 +0100
@@ -1,0 +2,9 @@
+Thu Oct 23 14:02:29 UTC 2014 - [email protected]
+
+- Added dont-make-configure-dialog-modal.patch: do not make the
+ configure printer dialog modal as that prevents the password
+ dialog window from getting focus, i.e. you cannot enter the
+ password necessary for saving the changes
+ (kde#328014, boo#889187)
+
+-------------------------------------------------------------------
New:
----
dont-make-configure-dialog-modal.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kde4-print-manager.spec ++++++
--- /var/tmp/diff_new_pack.EOwP1L/_old 2014-11-01 08:14:02.000000000 +0100
+++ /var/tmp/diff_new_pack.EOwP1L/_new 2014-11-01 08:14:02.000000000 +0100
@@ -33,6 +33,8 @@
Version: 4.14.2
Release: 0
Source: print-manager-%{version}.tar.xz
+# PATCH-FIX-OPENSUSE dont-make-configure-dialog-modal.patch kde#328014,
boo#889187
+Patch: dont-make-configure-dialog-modal.patch
Obsoletes: kde4-printer-applet < 4.9.80
Provides: kde4-printer-applet = %{version}
Obsoletes: print-manager <= %{version}
@@ -53,6 +55,7 @@
%prep
%setup -n print-manager-%{version} -q
+%patch -p0
%build %cmake_kde4 -d build -- -DCUPS_INCLUDE_DIR=/usr/include/cups
%make_jobs
++++++ dont-make-configure-dialog-modal.patch ++++++
diff --git configure-printer/ConfigureDialog.cpp
configure-printer/ConfigureDialog.cpp
index ace91a2..a642cf6 100644
--- configure-printer/ConfigureDialog.cpp
+++ configure-printer/ConfigureDialog.cpp
@@ -41,7 +41,7 @@ ConfigureDialog::ConfigureDialog(const QString &destName,
bool isClass, QWidget
KPageDialog(parent)
{
setFaceType(List);
- setModal(true);
+ setModal(false);
setButtons(KDialog::Ok | KDialog::Cancel | KDialog::Apply);
setWindowTitle(destName);
setWindowIcon(KIcon("configure"));
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]