summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix references to section in QByteArray class doc after title changeEdward Welbourne2020-06-051-10/+6
* Rework testing of qstr*cmp() functionsEdward Welbourne2020-06-051-79/+81
* Prune two un-needed #include files from qbytearray.cppEdward Welbourne2020-06-051-2/+0
* Create QLocale's default store if missing when setDefault() is calledEdward Welbourne2020-06-051-2/+10
* Revert "Disable tests with qemu-arm & developer-build configurations in the CI"Liang Qi2020-06-054-4/+9
* Reuse the non blocking implementation for blocking oneJarek Kobus2020-06-054-252/+248
* Port qmake from QStringRef to QStringViewLars Knoll2020-06-0520-113/+109
* Port QSettings from QStringRef to QStringViewLars Knoll2020-06-053-10/+10
* Add possibility to set QNX Screen pipeline valueTeemu Holappa2020-06-051-0/+15
* Fix build without features.shortcutTasuku Suzuki2020-06-052-0/+4
* macOS: Clean up headersTor Arne Vestbø2020-06-0562-148/+231
* Fix build without features.completerTasuku Suzuki2020-06-051-0/+2
* CMake: Clean up AND NOT QT_BUILD_STANDALONE_TESTS in QtAutoDetectAlexandru Croitor2020-06-041-3/+2
* CMake: Protect against Qt toolchain file recursive inclusionAlexandru Croitor2020-06-044-6/+30
* CMake: Fix qmake mixing for framework buildsAlexandru Croitor2020-06-042-6/+23
* CMake: Fix double-conversion usage on macOSAlexandru Croitor2020-06-041-37/+3
* CMake: Fix tst_qclipboard test on macOSAlexandru Croitor2020-06-044-14/+8
* CMake: Fix tst_quuid to pass on macOSAlexandru Croitor2020-06-042-1/+17
* CMake: Regenerate tests/auto/other projectAlexandru Croitor2020-06-042-2/+51
* CMake: disable macnativeevents testsAlexandru Croitor2020-06-041-1/+1
* CMake: Fix tst_qregexp testAlexandru Croitor2020-06-041-1/+15
* Update the qt_attribution.json for SQLiteAndy Shaw2020-06-041-2/+2
* tst_qobject: fix build when exceptions are disabledFabian Kosmale2020-06-041-0/+2
* Enforce two's complement integersGiuseppe D'Angelo2020-06-041-0/+4
* Deprecate the pause-related APIs of QFuture* classesSona Kurazyan2020-06-0411-133/+622
* Fix to crash in QWindow::event when delete this called on closeEventMiika Pernu2020-06-042-2/+25
* QLabel: create the text control when getting polished, if necessaryVolker Hilsheimer2020-06-041-0/+3
* CMake: Fix standalone tests to work properly on reconfigurationAlexandru Croitor2020-06-043-17/+33
* Remove the deprecated QDirModelVolker Hilsheimer2020-06-0433-2547/+14
* QNX: assume QNX is always UTF-8Samuli Piippo2020-06-041-1/+2
* QNX: add missing includeSamuli Piippo2020-06-041-0/+1
* QNX: fix build error without PPS featureSamuli Piippo2020-06-041-0/+2
* QtNetwork remove deprecated signalsTimur Pocheptsov2020-06-0410-70/+4
* QStringBuilder: code tidies in the testsGiuseppe D'Angelo2020-06-045-14/+30
* QNetworkReplyHttpImpl: resolve a todo after the bearer removalMårten Nordheim2020-06-042-24/+3
* Fix include paths for prefix + framework + qtlibinfix builds of QtJoerg Bornemann2020-06-041-1/+1
* macOS: Build print support plugin directly into QtPrintSupportTor Arne Vestbø2020-06-049-108/+31
* macOS: Remove QtWidget dependency from platform pluginTor Arne Vestbø2020-06-048-79/+11
* Limit QByteArray's 8-bit support to ASCIIEdward Welbourne2020-06-044-184/+166
* Overhaul documentation of QByteArray numeric conversionsEdward Welbourne2020-06-041-74/+96
* QByteArray: clean up docs of trimmed() and simplified()Edward Welbourne2020-06-041-15/+17
* Rename snippet files to match the carved up corelib/tools/Edward Welbourne2020-06-0419-159/+159
* Set the dontPrint attribute correctly for the character being checkedAndy Shaw2020-06-041-1/+1
* sqlite: Upgrade to 3.32.1Andy Shaw2020-06-045-2134/+3057
* Fix build without features.actionTasuku Suzuki2020-06-042-1/+2
* Move macOS print support from platform plugin into QtPrintSupportTor Arne Vestbø2020-06-0418-123/+75
* Long live QStringTokenizer!Marc Mutz2020-06-0310-1/+1142
* Use QByteArray instead of QStringJonas Karlsson2020-06-034-74/+92
* Enable the scenegraph to remove its QMatrix4x4_Accessor hackLaszlo Agocs2020-06-032-5/+29
* Fix and compactify QNotifiedPropertyUlf Hermann2020-06-034-14/+129