aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quickcontrols/qquickmenu
Commit message (Expand)AuthorAgeFilesLines
* Don't delete component delegatesMitch Curtis4 days2-0/+55
* Android: fix Quick tests handling for for safe area marginsAssam Boudjelthia6 days1-1/+4
* tst_QQuickMenu::contextMenuKeyboard: Fix flakiness on xcb platformsMohammadHossein Qanbari2025-06-101-1/+17
* Enable expanded client area by default in iOS styleTor Arne Vestbø2025-06-021-11/+19
* tst_qquickmenu::contextMenuKeyboard: Fix flakinessDoris Verria2025-05-151-0/+10
* Menu: force contentItem ListView layout before starting enter transitionMitch Curtis2025-05-132-0/+94
* CMake: Don't enable ASM languageJoerg Bornemann2025-05-021-1/+1
* QQuickTest: add and use active focus macrosMitch Curtis2025-04-251-22/+22
* QQuickMenu: fix infinite loop with Action shortcut in nested sub-menusMitch Curtis2025-04-162-0/+45
* Add arePopupWindowsSupported function to QQuickControlsTestUtilsMitch Curtis2025-04-091-9/+5
* QQuickControlsTestUtils: add VERIFY_VISUAL_FOCUS and use itMitch Curtis2025-02-241-17/+17
* Use leftPadding of parent menus when flipping submenusOliver Eftevaag2025-02-211-12/+13
* tst_qquickmenu: ensure that the menu doesn't open under the mouseRichard Moe Gustavsen2025-02-171-2/+3
* tst_qquickmenu::popup: EXPECT_FAIL for iOS styleDoris Verria2025-02-171-0/+2
* tst_qqmenu: Skip subMenuFlipsPositionWhenOutOfBounds if not Basic styleDoris Verria2025-02-111-1/+2
* tst_qquickmenu::popup: Make test less flakyOliver Eftevaag2025-02-111-11/+20
* tst_qquickmenu::mnemonics: make test friendly for transitionsOliver Eftevaag2025-02-111-2/+10
* tst_qquickmenu: Take into account menu enter transitionsDoris Verria2025-02-112-17/+30
* tst_QQuickMenu::mouse: ensure we click outside of the menuMitch Curtis2025-02-041-4/+3
* PopupPositioner: ensure popup windows are placed inside a screenOliver Eftevaag2025-01-242-0/+109
* Move duplicate mouse hover checks into a skip macroMitch Curtis2024-11-221-13/+4
* Skip verifying mouse propagation in the menu gap area for some stylesSanthosh Kumar2024-11-081-5/+13
* Don't propagate mouse event for menu configured inside popupSanthosh Kumar2024-11-042-0/+75
* Add Qt::Qml before Qt::QmlPrivate to auto testsKarim Pinter2024-10-221-0/+1
* QQuickMenu: refactor all 'use native' logic into a single functionRichard Moe Gustavsen2024-10-011-1/+1
* Stabilize tst_QQuickMenu::subMenuMouse() on macOSTor Arne Vestbø2024-09-271-0/+5
* Make tst_QQuickMenu::subMenuMouse pass, regardless of popupTypeOliver Eftevaag2024-09-231-10/+40
* Wrap SKIP_IF_NO_* macros in do while(false) loopMitch Curtis2024-09-051-12/+12
* Make tst_QQuickMenu::subMenuPosition consider popupTypeOliver Eftevaag2024-09-051-19/+77
* Make tst_qquickmenu::disableWhenTriggered work with popup windowsOliver Eftevaag2024-09-041-0/+6
* Fix tst_qquickmenu::popup() on WindowsOliver Eftevaag2024-09-041-4/+4
* Make tst_QQuickMenu::contextMenuKeyboard work with popup windowsOliver Eftevaag2024-09-031-12/+43
* Make tst_qquickmenu::effectivePosition work with popup windowsOliver Eftevaag2024-09-031-3/+10
* Make tst_QQuickMenu::mouse work with PopupType Item and WindowOliver Eftevaag2024-09-031-17/+51
* tst_qquickmenu: Close all popups in cleanup()Oliver Eftevaag2024-09-031-0/+9
* tst_qquickmenu: force some tests to use popupType: Popup.ItemOliver Eftevaag2024-09-031-0/+13
* Only test popup windows on Windows and macOSOliver Eftevaag2024-09-021-8/+11
* Menu: Activate Menu Item When Mnemonic Key is Pressed, Same as WidgetsMohammadHossein Qanbari2024-08-302-0/+219
* Fix tst_QQuickMenu::popup to work with both PopupType Item and WindowOliver Eftevaag2024-08-261-4/+4
* Fix tst_QQuickMenu::subMenuDisabledMouse to work with popup windowsOliver Eftevaag2024-08-231-1/+1
* QQuickMenu: respect Qt::AA_DontUseNativeMenuWindowsRichard Moe Gustavsen2024-07-031-0/+37
* Correct license for tests fileLucie Gérard2024-06-275-5/+5
* QQuickPopup: support popups with negative insetsRichard Moe Gustavsen2024-06-241-16/+15
* QQuickMenu: let a child menu use the same popup type as the parentRichard Moe Gustavsen2024-06-201-0/+89
* QQuickPopupPositioner: implement setEffectivePosFromWindowPos()Richard Moe Gustavsen2024-06-131-0/+60
* QQuickMenu: clear currentIndex upon a call to popup()Richard Moe Gustavsen2024-06-111-0/+58
* Tests: Avoid some warningsUlf Hermann2024-06-111-1/+1
* Replace AA_DontUsePopupWindows with Popup::popupTypeOliver Eftevaag2024-05-306-5/+13
* QQuickMenuItem: add implicitTextPadding and textPaddingRichard Moe Gustavsen2024-05-291-0/+62
* Merge remote-tracking branch 'origin/dev' into nativemenusRichard Moe Gustavsen2024-05-261-27/+10
|\