summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Change a qFatal to a qWarningLars Knoll2014-09-031-1/+2
* Widgets: remove pointless assignmentsMaks Naumov2014-09-033-8/+4
* Use QPlatformTheme::SystemIconFallbackThemeName in static QString fallbackThe...Albert Astals Cid2014-09-031-1/+1
* QSwipeGestureRecognizer: Use qAbs() to check distances.Friedemann Kleint2014-09-031-1/+1
* Make QElapsedTimer default to invalid (and now non-POD).Robin Burchell2014-09-033-2/+22
* WinRT: Fixed initialization of udp socketOliver Wolff2014-09-031-1/+1
* WinRT: Fixed construction of QNativeSocketEngine without parentOliver Wolff2014-09-031-4/+3
* ssl: common key parser support for encrypted keysJeremy Lainé2014-09-025-15/+229
* Fix drawing of QLineEdit's actions when Qt::AA_UseHighDpiPixmaps is set.Friedemann Kleint2014-09-021-1/+1
* Android: Guard against invalid surfaceIDPaul Olav Tvete2014-09-022-1/+10
* windows: Allow selection of ANGLE's rendererAndrew Knight2014-09-022-1/+31
* Remove vestiges of d3dcompiler_qtAndrew Knight2014-09-021-1/+0
* QImage: add a qMove()Marc Mutz2014-09-022-2/+2
* QOpenGL2GradientCache::getBuffer: calculate hash value outside critical sectionMarc Mutz2014-09-021-1/+1
* iOS: Don't store UIViewAnimationOptions value as UIViewAnimationCurveTor Arne Vestbø2014-09-021-2/+2
* iOS: Get rid of markedTextFormat global static variable in IMETor Arne Vestbø2014-09-021-9/+12
* iOS: Add support for QWindow::setOpacity()Tor Arne Vestbø2014-09-022-0/+7
* Windows XP, Vista styles: Share dynamically resolved theme functions.Friedemann Kleint2014-09-024-202/+191
* qasn1element: add QAsn1Element::toIntegerJeremy Lainé2014-09-022-0/+25
* Make the EGL platform cursor reset the array bufferLaszlo Agocs2014-09-022-2/+6
* QTextEngine: remove unnecessary assignment in LayoutData::reallocate()Maks Naumov2014-09-021-2/+1
* QIconLoader: enable an easy case of transactional processingMarc Mutz2014-09-021-3/+4
* Fix radioButton height for Windows styleMaks Naumov2014-09-021-1/+1