summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/kernel/qboxlayout
Commit message (Expand)AuthorAgeFilesLines
* Ensure that layouts don't move widgets outside of their parentVolker Hilsheimer2019-03-261-0/+64
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-04-261-5/+3
|\
| * tests/auto/widgets/kernel: Avoid unconditional qWait()sKari Oikarinen2018-04-241-5/+3
* | Introduce QLayout::indexOf(QLayoutItem *)Sergio Martins2018-02-101-0/+20
|/
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-232-8/+4
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-092-8/+4
| |\
| | * testlib: start sharing common helper functionsGatis Paeglis2017-11-042-8/+4
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-171-3/+3
|\| |
| * | Ensure result of all QTest::qWaitFor are verifiedTor Arne Vestbø2017-10-051-3/+3
| |/
* / Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-2/+2
|/
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-281-2/+2
|\
| * Plug memleaks in tst_QBoxLayoutMarc Mutz2016-09-271-2/+2
* | Updated license headersJani Heikkinen2016-01-211-17/+12
* | Tests: Remove CONFIG += parallel_test.Friedemann Kleint2015-09-051-1/+0
|/
* tests/auto/widgets: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-07-311-2/+2
* tst_qboxlayout: Fix top level widget leaks.Friedemann Kleint2015-06-271-63/+36
* 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
* Add widget replace function to QLayoutThorbjørn Lund Martsum2013-09-211-1/+20
* Fix layouts with expanding items with maximum sizePaul Olav Tvete2013-09-041-0/+27
* Test layout engine fundamentalsPaul Olav Tvete2013-08-271-0/+155
* Fixed QLayout::addChildLayout(QLayout *l) when l had a parentJan Arve Saether2013-04-231-0/+21
* 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
* Fix warnings about not being able to set Window geometry on Windows.Friedemann Kleint2013-01-081-0/+9
* [QTBUG-27420] Make Q{Box,Grid,Form}Layout::takeAt() unparent a nested layoutMarc Mutz2012-12-021-0/+22
* tst_QBoxLayout: use QProxyStyle instead of QWindowsStyleJ-P Nurmi2012-11-261-3/+3
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* 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
* Add CONFIG+=parallel_test to suspected parallel-safe tests.Rohan McGovern2012-05-281-0/+1
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Remove TESTED_CLASS/TESTED_FILES comments from tests.Jason McDonald2011-12-061-3/+0
* widgets: eliminated usage of qttest_p4.prfRohan McGovern2011-10-251-2/+3
* Moved tests into integrationtests/ and widgets/Jo Asplin2011-10-203-0/+286