[SCM] Qt 4 Debian packaging branch, experimental-snapshots, updated. debian/4.6.2-5-2-gd3ee0a2

Fathi Boudra fabo at alioth.debian.org
Fri May 21 07:59:08 UTC 2010


The following commit has been merged in the experimental-snapshots branch:
commit d8aaa78009f848478439f7f7251135611cea22b0
Author: Fathi Boudra <fabo at debian.org>
Date:   Mon May 17 15:26:59 2010 +0300

    Adjust patch to apply against upstream released tarball.
---
 ...06_expand_indicator_would_not_be_displayed.diff |   32 +-------------------
 1 files changed, 1 insertions(+), 31 deletions(-)

diff --git a/debian/patches/0006_expand_indicator_would_not_be_displayed.diff b/debian/patches/0006_expand_indicator_would_not_be_displayed.diff
index cfb5b5c..db530c5 100644
--- a/debian/patches/0006_expand_indicator_would_not_be_displayed.diff
+++ b/debian/patches/0006_expand_indicator_would_not_be_displayed.diff
@@ -16,11 +16,9 @@ Task-number: QTBUG-7443
  tests/auto/qtreeview/tst_qtreeview.cpp |   14 ++++++++++++++
  2 files changed, 23 insertions(+), 4 deletions(-)
 
-diff --git a/src/gui/itemviews/qtreeview.cpp b/src/gui/itemviews/qtreeview.cpp
-index 706d2a8..37168eb 100644
 --- a/src/gui/itemviews/qtreeview.cpp
 +++ b/src/gui/itemviews/qtreeview.cpp
-@@ -3770,10 +3770,15 @@ void QTreeViewPrivate::rowsRemoved(const QModelIndex &parent,
+@@ -3769,10 +3769,15 @@ void QTreeViewPrivate::rowsRemoved(const
          if (previousSibiling != -1 && after && model->rowCount(parent) == start)
              viewItems[previousSibiling].hasMoreSiblings = false;
  
@@ -40,31 +38,3 @@ index 706d2a8..37168eb 100644
          if (after) {
              q->updateGeometries();
              viewport->update();
-diff --git a/tests/auto/qtreeview/tst_qtreeview.cpp b/tests/auto/qtreeview/tst_qtreeview.cpp
-index fd4815e..e39cf6c 100644
---- a/tests/auto/qtreeview/tst_qtreeview.cpp
-+++ b/tests/auto/qtreeview/tst_qtreeview.cpp
-@@ -3083,6 +3083,20 @@ void tst_QTreeView::styleOptionViewItem()
-         QApplication::processEvents();
-         QTRY_VERIFY(delegate.count >= 3);
-         QApplication::processEvents();
-+
-+        item00->setText("OnlyOne");
-+        item0->insertRow(2, new QStandardItem("OnlyOne Last"));
-+        view.collapse(item0->index());
-+        item0->removeRow(0);
-+        delegate.count = 0;
-+        QTRY_VERIFY(delegate.count >= 2);
-+        QApplication::processEvents();
-+
-+        item0->removeRow(1);
-+        item0->setText("OnlyOne");
-+        delegate.count = 0;
-+        QTRY_VERIFY(delegate.count >= 2);
-+        QApplication::processEvents();
-     }
- }
- 
--- 
-1.6.1
-

-- 
Qt 4 Debian packaging



More information about the pkg-kde-commits mailing list