summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/kernel/qgridlayout
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Widgets: Remove declaration of built-in and automatic metatypes.Stephen Kelly2013-01-041-1/+0
* Use frameless widgets in tst_qgridlayout.Friedemann Kleint2012-12-171-1/+29
* [QTBUG-27420] Make Q{Box,Grid,Form}Layout::takeAt() unparent a nested layoutMarc Mutz2012-12-021-0/+24
* tst_QGridLayout: use QProxyStyle instead of QWindowsStyleJ-P Nurmi2012-11-261-9/+8
* Remove CDE and Motif styles from qtbaseJens Bache-Wiig2012-09-271-5/+0
* Auto tests: remove PlatformQuirks::isAutoMaximizing()J-P Nurmi2012-09-261-4/+0
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* auto tests: updated for new QStyle pure virtualsJ-P Nurmi2012-08-311-12/+11
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-011-0/+1
* Remove usage of deprecated qWaitForWindowShown(QWidget *) method.Friedemann Kleint2012-08-011-1/+1
* Implement waitForWindowExposed and friends for widget windows.Friedemann Kleint2012-07-201-10/+3
* Add CONFIG+=parallel_test to suspected parallel-safe tests.Rohan McGovern2012-05-281-0/+1