summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Rewrite the fetchmore exampleFriedemann Kleint2021-04-236-55/+89
* Fix a build when QT_DISABLE_DEPRECATED_BEFORE is set to 6.1.0Jarek Kobus2021-04-231-0/+2
* Do not access internal allThreads data unlockedAllan Sandfeld Jensen2021-04-231-0/+1
* Fix QJniObject templates implementationsAssam Boudjelthia2021-04-234-693/+722
* Fix build error when using -qtnamespace flagAssam Boudjelthia2021-04-231-2/+2
* Lowercase system includes and lib names for Windows, fix cross compilingMartin Storsjö2021-04-238-10/+10
* CMake: Allow usage of QtStandaloneTestTemplateProject as package componentCristian Adam2021-04-235-31/+47
* SQLite: Handle tables and fields with a dot in the name correctlyAndy Shaw2021-04-232-9/+73
* Mark obsolete QMessageBox members as deprecatedVolker Hilsheimer2021-04-233-19/+61
* Port example away from deprecated QTextCharFormat APIVolker Hilsheimer2021-04-231-1/+1
* Avoid adding null-objects to the icon cacheFan PengCheng2021-04-231-3/+3
* QDuplicateTracker: store the current seed in the hasherThiago Macieira2021-04-221-1/+2
* Move plugin code from QtNetwork to qtbase/pluginsTimur Pocheptsov2021-04-2274-824/+913
* Fix infinite loop in qmake option parsingJonas Karlsson2021-04-221-3/+4
* qpropertytesthelper: Check that the types matchFabian Kosmale2021-04-221-0/+11
* qdoc: Name section 'Getting started with qmake'Kai Köhne2021-04-221-5/+5
* QObjectBindableProperty: Allow signals taking a valueFabian Kosmale2021-04-223-5/+41
* Add QObjectBindableProperyt::notifyFabian Kosmale2021-04-223-7/+60
* CMake: Fix auto-linking of static plugins for non-QML in-tree testsAlexandru Croitor2021-04-222-16/+99
* [Android] Remove signal and slot mechanism to listen states in editor'sTapio Oksa2021-04-222-8/+37
* qobject_p.h: Do not use plain emitFabian Kosmale2021-04-221-1/+1
* Fix case sensitivity handling QSFPMSamuel Gaist2021-04-222-24/+110
* Don't own unique name for QDBusTrayIconIlya Fedin2021-04-212-14/+5
* Don't use qreal as a loop counterEirik Aavitsland2021-04-211-5/+7
* Fix missing CPU feature feedbackAllan Sandfeld Jensen2021-04-211-12/+6
* Add Solaris support in cmake buildNiclas Rosenvik2021-04-2113-5/+75
* QLayout: mark unsetContentsMargins as the RESET functionGiuseppe D'Angelo2021-04-212-1/+18
* QObject: port to new property systemIvan Solovev2021-04-217-15/+68
* QEdidParser: build only on XCB/EGLFSGiuseppe D'Angelo2021-04-211-2/+6
* Edid vendor table generator (3/N): regenerate the tableGiuseppe D'Angelo2021-04-211-37/+271
* Edid vendor table generator (2/N): use idiomatic C++Giuseppe D'Angelo2021-04-212-5/+5
* Edid vendor table generator (1/N): fix copyright messageGiuseppe D'Angelo2021-04-211-1/+1
* CMake: Fix auto-linking of static plugins in standalone testsAlexandru Croitor2021-04-211-1/+1
* CMake: Fix build of QJpegPlugin in static Windows build with PCHAlexandru Croitor2021-04-211-0/+7
* QDateTime: Avoid compiler warning about issue impossible at runtimeRobert Löhning2021-04-211-1/+1
* Update QList benchmark testsAndrei Golubev2021-04-211-101/+68
* Avoid combining enum values from different enum typesEirik Aavitsland2021-04-211-2/+2
* Documentation: Fix broken links to QIODeviceBase::OpenModeFriedemann Kleint2021-04-212-9/+9
* Cleanup qsimd ARM codeAllan Sandfeld Jensen2021-04-211-44/+26
* Add runtime aes/crypto check for ARMAllan Sandfeld Jensen2021-04-213-4/+28
* MSVC: Fix size_to to int warning in qhash.cppKai Köhne2021-04-211-1/+1
* Remove xcb-native-painting setting from the configure summaryEirik Aavitsland2021-04-201-1/+0
* Fix build when xcb_glx_plugin config is disabledEirik Aavitsland2021-04-202-0/+6
* QUtf8StringView: ensure binary compatibility throughout 6.xThiago Macieira2021-04-203-32/+5
* Fix tst_qicon for fractional dprAllan Sandfeld Jensen2021-04-201-2/+5
* In the POSIX zone parser, handle no-DST zones the same as name-onlyEdward Welbourne2021-04-201-3/+3
* Correct the range of allowed hours for a POSIX rule's transitionEdward Welbourne2021-04-202-28/+15
* Make deserialization of QTimeZone less promiscuousEdward Welbourne2021-04-201-3/+6
* Return early from QTimeZone constructor if alleged IANA ID is invalidEdward Welbourne2021-04-202-0/+6
* Fix bug in QDateTimeParser::findTimeZoneName()'s length-limitingEdward Welbourne2021-04-201-1/+1