summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* CMake: Fix QT_ADDITIONAL_PACKAGES_PREFIX_PATH for cross-buildsAlexandru Croitor2021-08-195-16/+93
* CMake: Don't backup cmake prefix when there are no tool dependenciesAlexandru Croitor2021-08-191-2/+2
* QCborValue: add asserts to encoding methodIvan Solovev2021-08-191-0/+2
* Improve and simplify tst_QByteArray's testsEdward Welbourne2021-08-191-76/+69
* Add benchmark for QByteArray::toPercentEncoding()Edward Welbourne2021-08-191-0/+31
* Fix bug with NoFontMerging when font does not support scriptEskil Abrahamsen Blomfeldt2021-08-194-6/+39
* Remove unnecessary version of module from _MODULE_DEPENDENCIESAlexey Edelev2021-08-191-1/+10
* CMake: Don't install metatypes files for user projectsAlexandru Croitor2021-08-193-24/+57
* QString: use the QRegularExpression operations on QStringViewGiuseppe D'Angelo2021-08-192-73/+18
* QRegularExpression: fix matching over null/empty QString(View)Giuseppe D'Angelo2021-08-192-4/+37
* qpnghandler: Only assume we're past the input size if it returns a sizeAlbert Astals Cid2021-08-191-1/+1
* QS(V)/QBA(V)/QL1S::lastIndexOf: fix the offset calculationsGiuseppe D'Angelo2021-08-1912-52/+388
* MySQL: pedantism: create and destroy the MYSQL_TIME typeThiago Macieira2021-08-181-3/+7
* MySQL: implement binding output (SELECT) results to MYSQL_TIMEThiago Macieira2021-08-181-0/+23
* QtConcurrent: fix examples of overloaded methods in docsSona Kurazyan2021-08-184-8/+18
* QDateTime: port to QStringTokenizer and QVLAMarc Mutz2021-08-181-3/+6
* QMetaEnum: stop playing ping-pong with *okMarc Mutz2021-08-181-6/+2
* QLibrary: remove dead checkMarc Mutz2021-08-181-2/+1
* CMake: Fix wasm top-level prefix buildsAlexandru Croitor2021-08-181-7/+12
* rhi: metal: Make base vertex and instance support optionalLaszlo Agocs2021-08-183-14/+34
* CMake: Include quiet packages in feature summaryAlexandru Croitor2021-08-181-1/+2
* Add note on selecting the device which is used to run tests on AndroidAssam Boudjelthia2021-08-182-0/+10
* tst_QLocale::formatTime(): add some actual locale-dependenceEdward Welbourne2021-08-181-43/+68
* Doc: Add missing links to methods to QSet documentation pageLuca Di Sera2021-08-181-5/+5
* Report ImAbsolutePosition for QLineEditTor Arne Vestbø2021-08-182-0/+6
* QTabBar: don't overwrite data, fix refactoring error for vertical tabsVolker Hilsheimer2021-08-181-1/+1
* Pick up *Tools components also from host QtKai Köhne2021-08-181-0/+27
* Doc: Note that qmake's CONFIG values are case-sensitiveJoerg Bornemann2021-08-181-0/+2
* 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