summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QtConcurrent::run: support non default-constructible return typesSona Kurazyan2021-08-184-30/+27
* Doc: Add see also links to operator== and operator!=Paul Wicking2021-08-181-0/+4
* QFileDialog: Use static const QRegularExpressionWaqar Ahmed2021-08-182-2/+2
* MySQL: don't allocate 1-byte buffers for BLOBsThiago Macieira2021-08-171-1/+1
* MySQL: treat the MYSQL_FIELD as read-onlyThiago Macieira2021-08-171-14/+13
* MySQL: remove left-over charset-setting codeThiago Macieira2021-08-171-7/+0
* Fix compile with MinGW-W64 9.0.0: Redefinition of 'struct _FILE_ID_INFO'Jonas Kvinge2021-08-181-2/+2
* Fix framework dependencies in .la filesJoerg Bornemann2021-08-171-0/+28
* CMake: Remove deprecated CFBundleLongVersionString from Info.plistAlexandru Croitor2021-08-172-4/+0
* CMake: Set a placeholder bundle version for iOS appsAlexandru Croitor2021-08-171-0/+26
* configure: Fix iOS option to be passed for both platform and xplatformAlexandru Croitor2021-08-171-1/+3
* CMake: Save value of QT_UIKIT_SDK in QtBuildInternalsExtra.cmakeAlexandru Croitor2021-08-171-0/+5
* CMake: Fix building iOS projects with a single-arch Qt buildAlexandru Croitor2021-08-171-3/+24
* Raise cmake_minimum_required to VERSION 3.16 in examplesJoerg Bornemann2021-08-17239-241/+241
* CMake: Suggest "ninja install" for multi-config buildsJoerg Bornemann2021-08-171-0/+7
* Use a scope-guard to take care of process deletion in a testEdward Welbourne2021-08-171-6/+5
* Attempt to unwedge tst_QThread::wait3_slowDestructor()Edward Welbourne2021-08-171-13/+15
* Expand testing of QEXPECT_FAIL()Edward Welbourne2021-08-177-255/+981
* tests: Remove unused SRCDIR definesIevgenii Meshcheriakov2021-08-1719-35/+0
* macOS: Don't wipe NSWindowStyleMaskFullSizeContentView if set manuallyTor Arne Vestbø2021-08-171-1/+3
* Fix some old copy-and-paste errors in QByteArrayView docsEdward Welbourne2021-08-171-8/+8
* CMake: Fix feature evaluation for feature definesJoerg Bornemann2021-08-171-1/+6
* QStyle: allow styles to control the margin around icons in QLineEditWang Peng2021-08-174-2/+8
* Change since for QNativeInterface::QX11Application to 6.2Jonas Kvinge2021-08-171-1/+1
* QString/QByteArray::number(double): Test big numbersMårten Nordheim2021-08-173-3/+42
* CMake: Make precompiled headers work for Android on WindowsJoerg Bornemann2021-08-171-0/+9
* CMake: Replace usage of WIN32 with CMAKE_HOST_WIN32 in qconfig.cppAlexandru Croitor2021-08-171-1/+1
* CMake: Exclude dSYM INSTALL commands for already excluded tools in debugMartin Vejdarski2021-08-173-3/+35
* CMake: Save QT_BUILD_BENCHMARKS and other info in BuildInternalsExtraAlexandru Croitor2021-08-171-0/+7
* Forward declare Objective-C classes as class, not typedef objc_objectTor Arne Vestbø2021-08-171-1/+1
* QByteArray: Disentangle number(double) from QLocaleMårten Nordheim2021-08-173-7/+9
* Make double-formatting code ready for QByteArrayMårten Nordheim2021-08-171-30/+45
* QString::number(double): Disentangle from the QLocale pathMårten Nordheim2021-08-173-5/+190
* QUrl: Improve Punycode overflow handlingIevgenii Meshcheriakov2021-08-162-24/+54
* Fix printing with unhinted fontsEskil Abrahamsen Blomfeldt2021-08-163-3/+55
* QVarLengthArray: add missing default-ctor documentationMarc Mutz2021-08-161-0/+5
* QDateTime: port away from takeFirst() useMarc Mutz2021-08-161-6/+11
* Add benchmark for QMetaEnumMarc Mutz2021-08-163-0/+88
* QMetaEnum: stop parsing when an invalid key is foundMarc Mutz2021-08-161-1/+1
* QVarLengthArray: add support for emplacementMarc Mutz2021-08-163-5/+52
* Short live namespace q20!Marc Mutz2021-08-163-0/+198
* QStandardPaths/Unix: use QStringTokenizerMarc Mutz2021-08-161-3/+1
* QDir: use QStringTokenizerMarc Mutz2021-08-161-3/+1
* QLibrary: succeed early for .dylib on DarwinMarc Mutz2021-08-161-4/+5
* Update bundled Freetype to 2.10.4Liang Qi2021-08-16577-20564/+7370
* macOS: Add logging for keyboard and complex text inputTor Arne Vestbø2021-08-164-9/+63
* macOS: Map dead keys directly to their terminator when building key mapTor Arne Vestbø2021-08-162-4/+5
* macOS: Don't treat null-key as potential shortcut keyTor Arne Vestbø2021-08-161-0/+2
* Fix some errors in docs of string-related classesSona Kurazyan2021-08-164-99/+100
* QGraphicsProxyWidget: fix propagation of high-precision eventsVolker Hilsheimer2021-08-166-17/+107