summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/gui
Commit message (Expand)AuthorAgeFilesLines
* Fix crash in QPainter benchmark testAllan Sandfeld Jensen2016-10-111-22/+67
* Modularize configure.json/.priLars Knoll2016-09-152-0/+2
* Use qtConfig throughout in qtbaseLars Knoll2016-08-192-5/+5
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-163-0/+75
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-103-0/+75
| |\
| | * Improve performance of QColor::name, now more than 4 times fasterDavid Faure2016-08-053-0/+75
* | | Improve performance of Qt::mightBeRichText by using QStringRefRobin Burchell2016-07-113-1/+80
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-121-0/+7
|\| |
| * | Optimize convert_Indexed8_to_X32Allan Sandfeld Jensen2016-04-271-0/+7
* | | Always build JPEG and GIF support as pluginsLars Knoll2016-04-072-4/+4
* | | Remove Windows CE from tests (others).Friedemann Kleint2016-03-312-19/+0
|/ /
* | Avoid qMin in format conversions when possibleAllan Sandfeld Jensen2016-03-011-0/+11
* | SSSE3 optimized store of 24-bit formatsAllan Sandfeld Jensen2016-02-291-12/+32
* | Updated license headersJani Heikkinen2016-01-21113-1920/+1355
* | 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