summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/kernel/qgridlayout
Commit message (Expand)AuthorAgeFilesLines
* Change license for tests filesLucie Gérard2024-02-041-1/+1
* QtWidgets tests: port remaining users away from Q_FOREACHMarc Mutz2023-08-141-1/+2
* CMake: Make widgets tests standalone projectsAlexandru Croitor2023-07-051-0/+6
* tests: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-171-2/+0
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-2/+2
* tests: skip tst_QGridLayout::setMinAndMaxSize() on WaylandLiang Qi2022-10-141-0/+3
* Port from container.count()/length() to size()Marc Mutz2022-10-041-3/+3
* 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-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-161-27/+2
* Revert "Activate all tst_qgridlayout tests on Android"Ivan Solovev2022-04-021-0/+3
* Activate all tst_qgridlayout tests on AndroidAndreas Buhr2022-02-221-3/+0
* Fix invalid pointer return with QGridLayout::itemAt(-1)Zhang Yu2021-03-221-0/+51
* Remove the qmake project filesJoerg Bornemann2021-01-071-11/+0
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+1
* Android: blacklist a list of failing tests for androidAssam Boudjelthia2020-11-041-0/+3
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-071-11/+11
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-231-1/+1
* Remove most compiler warnings about missing overridesLars Knoll2020-09-111-8/+8
* CMake: Regenerate tests with new qt_ prefixed APIsAlexandru Croitor2020-07-091-1/+1
* Remove deprecated QStyle enum valuesVolker Hilsheimer2020-04-161-18/+18
* Regenerate projects one last time before mergewip/cmakeAlexandru Croitor2020-02-121-4/+3
* cmake: add widgets/kernel testsFrederik Gladhorn2019-10-311-3/+0
* Merge branch 'wip/qt6' into wip/cmakeAlexandru Croitor2019-08-151-6/+6
|\
| * Remove usages of deprecated APIs of qtbase/widgetsSona Kurazyan2019-08-011-6/+6
* | Rerun pro2cmake on projects that use .ui filesAlexandru Croitor2019-05-221-2/+16
* | Begin port of qtbase to CMakeSimon Hausmann2018-11-011-0/+10
|/
* tests/auto/widgets/kernel: Avoid unconditional qWait()sKari Oikarinen2018-04-241-1/+0
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-232-10/+4
|\
| * testlib: start sharing common helper functionsGatis Paeglis2017-11-042-10/+4
* | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-3/+3
|/
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-291-3/+5
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-281-3/+5
| |\
| | * Plug memleaks in tst_QGridLayoutMarc Mutz2016-09-271-3/+5
* | | Removes spacing when widget is hidden in QGridLayoutKarim Pinter2016-04-211-0/+21
* | | QtWidgets: Remove Windows CE.Friedemann Kleint2016-04-071-22/+0
|/ /
* | Updated license headersJani Heikkinen2016-01-211-17/+12
* | tests/auto/widgets: Remove some placeholder formatting.Friedemann Kleint2015-10-191-4/+6
* | Tests: Remove CONFIG += parallel_test.Friedemann Kleint2015-09-051-1/+0
|/
* tst_gridlayout: Fix visible top level widget leaks.Friedemann Kleint2015-06-271-85/+75
* Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-241-0/+18
|\
| * Fixed crash when adding items with spansJan Arve Saether2015-02-091-0/+18
* | Update copyright headersJani Heikkinen2015-02-111-7/+7
|/
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Avoid adding widget to its own layoutThomas Fischer2014-09-051-0/+32
* Fix the QGridLayout autotestFabian Bumberger2014-04-031-1/+4
* expand tabs and related whitespace fixes in *.{cpp,h,qdoc}Oswald Buddenhagen2014-01-131-2/+2
* Add widget replace function to QLayoutThorbjørn Lund Martsum2013-09-211-0/+45
* QtWidgets tests: Remove DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0Debao Zhang2013-03-281-1/+0