summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/widgets/qmenu
Commit message (Expand)AuthorAgeFilesLines
* tst_QMenu::transientParent remove QApplicationPrivate::setActiveWindowFrédéric Lefebvre6 days1-1/+0
* tst_QMenu::overrideMenuAction() remove setActiveWindow()Frédéric Lefebvre6 days1-1/+0
* Change license for tests filesLucie Gérard2024-02-042-2/+2
* CMake: Make widgets tests standalone projectsAlexandru Croitor2023-07-051-0/+6
* tests: blacklist tst_QMenu::pushButtonPopulateOnAboutToShow() on WaylandLiang Qi2023-07-021-0/+1
* tst_qmenu: fix -Wsuggest-overrideMarc Mutz2023-06-201-1/+2
* QMenu: don't crash when nested tear-off menus are closedVolker Hilsheimer2023-06-091-0/+79
* QPushButton: use QMenu::popup instead of exec to show menuVolker Hilsheimer2023-04-111-2/+6
* tests: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-171-2/+0
* QMenu: guard for destruction when emitting action signalsVolker Hilsheimer2023-02-131-0/+18
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-3/+3
* Port from container.count()/length() to size()Marc Mutz2022-10-041-6/+6
* Deprecate QApplication::setActiveWindow() and mark as internalTor Arne Vestbø2022-08-272-3/+6
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* Add license headers to cmake filesLucie Gérard2022-08-031-0/+3
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-281-2/+2
* unblacklist passing tests 2022Anna Wojciechowska2022-06-231-2/+0
* Use SPDX license identifiersLucie Gérard2022-05-162-54/+4
* Move cursor out of the way before running testVolker Hilsheimer2022-03-081-1/+5
* Un-blacklist test that's always skipped on macOSVolker Hilsheimer2022-03-081-2/+0
* Activate tst_qmenu for AndroidAndreas Buhr2022-02-282-1/+11
* Widgets: setTransientParent() when a QMenu is a windowLiang Qi2021-12-081-0/+49
* Close all popup windows when the screen is rotatedTang Haixiang2021-08-121-0/+16
* testlib: Deprecate QWARN() in favor of qWarning()Tor Arne Vestbø2021-08-041-1/+1
* QWidget: cope with QObject::connect()'s incomplete SFINAE-friendlinessMarc Mutz2021-07-241-24/+66
* QMenu/QToolBar: remove addAction() functionsMarc Mutz2021-07-131-0/+13
* QMenu test: turn tooltip animations offVolker Hilsheimer2021-03-041-0/+2
* Blacklist test QMenu::QTBUG_89082_actionTipsHide() for WindowsFriedemann Kleint2021-03-041-0/+1
* Stabilize test QMenu::QTBUG_89082_actionTipsHide() on Windows, take 2Friedemann Kleint2021-03-031-3/+5
* Stabilize test QMenu::QTBUG_89082_actionTipsHide() on WindowsFriedemann Kleint2021-03-021-0/+3
* Fix the tips still show when cursor move to another actionQiang Li2021-01-152-1/+57
* Remove the qmake project filesJoerg Bornemann2021-01-071-10/+0
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+2
* Android: blacklist a list of failing tests for androidAssam Boudjelthia2020-11-041-0/+17
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-071-2/+2
* QFlags: remove deprecated constructorEdward Welbourne2020-10-031-4/+4
* Fix compiler warnings from QKeyCombinationLars Knoll2020-09-281-1/+1
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-231-3/+3
* Remove most compiler warnings about missing overridesLars Knoll2020-09-111-2/+2
* CMake: Regenerate tests with new qt_ prefixed APIsAlexandru Croitor2020-07-091-3/+3
* Phase 2 of removing QDesktopWidgetVolker Hilsheimer2020-06-081-1/+0
* Remove winrtOliver Wolff2020-06-062-29/+0
* QApplication: remove obsolete globalStrut functionalityVolker Hilsheimer2020-04-101-2/+1
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-081-1/+1
|\
| * Merge remote-tracking branch 'origin/5.14' into 5.15Mitch Curtis2020-03-201-1/+1
| |\
| | * tst_QMenu: make QSKIP message truthfulTimur Pocheptsov2020-03-181-1/+1
* | | cmake: Remove APPLE prefix from platform namesTor Arne Vestbø2020-03-161-2/+2
* | | cmake: Fix naming when referring to Apple macOSTor Arne Vestbø2020-03-161-2/+2
* | | Merge remote-tracking branch 'origin/5.15' into devLars Knoll2020-03-041-0/+79
|\| |
| * | QMenu: hide when a QWidgetAction fires the trigged signalVolker Hilsheimer2020-03-031-0/+79