summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Move composition out of qdrawhelper.cAllan Sandfeld Jensen2015-04-165-2364/+2236
* xcb: Remove unused qxlibconvenience.{h,cpp}Alexander Volkov2015-04-162-112/+0
* Implement radial and conical gradients for rgb64 renderingAllan Sandfeld Jensen2015-04-155-108/+156
* Extend high color rendering to image renderingAllan Sandfeld Jensen2015-04-143-73/+1068
* QAbstractSocket: virtualize options settingAlex Trotsenko2015-04-132-0/+9
* QTcpServer: add debug messages to c'tors and d'torAlex Trotsenko2015-04-131-0/+9
* Add support for more composition modes in rgb64 renderingAllan Sandfeld Jensen2015-04-132-4/+287
* Fix RGB30 painting testsAllan Sandfeld Jensen2015-04-134-44/+206
* qdoc: Changing InnerNode to AggregateMartin Smith2015-04-1325-277/+277
* QPointer: add a static assertion to help the user when using a wrong template...Giuseppe D'Angelo2015-04-111-0/+3
* Fix WEC2013 build of harfbuzz-ngBjoern Breitmeyer2015-04-111-4/+5
* qdoc: More data member name changesMartin Smith2015-04-1129-171/+171
* Allow for rearranging tabified QDockWidgetsOlivier Goffart2015-04-114-0/+32
* Solid and gradients in high color accuracyAllan Sandfeld Jensen2015-04-1034-237/+1042
* QRingBuffer: allow to peek bytes from any positionAlex Trotsenko2015-04-102-0/+50
* qiostextresponder: Add support for ReturnKeyTypeKai Uwe Broulik2015-04-092-6/+29
* Add ReturnKeyType enum to Qt namespaceKai Uwe Broulik2015-04-092-0/+44
* Merge "Merge remote-tracking branch 'origin/5.5' into dev" into refs/staging/devLiang Qi2015-04-0932-313/+436
|\
| * Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-0832-313/+436
| |\
| | * Remove special handling for (DY)LD_LIBRARY_PATH in QProcess.Jake Petroules2015-04-081-15/+0
| | * [QFontEngineFT::loadGlyph] Fix reversed condition.Friedemann Kleint2015-04-081-6/+6
| | * QSaveFile: Fix permissions on creationKai Koehne2015-04-084-8/+25
| | * Use the default fbo in Qt sense in blitFramebufferLaszlo Agocs2015-04-081-2/+4
| | * Allow overriding ar binary in configure script by setting AR env varAlex Richardson2015-04-071-2/+9
| | * QByteArray: begin()/end() are not \internalMarc Mutz2015-04-071-8/+26
| | * docs: QString contains characters, not itemsMarc Mutz2015-04-071-2/+2
| | * Remove unnecessary QDateTime::detach() functionThiago Macieira2015-04-072-22/+4
| | * Doc: Qt Concurrent: Link to essential usage informationTopi Reinio2015-04-074-29/+66
| | * Fix build with -directwriteKonstantin Ritt2015-04-072-6/+12
| | * Use QT_WARNING_.. instead of #pragma GCC diagnostic ..Konstantin Ritt2015-04-074-21/+12
| | * [QFontEngineFT::loadGlyph] Consolidate paths for fetchMetricsOnly casesKonstantin Ritt2015-04-072-25/+27
| | * [QFontEngineFT] Move code around to improve readability (no-op)Konstantin Ritt2015-04-071-21/+14
| | * [QFontEngineFT] Avoid double-negation of info.xKonstantin Ritt2015-04-071-4/+4
| | * Introduce QQuaternion::fromDirection()Konstantin Ritt2015-04-073-0/+126
| | * [QFontEngineFT] Guarantee correct metrics for alphamap and its bounding boxKonstantin Ritt2015-04-072-49/+8
| | * [QFontEngineFT] Consolidate .*lpha.*MapForGlyph() behaviorKonstantin Ritt2015-04-071-71/+52
| | * QQueue: unhide QList::swap(int, int)Marc Mutz2015-04-071-0/+5
| | * qmake: Rework dll deploymentOliver Wolff2015-04-072-24/+34
| | * Add tests for detach on setDevicePixelRatio()Morten Johan Sørvig2015-03-240-0/+0
| | * qdoc: Use the title instead of plain name when listing groupsTopi Reinio2015-04-071-1/+1
| | * Add tests for detach on setDevicePixelRatio()Morten Johan Sørvig2015-03-240-0/+0
| | * Add Q_UNUSED for parameter (OS X)Timur Pocheptsov2015-04-071-0/+2
| | * QAbstractSocket: fix some 64-bit issues in debug codeAlex Trotsenko2015-04-071-8/+8
| | * Add tests for detach on setDevicePixelRatio()Morten Johan Sørvig2015-03-240-0/+0
* | | Split qHash()-related code into separate headerMarc Mutz2015-04-083-97/+158
|/ /
* | qdoc: Data member name changesMartin Smith2015-04-088-220/+212
* | Optimize QApplication startup time by caching the Compose fileUrsache Vladimir2015-04-083-35/+206
* | Merge "Merge remote-tracking branch 'origin/5.5' into dev" into refs/staging/devLiang Qi2015-04-08172-6912/+9053
|\ \
| * | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-06172-6912/+9053
| |\|
| | * Removed unused code on QT_STRING_UCS4 macroThiago Macieira2015-04-051-6/+0