[SCM] Qt 4 packaging branch, experimental, updated. debian/4.8.2+dfsg-10-16-g768bd3c

Lisandro Damián Nicanor Pérez lisandro at alioth.debian.org
Tue Mar 12 23:22:04 UTC 2013


Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qt4-x11.git;a=commitdiff;h=713c551

The following commit has been merged in the experimental branch:
commit 713c551cd3db12ea7008cc76f2481f8817528002
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Tue Mar 12 20:21:11 2013 -0300

    Refreshed patch QTBUG-21900_Buttons_in_Qt_applications_not_clickable_when_run_under_gnome-shell.patch
---
 debian/changelog                                   |    2 ++
 ..._not_clickable_when_run_under_gnome-shell.patch |    8 ++++----
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0634486..628df4d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -19,6 +19,8 @@ qt4-x11 (4:4.8.4+dfsg-1) UNRELEASED; urgency=low
     - 16_hide_std_symbols_on_qtwebkit.diff
     - no_libicu_message.diff
     - Add_support_for_QT_USE_DRAG_DISTANCE_env_var.patch
+    - QTBUG-21900_Buttons_in_Qt_applications_not_clickable_when_run_under\
+      _gnome-shell.patch
   * Update symbols
 
  -- Timo Jyrinki <timo at debian.org>  Mon, 21 Jan 2013 08:37:04 +0000
diff --git a/debian/patches/QTBUG-21900_Buttons_in_Qt_applications_not_clickable_when_run_under_gnome-shell.patch b/debian/patches/QTBUG-21900_Buttons_in_Qt_applications_not_clickable_when_run_under_gnome-shell.patch
index 4d9834a..e20149d 100644
--- a/debian/patches/QTBUG-21900_Buttons_in_Qt_applications_not_clickable_when_run_under_gnome-shell.patch
+++ b/debian/patches/QTBUG-21900_Buttons_in_Qt_applications_not_clickable_when_run_under_gnome-shell.patch
@@ -14,7 +14,7 @@ Bug: https://bugreports.qt.nokia.com/browse/QTBUG-21900
 
 --- a/src/gui/kernel/qapplication_x11.cpp
 +++ b/src/gui/kernel/qapplication_x11.cpp
-@@ -816,6 +816,27 @@ static Bool qt_sync_request_scanner(Disp
+@@ -818,6 +818,27 @@ static Bool qt_sync_request_scanner(Disp
  #endif
  #endif // QT_NO_XSYNC
  
@@ -42,7 +42,7 @@ Bug: https://bugreports.qt.nokia.com/browse/QTBUG-21900
  static void qt_x11_create_intern_atoms()
  {
      const char *names[QX11Data::NAtoms];
-@@ -5281,8 +5302,11 @@ bool QETWidget::translateConfigEvent(con
+@@ -5295,8 +5316,11 @@ bool QETWidget::translateConfigEvent(con
          if (d->extra->compress_events) {
              // ConfigureNotify compression for faster opaque resizing
              XEvent otherEvent;
@@ -56,7 +56,7 @@ Bug: https://bugreports.qt.nokia.com/browse/QTBUG-21900
                  if (qt_x11EventFilter(&otherEvent))
                      continue;
  
-@@ -5295,13 +5319,19 @@ bool QETWidget::translateConfigEvent(con
+@@ -5309,13 +5333,19 @@ bool QETWidget::translateConfigEvent(con
                  newSize.setWidth(otherEvent.xconfigure.width);
                  newSize.setHeight(otherEvent.xconfigure.height);
  
@@ -77,7 +77,7 @@ Bug: https://bugreports.qt.nokia.com/browse/QTBUG-21900
              }
  #ifndef QT_NO_XSYNC
              qt_sync_request_event_data sync_event;
-@@ -5314,9 +5344,14 @@ bool QETWidget::translateConfigEvent(con
+@@ -5328,9 +5358,14 @@ bool QETWidget::translateConfigEvent(con
          }
  
          if (!isCPos) {

-- 
Qt 4 packaging



More information about the pkg-kde-commits mailing list