summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/gui/graphicsview
Commit message (Expand)AuthorAgeFilesLines
* Benchmark: move widgets benchmarks still in gui subdirectory to widgetsChristian Ehrlicher2018-03-27183-20708/+0
* Update usage of QFontMetrics::width() to new APIEskil Abrahamsen Blomfeldt2017-12-082-2/+2
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-233-10/+13
|\
| * Change almost all other uses of qrand() to QRandomGeneratorThiago Macieira2017-11-083-10/+13
* | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-173-4/+4
|\|
| * Ensure result of all QTest::qWaitFor are verifiedTor Arne Vestbø2017-10-053-4/+4
* | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-1/+1
|/
* Deprecate QCoreApplication::flush()Gatis Paeglis2017-04-223-4/+1
* Change confusing Q_DEAD_CODE_FROM_QT4_FOO defineTor Arne Vestbø2016-10-143-5/+5
* Remove Windows CE from tests (others).Friedemann Kleint2016-03-311-3/+0
* Updated license headersJani Heikkinen2016-01-2184-1428/+1008
* Tests: Fix single-character string literals.Friedemann Kleint2015-10-132-2/+3
* QGraphicsView tests: Remove QT_DISABLE_DEPRECATED_BEFORE=0.Friedemann Kleint2015-08-2215-26/+20
* Update copyright headersJani Heikkinen2015-02-1184-588/+588
* Make it more obvious that Q_WS_ is dead code, and should perhaps be portedTor Arne Vestbø2015-02-033-5/+5
* Update license headers and add new license filesMatti Paaso2014-09-2484-1596/+924
* expand tabs and related whitespace fixes in *.{cpp,h,qdoc}Oswald Buddenhagen2014-01-132-13/+13
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-1648-342/+327
* Update copyright year in Digia's license headersSergio Ahumada2013-01-1884-84/+84
* add and use qtHaveModule() functionOswald Buddenhagen2012-12-214-4/+4
* Examples: Install to $$[QT_INSTALL_EXAMPLES]/$submodule/$examplehjk2012-11-261-2/+2
* normalise signal/slot signatures [QtGui tests]Marc Mutz2012-10-221-10/+10
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2284-2022/+2022
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-0111-0/+11
* Make benchmarks compile without QtWidgetsRohan McGovern2012-07-301-0/+7
* Fix some spelling errorsSergio Ahumada2012-07-111-1/+1
* chiptester benchmark: compileMarc Mutz2012-03-081-0/+1
* examples: use QVector<QPointF> instead of QList<QPointF>Marc Mutz2012-03-082-2/+2
* QEvent (and subclasses): make ctors explicitMarc Mutz2012-03-012-2/+2
* clean up qmake-generated projectsOswald Buddenhagen2012-02-241-2/+1
* Replace Q_WS_WINCE against Q_OS_WINCE.Andreas Holzammer2012-02-091-1/+1
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-3084-84/+84
* Update contact information in license headers.Jason McDonald2012-01-2384-84/+84
* Update copyright year in license headers.Jason McDonald2012-01-0584-84/+84
* Remove TESTED_CLASS/TESTED_FILES comments from tests.Jason McDonald2011-12-064-7/+0
* Don't depend on moc to disable test functions.Jason McDonald2011-11-181-5/+3
* benchmarks: eliminated usage of qttest_p4.prfRohan McGovern2011-10-258-43/+8
* Avoid using QSKIP in lieu of compile-time checksJason McDonald2011-10-071-3/+5
* Remove last remnants of Maemo 5 from autotestsJason McDonald2011-10-061-20/+8
* Remove last remnants of symbian in autotests.Jason McDonald2011-10-061-4/+4
* Remove Symbian-specific code from tests.Jason McDonald2011-09-292-10/+2
* Merge remote branch 'gerrit/master' into refactorSamuel Rødal2011-07-218-0/+32
|\
| * tests: do not run benchmarks by default in 'make check'Rohan McGovern2011-07-198-0/+32
* | Merge remote branch 'gerrit/master' into refactorSamuel Rødal2011-07-123-4/+4
|\|
| * Remove more references to demos.Casper van Donderen2011-07-082-2/+2
| * Remove references to QT_INSTALL_DEMOS & DemosPath.Casper van Donderen2011-07-061-2/+2
* | Merge remote branch 'staging/master' into refactorPaul Olav Tvete2011-05-2484-1434/+1434
|\|
| * Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-2484-1434/+1434
* | Tests: Compile.Friedemann Kleint2011-05-2311-12/+22
|/
* Remove redundant #ifdef's from benchmarksJason McDonald2011-05-1921-129/+10