summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QLocalSocket: fix inclusions in namespaced buildsGiuseppe D'Angelo2021-05-021-1/+4
* QRandom: drop a usage of std::is_literal_typeGiuseppe D'Angelo2021-05-021-1/+0
* SQLite: Handle tables and fields with a dot in the name correctlyAndy Shaw2021-05-021-9/+24
* HTTP/2 authentication requiredMårten Nordheim2021-04-295-29/+101
* macOS: Don't override action set during drop handlingAndy Shaw2021-04-291-1/+3
* fix: The QtStartUpFunction function may be called repeatedlyJiDe Zhang2021-04-281-1/+9
* Doc: Remove mention of no longer supported formatv6.0.4Paul Wicking2021-04-271-3/+1
* xcb: Add more debug info for XCB_INPUT eventLiang Qi2021-04-271-1/+44
* 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
* Resurrect data moves in QListAndrei Golubev2021-04-276-83/+307
* 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
* [Android] Fix select handles misplacement on QDialogPekka Gehör2021-04-261-6/+19
* Fix QTreeModel calling beginRemoveRows twiceLuca Beldi2021-04-261-11/+7
* Fix QAbstractItemModelTester false positiveLuca Beldi2021-04-261-1/+1
* Skip adding externally added plugins to the plugin meta-setsAlexey Edelev2021-04-261-3/+0
* 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-242-8/+13
* Do not access internal allThreads data unlockedAllan Sandfeld Jensen2021-04-231-0/+1
* Fix case sensitivity handling QSFPMSamuel Gaist2021-04-221-24/+44
* 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-202-0/+4
* Fix get out of bounds index in QSortFilterProxyModel::filterAcceptsRowChunLin Wang2021-04-201-3/+5
* Fix ARM and MIPS runtime CPU feature flagsAllan Sandfeld Jensen2021-04-201-11/+11
* Fix QAbstractItemModelTester false positiveLuca Beldi2021-04-191-2/+2
* Unicode: fix the extended grapheme cluster algorithmGiuseppe D'Angelo2021-04-193-6292/+6462
* Unicodetools: compileGiuseppe D'Angelo2021-04-191-0/+2
* Re-layout QProgressDialog when setting the cancel buttonQiang Li2021-04-191-0/+2
* 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-191-1/+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-165-8/+22
* Fix partial pixel coverage calculationAllan Sandfeld Jensen2021-04-141-1/+1
* Avoid processing-intensive painting of high number of tiny dashesEirik Aavitsland2021-04-141-9/+35
* Make POSIX transition rule parser more robustEdward Welbourne2021-04-141-14/+29
* 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
* Only scroll QMenu when there is a valid active actionZhang Hao2021-04-141-1/+1
* Fix build without features.menuTasuku Suzuki2021-04-131-7/+7
* Don't disable menu items that belong to the active modal windowVolker Hilsheimer2021-04-123-5/+18
* QAbstractItemModelTester: fix false positive when model has zero columnsDavid Faure2021-04-121-1/+1
* QtFuture::connect: disconnect signals firstMårten Nordheim2021-04-121-7/+7
* QtConcurrentIterateKernel: fix warningMårten Nordheim2021-04-121-1/+1