diff options
Diffstat (limited to 'x11-toolkits/qt5-widgets')
-rw-r--r-- | x11-toolkits/qt5-widgets/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/qt5-widgets/files/patch-cr-139066 | 40 | ||||
-rw-r--r-- | x11-toolkits/qt5-widgets/pkg-plist | 2 |
3 files changed, 1 insertions, 42 deletions
diff --git a/x11-toolkits/qt5-widgets/Makefile b/x11-toolkits/qt5-widgets/Makefile index ea390216f732..834497ebc346 100644 --- a/x11-toolkits/qt5-widgets/Makefile +++ b/x11-toolkits/qt5-widgets/Makefile @@ -2,7 +2,6 @@ PORTNAME= widgets DISTVERSION= ${QT5_VERSION} -PORTREVISION= 1 CATEGORIES= x11-toolkits PKGNAMEPREFIX= qt5- diff --git a/x11-toolkits/qt5-widgets/files/patch-cr-139066 b/x11-toolkits/qt5-widgets/files/patch-cr-139066 deleted file mode 100644 index 5fe07c079254..000000000000 --- a/x11-toolkits/qt5-widgets/files/patch-cr-139066 +++ /dev/null @@ -1,40 +0,0 @@ -From 0f68f8920573cdce1729a285a92ac8582df32841 Mon Sep 17 00:00:00 2001 -From: Ulf Hermann <ulf.hermann@theqtcompany.com> -Date: Tue, 27 Oct 2015 15:25:42 +0100 -Subject: [PATCH] QtWidgets: Do hide/show via WA_OutsideWSRange for native - widgets -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit - -If a native widget has a width or height of 0 we don't have to -invalidate its backing store as that is done by the window -system. Certain applications rely on ... interesting ... behavior -of certain window systems in this case. - -Task-number: QTBUG-48321 -Change-Id: I78ef29975181ee22429c9bd4b11d96d9e68b7a9c -Reviewed-by: Dmitry Shachnev <mitya57@gmail.com> -Reviewed-by: Alexander Volkov <a.volkov@rusbitech.ru> -Reviewed-by: Lisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com> -Reviewed-by: Paul Olav Tvete <paul.tvete@theqtcompany.com> ---- - src/widgets/kernel/qwidget.cpp | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/widgets/kernel/qwidget.cpp b/src/widgets/kernel/qwidget.cpp -index 7734715..4286130 100644 ---- src/widgets/kernel/qwidget.cpp -+++ src/widgets/kernel/qwidget.cpp -@@ -7169,7 +7169,7 @@ void QWidgetPrivate::setGeometry_sys(int x, int y, int w, int h, bool isMove) - - bool needsShow = false; - -- if (q->isWindow()) { -+ if (q->isWindow() || q->windowHandle()) { - if (!(data.window_state & Qt::WindowFullScreen) && (w == 0 || h == 0)) { - q->setAttribute(Qt::WA_OutsideWSRange, true); - if (q->isVisible() && q->testAttribute(Qt::WA_Mapped)) --- -2.8.1 - diff --git a/x11-toolkits/qt5-widgets/pkg-plist b/x11-toolkits/qt5-widgets/pkg-plist index 3877830c52b9..48010f559c4e 100644 --- a/x11-toolkits/qt5-widgets/pkg-plist +++ b/x11-toolkits/qt5-widgets/pkg-plist @@ -15,7 +15,7 @@ %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qbasickeyeventtransition_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qbasicmouseeventtransition_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qbsptree_p.h -%%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qcolordialog_p.h +%%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qbuttongroup_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qcolumnview_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qcolumnviewgrip_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qcombobox_p.h |