summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Regenerate projects one last time before mergewip/cmakeAlexandru Croitor2020-02-12303-792/+482
* Fix metatypes source dependencies for non-prefix buildLeander Beernaert2020-02-121-0/+4
* Merge "Merge remote-tracking branch 'origin/dev' into wip/cmake" into wip/cmakeThe Qt Project2020-02-12213-12783/+12050
|\
| * Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2020-02-11213-12783/+12050
| |\
| | * CMake: Regenenerate projects where recent changes happenedAlexandru Croitor2020-02-1122-59/+135
| | * Merge "Merge remote-tracking branch 'origin/wip/cmake' into dev"Alexandru Croitor2020-02-11417-1578/+6634
| | |\
| | | * Merge remote-tracking branch 'origin/wip/cmake' into devAlexandru Croitor2020-02-10417-1578/+6634
| | | |\
| | * | | QOpenGLContext: Remove QGL helpersJohan Klokkhammer Helsing2020-02-113-51/+1
| | * | | Remove comments about destructors needing to be emptyJan Arve Sæther2020-02-115-21/+0
| | * | | Fix compilation with -no-directwriteEskil Abrahamsen Blomfeldt2020-02-102-5/+15
| | * | | Remove dead codeLars Knoll2020-02-101-9/+1
| | * | | don't limit QCryptographicHash to 2^31 bytes of inputLars Knoll2020-02-102-44/+58
| | * | | QTextBrowser: remove deprecated signal highlighted(const QString&)Vitaly Fanaskov2020-02-102-19/+0
| | * | | QSpinBox: remove deprecated signal valueChanged(const QString &)Vitaly Fanaskov2020-02-1022-78/+34
| | * | | QComboBox: remove deprecated signalsVitaly Fanaskov2020-02-1023-77/+40
| | * | | QVector: implement methods for adding new elements constructed in placeVitaly Fanaskov2020-02-105-51/+328
| | |/ /
| | * | Fix typos in the documentation for Q_REVISIONUlf Hermann2020-02-101-4/+4
| | * | Don't rely on iterators being stable while modifying the hashLars Knoll2020-02-092-6/+9
| | * | Blacklist tst_QGuiApplication::quitOnLastWindowClosedMulti on macOS in CITor Arne Vestbø2020-02-081-0/+3
| | * | Use C++17 for qmake and force the build of everything with C++17Olivier Goffart2020-02-086-15/+13
| | * | Introduce a configure-time check for C++17 filesystemMårten Nordheim2020-02-074-7/+24
| | * | moc: Extend revision markers to allow for major and minor versionUlf Hermann2020-02-078-54/+124
| | * | QtSql: remove deprecated signal 'notification(QString)'Christian Ehrlicher2020-02-072-22/+1
| | * | QtSQL: remove SQLite2 and TDS driver for Qt6Christian Ehrlicher2020-02-0720-2112/+8
| | * | Replace the QMatrix field of QTransform with qreal[3][3]Jarek Kobus2020-02-076-391/+336
| | * | Merge "Merge remote-tracking branch 'origin/wip/cmake' into dev"Alexandru Croitor2020-02-071825-1095/+72459
| | |\ \
| | | * \ Merge remote-tracking branch 'origin/wip/cmake' into devAlexandru Croitor2020-02-031825-1095/+72459
| | | |\ \
| | * | | | Core: Provide comparison functions for QTypeRevisionUlf Hermann2020-02-072-6/+78
| | * | | | Make text decorations consistent between ways of drawing textEskil Abrahamsen Blomfeldt2020-02-072-81/+72
| | * | | | DirectWrite font db: Fix unstretched font selectionEskil Abrahamsen Blomfeldt2020-02-071-1/+1
| | * | | | Skip test cases that is failing on macOS >= 10.14Timur Pocheptsov2020-02-072-6/+22
| | * | | | Move QOpenGLTextureBlitter from QtGui to QtOpenGLJohan Klokkhammer Helsing2020-02-0411-20/+13
| | * | | | Experimental DirectWrite font databaseEskil Abrahamsen Blomfeldt2020-02-0412-827/+1656
| | * | | | Move backing store OpenGL support to the platformcompositor moduleJohan Klokkhammer Helsing2020-02-0320-424/+672
| | * | | | Cleanup code where we mixed QHash and QMultiHash iterator codeLars Knoll2020-02-035-33/+33
| | * | | | Don't compile qmake in c++11 modeLars Knoll2020-02-031-1/+1
| | * | | | Cleanup QDBusArgument marshalling for containersLars Knoll2020-02-032-77/+36
| | * | | | Separate streaming of QHash and QMultiHash/QMap and QMultiMapLars Knoll2020-02-032-24/+99
| | * | | | Use a QMap instead of a QHash for the ProValueMapLars Knoll2020-02-031-1/+2
| | * | | | QVariantHash/Map can't hold multiple entries for the same key in Qt 6Lars Knoll2020-02-032-2/+2
| | * | | | QButtonGroup: remove deprecated signalsVitaly Fanaskov2020-02-027-132/+22
| | * | | | qversionnumber.h: Stay compatible with C++11Ulf Hermann2020-01-311-9/+9
| | |/ / /
| | * | | Add missing #else for a zero entry in an index mappingEdward Welbourne2020-01-301-0/+2
| | * | | Separate offsets from sizes in QLocale's dataEdward Welbourne2020-01-3010-7221/+7114
| | * | | Refactor QLocale's data access to be less verboseEdward Welbourne2020-01-303-162/+146
| | * | | Deduplicate locale data tablesEdward Welbourne2020-01-305-5464/+5458
| | * | | Move old tst_QLocale::negativeZero() to tst_QString::number()Edward Welbourne2020-01-302-12/+31
| | * | | Minor tidy-up in qlocalexml2cpp.pyEdward Welbourne2020-01-306-1791/+1791
| | * | | Preserve the case of the exponent separator CLDR suppliesEdward Welbourne2020-01-306-554/+554
| | * | | Core: Add a QTypeRevision classUlf Hermann2020-01-303-1/+425