diff options
author | 2011-11-20 20:23:41 +0000 | |
---|---|---|
committer | 2011-11-20 20:23:41 +0000 | |
commit | 504b1952dfe46a891e20d914df43f5b09c50f0da (patch) | |
tree | 88ebdb3f86f0f6d5aa25d8a359fa22259da5edbf /x11-libs/qt-gui/files | |
parent | version bump (diff) | |
download | gentoo-2-504b1952dfe46a891e20d914df43f5b09c50f0da.tar.gz gentoo-2-504b1952dfe46a891e20d914df43f5b09c50f0da.tar.bz2 gentoo-2-504b1952dfe46a891e20d914df43f5b09c50f0da.zip |
Drop redundant dep on dev-util/pkgconfig; remove unused files.
(Portage version: 2.2.0_alpha76/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/qt-gui/files')
-rw-r--r-- | x11-libs/qt-gui/files/hardcoded_fonts.patch | 13 | ||||
-rw-r--r-- | x11-libs/qt-gui/files/qt-gui-4.7.0-qtreeview-regression-fix.patch | 15 |
2 files changed, 0 insertions, 28 deletions
diff --git a/x11-libs/qt-gui/files/hardcoded_fonts.patch b/x11-libs/qt-gui/files/hardcoded_fonts.patch deleted file mode 100644 index 65706e0d3169..000000000000 --- a/x11-libs/qt-gui/files/hardcoded_fonts.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: qt-x11-opensource-src-4.5.0-beta1/src/gui/text/qfont.cpp -=================================================================== ---- qt-x11-opensource-src-4.5.0-beta1.orig/src/gui/text/qfont.cpp -+++ qt-x11-opensource-src-4.5.0-beta1/src/gui/text/qfont.cpp -@@ -1767,7 +1767,7 @@ static void initFontSubst() - // default substitutions - static const char *initTbl[] = { - --#if defined(Q_WS_X11) -+#if 0 - "arial", "helvetica", - "times new roman", "times", - "courier new", "courier", diff --git a/x11-libs/qt-gui/files/qt-gui-4.7.0-qtreeview-regression-fix.patch b/x11-libs/qt-gui/files/qt-gui-4.7.0-qtreeview-regression-fix.patch deleted file mode 100644 index 711850aba8ea..000000000000 --- a/x11-libs/qt-gui/files/qt-gui-4.7.0-qtreeview-regression-fix.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff --git a/src/gui/itemviews/qtreeview.cpp b/src/gui/itemviews/qtreeview.cpp -index b797776..40b51fe 100644 ---- a/src/gui/itemviews/qtreeview.cpp -+++ b/src/gui/itemviews/qtreeview.cpp -@@ -3435,6 +3435,10 @@ void QTreeViewPrivate::updateScrollBars() - if (!viewportSize.isValid()) - viewportSize = QSize(0, 0); - -+ if (viewItems.isEmpty()) { -+ q->doItemsLayout(); -+ } -+ - int itemsInViewport = 0; - if (uniformRowHeights) { - if (defaultItemHeight <= 0) |