summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | | configure: fix linking with statically linked freetypeTim Blechmann2018-12-071-0/+3
* | | | Merge "Merge remote-tracking branch 'origin/5.12.0' into 5.12" into refs/stag...Liang Qi2018-12-072-1/+11
|\ \ \ \
| * \ \ \ Merge remote-tracking branch 'origin/5.12.0' into 5.12Qt Forward Merge Bot2018-12-052-1/+11
| |\ \ \ \
| | * | | | [Android] Fix the ability to override environment and argumentsv5.12.0BogDan Vatra2018-12-031-0/+7
| | * | | | Fix build errors in OpenSSL 1.1 backendTimur Pocheptsov2018-11-271-0/+2
| | * | | | Windows QPA: Fix onPressedChanged only reported on touch upv5.12.0-rc1Andre de la Rocha2018-11-161-1/+4
* | | | | | QScroller: Fix crash when multiple scrollers are registeredFriedemann Kleint2018-12-071-3/+5
* | | | | | QSettings: quick refactor for readabilityThiago Macieira2018-12-071-3/+4
* | | | | | Fix QSettings parsing of spaces after comment linesThiago Macieira2018-12-071-0/+2
* | | | | | QTest: Make QCOMPARE of QCborError produce outputThiago Macieira2018-12-071-0/+7
* | | | | | Doc: update docs for the sleeping functions' accuracyThiago Macieira2018-12-071-0/+24
* | | | | | Add a note about virtual_hookThiago Macieira2018-12-071-0/+1
* | | | | | Fix build using Windows SDK 10.0.17763Thiago Macieira2018-12-071-6/+5
* | | | | | configure: remove xkbcommon_evdev transition hackGatis Paeglis2018-12-071-15/+0
* | | | | | libinput: use QT_CONFIG(xkbcommon) macroGatis Paeglis2018-12-071-2/+4
* | | | | | Fix inability to edit lines in QGraphicsTextItem when pageSize is setVitaly Fanaskov2018-12-071-8/+5
* | | | | | Revise filtering of Content-Length in HTTP cache controlEdward Welbourne2018-12-071-5/+5
* | | | | | Windows QPA: Fix QDockWindow Drag & DropAndre de la Rocha2018-12-071-0/+18
* | | | | | Preallocate buffer for QLineEdit when used for password inputIvan Čukić2018-12-071-0/+7
* | | | | | ANGLE: Set ANGLE_COMMIT_HASH and ANGLE_COMMIT_DATEOliver Wolff2018-12-071-2/+2
|/ / / / /
* | | | | macOS: Account for LC_BUILD_VERSION when checking SDK version and deployment ...Tor Arne Vestbø2018-12-031-9/+16
* | | | | configure: actually resolve libraries into full filepathsOswald Buddenhagen2018-12-033-36/+21
* | | | | ico image handler: check for out of range image sizeEirik Aavitsland2018-12-031-0/+2
* | | | | Set correct vertical position for text following a very large imageLars Knoll2018-12-031-2/+2
* | | | | Erase password data on QLineEdit destructionIvan Čukić2018-12-031-0/+6
* | | | | QNetworkConfiguration: add missing timeout unit to setConnectTimeout docSamuel Gaist2018-12-011-0/+2
* | | | | Read font selection flags and use them when querying for metricsMårten Nordheim2018-11-302-6/+41
* | | | | Fix alignment of temporary QRgba64 buffers on win32Allan Sandfeld Jensen2018-11-301-32/+32
* | | | | OpenSSL context (1.1) - make the if-fery/switch less uglyTimur Pocheptsov2018-11-301-7/+3
* | | | | CoreText: Define font smoothing gamma along with rest of relevant codeTor Arne Vestbø2018-11-303-1/+9
* | | | | Android: Don't use blocking queued when suspending the applicationAndy Shaw2018-11-301-1/+6
* | | | | xcb: remove old work-around for building with util-wmGatis Paeglis2018-11-302-61/+31
* | | | | xcb: fix issue with dialogs hidden by other windowsGatis Paeglis2018-11-301-0/+2
* | | | | CoreText: Base glyph fill color logic on font smoothing algorithmTor Arne Vestbø2018-11-301-25/+32
* | | | | CoreText: Respect QFont::NoSubpixelAntialias when deciding glyph formatTor Arne Vestbø2018-11-301-1/+1
* | | | | Fusion style - avoid a warningTimur Pocheptsov2018-11-301-0/+3
* | | | | CoreText: Remove handling of QFontEngineMulti's highByteTor Arne Vestbø2018-11-303-13/+8
* | | | | macOS: make QScreen::grabWindow() fast againMorten Johan Sørvig2018-11-301-45/+50
* | | | | src/3rdparty: remove xkbcommonGatis Paeglis2018-11-3076-37349/+46
* | | | | Fix gamma-correction in QCoreTextFontEngine with MojaveAllan Sandfeld Jensen2018-11-301-2/+1
* | | | | Doc: specifically list the QToolButton properties that actions affectMitch Curtis2018-11-291-1/+17
* | | | | Fix compilation of qendian's qswap specializations on gcc 4.8Ville Voutilainen2018-11-291-6/+6
* | | | | Implement mul_overflow for MSVC arm64Thomas Miller2018-11-291-48/+26
* | | | | Fix QPpdPrintDevice::isDefaultAlbert Astals Cid2018-11-293-1/+15
* | | | | CoreText: Store glyphs in linear RGB when needed by blending algorithmTor Arne Vestbø2018-11-291-3/+4
* | | | | CoreText: Add font antialiasing and smoothing helper functionsTor Arne Vestbø2018-11-292-4/+27
* | | | | CoreText: Remove handling of the AppleAntiAliasingThreshold user defaultTor Arne Vestbø2018-11-293-24/+6
* | | | | Fix crash in QSimpleDrag when no platform windowVal Doroshchuk2018-11-291-1/+1
* | | | | xcb: Use std::move and pass argument by rvalue referenceMikhail Svetkin2018-11-292-2/+2
* | | | | CoreText: Rename argument to imageForGlyph to better reflect how it's usedTor Arne Vestbø2018-11-291-2/+4