summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* wasm: improve key handlingLorn Potter2019-02-182-270/+452
* QtCore: replace null and nullptr with \nullptr in documentationChristian Ehrlicher2019-02-1814-106/+107
* QtNetwork: compile with QT_DISABLE_DEPRECATED_BEFORE=0x050d00Christian Ehrlicher2019-02-181-0/+6
* OCSP response - fix APITimur Pocheptsov2019-02-185-60/+125
* Add run-time qpa offscreen glx support selectionMichal Klocek2019-02-184-53/+14
* remove obscure commentGatis Paeglis2019-02-151-2/+0
* wasm: add clipboard supportLorn Potter2019-02-156-11/+307
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-1537-508/+461
|\
| * Add <features.h> include to hurd-g++ mkspecSamuel Thibault2019-02-141-0/+1
| * Windows: Freetype: Load fonts from the user locationsAndy Shaw2019-02-141-21/+24
| * Turn bcm_host library into makeSpec sourceJoerg Bornemann2019-02-144-1/+15
| * Recognize UNC paths as absolute (i.e. not relative)Edward Welbourne2019-02-131-1/+6
| * winrt: Handle WaitForWindowExposedOliver Wolff2019-02-134-5/+24
| * qmake vcxproj generator: Use correct version in solution header for 2017Oliver Wolff2019-02-131-1/+1
| * qmake vcxproj generator: Update platform toolset and solution header for VS 2019Joerg Bornemann2019-02-133-2/+14
| * Add support for Visual Studio 2019Oliver Wolff2019-02-131-0/+5
| * Don't wrongly detect fonts as obliqueEskil Abrahamsen Blomfeldt2019-02-131-2/+2
| * INSTALL: Remove outdated reference to Windows CEJoerg Bornemann2019-02-131-1/+0
| * qmake/vcxproj generator: Fix bug in extra compiler initializationJoerg Bornemann2019-02-131-6/+6
| * QBackingStore: Make QPlatformBackingStore creation lazyTor Arne Vestbø2019-02-131-10/+13
| * Track call sites of QMacAutoReleasePools for debugging pool usageTor Arne Vestbø2019-02-131-11/+48
| * QTextDocument: Do respect white-space:nowrapKai Koehne2019-02-132-1/+24
| * macOS: Add auto-release pool during QCocoaScreen::deliverUpdateRequests()Tor Arne Vestbø2019-02-121-0/+2
| * Windows QPA: Handle mouse input using legacy messagesAndre de la Rocha2019-02-123-344/+165
| * Fix QSpinBox tests failing after change in the Windows QPAAndre de la Rocha2019-02-121-0/+10
| * macOS: Remove screen-update disable during resizeTor Arne Vestbø2019-02-121-34/+0
| * macOS: Don't rely on QGuiApplication::instance() during CVDisplayLink callbackTor Arne Vestbø2019-02-121-4/+1
| * Add developer documentation on how to debug missing auto-release poolsTor Arne Vestbø2019-02-121-0/+10
| * macOS: Add explicit auto-release pool for requestActivateWindowTor Arne Vestbø2019-02-121-3/+3
| * Don't allow backingstore flush to non-raster surfacesTor Arne Vestbø2019-02-121-0/+18
| * Fix warning in tst_qopengl.cppJoerg Bornemann2019-02-121-0/+2
| * Fix determination of OpenGL include paths on macOSJoerg Bornemann2019-02-122-5/+1
| * Widgets: Only set WA_WState_ExplicitShowHide via public APITor Arne Vestbø2019-02-123-54/+58
| * Fix crash when using Qt Virtual Keyboard with QCalendarWidgetMitch Curtis2019-02-121-12/+15
| * eglfs: avoid breaking builds without EGL_EXT_platform_baseLaszlo Agocs2019-02-122-1/+4
* | wasm: disable the eglfs platform pluginMorten Johan Sørvig2019-02-141-1/+1
* | [Windows] Fixed regression when creating fallback fontsEskil Abrahamsen Blomfeldt2019-02-142-4/+2
* | Deduplicate QWidgetBackingStore::markDirtyTor Arne Vestbø2019-02-133-111/+53
* | Fix: "Missing emit keyword on signal call"Alessandro Portale2019-02-138-23/+23
* | Add missing "override" specifiersAlessandro Portale2019-02-134-32/+32
* | Fix handling of glxconfig and glxcontext in offscreen pluginMichal Klocek2019-02-132-9/+32
* | Fix incorrect surface type in offscreen pluginMichal Klocek2019-02-131-0/+7
* | Add native handle for context in offscreen pluginMichal Klocek2019-02-131-0/+4
* | Remove bogus assertLars Knoll2019-02-131-1/+0
* | Add file engine for Android content URLsVolker Krause2019-02-135-0/+172
* | QtBase: compile examples with QT_DISABLE_DEPRECATED_BEFORE=0x050d00Christian Ehrlicher2019-02-1315-28/+30
* | QToolBarLayout: replace deprecated calls to QLayout::margin()Christian Ehrlicher2019-02-132-20/+31
* | Replace QWidget::margin() with QWidget::contentsMargins()Christian Ehrlicher2019-02-1313-24/+29
* | QtWidgets: compile with QT_DISABLE_DEPRECATED_BEFORE=0x050d00Christian Ehrlicher2019-02-135-4/+28
* | QtGui: compile with QT_DISABLE_DEPRECATED_BEFORE=0x050d00Christian Ehrlicher2019-02-1313-1/+26