summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* remove trailing semicolons from #definesOswald Buddenhagen2015-02-052-6/+6
* don't overquote paths in qconfig.cppOswald Buddenhagen2015-02-051-34/+34
* make quoting in the prl writer more robustOswald Buddenhagen2015-02-053-12/+29
* fix conditional nesting botch-up in RES_FILE constructionOswald Buddenhagen2015-02-051-6/+6
* don't resolve DESTDIR against source dir in RES_FILE constructionOswald Buddenhagen2015-02-051-1/+1
* don't fail to normalize RES_FILE for no apparent reasonOswald Buddenhagen2015-02-051-1/+1
* make the installed meta files play nicely with sysrootsOswald Buddenhagen2015-02-053-9/+26
* base the libexec fallback logic on the makespecOswald Buddenhagen2015-02-051-1/+1
* simplify mkspec determination when writing qconfig.cppOswald Buddenhagen2015-02-051-9/+3
* make makeabs a functionOswald Buddenhagen2015-02-052-41/+41