summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-2624-102/+218
|\
| * Rename AA_MSWindowsDisableVirtualKeyboard to AA_DisableNativeVirtualKeyboardAndre de la Rocha2020-02-252-5/+5
| * Doc: Fix documentation warnings for Qt CoreTopi Reinio2020-02-259-20/+21
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-222-1/+7
| |\
| | * Replace usage of std::result_of with decltypeMårten Nordheim2020-02-211-1/+1
| | * QString: Add missing number() crosslinks to setNum()Andre Hartmann2020-02-201-0/+6
| * | Doc: Remove \pagekeywords commandTopi Reinio2020-02-211-2/+0
| * | Back out of calendar support in Qt::DateFormat methodsEdward Welbourne2020-02-202-28/+46
| * | QMultiMap: Work around compiler problem in MSVC 2017Oliver Wolff2020-02-201-19/+18
| * | Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Liang Qi2020-02-186-11/+8
| |\ \
| | * | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-02-186-11/+8
| | |\|
| | | * wasm: add platform qsettingsLorn Potter2020-02-185-31/+276
| | | * wasm: fix crash when qtvkb tries to load a pluginLorn Potter2020-02-161-1/+1
| | | * Only read the first BOM as a BOM; the rest are ZWNBS !Edward Welbourne2020-02-141-0/+1
| | | * QUrl doc: Fix typoFabian Kosmale2020-02-141-1/+1
| | | * QLinkedListData: Move Q_CORE_EXPORT from class to shared_nullThiago Macieira2020-02-131-2/+2
| | | * QStringView: Fix warning about conversion from qsizetype to intThiago Macieira2020-02-131-1/+1
| | | * Doc: Fix documentation for QSortFilterProxyModel::filterAcceptsColumnPaul Wicking2020-02-121-6/+2
| * | | Silence deprecation warnings on implementation of deprecated formatsEdward Welbourne2020-02-181-0/+12
| |/ /
| * | QMetaObject::connectSlotsByName(): Add output of connectionsFriedemann Kleint2020-02-171-0/+36
| * | Android: advice user to request storage permission with QStandardPathsAssam Boudjelthia2020-02-171-1/+4
| * | Improve error message when mixing incompatible Qt library versionsTor Arne Vestbø2020-02-142-9/+25
| * | Obsolete command-string parsing QProcess::start/execute overloadsVolker Hilsheimer2020-02-132-11/+41
* | | CMake: Generate Win32 Resource FilesLeander Beernaert2020-02-251-0/+152
* | | Make QDebug constructors explicitAllan Sandfeld Jensen2020-02-251-4/+4
* | | CMake: Port the reduce-relocations featureJoerg Bornemann2020-02-253-14/+8
* | | CMake: Allow building bundled 3rd party libraries in qtbaseAlexandru Croitor2020-02-253-10/+84
* | | MetaObject: store the QMetaType of the propertiesOlivier Goffart2020-02-255-116/+64
* | | Use the new QMetaType API in QVariantOlivier Goffart2020-02-256-363/+264
* | | Fix crashes with MSVC 2019Olivier Goffart2020-02-251-2/+2
* | | Add QDebug::toString()Mitch Curtis2020-02-224-0/+44
* | | Remove QUrl::topLevelDomainTimur Pocheptsov2020-02-2011-14654/+3
* | | Export an extern template for QMetaTypeForType for builtin typesOlivier Goffart2020-02-202-0/+31
* | | Normalize types at compile timeOlivier Goffart2020-02-203-185/+358
* | | New QMetaType representationOlivier Goffart2020-02-203-1361/+528
* | | Remove QLinkedListSona Kurazyan2020-02-1920-2365/+38
* | | Fix qmimeprovider_database.cpp generation for Win32 with CMakeLeander Beernaert2020-02-191-1/+1
* | | Fix build without features.threadTasuku Suzuki2020-02-172-2/+2
* | | Use char16_t in favor of ushort for locale data tablesEdward Welbourne2020-02-1713-41/+41
* | | Allow surrogate pairs for various "single character" locale dataEdward Welbourne2020-02-1711-1197/+1344
* | | QTypeRevision: Disallow floats and doubles as argumentsUlf Hermann2020-02-171-3/+4
* | | Add major versions to REVISION and Q_REVSION markersUlf Hermann2020-02-171-1/+1
* | | Implement better hash functions for integer typesLars Knoll2020-02-151-14/+44
* | | Merge "Merge remote-tracking branch 'origin/wip/cmake' into dev"Alexandru Croitor2020-02-141-0/+4
|\ \ \
| * \ \ Merge remote-tracking branch 'origin/wip/cmake' into devAlexandru Croitor2020-02-131-0/+4
| |\ \ \
| | * | | Fix metatypes source dependencies for non-prefix buildLeander Beernaert2020-02-121-0/+4
* | | | | QSignalMapper: remove deprecated signalsVitaly Fanaskov2020-02-142-68/+1
|/ / / /
* | | | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-02-1364-357/+1458
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-121-3/+18
| |\|
| | * QStorageInfo/Linux: resolve non-existent devices via /dev/blockThiago Macieira2020-02-091-3/+18