Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 415738 Details for
Bug 563458
dev-qt/qtwidgets-5.5.1 - backport patch for media-video/vlc-2.2.1 problem with video output
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
upstream patch for qtwidgets
QTBUG-48321.patch (text/plain), 1.02 KB, created by
Märt Bakhoff
on 2015-10-30 08:38:04 UTC
(
hide
)
Description:
upstream patch for qtwidgets
Filename:
MIME Type:
Creator:
Märt Bakhoff
Created:
2015-10-30 08:38:04 UTC
Size:
1.02 KB
patch
obsolete
>From: Ulf Hermann <ulf.hermann@theqtcompany.com> >Date: Tue, 27 Oct 2015 14:25:42 +0000 (+0100) >Subject: WIP: Also do hide/show via WA_OutsideWSRange for native widgets >X-Git-Url: https://codereview.qt-project.org/gitweb?p=qt%2Fqtbase.git;a=commitdiff_plain;h=5ea44d1d516f0c68a6793279df5c1569ef9fadd2 > >WIP: Also do hide/show via WA_OutsideWSRange for native widgets > >Task-number: QTBUG-48321 >Change-Id: I78ef29975181ee22429c9bd4b11d96d9e68b7a9c >--- > >diff --git a/src/widgets/kernel/qwidget.cpp b/src/widgets/kernel/qwidget.cpp >index a006246..024005d 100644 >--- a/src/widgets/kernel/qwidget.cpp >+++ b/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))
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 563458
: 415738