Hello community,

here is the log from the commit of package system-config-printer for 
openSUSE:Factory checked in at 2016-05-23 16:37:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/system-config-printer (Old)
 and      /work/SRC/openSUSE:Factory/.system-config-printer.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "system-config-printer"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/system-config-printer/system-config-printer.changes  
    2015-11-23 07:29:48.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.system-config-printer.new/system-config-printer.changes
 2016-05-23 16:37:02.000000000 +0200
@@ -1,0 +2,8 @@
+Fri May  6 15:57:52 UTC 2016 - [email protected]
+
+- Add fix_connect_dialog_focus.diff: Enable the focus on the text
+  entry part of the combobox in the Connect Dialog. This way, users
+  can edit its content and write the ip of the remote cups server
+  to connect to (gh#twaugh/system-config-printer#38).
+
+-------------------------------------------------------------------

New:
----
  fix_connect_dialog_focus.diff

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ system-config-printer.spec ++++++
--- /var/tmp/diff_new_pack.hbTYMJ/_old  2016-05-23 16:37:03.000000000 +0200
+++ /var/tmp/diff_new_pack.hbTYMJ/_new  2016-05-23 16:37:03.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package system-config-printer
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -44,6 +44,8 @@
 Patch21:        system-config-printer-no-applet-in-gnome.patch
 # PATCH-FIX-UPSTREAM system-config-printer-no-params-to-py3.patch boo#924809 
[email protected] -- Do not pass parameters to python3
 Patch22:        system-config-printer-no-params-to-py3.patch
+# PATCH-FIX-UPSTREAM fix_connect_dialog_focus.diff 
gh#twaugh/system-config-printer#38 [email protected] -- Allow to set the focus 
on a connect dialog combobox so the user can edit its contents
+Patch23:        fix_connect_dialog_focus.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Obsoletes:      gnome-cups-manager <= 0.33
 BuildRequires:  cups-devel
@@ -165,6 +167,7 @@
 %patch20 -p1
 %patch21 -p1
 %patch22 -p1
+%patch23 -p1
 
 %build
 %configure \

++++++ fix_connect_dialog_focus.diff ++++++
Index: system-config-printer-1.5.7/ui/ConnectDialog.ui
===================================================================
--- system-config-printer-1.5.7.orig/ui/ConnectDialog.ui
+++ system-config-printer-1.5.7/ui/ConnectDialog.ui
@@ -79,7 +79,7 @@
                 <signal name="changed" handler="on_connect_servername_changed" 
swapped="no"/>
                 <child internal-child="entry">
                   <object class="GtkEntry" id="comboboxtext-entry1">
-                    <property name="can_focus">False</property>
+                    <property name="can_focus">True</property>
                   </object>
                 </child>
                 <accessibility>



Reply via email to