summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QToolTip: Don't crash if a tool tip is shown outside screen geometryJohan Klokkhammer Helsing2018-10-152-6/+18
* Improve support for QImages in QDataStream read transactionsEirik Aavitsland2018-10-152-18/+27
* Fix docs for QStandardPaths::DesktopLocationAndre Hartmann2018-10-151-1/+2
* Fix attributions for wasm fontsKai Koehne2018-10-153-9/+209
* Automatically pick up dependencies.json file for qmlplugindumpKai Koehne2018-10-151-0/+8
* qmake: Add support for CONFIG += c++17Kai Koehne2018-10-152-0/+3
* wasm: fix wasm shader compileLorn Potter2018-10-152-2/+20
* QImageReader: add tracepoints for image loadingGiuseppe D'Angelo2018-10-142-1/+16
* Fix launching with depth 30 XOrgAllan Sandfeld Jensen2018-10-142-7/+40
* QImageWriter/QPNGHandler: Quality option should be CompressionRatioAlexandra Cherdantseva2018-10-143-19/+33
* xcb: localize handling of Qt::AA_Compress* flagsGatis Paeglis2018-10-141-2/+4
* xcb: lock-free event processingGatis Paeglis2018-10-1412-359/+589
* Revert "XCB: Do not create instance of QPlatformIntegration for invalid displ...Gatis Paeglis2018-10-145-73/+41
* glib dispatcher: rework userEventSourcePrepare() event sourceGatis Paeglis2018-10-143-7/+6
* qt_mac_createRolePalettes: fix the highlight color for ItemViewPalette roleTimur Pocheptsov2018-10-141-1/+1
* Update ANGLE to chromium/3280Miguel Costa2018-10-13816-76195/+165613
* qnsview_keys - fix a typoTimur Pocheptsov2018-10-131-1/+1
* QCss: properly parse functions which contains additional spacesChristian Ehrlicher2018-10-122-1/+9
* qmake: fix the precedence of QMAKE_LIBDIR_POSTv5.12.0-beta2Oswald Buddenhagen2018-10-123-12/+30
* qmake: document {,QMAKE_}LIBS_PRIVATEOswald Buddenhagen2018-10-121-0/+23
* Android: fix compile with NDK r18+BogDan Vatra2018-10-121-1/+5
* qmake: make sure QMAKE_LIBS{,_PRIVATE} comes after LIBS{,_PRIVATE}Oswald Buddenhagen2018-10-129-25/+42
* qmake: nuke QMAKE_INTERNAL_PRL_LIBSOswald Buddenhagen2018-10-123-14/+3
* qmake: remove support for static archive splittingOswald Buddenhagen2018-10-122-74/+14
* WinRT QPA: Fix crash in QWinRTBackingStore::flush()Andre de la Rocha2018-10-121-1/+4
* windows: Disable shader disk cache for all Intel GPUsLaszlo Agocs2018-10-121-2/+1
* qmake: Fix building with lld with mingw makefilesMartin Storsjö2018-10-121-15/+17
* Report compiler and version in configure overviewAllan Sandfeld Jensen2018-10-121-0/+30
* Revert "glib dispatcher: ensure all window system events are flushed"Gatis Paeglis2018-10-122-2/+57
* xcb: remove runtime check for xcb_poll_for_queued_eventGatis Paeglis2018-10-123-56/+7
* QPixmap: use rvalue moreAnton Kudryavtsev2018-10-101-3/+2
* Add missing null checks after detachAllan Sandfeld Jensen2018-10-101-2/+14
* configure: Treat win32-clang-g++ the same as win32-g++Martin Storsjö2018-10-101-1/+1
* wasm: rewrite QNetworkReplyWasmImpl to remove EM_ASMLorn Potter2018-10-093-215/+184
* Add NEON optimized ARGB32 unpremultiply routinesAllan Sandfeld Jensen2018-10-093-27/+158
* Fix builds without DTLSAllan Sandfeld Jensen2018-10-092-7/+3
* doc: Document version of bundled Freetype in qt_attributionEskil Abrahamsen Blomfeldt2018-10-091-0/+2
* wasm: fix parse errorLorn Potter2018-10-081-1/+0
* Fix UB (invalid pointer comparison) in QList, QVector, QVLAMarc Mutz2018-10-083-3/+6
* Update 3rdparty valgrind headers to Valgrind 3.13.0Edward Welbourne2018-10-084-1510/+4203
* Support QCborMap::operator[] taking a string literalEdward Welbourne2018-10-083-5/+16
* Change QCborArray to pad with invalid on inserting past endEdward Welbourne2018-10-084-10/+41
* Android: Update the targetSdkVersion in the manifest to 28Christian Strømme2018-10-081-1/+1
* Default to no style extraction on Android P when the target SDK is < 28Christian Strømme2018-10-082-5/+18
* Merge "Merge remote-tracking branch 'origin/5.11' into 5.12" into refs/stagin...Liang Qi2018-10-0810-18/+48
|\
| * Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-10-0810-18/+48
| |\
| | * Fix DejaVu fonts URLSergio Martins2018-10-061-1/+1
| | * Fix ICE on QNX 6.6Sergio Martins2018-10-051-1/+1
| | * Doc: Describe behavior of QSslConfiguration::caCertificates() on iOSLeena Miettinen2018-10-041-0/+4
| | * Windows QPA: Fix WM_NCHITTEST not being sent to QAbstractNativeEventFilterFriedemann Kleint2018-10-021-1/+0