summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Simplify QSqlResultPrivate::fieldSerial()Andy Shaw2020-06-231-15/+1
* QString: add char8_t overload of fromUtf8()Marc Mutz2020-06-236-1/+28
* Fix living QObject after shutdown of QCoreApplicationAndré Klitzing2020-06-232-4/+11
* QCborMap: remove the optimization not to detach from non-const find()Thiago Macieira2020-06-232-8/+66
* QMimeDatabase/zlib: fix build with z_const macro emptyThiago Macieira2020-06-231-1/+1
* Prospective fix for trying to build FontConfig on WindowsFriedemann Kleint2020-06-223-3/+7
* QVarLengthArray: add missing move special member functionsMarc Mutz2020-06-224-15/+150
* Use QList instead of QVector in mocJarek Kobus2020-06-225-59/+75
* Use QList instead of QVector in concurrent testsJarek Kobus2020-06-223-21/+22
* Use QList instead of QVector in moc testsJarek Kobus2020-06-221-90/+58
* Use QList instead of QVector in uicJarek Kobus2020-06-226-162/+162
* Use global share context in QRhiGles2Jüri Valdmann2020-06-221-0/+4
* Avoid Freetype synthesizing for large font sizesEirik Aavitsland2020-06-221-1/+1
* Remove confusing comment in CoreText font engineEskil Abrahamsen Blomfeldt2020-06-221-1/+0
* Enable access to the VAO resolvers through QOpenGLContextPrivateGiuseppe D'Angelo2020-06-225-37/+62
* QNAM: Make QNetworkConnectionMonitor able to move to another threadMårten Nordheim2020-06-224-14/+51
* QSslSocket: remove certificate-related settersTimur Pocheptsov2020-06-225-214/+14
* Replace "no devices registered" warnings with qCDebugShawn Rutledge2020-06-223-13/+12
* Use QList instead of QVector in QtConcurrentJarek Kobus2020-06-225-5/+5
* Move UNIX themes into QtGuiFriedemann Kleint2020-06-2249-150/+108
* Change boundValues() to return a QVariantListAndy Shaw2020-06-225-73/+126
* xcb: Remove need for QXCBScreen to resolve QXcbGlIntegrationTor Arne Vestbø2020-06-211-2/+1
* xcb: remove multi-connection code pathGatis Paeglis2020-06-215-64/+51
* Remove deprecated QStyleOption::init()Christian Ehrlicher2020-06-2123-50/+43
* Android: Fix android accessibility not being set activeVikke Matikainen2020-06-213-1/+17
* Introduce Github Actions workflow for Cmake Ninja buildDimitrios Apostolou2020-06-201-0/+110
* Add config file for enabling LGTM analysisDimitrios Apostolou2020-06-201-0/+23
* Move implementation of QVector/List back to qlist.hLars Knoll2020-06-2040-1546/+1506
* Only add file url if it references a local fileMichael Brüning2020-06-201-1/+2
* Remove deprecated roles BackgroundColorRole and TextColorRoleChristian Ehrlicher2020-06-203-8/+0
* QtSql: remove unused includesChristian Ehrlicher2020-06-202-5/+0
* QRect(F): remove deprecated functionsChristian Ehrlicher2020-06-202-38/+0
* Remove deprecated QStyleOptionFooVx typedefsChristian Ehrlicher2020-06-202-122/+0
* QSortFilterProxyModel: remove deprecated functionsChristian Ehrlicher2020-06-202-29/+0
* QTreeWidget: remove deprecated function items()Christian Ehrlicher2020-06-202-13/+0
* Move QTextCodec support out of QtCoreKarsten Heimrich2020-06-20125-63825/+33
* wasm: fix crash when getting error like 404Lorn Potter2020-06-201-1/+0
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-19126-493/+497
* Don't truncate parameters passed to QStringView::{first/last/from/slice}Sona Kurazyan2020-06-191-4/+4
* Fuzzing: Test svg imagesRobert Loehning2020-06-191-0/+3
* QProcess/Win: Avoid reentering the code in _q_processDied()Alex Trotsenko2020-06-191-1/+1
* CMake: Provide the minimum darwin deployment target needed by QtAlexandru Croitor2020-06-191-0/+8
* CMake: Do not file(GENERATE) illegal genexes in .pri file generationJoerg Bornemann2020-06-191-0/+5
* Fix note alignmentAndreas Schwab2020-06-191-1/+1
* Fix CMake documentation snippet for QtNetworkKai Koehne2020-06-192-4/+4
* Don't return a touchscreen from QPointingDevice::primaryPointingDevice()Shawn Rutledge2020-06-192-15/+11
* Use | to OR some related flagsGiuseppe D'Angelo2020-06-191-1/+1
* wasm: fix network reply timeout and error handlingLorn Potter2020-06-191-12/+21
* xcb: fix seatId to be master-keyboard-id << 16 | master-pointer-idShawn Rutledge2020-06-181-1/+1
* CMake: Improve automatic compiler embedding into the Qt toolchainAlexandru Croitor2020-06-181-4/+42