summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/gui
Commit message (Expand)AuthorAgeFilesLines
* Tests: Fix single-character string literals.Friedemann Kleint2015-10-133-3/+4
* Remove QT_DISABLE_DEPRECATED_BEFORE=0 from tests not using deprecated API.Friedemann Kleint2015-09-0118-18/+0
* qtbase tests: Remove QT_DISABLE_DEPRECATED_BEFORE=0 for simple cases.Friedemann Kleint2015-08-316-7/+3
* QGraphicsView tests: Remove QT_DISABLE_DEPRECATED_BEFORE=0.Friedemann Kleint2015-08-2215-26/+20
* Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-011-1/+1
|\
| * fix usage of wince scopeOswald Buddenhagen2015-06-051-1/+1
* | Fix users of QTextLayout::additionalFormats to use the new APIMarc Mutz2015-05-301-7/+7
|/
* Add missing RGB32 <-> RGB30 convertionsAllan Sandfeld Jensen2015-04-301-25/+85
* Cleanup and optimization of qimage smoothscaleAllan Sandfeld Jensen2015-04-153-0/+145
* Optimize fallback RGB888 to RGB32 conversionAllan Sandfeld Jensen2015-03-031-2/+22
* Optimize generic conversion and remove now obsolete direct conversionsAllan Sandfeld Jensen2015-02-132-1/+83
* QtGui: assorted migrations to QString::asprintfMarc Mutz2015-02-121-20/+4
* Update copyright headersJani Heikkinen2015-02-11112-783/+783
* Generate SSE4.1 versions of premultiplying methods where convenientAllan Sandfeld Jensen2015-02-041-0/+1
* Make it more obvious that Q_WS_ is dead code, and should perhaps be portedTor Arne Vestbø2015-02-033-5/+5
* Only use 32bit version of qPremultiplyAllan Sandfeld Jensen2015-02-021-0/+1
* Remove unused class QPaintBufferLars Knoll2015-01-2810-275/+0
* Update license headers and add new license filesMatti Paaso2014-09-24113-2146/+1242
* Add missing to gui/kernel benchmarks.Jędrzej Nowacki2014-07-281-1/+3
* Remove useless QMetaType benchmarksJędrzej Nowacki2014-07-281-55/+5
* Fix some compiler warnings in benchmark tests.Friedemann Kleint2014-07-143-3/+4
* MSVC: Fix the compilation of benchmark tests with strict string literals.Friedemann Kleint2014-07-101-1/+1
* Optimize drawing to and from generic formatsAllan Sandfeld Jensen2014-01-311-6/+134
* expand tabs and related whitespace fixes in *.{cpp,h,qdoc}Oswald Buddenhagen2014-01-132-13/+13
* resizeToContents - QTableView - faster hint when view is hiddenThorbjørn Martsum2013-05-091-0/+21
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-1653-367/+352
* Check for network module when building according benchmarksOliver Wolff2013-02-191-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-18112-112/+112
* Benchmarks: Remove declaration of built-in and automatic metatypes.Stephen Kelly2013-01-034-11/+0
* add and use qtHaveModule() functionOswald Buddenhagen2012-12-2110-10/+10
* properly syncqt-ize harfbuzz headersOswald Buddenhagen2012-12-041-2/+0
* Examples: Install to $$[QT_INSTALL_EXAMPLES]/$submodule/$examplehjk2012-11-261-2/+2
* normalise signal/slot signatures [QtGui tests]Marc Mutz2012-10-221-10/+10
* Remove QImageReader benchmark dependency on QtWidgets.Stephen Kelly2012-10-162-2/+1
* Revert "Handle additional format ranges when itemizing."Pierre Rossi2012-10-101-1/+1
* Handle additional format ranges when itemizing.Pierre Rossi2012-10-081-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-22113-2719/+2719
* Make gui/math3d classes use float rather than qrealSean Harmer2012-09-072-78/+78
* Optimize QTextLayout/QTextEngine usage outside of QTextDocument.Milian Wolff2012-09-051-8/+35
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-0133-0/+33
* Make benchmarks compile without QtWidgetsRohan McGovern2012-07-308-5/+23
* Fix some spelling errorsSergio Ahumada2012-07-111-1/+1
* remove some qmake -project boilerplate from project filesOswald Buddenhagen2012-06-191-3/+0
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtGui]Thiago Macieira2012-05-042-2/+2
* Fix tst_qtracebench benchmark.Jędrzej Nowacki2012-04-171-0/+1
* Fixed benchmarks to work from install directoryKurt Korbatits2012-03-194-4/+6
* use $$QT_BUILD_TREE instead of $$(QTDIR)Oswald Buddenhagen2012-03-081-2/+2
* chiptester benchmark: compileMarc Mutz2012-03-081-0/+1
* examples: use QVector<QPointF> instead of QList<QPointF>Marc Mutz2012-03-082-2/+2
* Make some tests and benchmarks pass with QT_NO_QSTRINGBUILDERStephen Kelly2012-03-011-3/+3