summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Set WINDOWPLACEMENT::length as required by the documentation.Andreas Hartmetz2014-09-111-0/+2
* QVariant::compare shouldn't return match when QVariant::cmp does notAllan Sandfeld Jensen2014-09-112-2/+42
* QIOSPasteboard: handle zero-pointer argument to setMimeDataRichard Moe Gustavsen2014-09-111-0/+4
* Doc: Fixed broken links introduced by "OS X" doc change.Jerome Pasion2014-09-113-32/+32
* qdoc: Add an \externalpage for Qt Account Sign-upMartin Smith2014-09-111-0/+5
* Doc: corrected link/autolink errors in corelib/doc/srcNico Vertriest2014-09-113-12/+14
* Use a dedicated timer for the animation driver.Gunnar Sletta2014-09-112-3/+4
* Doc: Sync qtcreator.qdoc.Christian Kandeler2014-09-111-1/+1
* Revert "Reading QJsonObject property should not modify the object itself."Jędrzej Nowacki2014-09-115-134/+11
* QLockFile: on Windows, retry deleting the lock file if it is being read.David Faure2014-09-113-2/+35
* Mark the remaining QGL classes as obsoleteLaszlo Agocs2014-09-101-0/+3
* Fix several issues in QCollatorLars Knoll2014-09-108-235/+233
* Fix user defined conversions to numeric typesLars Knoll2014-09-102-2/+94
* Don't accept json strings with trailing garbageLars Knoll2014-09-103-1/+28
* Fix bugs in internal comparison operatorsLars Knoll2014-09-102-3/+44
* Android: fix inputmethod race conditionsPaul Olav Tvete2014-09-102-63/+62
* QRegion: remove some toplevel const from return typesMarc Mutz2014-09-102-8/+39
* Update QOpenGLWidget paintDevice devicePixelRatio when recreating fboDyami Caliri2014-09-101-0/+1
* Expose screen change event to widgets so that they can check the dprLaszlo Agocs2014-09-105-4/+30
* OSX: Properly detect language support in fontsEskil Abrahamsen Blomfeldt2014-09-103-1/+25
* qpa: Make screen geometry updates (full and available geometry) atomicTor Arne Vestbø2014-09-1014-89/+54
* iOS: Move accessibility/textinput includes in quiview.mmTor Arne Vestbø2014-09-101-4/+5
* Use Qt's major version in the library prefixJocelyn Turcotte2014-09-102-7/+5
* Destroy the QOpenGLTextureBlitter in the destructorJørgen Lind2014-09-101-0/+3
* Add an option to share between TLWsLaszlo Agocs2014-09-107-9/+78
* qdoc: Resolve .qhp table of contents sections correctlyTopi Reinio2014-09-102-5/+16
* examples: fix build without OpenGLRolf Eike Beer2014-09-101-1/+2
* Fix garbled resize with QOpenGLWidget when using multi-sampling.Dyami Caliri2014-09-101-0/+1
* xcb: fix getting a XdndAware property if a proxy window existsAlexander Volkov2014-09-091-1/+1
* QNetworkReply: move "State" enum declaration into QNetworkReplyPrivateMaks Naumov2014-09-095-45/+35
* Fix typo in QMetaType documentation.Mitch Curtis2014-09-091-1/+1
* QRegion: remove check for null ptr after "new" operatorMaks Naumov2014-09-091-2/+1
* Windows styles: Avoid theme.rect recalculationMaks Naumov2014-09-082-2/+0
* qmake: Add QMAKE_SONAME_PREFIX variableAdam Strzelecki2014-09-083-0/+52
* Improve QOpenGLWidget docs regarding fb preservationLaszlo Agocs2014-09-081-1/+17
* Fix linking of tst_qwindow with dynamic Open GL.Friedemann Kleint2014-09-081-0/+2
* Enhance the VAO docsLaszlo Agocs2014-09-081-0/+10
* Fix a conversion of coordinates of a TouchBegin eventAlexander Volkov2014-09-081-1/+1
* Define EGL_EGLEXT_PROTOTYPES for ANGLEv5.4.0-alpha1Laszlo Agocs2014-09-061-0/+1
* Bump Q_COMPILER_INITIALIZER_LISTS to GCC 4.5Adam Majer2014-09-061-1/+3
* kms: Move debug output behind a category.Robin Burchell2014-09-052-4/+8
* QDateTimeParser: remove unused local variablesMaks Naumov2014-09-051-2/+0
* Remove GLdouble and GL_DOUBLE typedefs for OpenGL ES 2.Gunnar Sletta2014-09-052-6/+2
* Use expiry_date field to check for evaluation timespanKai Koehne2014-09-051-2/+4
* Bump version of QWidget geometry serialization to 2.0Friedemann Kleint2014-09-051-6/+6
* xcb: fix coordinates of touch pointsAlexander Volkov2014-09-051-1/+1
* Windows: Move dock windows automatically when screen is disconnected.Friedemann Kleint2014-09-051-1/+25
* ssl: common certificate parser support for extensionsJeremy Lainé2014-09-057-168/+274
* qdoc: Highlight selected section / entry in the documentationTopi Reinio2014-09-053-36/+86
* Avoid deadlock when suspending devicePaul Olav Tvete2014-09-051-2/+8