summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Get rid of the locking in activate()Lars Knoll2019-03-292-195/+236
* Add safe way to resize the signalVectorLars Knoll2019-03-292-55/+122
* Add a QAbstractMetaCallEventLars Knoll2019-03-294-29/+50
* Change cleanup mechanism for orphaned connectionsLars Knoll2019-03-294-136/+167
* tslib: initialize members in declarationRolf Eike Beer2019-03-272-7/+6
* Suppress warnings about deprecated methods in their testsEdward Welbourne2019-03-271-12/+20
* Replace a misguided test with a valid oneEdward Welbourne2019-03-271-1/+1
* Tidy up tst_globaldata to use better namings and document what it testsEdward Welbourne2019-03-277-299/+300
* Stabilize auto testLars Knoll2019-03-271-4/+8
* Cleanup widgets/kernel.pro after modularizationJędrzej Nowacki2019-03-271-2/+0
* configure: Warn about redundant and contradictory optionsJoerg Bornemann2019-03-271-0/+7
* Test QTest's signal dumperMårten Nordheim2019-03-2712-3/+2273
* Use move more consistently in QScopedValueRollbackAllan Sandfeld Jensen2019-03-272-7/+20
* Enable and extend the qtimer_vs_qmetaobject benchmarkMilian Wolff2019-03-272-14/+56
* Use QScopedValueRollback more as a reentrancy guardAllan Sandfeld Jensen2019-03-268-29/+31
* tst_qsslsocket: fix racy testMårten Nordheim2019-03-261-2/+2
* tst_qsslkey: test AES encryption in the 'encrypt' testMårten Nordheim2019-03-264-22/+94
* WinRT: Add support for AES-encrypted keysMårten Nordheim2019-03-263-4/+11
* Simplify finite/NaN testing for qfloat16Edward Welbourne2019-03-264-107/+20
* Merge "Merge remote-tracking branch 'origin/5.13' into dev" into refs/staging...Friedemann Kleint2019-03-26108-837/+1527
|\
| * Merge remote-tracking branch 'origin/5.13' into devFriedemann Kleint2019-03-26108-837/+1527
| |\
| | * wasm: update depreciated getElementByIdLorn Potter2019-03-251-3/+3
| | * wasm: disable threaded renderingMorten Johan Sørvig2019-03-251-1/+1
| | * Calculate Qt::Key from keysym for IBus ForwardKeyEvent signalTakao Fujiwara2019-03-253-10/+17
| | * qxkbcommon: use QMAKE_USE instead of QMAKE_USE_PRIVATEGatis Paeglis2019-03-251-1/+1
| | * QDockWidget: Store tab position when undockingFriedemann Kleint2019-03-253-11/+53
| | * QDockWidgetPrivate: Use member initializationFriedemann Kleint2019-03-251-13/+6
| | * doc: Remove incomplete information for QDataStreamRainer Keller2019-03-251-344/+58
| | * Manual dialog test: Fix deprecation warningsFriedemann Kleint2019-03-222-3/+13
| | * Remove deprecated screen maintenance functions in QPlatformIntegrationTor Arne Vestbø2019-03-225-64/+13
| | * Extend blacklisting of tst_gestures from RHEL 7.4 to 7.6Tony Sarajärvi2019-03-211-0/+1
| | * Handle quotes in .prl filesKai Koehne2019-03-211-0/+1
| | * Merge "Merge remote-tracking branch 'origin/5.12' into 5.13" into refs/stagin...Qt Forward Merge Bot2019-03-2120-147/+168
| | |\
| | | * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-2120-147/+168
| | | |\
| | | | * Android: Support for separate landscape/portrait splash screensEskil Abrahamsen Blomfeldt2019-03-202-3/+16
| | | | * X11PaintEngine: Don't use system clip for non-system paintingEskil Abrahamsen Blomfeldt2019-03-204-4/+29
| | | | * Handle device pixel ratio in QIconLoaderEngine::paint()Alexander Volkov2019-03-201-1/+4
| | | | * Revert "Fix compilation with icc, converting between egl's and gl's Error types"Oliver Wolff2019-03-205-104/+6
| | | | * tst_qmake: Keep the source dir cleanJoerg Bornemann2019-03-204-19/+75
| | | | * Add a means to handle dynamically created qmldir filesAndy Shaw2019-03-201-3/+17
| | | | * Force font antialiasing with highdpi scalingAlexander Volkov2019-03-201-1/+1
| | | | * configure: Allow libraries to be defined with exact filenameTimo Aarnipuro2019-03-201-1/+9
| | | | * win32-clang-msvc: qmake.conf: Fix alignmentYuhang Zhao2019-03-201-11/+11
| | * | | QDialog: be more specific on how to replace deprecated functionsChristian Ehrlicher2019-03-201-5/+5
| | |/ /
| | * | Merge "Merge remote-tracking branch 'origin/5.12' into 5.13" into refs/stagin...Tor Arne Vestbø2019-03-2081-359/+1321
| | |\ \
| | | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-2081-359/+1321
| | | |\|
| | | | * Don't quit when last QWindow is destroyed, wait for it to closeTor Arne Vestbø2019-03-191-4/+10
| | | | * QTemporaryFile: Return early if the passed in QFile cannot be openedAndy Shaw2019-03-191-2/+2
| | | | * Replace instances of - with _ when generating the function nameAndy Shaw2019-03-191-2/+4
| | | | * Move screen maintenance functions from QPlatformIntegration to QWSITor Arne Vestbø2019-03-1938-147/+159