summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix division by zerov6.0.1Allan Sandfeld Jensen2021-01-271-0/+4
* QVariant benchmark: fix crashesFabian Kosmale2021-01-271-4/+7
* Protect against sign-change of size on 32bitAllan Sandfeld Jensen2021-01-271-1/+1
* Fix output files of the *_header_check targetsJoerg Bornemann2021-01-271-1/+3
* QJsonObject::take: add missing detach() callThiago Macieira2021-01-272-0/+20
* Fix that the placeholdertext of QCombobox is not drawnChunLin Wang2021-01-271-2/+4
* evdevtouch: Fix normalizedPositionValery Volgutov2021-01-271-0/+6
* Make QCalendar's backend registration reentrant-safeEdward Welbourne2021-01-261-32/+120
* Github Actions: many minor updatesDimitrios Apostolou2021-01-261-11/+41
* Extend alignment of QArrayData to std::max_align_t in allocationAndrei Golubev2021-01-262-8/+45
* Fix populating selection clipboard with keyboardVolodymyr Samokhatko2021-01-265-6/+23
* macOS: Don't restrict non-modal file dialogs to open-dialogs onlyTor Arne Vestbø2021-01-261-16/+14
* macOS: Show system tray icon on mouse button press, not releaseTor Arne Vestbø2021-01-261-1/+1
* Github Actions: install old ccache version on WindowsDimitrios Apostolou2021-01-261-2/+5
* Github Actions: ccache updatesDimitrios Apostolou2021-01-261-2/+12
* QMimeDatabase/xml: support both 'xmlstarlet' and 'xml' for minifying XMLKai Köhne2021-01-251-0/+4
* macOS: Don't exec file dialogs via runModal unless they are app modalTor Arne Vestbø2021-01-252-20/+40
* Update start of cmake/README.mdKai Köhne2021-01-251-18/+18
* Fix QMAKE_PRL_LIBS entries on Windows for modules from other reposJoerg Bornemann2021-01-251-1/+1
* QComboBox/Fusion style: elide text when it's too longChristian Ehrlicher2021-01-231-1/+2
* Update TinyCBORThiago Macieira2021-01-2210-43/+110
* Gracefully reject requests for absurd font sizesEirik Aavitsland2021-01-221-0/+6
* Fix separately building SQL plugins with CMake 3.16Joerg Bornemann2021-01-211-1/+3
* Hold references to zone IDs alive during useEdward Welbourne2021-01-211-2/+8
* SQLite: Update to 3.34.0Andy Shaw2021-01-213-730/+2030
* Hardcode a special case of using qOverload for slots without argumentsJarek Kobus2021-01-2148-85/+200
* tst_socketnotifier: Fix timeout of QTcpServer::waitForNewConnection()Friedemann Kleint2021-01-211-2/+2
* Add new special QObjectPrivate::{connect, disconnect} for QMLAndrei Golubev2021-01-213-3/+80
* macOS: Only check SDK major version for compatibilityTor Arne Vestbø2021-01-201-2/+2
* iOS: ensure we hide the edit menu while dragging on the selection handlesRichard Moe Gustavsen2021-01-201-0/+9
* Rasterizer: compute intersection factors only when neededEirik Aavitsland2021-01-201-7/+12
* iOS: ensure we close the edit menu when the user taps outside the input areaRichard Moe Gustavsen2021-01-201-32/+50
* Fix QTzTimeZonePrivate::displayName()'s fallbackEdward Welbourne2021-01-201-1/+2
* Make QStyle::proxy() always return the leaf proxySergio Martins2021-01-201-2/+4
* QSsl: fix OpenSSL DLL names for Windows on ARMCameron Gutman2021-01-201-5/+9
* Fix build with GCC 11: include <limits>Thiago Macieira2021-01-202-2/+5
* [Android] Fix Text select handle misplaced on fields inside QDialog issuesPekka Gehör2021-01-201-2/+2
* Generate Qt6EntryPointAdditionalTargetInfo independent of platformAlexey Edelev2021-01-201-7/+10
* Fix lancelot GL painting test for GLESEirik Aavitsland2021-01-201-5/+8
* macOS: Remove DontConfirmOverwrite workaroundMorten Johan Sørvig2021-01-201-9/+2
* Android: Finish composing text before Key handlingBartlomiej Moskal2021-01-191-0/+11
* Fix framework path for *_header_check targetsJoerg Bornemann2021-01-191-1/+1
* Add missing since to QEvent::copy docsNicolas Fella2021-01-191-0/+1
* tst_socketnotifier/unexpectedDisconnection: Extend blacklisting to all window...Friedemann Kleint2021-01-191-2/+2
* Android: skip tst_QFile::moveToTrash()Assam Boudjelthia2021-01-192-3/+3
* Fix problems with offset-derived ids for QTimeZoneEdward Welbourne2021-01-194-22/+32
* Doc: Clarify setLibraryPaths behaviorPaul Wicking2021-01-191-3/+4
* ItemViews: Don't remove items on internal moveChristian Ehrlicher2021-01-192-4/+8
* Fix small typo in the QMdiArea documentationOliver Eftevaag2021-01-181-1/+1
* QtEntryPoint: Fix linking Release against RelWithDebInfo with MSVCJoerg Bornemann2021-01-182-5/+21