summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add an option to share between TLWsLaszlo Agocs2014-09-106-9/+51
* qdoc: Resolve .qhp table of contents sections correctlyTopi Reinio2014-09-102-5/+16
* 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
* Improve QOpenGLWidget docs regarding fb preservationLaszlo Agocs2014-09-081-1/+17
* 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-056-159/+271
* qdoc: Highlight selected section / entry in the documentationTopi Reinio2014-09-051-36/+54
* Avoid deadlock when suspending devicePaul Olav Tvete2014-09-051-2/+8
* Android: don't recreate surface on shutdownPaul Olav Tvete2014-09-052-0/+5
* GraphicsView: Fix resolvePalette() for QGraphicsItem's childrenMaks Naumov2014-09-052-3/+3
* Windows styles: Scale hardcoded-values according to DPI.Friedemann Kleint2014-09-056-72/+85
* Windows styles: Add device pixel scaling for system metrics.Friedemann Kleint2014-09-055-297/+291
* windows: Enable ANGLE D3D11 renderer by defaultAndrew Knight2014-09-052-2/+3
* Doc: QRect::isEmpty's documentation didn't match the code.David Faure2014-09-051-1/+1
* QCommonStyle: replace a QPolygon with a QPoint[] (IV)Marc Mutz2014-09-041-10/+22
* QCommonStyle: replace a QPolygon with a QPoint[] (III)Marc Mutz2014-09-041-20/+23
* QCommonStyle: replace a QPolygon with a QPoint[] (II)Marc Mutz2014-09-041-6/+7
* QCommonStyle: replace a QPolygon with a QPoint[] (I)Marc Mutz2014-09-041-10/+12
* Fix endianness part of QSysInfo::buildAbi() stringAlex Trotsenko2014-09-041-3/+3
* iOS: Update QIOSScreen::nativeOrientation() for iOS8Tor Arne Vestbø2014-09-041-2/+9
* Add KMS hooks for EGLFS pluginLouai Al-Khanji2014-09-042-0/+427
* ANGLE: Fix compilation with MinGW + D3D11Andrew Knight2014-09-048-6/+227
* Improve accelerator stripping in accessible widgetsFrederik Gladhorn2014-09-043-7/+14
* Accessibility: Improve line boundary helper functionsFrederik Gladhorn2014-09-042-10/+92
* Respect android:windowSoftInputMode in manifest.Samuel Nevala2014-09-041-3/+13
* QMdiSubWindow: Keep event filter on system menu over its lifetime.Friedemann Kleint2014-09-041-2/+1
* windows: Fix dynamic opengl buildLaszlo Agocs2014-09-032-6/+6
* Enable QT_ANGLE_PLATFORM selection in dynamic buildsLaszlo Agocs2014-09-031-1/+1
* direct2d: Work around ClearType rendering bug in translucent modeAndrew Knight2014-09-037-15/+36
* ssl: add support for ASN.1 boolean valuesJeremy Lainé2014-09-032-0/+35
* DirectFB: Add QT_DIRECTFB_BLITTER_DEBUGPAINT environment variableAndy Nichols2014-09-032-7/+67
* Speed up the removal of items from a QGraphicsSceneDimitar Asenov2014-09-031-3/+22
* eglfs: Fix regression in config selectionLaszlo Agocs2014-09-031-5/+4
* Revert "Speed up the removal of items from a QGraphicsScene"Dimitar Asenov2014-09-032-39/+7
* Android: Avoid deadlocks on suspendPaul Olav Tvete2014-09-032-9/+14