summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.13.0' into 5.13Liang Qi2019-06-176-15/+69
|\
| * tst_qsslsocket: fix racy testv5.13.0-rc3v5.13.0Mårten Nordheim2019-06-131-2/+2
| * H2 auto-test, degrage flowControlServerSideTimur Pocheptsov2019-06-131-1/+1
| * QSslSocket: add and set the TLSv1.3-specific PSK callbackMårten Nordheim2019-06-134-11/+65
| * Add quoting to deal with empty ${CMAKE_CXX_STANDARD_LIBRARIES}Fredrik Orderud2019-06-111-1/+1
* | Merge "Merge remote-tracking branch 'origin/5.12' into 5.13"Qt Forward Merge Bot2019-06-145-6/+10
|\ \
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-145-6/+10
|/| |
| * | Android: Fix build with NDKr20BogDan Vatra2019-06-131-1/+1
| * | Windows: Call ReleaseDC for the private's displayContextAndy Shaw2019-04-101-0/+2
| * | Add neglected connect()s to Q{Date,Time}Edit constructorsEdward Welbourne2019-06-111-2/+4
| * | Don't count all engines as "in use" in cacheEskil Abrahamsen Blomfeldt2019-06-091-1/+1
| * | Doc: Fix typos in QDateTime docsTopi Reinio2019-06-071-2/+2
* | | wasm: handle mouse events even when not over a windowLorn Potter2019-05-301-4/+7
* | | doc: Fix tr() documentation issueMartin Smith2019-06-132-1/+6
* | | wasm: fix crash in case network js event becomes null or undefinedLorn Potter2019-05-271-10/+43
* | | Fix printing of table headers in multi-frame QTextDocumentsEirik Aavitsland2019-04-111-2/+8
* | | Merge "Merge remote-tracking branch 'origin/5.13.0' into 5.13"Liang Qi2019-06-1135-3938/+5494
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.13.0' into 5.13Liang Qi2019-06-1135-3938/+5494
|/| | | | | |/ | |/|
| * | Doc: Add Q_OS_WASM documentationPaul Wicking2019-06-071-0/+7
| * | Update SQLite to 3.28.0v5.13.0-rc2Andy Shaw2019-06-054-3846/+4910
| * | tst_qnetworkreply - QSKIP/disable tests that deadlock on WindowsTimur Pocheptsov2019-06-041-0/+23
| * | Update documentation regarding import/export restrictions for OpenSSLVolker Hilsheimer2019-06-041-7/+8
| * | Add changes file for Qt 5.13.0v5.13.0-rc1v5.13.0-beta4Antti Kokko2019-05-201-0/+301
| * | Fix QMAKE_PRL_INSTALL_REPLACE for macOSJoerg Bornemann2019-05-221-2/+6
| * | Replace absolute Qt lib dir in .prl filesJoerg Bornemann2019-05-201-0/+2
| * | QComboBox: add QT_DEPRECATED_X() for deprecated functionsChristian Ehrlicher2019-05-093-6/+9
| * | Revert "macOS: disable threaded OpenGL (unconditionally)"Eskil Abrahamsen Blomfeldt2019-05-141-7/+5
| * | QOpenGLWindow: set QOffScreenSurface screenMorten Johan Sørvig2019-05-141-1/+1
| * | wasm: rewrite/simplify OpenglContextMorten Johan Sørvig2019-05-142-35/+30
| * | wasm: controlled screen destructionMorten Johan Sørvig2019-05-149-3/+51
| * | wasm: add QWasmOffscreenSurfaceMorten Johan Sørvig2019-05-145-2/+101
| * | wasm: use correct coordinates when blittingMorten Johan Sørvig2019-05-141-2/+3
| * | wasm: prevent crash on null backingstore pointerMorten Johan Sørvig2019-05-141-0/+2
| * | wasm: install one browser window resize handlerMorten Johan Sørvig2019-05-144-20/+23
| * | qmake: Escape trailing backslash for OBJECTS_DIR for MinGWKai Koehne2019-05-131-8/+12
| * | Fix emar invocation on Windows for MinGWKai Koehne2019-05-131-1/+1
| * | macOS: disable threaded OpenGL (unconditionally)Morten Johan Sørvig2019-05-081-5/+7
| * | wasm: make idealThreadCount() work on all threadsMorten Johan Sørvig2019-05-083-5/+13
| * | Android: Fix x86_64 linkingBogDan Vatra2019-05-081-0/+1
| * | wasm: remove qDebugMorten Johan Sørvig2019-05-071-2/+0
| * | Merge 5.13 into 5.13.0Frederik Gladhorn2019-05-07119-4861/+8088
| |\ \
| * | | Don't duplicate font family names in the fallback listAndy Shaw2019-05-071-1/+2
| * | | Fix emar invocation on WindowsJoerg Bornemann2019-05-021-0/+6
| * | | CMake: Ignore CMAKE_CXX_STANDARD_LIBRARIES in .prl filesKai Koehne2019-04-301-1/+10
* | | | Merge "Merge remote-tracking branch 'origin/5.12' into 5.13"Qt Forward Merge Bot2019-06-1111-232/+253
|\ \ \ \
| * | | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-1111-232/+253
|/| | | | | | |_|/ | |/| |
| * | | Fix: QTextDocument::find backward search crossing paragraphsEirik Aavitsland2019-06-042-0/+11
| * | | doc: Correct several QEnterEvent accessorsShawn Rutledge2019-06-061-7/+7
| * | | moc: Fix indentation of generated codeFriedemann Kleint2019-06-071-1/+1
| * | | Brush up tst_QCompleterFriedemann Kleint2019-06-071-126/+129