summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* CMake: Fix tst_qaddpreroutine to work with static buildsAlexandru Croitor2021-04-281-2/+2
* fix: The QtStartUpFunction function may be called repeatedlyJiDe Zhang2021-04-286-1/+201
* Doc: Remove mention of no longer supported formatv6.0.4Paul Wicking2021-04-271-3/+1
* Fix plugin SKIP_INSTALL optionAlexey Edelev2021-04-271-5/+14
* Fix "qmake -spec foo" call for cross buildsJoerg Bornemann2021-04-271-8/+9
* xcb: Add more debug info for XCB_INPUT eventLiang Qi2021-04-271-1/+44
* Add more tests for QList/QString/QBAAndrei Golubev2021-04-273-27/+471
* Change QList's insert() and emplace() to always invalidate [pos, end())Andrei Golubev2021-04-271-107/+114
* Do not shift the data pointer when removing all elements from QListAndrei Golubev2021-04-271-5/+7
* Add tests for QtPrivate::q_relocate_overlap_nAndrei Golubev2021-04-271-0/+281
* Resurrect data moves in QListAndrei Golubev2021-04-278-100/+366
* Add q_points_into_range to container utilitiesAndrei Golubev2021-04-273-18/+19
* Fix build error on iOS with the configure option -qtnamespaceLars Schmertmann2021-04-272-3/+9
* CMake: Install prl files from all repo build dirs in a top-level buildAlexandru Croitor2021-04-261-2/+7
* [Android] Fix select handles misplacement on QDialogPekka Gehör2021-04-261-6/+19
* Fix QTreeModel calling beginRemoveRows twiceLuca Beldi2021-04-262-11/+23
* Fix QAbstractItemModelTester false positiveLuca Beldi2021-04-262-1/+5
* Skip adding externally added plugins to the plugin meta-setsAlexey Edelev2021-04-262-6/+7
* Optimize quadratic-time insertion in QSortFilterProxyModelIgor Kushnir2021-04-241-2/+3
* QThreadPool: obey the docs that say we always use at least 1 threadThiago Macieira2021-04-243-9/+14
* Do not access internal allThreads data unlockedAllan Sandfeld Jensen2021-04-231-0/+1
* Fix infinite loop in qmake option parsingJonas Karlsson2021-04-221-3/+4
* Fix case sensitivity handling QSFPMSamuel Gaist2021-04-222-24/+110
* Don't own unique name for QDBusTrayIconIlya Fedin2021-04-212-14/+5
* Documentation: Fix broken links to QIODeviceBase::OpenModeFriedemann Kleint2021-04-212-9/+9
* Read DPI from X Settings initially as wellIlya Fedin2021-04-202-7/+18
* Draw the cursor considering the descent is 0Tang Haixiang2021-04-201-3/+3
* Correct prefix reported for end element in QXmlStreamReaderVincent Baijot2021-04-2010-13/+17
* Fix get out of bounds index in QSortFilterProxyModel::filterAcceptsRowChunLin Wang2021-04-202-3/+22
* Fix ARM and MIPS runtime CPU feature flagsAllan Sandfeld Jensen2021-04-201-11/+11
* Fix QAbstractItemModelTester false positiveLuca Beldi2021-04-192-4/+7
* Unicode: fix the extended grapheme cluster algorithmGiuseppe D'Angelo2021-04-198-6941/+7787
* Unicodetools: compileGiuseppe D'Angelo2021-04-191-0/+2
* Re-layout QProgressDialog when setting the cancel buttonQiang Li2021-04-192-0/+26
* iOS: Protect against a possible crash after the window is deletedAndy Shaw2021-04-192-1/+3
* QODBC: Preserve the whole value when using HighPrecisionAndy Shaw2021-04-192-1/+37
* Fix top-level build repository targetsJoerg Bornemann2021-04-191-9/+10
* CMake: Warn when using CMake 3.20.1 due to crashes in AUTOMOCAlexandru Croitor2021-04-171-0/+6
* tst_qcborstreamwriter: don't pass char8_t strings to QByteArrayGiuseppe D'Angelo2021-04-161-2/+2
* Fix handling of surrogates in QBidiAlgorithmEdward Welbourne2021-04-161-2/+2
* QMultiHash: Fix docFabian Kosmale2021-04-161-3/+2
* QNetworkDiskCache: Drop the file mmap-ingMårten Nordheim2021-04-161-12/+1
* Don't parse XML symbols longer than 4096 charactersAllan Sandfeld Jensen2021-04-161-0/+5
* Doc: Fix various documentation issuesTopi Reinio2021-04-166-11/+25
* CMake: pro2cmake: Use latest project version for qml import versionAlexandru Croitor2021-04-151-2/+2
* Fix partial pixel coverage calculationAllan Sandfeld Jensen2021-04-141-1/+1
* Avoid processing-intensive painting of high number of tiny dashesEirik Aavitsland2021-04-142-9/+69
* Make POSIX transition rule parser more robustEdward Welbourne2021-04-142-14/+45
* Add missing compile definitions to the resource object libraryAlexey Edelev2021-04-141-0/+3
* Correct item indent in checkable menus in stylesheet styleEirik Aavitsland2021-04-141-2/+2