Home
last modified time | relevance | path

Searched refs:clientAddedSpy (Results 1 – 15 of 15) sorted by relevance

/dports/x11-wm/plasma5-kwin/kwin-5.23.5/autotests/integration/
H A Dinternal_window.cpp212 QVERIFY(clientAddedSpy.isValid()); in testEnterLeave()
262 QVERIFY(clientAddedSpy.isValid()); in testPointerPressRelease()
285 QVERIFY(clientAddedSpy.isValid()); in testPointerAxis()
313 QVERIFY(clientAddedSpy.isValid()); in testKeyboard()
342 QVERIFY(clientAddedSpy.isValid()); in testKeyboardShowWithoutActivating()
398 QVERIFY(clientAddedSpy.isValid()); in testKeyboardTriggersLeave()
439 QVERIFY(clientAddedSpy.isValid()); in testTouch()
504 QVERIFY(clientAddedSpy.isValid()); in testOpacity()
525 QVERIFY(clientAddedSpy.isValid()); in testMove()
566 QVERIFY(clientAddedSpy.isValid()); in testSkipCloseAnimation()
[all …]
H A Dxwayland_selections_test.cpp89 QSignalSpy clientAddedSpy(workspace(), &Workspace::clientAdded); in testSync() local
90 QVERIFY(clientAddedSpy.isValid()); in testSync()
108 QVERIFY(clientAddedSpy.wait()); in testSync()
109 copyClient = clientAddedSpy.first().first().value<AbstractClient *>(); in testSync()
129 clientAddedSpy.clear(); in testSync()
131 QVERIFY(clientAddedSpy.wait()); in testSync()
132 pasteClient = clientAddedSpy.last().first().value<AbstractClient *>(); in testSync()
133 QCOMPARE(clientAddedSpy.count(), 1); in testSync()
H A Dinputmethod_test.cpp109 QSignalSpy clientAddedSpy(workspace(), &Workspace::clientAdded); in testOpenClose() local
111 QVERIFY(clientAddedSpy.isValid()); in testOpenClose()
133 QVERIFY(clientAddedSpy.wait()); in testOpenClose()
217 QCOMPARE(clientAddedSpy.count(), 1); in testEnableActive()
221 QVERIFY(clientAddedSpy.wait()); in testEnableActive()
248 QVERIFY(clientAddedSpy.isValid()); in testHidePanel()
253 QVERIFY(clientAddedSpy.wait()); in testHidePanel()
263 QCOMPARE(clientAddedSpy.count(), 2); in testHidePanel()
288 QVERIFY(clientAddedSpy.isValid()); in testSwitchFocusedSurfaces()
293 QVERIFY(clientAddedSpy.wait(10000)); in testSwitchFocusedSurfaces()
[all …]
H A Dpointer_input.cpp206 QVERIFY(clientAddedSpy.wait()); in testWarpingUpdatesFocus()
254 QVERIFY(clientAddedSpy.wait()); in testWarpingGeneratesPointerMotion()
294 QVERIFY(clientAddedSpy.wait()); in testWarpingDuringFilter()
337 QVERIFY(clientAddedSpy.wait()); in testUpdateFocusAfterScreenChange()
441 QVERIFY(clientAddedSpy.wait()); in testModifierClickUnrestrictedMove()
508 QVERIFY(clientAddedSpy.wait()); in testModifierClickUnrestrictedMoveGlobalShortcutsDisabled()
581 QVERIFY(clientAddedSpy.wait()); in testModifierScrollOpacity()
640 QVERIFY(clientAddedSpy.wait()); in testModifierScrollOpacityGlobalShortcutsDisabled()
690 QVERIFY(clientAddedSpy.wait()); in testScrollAction()
698 QVERIFY(clientAddedSpy.wait()); in testScrollAction()
[all …]
H A Didle_inhibition_test.cpp242 QSignalSpy clientAddedSpy(workspace(), &Workspace::clientAdded); in testDontInhibitWhenUnmapped() local
243 QVERIFY(clientAddedSpy.isValid()); in testDontInhibitWhenUnmapped()
245 QVERIFY(clientAddedSpy.isEmpty()); in testDontInhibitWhenUnmapped()
246 QVERIFY(clientAddedSpy.wait()); in testDontInhibitWhenUnmapped()
247 QCOMPARE(clientAddedSpy.count(), 1); in testDontInhibitWhenUnmapped()
248 AbstractClient *client = clientAddedSpy.last().first().value<AbstractClient *>(); in testDontInhibitWhenUnmapped()
279 QVERIFY(clientAddedSpy.wait()); in testDontInhibitWhenUnmapped()
280 QCOMPARE(clientAddedSpy.count(), 2); in testDontInhibitWhenUnmapped()
281 client = clientAddedSpy.last().first().value<AbstractClient *>(); in testDontInhibitWhenUnmapped()
H A Ddont_crash_glxgears.cpp49 QSignalSpy clientAddedSpy(workspace(), &Workspace::clientAdded); in testGlxgears() local
50 QVERIFY(clientAddedSpy.isValid()); in testGlxgears()
57 QVERIFY(clientAddedSpy.wait()); in testGlxgears()
58 QCOMPARE(clientAddedSpy.count(), 1); in testGlxgears()
H A Dinput_stacking_order.cpp108 QSignalSpy clientAddedSpy(workspace(), &Workspace::clientAdded); in testPointerFocusUpdatesOnStackingOrderChange() local
109 QVERIFY(clientAddedSpy.isValid()); in testPointerFocusUpdatesOnStackingOrderChange()
115 QVERIFY(clientAddedSpy.wait()); in testPointerFocusUpdatesOnStackingOrderChange()
124 QVERIFY(clientAddedSpy.wait()); in testPointerFocusUpdatesOnStackingOrderChange()
H A Dplasmawindow_test.cpp266 QSignalSpy clientAddedSpy(workspace(), &Workspace::clientAdded); in testLockScreenNoPlasmaWindow() local
267 QVERIFY(clientAddedSpy.isValid()); in testLockScreenNoPlasmaWindow()
270 QVERIFY(clientAddedSpy.wait()); in testLockScreenNoPlasmaWindow()
271 QVERIFY(clientAddedSpy.first().first().value<AbstractClient *>()->isLockScreen()); in testLockScreenNoPlasmaWindow()
H A Ddbus_interface_test.cpp101 QSignalSpy clientAddedSpy(workspace(), &Workspace::clientAdded); in testGetWindowInfoXdgShellClient() local
102 QVERIFY(clientAddedSpy.isValid()); in testGetWindowInfoXdgShellClient()
111 QVERIFY(clientAddedSpy.isEmpty()); in testGetWindowInfoXdgShellClient()
112 QVERIFY(clientAddedSpy.wait()); in testGetWindowInfoXdgShellClient()
113 auto client = clientAddedSpy.first().first().value<AbstractClient *>(); in testGetWindowInfoXdgShellClient()
H A Dtest_helpers.cpp714 QSignalSpy clientAddedSpy(workspace(), &Workspace::clientAdded); in waitForWaylandWindowShown() local
715 if (!clientAddedSpy.isValid()) { in waitForWaylandWindowShown()
718 if (!clientAddedSpy.wait(timeout)) { in waitForWaylandWindowShown()
721 return clientAddedSpy.first().first().value<AbstractClient *>(); in waitForWaylandWindowShown()
726 QSignalSpy clientAddedSpy(workspace(), &Workspace::clientAdded); in renderAndWaitForShown() local
727 if (!clientAddedSpy.isValid()) { in renderAndWaitForShown()
732 if (!clientAddedSpy.wait(timeout)) { in renderAndWaitForShown()
735 return clientAddedSpy.first().first().value<AbstractClient *>(); in renderAndWaitForShown()
H A Ddebug_console_test.cpp488 QSignalSpy clientAddedSpy(workspace(), &Workspace::internalClientAdded); in testClosingDebugConsole() local
489 QVERIFY(clientAddedSpy.isValid()); in testClosingDebugConsole()
492 QTRY_COMPARE(clientAddedSpy.count(), 1); in testClosingDebugConsole()
493 InternalClient *c = clientAddedSpy.first().first().value<InternalClient *>(); in testClosingDebugConsole()
H A Dlockscreen.cpp220 QSignalSpy clientAddedSpy(workspace(), &Workspace::clientAdded); in testStackingOrder() local
221 QVERIFY(clientAddedSpy.isValid()); in testStackingOrder()
224 QVERIFY(clientAddedSpy.wait()); in testStackingOrder()
226 AbstractClient *client = clientAddedSpy.first().first().value<AbstractClient *>(); in testStackingOrder()
H A Dxdgshellclient_test.cpp220 QSignalSpy clientAddedSpy(workspace(), &Workspace::clientAdded); in testMapUnmap() local
221 QVERIFY(clientAddedSpy.isValid()); in testMapUnmap()
235 QVERIFY(clientAddedSpy.wait()); in testMapUnmap()
236 QCOMPARE(clientAddedSpy.count(), 1); in testMapUnmap()
259 QVERIFY(clientAddedSpy.wait()); in testMapUnmap()
260 QCOMPARE(clientAddedSpy.count(), 2); in testMapUnmap()
261 client = clientAddedSpy.last().first().value<AbstractClient *>(); in testMapUnmap()
803 QSignalSpy clientAddedSpy(workspace(), &Workspace::clientAdded); in testUnresponsiveWindow() local
804 QVERIFY(clientAddedSpy.isValid()); in testUnresponsiveWindow()
832 if (clientAddedSpy.isEmpty()) { in testUnresponsiveWindow()
[all …]
H A Ddecoration_input_test.cpp774 QSignalSpy clientAddedSpy(workspace(), &Workspace::internalClientAdded); in testTooltipDoesntEatKeyEvents() local
775 QVERIFY(clientAddedSpy.isValid()); in testTooltipDoesntEatKeyEvents()
778 QVERIFY(clientAddedSpy.wait()); in testTooltipDoesntEatKeyEvents()
779 InternalClient *internal = clientAddedSpy.first().first().value<InternalClient *>(); in testTooltipDoesntEatKeyEvents()
H A Dx11_client_test.cpp829 QSignalSpy clientAddedSpy(workspace(), &Workspace::clientAdded); in testCaptionWmName() local
830 QVERIFY(clientAddedSpy.isValid()); in testCaptionWmName()
837 QVERIFY(clientAddedSpy.wait()); in testCaptionWmName()
838 QCOMPARE(clientAddedSpy.count(), 1); in testCaptionWmName()