summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* rectify opengl configuration under windowsOswald Buddenhagen2016-07-081-1/+1
* QPointerUniqueId::numeric() is constShawn Rutledge2016-07-072-2/+2
* Fix/adapt the uses of {to,set,from}Time_t in the qtbase source codeThiago Macieira2016-07-061-1/+1
* Add qtguiglobal.h and qtguiglobal_p.hLars Knoll2016-07-03284-93/+408
* ItemModel: Extract Method isVariantLessThan()Anton Kudryavtsev2016-07-021-30/+1
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-232-2/+3
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-232-2/+3
| |\
| | * Fix regression in simple RGB16->RGB16 scalingAllan Sandfeld Jensen2016-06-221-1/+1
| | * Add PowerVR SGX 554 to the BGRA blacklistAndy Shaw2016-06-201-1/+2
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-216-32/+23
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-206-19/+21
| |\|
| | * Finally fix crash in inplace-modified data-constructed imagesEirik Aavitsland2016-06-152-11/+14
| | * Remove unused macro: QT_DISTANCEFIELD_DEFAULT_TILESIZEEskil Abrahamsen Blomfeldt2016-06-151-4/+0
| | * QIconLoader: Fix typo in directoryMatchesSize()Palo Kisa2016-06-151-1/+1
| | * Fixed developer build for MinGWOliver Wolff2016-06-151-1/+1
| | * Fix crash when creating distance field for large glyphEskil Abrahamsen Blomfeldt2016-06-141-1/+3
| | * Make it possible to create distance fields with any heightEskil Abrahamsen Blomfeldt2016-06-141-1/+2
| * | Fix compiler warning about missing return statement in non-void functionThiago Macieira2016-06-171-2/+2
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-172-2/+2
|\| |
| * | Merge remote-tracking branch 'origin/5.7.0' into 5.7Liang Qi2016-06-162-2/+2
| |\ \
| | * | Use void instead of uchar in the endian-swapping function parametersv5.7.0-rc1Thiago Macieira2016-05-262-2/+2
| | * | Merge remote-tracking branch 'origin/5.6.1' into 5.7.0Liang Qi2016-05-261-7/+9
| | |\ \
* | | | | Fix rgb64 on aarch64Laszlo Agocs2016-06-151-4/+4
* | | | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-1340-219/+224
|\| | | |
| * | | | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-103-3/+5
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Output region in debug operator of QPaintEvent.Friedemann Kleint2016-06-101-0/+3
| | * | | Fix zero-as-null-pointer-constant in wayland compositor apiAllan Sandfeld Jensen2016-06-061-2/+2
| | * | | Fix font-weight regressionAllan Sandfeld Jensen2016-06-041-1/+0
| * | | | Replace qAllocMore with a pair of more useful functionsThiago Macieira2016-06-091-6/+3
| * | | | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-0610-27/+39
| |\| | |
| | * | | Merge remote-tracking branch 'origin/5.6.1' into 5.6Liang Qi2016-06-021-7/+9
| | |\ \ \ | | | | |/ | | | |/|
| | | * | Really fix crash on certain malformed bmp imagesEirik Aavitsland2016-05-251-7/+9
| | * | | Don't alter input string in QTextLayout with ShowLineAndParagraphSeparatorsEskil Abrahamsen Blomfeldt2016-06-011-1/+7
| | * | | Fix bugs causing Thin font weights to be ignored or mishandled.Jake Petroules2016-06-014-9/+8
| | * | | Correct compositionMode documentationAllan Sandfeld Jensen2016-05-231-5/+4
| | * | | Turn off optimization for checkForAlphaPixels on Windows ARMMaurice Kalinowski2016-05-231-0/+6
| | * | | Doc: Fix references to QGuiApplication::clipboard()Joerg Bornemann2016-05-192-5/+5
| | |/ /
| * | | QTextDocument: use QString::replace() for replacingAnton Kudryavtsev2016-06-021-7/+2
| * | | QTextDocument: use QL1S::size() to get size of internal stringAnton Kudryavtsev2016-06-021-3/+3
| * | | QtGui: use QStringRef to optimize memory allocationAnton Kudryavtsev2016-06-025-16/+16
| * | | QFontDatabase: append substitutes directly to the family listAnton Kudryavtsev2016-06-021-7/+2
| * | | Gui: use const (and const APIs) moreAnton Kudryavtsev2016-06-0127-133/+130
| * | | Optimize QImage checkForAlphaPixelsAllan Sandfeld Jensen2016-05-231-21/+28
| | |/ | |/|
* | | add QTest::createTouchDevice()Shawn Rutledge2016-06-101-0/+11
* | | Remove all code paths related to unsupported Apple platforms.Jake Petroules2016-06-042-16/+7
* | | QOpenGLFunctions - move assert inside if statementTimur Pocheptsov2016-05-252-48/+72
* | | Add line feed and carriage return to blacklisted charactersEskil Abrahamsen Blomfeldt2016-05-241-2/+10
* | | ARM: Vectorize common QRgba64 compositing functions.Erik Verbruggen2016-05-242-47/+153
* | | Optimize QIconLoader::findIconHelper()John Lindgren2016-05-241-10/+12
* | | Add applicationDisplayNameChanged() signal.Benjamin Terrier2016-05-242-6/+21