qt5base-lts/tests/auto/other
Morten Johan Sørvig 7eba6d039d Cocoa: Re-implement QCocoaScreen::topLevelAt()
The previous implementation used [NSApp orderedWindows]
which does not return NSPanel subclasses, which is
used by Qt dialogs and pops.

Use [NSWidow windowNumberAtPoint:belowWindowWithWindowNumber]
instead, which hit-tests on all window types. This
can potentially include windows from other processes
and non-Qt windows which needs to be filtered out.

Add EXPECT_FAIL to tst_MacGui::nonModalOrder. The
correct topLevelAt() implementation now exposes that
this test is failing.

Task-number: QTBUG-39322
Change-Id: I81afa3da964e08fe682802220d8fe81e9284205e
Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@digia.com>
2014-06-06 23:39:12 +02:00
..
atwrapper expand tabs and related whitespace fixes in *.{cpp,h,qdoc} 2014-01-13 22:46:50 +01:00
baselineexample Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
collections expand tabs and related whitespace fixes in *.{cpp,h,qdoc} 2014-01-13 22:46:50 +01:00
compiler Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
d3dcompiler d3dcompiler_qt: Remove control file semantics 2014-03-14 22:40:24 +01:00
gestures correct send vs sent grammar 2014-03-14 15:27:03 +01:00
headersclean headersclean: process private modules correctly 2013-07-03 15:31:13 +02:00
lancelot Fix lance opengl painting test 2014-04-04 10:55:44 +02:00
languagechange Introduce function for standard button texts to QPlatformTheme. 2014-01-18 09:23:38 +01:00
macgui Cocoa: Re-implement QCocoaScreen::topLevelAt() 2014-06-06 23:39:12 +02:00
macnativeevents correct send vs sent grammar 2014-03-14 15:27:03 +01:00
macplist Update Info.plist templates to use the current standard plist format. 2013-08-02 05:42:37 +02:00
modeltest don't erroneously claim that gui support is needed 2013-10-16 17:10:15 +02:00
networkselftest Increase timeout in tst_NetworkSelfTest. 2014-03-10 20:41:35 +01:00
qaccessibility Fix accessibility auto test 2014-05-14 20:10:03 +02:00
qaccessibilitylinux tests: Remove superfluous gui additions to QT 2014-02-28 17:59:29 +01:00
qaccessibilitymac Accessibility Mac: Cache Accessible Elements and Notify about changes 2014-04-09 10:46:02 +02:00
qcomplextext Remove QtWidgets dependency from tst_QComplexText 2014-04-04 19:32:21 +02:00
qfocusevent Cocoa: Allow frameless NSWindow child QWindows 2014-02-05 23:12:50 +01:00
qnetworkaccessmanager_and_qprogressdialog Whitespace cleanup: remove trailing whitespace 2013-03-16 20:22:50 +01:00
qobjectperformance Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qobjectrace Fix a race that occurred as we unlock the mutex to destroy the functor in ~QObject 2013-11-26 08:24:25 +01:00
qsharedpointer_and_qwidget Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qtokenautomaton Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qvariant_common Remove trailing space from QDebug stream 2013-12-06 13:33:10 +01:00
windowsmobile Whitespace cleanup: remove trailing whitespace 2013-03-16 20:22:50 +01:00
other.pro Accessibility Mac: Cache Accessible Elements and Notify about changes 2014-04-09 10:46:02 +02:00