summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | Windows: make TranslucentBackground functional alwaysLaszlo Agocs2015-01-196-21/+59
| | * | | src/testlib/testlib.pro: add missing qbenchmarksmetric.hMarc Mutz2015-01-191-0/+1
| | * | | Make threaded rendering possible with LinuxFBAndy Nichols2015-01-194-10/+63
| | * | | Autotest: Use QFINDTESTDATA to find test dataRainer Keller2015-01-192-5/+4
| | * | | Android: don't report xfailBogDan Vatra2015-01-191-1/+1
| | * | | Add test for QColorDialog initial colorJoni Poikelin2015-01-191-0/+10
* | | | | Win: fix wrong mouse leave event generationSergey Radionov2015-02-101-0/+10
* | | | | Add support for snapping to pixel gridJan Arve Saether2015-02-092-21/+47
* | | | | OpenGL: Add versioned functions support for opengl 4.4 and 4.5David Morgan2015-02-0942-1278/+23484
* | | | | Optimize unpremultiply on SSE4.1Allan Sandfeld Jensen2015-02-094-2/+96
* | | | | QtCore: Use QDebugStateSaver in (almost) all QDebug operator<<Kai Koehne2015-02-0922-48/+77
|/ / / /
* | | | D-Bus tray icons: save temp file with size 22pxShawn Rutledge2015-02-081-5/+1
* | | | remove stray QGuiApplicationPrivate::wheelEventSource declarationShawn Rutledge2015-02-081-2/+0
* | | | Remove unnecessary direct access to SSL_CIPHER struct.Richard J. Moore2015-02-081-9/+7
* | | | Remove legacy ifdefs for ancient openssl.Richard J. Moore2015-02-087-64/+9
* | | | Add more notes regarding the uniform settersLaszlo Agocs2015-02-081-0/+9
* | | | Use prefix instead of postfix for iteratorsMaks Naumov2015-02-086-7/+9
* | | | QtWidgets: use Q_ENUM instead of Q_ENUMSOlivier Goffart2015-02-0835-43/+72
* | | | QtGui: use Q_ENUM instead of Q_ENUMSOlivier Goffart2015-02-0814-17/+23
* | | | QtNetwork: use Q_ENUM instead of Q_ENUMSOlivier Goffart2015-02-083-3/+8
* | | | QOpenGLVertexArrayObject: remove a now unnecessary initialize callGiuseppe D'Angelo2015-02-081-2/+0
* | | | Avoid the initializeOpenGLFunctions() call after versionFunctions()Laszlo Agocs2015-02-071-12/+17
* | | | Make mipmap levels and texture comparison work with GLES 3.0+Laszlo Agocs2015-02-073-51/+53
* | | | QOpenGLWidget/Window: improve docs for the dtorGiuseppe D'Angelo2015-02-072-2/+4
* | | | Stop accessing the internals of the SSL_CTX structure.Richard J. Moore2015-02-073-1/+4
* | | | Handle gracefully the removal and re-attachment of all QScreensShawn Rutledge2015-02-0712-25/+64
* | | | Flag libproxy as a private libraryDaniel Molkentin2015-02-071-1/+1
* | | | configure.exe: disable ANGLE backend for Linux targetsJochen Seemann2015-02-071-0/+1
* | | | WinRT: fix QLibrary::isLibrary() due to incomplete #if statementJochen Seemann2015-02-071-1/+1
* | | | ssl: add test for server-side QSslSocket::PeerVerifyModeJeremy Lainé2015-02-077-1/+285
* | | | ssl: fix QSslSocket::peerCertificateChain in server modeJeremy Lainé2015-02-072-12/+21
* | | | Fix developer build on gcc 4.9Sérgio Martins2015-02-061-1/+1
* | | | [QQuaternion] Introduce to/from rotation matrix conversion routinesKonstantin Ritt2015-02-063-0/+111
* | | | Revert "Introducing QPlatformHardwareCompositor."Gunnar Sletta2015-02-065-188/+0
* | | | Remove __DATE__ usage from qtbaseSune Vuorela2015-02-051-2/+2
* | | | Make .la file generation reproducible in qmakeSune Vuorela2015-02-051-2/+1
* | | | Fix build of egl integrationStephan Binner2015-02-052-0/+2
* | | | Remove unused function from rpi hooksLaszlo Agocs2015-02-051-33/+0
* | | | Remove todo note about QXcbWindow::format()Laszlo Agocs2015-02-051-1/+0
* | | | Set some state before rendering the EGL/GLES mouse cursorLaszlo Agocs2015-02-051-0/+3
* | | | QAbstractTableModel/QAbstractListModel: reimplement sibling()Marc Mutz2015-02-052-0/+18
* | | | Don't replace IntersectClip with ReplaceClip on a QPictureAllan Sandfeld Jensen2015-02-051-7/+10
* | | | Add libproxy backend for QNetworkProxyFactoryDaniel Molkentin2015-02-056-3/+283
* | | | Add a qDebug operator overload to handle registered enumOlivier Goffart2015-02-053-1/+32
* | | | Introduces QMetaEnum::fromTypeOlivier Goffart2015-02-055-0/+92
* | | | QMetatype: Register the QMetaObject of a Q_ENUM or Q_FLAGOlivier Goffart2015-02-053-3/+32
* | | | improve support for cross-compilation to not directly supported platformsJochen Seemann2015-02-051-1/+9
* | | | Fix regression from Qt4 with layout directionJan Arve Saether2015-02-052-2/+2
* | | | introduce /dev variants of qmake propertiesOswald Buddenhagen2015-02-056-13/+32
* | | | write relative paths to qconfig.cpp as far as possibleOswald Buddenhagen2015-02-055-311/+404