summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
* | | High-DPI: Enable AA_UseHighDpiPixmaps by defaultMorten Johan Sørvig2020-03-131-1/+2
* | | CMake: pro2cmake: Handle LIBS_SUFFIX define correctlyAlexandru Croitor2020-03-122-2/+2
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-1115-72/+162
|\| |
| * | Doc: Fix documentation for class qfloat16Topi Reinio2020-03-102-22/+24
| * | Mimetypes: Build fix for Android builds on WindowsCristian Adam2020-03-101-2/+5
| * | QDataStream: keep brace delimiters inside #if-scopesMårten Nordheim2020-03-101-1/+2
| * | Doc: Mention .qrc compression attributes in resource compiler docsTopi Reinio2020-03-101-4/+15
| * | QDataStream: fix compilation with QT_DISABLE_DEPRECATED_BEFORE=0x0050F00David Faure2020-03-081-4/+8
| * | Fix UB in QProcess deprecation warning fixesJoerg Bornemann2020-03-061-1/+2
| * | Doc: Mark QColorSpace enum as introduced in Qt 5.15Kai Koehne2020-03-061-2/+2
| * | Doc: Fix \sa link for QResource::uncompressedData()Kai Koehne2020-03-061-1/+1
| * | Fix deprecation warning in QProcess::execute(QString)Joerg Bornemann2020-03-051-5/+3
| * | QLoggingRegistry: use QStringView/QLatin1String moreMarc Mutz2020-03-052-26/+22
| * | QLatin1String/QStringView: add (missing) member compare()Marc Mutz2020-03-054-6/+53
| * | QString/QByteArray: make all symmetry-checked member-compare() combinations n...Marc Mutz2020-03-053-4/+31
| * | Android: Bump gradle (plugin) versionsBogDan Vatra2020-03-041-0/+5
* | | Fix typoSimon Hausmann2020-03-101-3/+3
* | | Small typo fixSimon Hausmann2020-03-101-13/+13
* | | Remove template leftoverFabian Kosmale2020-03-101-1/+0
* | | Fix warning in qmetaobjectbuilder.cppMitch Curtis2020-03-101-1/+1
* | | CMake: Remove old 3rdparty mechanism for harfbuzz-non-ngAlexandru Croitor2020-03-101-2/+13
* | | CMake: Remove old 3rdparty mechanism for double conversionAlexandru Croitor2020-03-103-11/+61
* | | CMake: Regenerate configure.cmake files to get reportsAlexandru Croitor2020-03-091-0/+49
* | | QFlatMap: explicitly include <vector>Vitaly Fanaskov2020-03-061-0/+1
* | | Remove trivial overrides from QProcessJoerg Bornemann2020-03-062-31/+0
* | | Merge QProcess::startDetached(QString, QStringList, ...) overloadsJoerg Bornemann2020-03-062-20/+1
* | | CMake: Depend on automoc timestamp for metatypes extractionLeander Beernaert2020-03-051-13/+40
* | | CMake: Convert Core_qobject to a static moduleLeander Beernaert2020-03-051-13/+9
* | | Get rid of some QT_STRICT_ITERATORS leftoverLars Knoll2020-03-051-73/+0
* | | CMake: fix typoMårten Nordheim2020-03-051-1/+1
* | | QHash/QMap: don't return const from value(), key()Marc Mutz2020-03-054-15/+15
* | | Add support for attaching continuations to QFutureSona Kurazyan2020-03-059-7/+647
* | | Merge "Merge remote-tracking branch 'origin/5.15' into dev"Lars Knoll2020-03-0414-83/+126
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.15' into devLars Knoll2020-03-0414-83/+126
| |\| |
| | * | QMimeXMLProvider: fix another issue with -no-mimetype-databaseThiago Macieira2020-03-032-5/+10
| | * | Add operator-> to the key-value iterator for QHash and QMapIvan Čukić2020-03-032-3/+36
| | * | QEventDispatcherWin32: unregister event notifiers on closeAlex Trotsenko2020-03-033-4/+10
| | * | Fix missing return-type in doc of qfloat16::copySign()Edward Welbourne2020-03-031-1/+1
| | * | Suppress warnings where QString and its tests use SplitBehaviorEdward Welbourne2020-03-031-0/+3
| | * | QMap: undeprecate QMap::count(Key)Mårten Nordheim2020-03-032-32/+19
| | * | QMap/QHash: Use versioned deprecation macroMårten Nordheim2020-03-032-10/+10
| | * | Undeprecate QHash::count(Key)Mårten Nordheim2020-03-032-29/+14
| | * | Avoid UB in QList::removeAt()Lars Knoll2020-03-031-2/+5
| | * | Warn about Q(Date|Time)+ switching to C locale in Qt 6Edward Welbourne2020-03-031-0/+24
* | | | QTypeRevision: Fix warnings about max macro from windows.hFriedemann Kleint2020-03-041-1/+2
|/ / /
* | | MSVC: Suppress warning C4910 for exported extern templatesMårten Nordheim2020-03-031-0/+3
* | | QMetaType: support manual unregistrationFabian Kosmale2020-03-033-0/+17
* | | Merge "Merge remote-tracking branch 'origin/5.15' into dev"Qt Forward Merge Bot2020-03-0320-127/+262
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-0320-127/+262
| |\| |
| | * | Make QProcess::splitCommand accept QStringView, as per header reviewVolker Hilsheimer2020-02-282-2/+2