summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add QT_ANDROID_MIN_SDK_VERSION target propertyJoerg Bornemann2021-04-263-0/+26
* Add QT_ANDROID_VERSION_{NAME|CODE} target propertiesJoerg Bornemann2021-04-263-2/+56
* Fix QTreeModel calling beginRemoveRows twiceLuca Beldi2021-04-261-11/+7
* Fix QAbstractItemModelTester false positiveLuca Beldi2021-04-261-1/+1
* Change QList's insert() and emplace() to always invalidate [pos, end())Andrei Golubev2021-04-261-107/+114
* Do not shift the data pointer when removing all elements from QListAndrei Golubev2021-04-261-5/+7
* Resurrect data moves in QListAndrei Golubev2021-04-266-83/+307
* Add q_points_into_range to container utilitiesAndrei Golubev2021-04-263-18/+19
* xcb: Add more debug info for XCB_INPUT eventLiang Qi2021-04-261-1/+44
* Add override to addPaths and removePaths in kqueue filesystem watcherNiclas Rosenvik2021-04-261-2/+4
* zlib: Disable MSVC warning C4267Kai Köhne2021-04-262-1/+5
* 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
* Fix QJniObject templates implementationsAssam Boudjelthia2021-04-233-681/+708
* Do not access internal allThreads data unlockedAllan Sandfeld Jensen2021-04-231-0/+1
* Fix a build when QT_DISABLE_DEPRECATED_BEFORE is set to 6.1.0Jarek Kobus2021-04-231-0/+2
* SQLite: Handle tables and fields with a dot in the name correctlyAndy Shaw2021-04-231-9/+24
* Fix missing CPU feature feedbackAllan Sandfeld Jensen2021-04-231-12/+7
* Avoid adding null-objects to the icon cacheFan PengCheng2021-04-231-3/+3
* QDuplicateTracker: store the current seed in the hasherThiago Macieira2021-04-231-1/+2
* Fix case sensitivity handling QSFPMSamuel Gaist2021-04-221-24/+44
* Don't own unique name for QDBusTrayIconIlya Fedin2021-04-212-14/+5
* CMake: Fix build of QJpegPlugin in static Windows build with PCHAlexandru Croitor2021-04-211-0/+7
* Documentation: Fix broken links to QIODeviceBase::OpenModeFriedemann Kleint2021-04-212-9/+9
* QNetworkDiskCache: Switch to unique_ptr in most casesMårten Nordheim2021-04-211-4/+6
* QNetworkDiskCache: Drop the file mmap-ingMårten Nordheim2021-04-211-12/+1
* MSVC: Fix size_to to int warning in qhash.cppKai Köhne2021-04-211-1/+1
* Draw the cursor considering the descent is 0Tang Haixiang2021-04-211-3/+3
* Remove xcb-native-painting setting from the configure summaryEirik Aavitsland2021-04-211-1/+0
* Read DPI from X Settings initially as wellIlya Fedin2021-04-202-7/+18
* QUtf8StringView: ensure binary compatibility throughout 6.xThiago Macieira2021-04-203-32/+5
* CMake: Generate better Xcode iOS projectsAlexandru Croitor2021-04-201-0/+138
* QString: add missing char8_t* constructor / fromUtf8 overloadsGiuseppe D'Angelo2021-04-202-0/+27
* Re-layout QProgressDialog when setting the cancel buttonQiang Li2021-04-201-0/+2
* Correct prefix reported for end element in QXmlStreamReaderVincent Baijot2021-04-202-0/+4
* Fix ARM and MIPS runtime CPU feature flagsAllan Sandfeld Jensen2021-04-191-11/+11
* CMake: Introduce zlib find script to work around hardcoded iOS SDKAlexandru Croitor2021-04-196-6/+6
* Fix QAbstractItemModelTester false positiveLuca Beldi2021-04-191-2/+2
* Add documentation for the QtLiterals namespaceVolker Hilsheimer2021-04-191-0/+33
* Unicodetools: compileGiuseppe D'Angelo2021-04-191-0/+2
* Assert that engine isn't nullptr before dereferencingVolker Hilsheimer2021-04-191-6/+8
* QTypeInfo: Handle T::value_type being equal to TFabian Kosmale2021-04-191-4/+13
* Unicode: fix the extended grapheme cluster algorithmGiuseppe D'Angelo2021-04-163-6292/+6462
* Don't parse XML symbols longer than 4096 charactersAllan Sandfeld Jensen2021-04-161-0/+5
* Make POSIX transition rule parser more robustEdward Welbourne2021-04-151-14/+29
* Replace conversion operator by operator* in QJniEnvironmentAssam Boudjelthia2021-04-156-67/+77
* Avoid processing-intensive painting of high number of tiny dashesEirik Aavitsland2021-04-151-9/+35
* QNetworkCookie: Rename sameSite to sameSitePolicyMårten Nordheim2021-04-142-8/+8
* QNetworkInformation: delete the instance as a post-routineMårten Nordheim2021-04-141-2/+24
* Fix partial pixel coverage calculationAllan Sandfeld Jensen2021-04-141-1/+1