summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Add serializer/deserializer for EnumerationPaolo Dastoli2019-04-052-0/+14
* Merge "Merge remote-tracking branch 'origin/5.13' into dev" into refs/staging...Qt Forward Merge Bot2019-04-04184-3119/+2951
|\
| * Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-0513-17/+21
| |\
| | * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-0412-17/+19
| | |\
| | | * Windows: Fix QFileSystemEngine::id() for FAT32 drivesFriedemann Kleint2019-04-021-1/+3
| | | * Fix disabling AUTOMOC and AUTOUIC for generated resource cpp filesAlexandru Croitor2019-04-021-2/+2
| | | * Doc: Use the \nullptr macro instead of 0Venugopal Shivashankar2019-04-0210-14/+14
| | * | wasm: disable XDG_RUNTIME_DIR warningMorten Johan Sørvig2019-04-031-0/+2
| * | | Replace Q_DECL_NOEXCEPT with noexcept in corelibAllan Sandfeld Jensen2019-04-03153-2269/+2269
| * | | Replace Q_NULLPTR with nullptr in corelibAllan Sandfeld Jensen2019-04-033-3/+3
| * | | Remove special NOTHROW handlingAllan Sandfeld Jensen2019-04-031-12/+1
| * | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-032-7/+5
| |\| |
| | * | Fix remaining Q_DECL_OVERRIDE instancesAllan Sandfeld Jensen2019-04-021-3/+3
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-021-4/+2
| | |\|
| | | * Refine underflow check in QLocaleData::convertDoubleToFloat()Edward Welbourne2019-04-011-4/+2
| * | | Issue a warning about unused result of qScopeGuard and QScopeGuardJędrzej Nowacki2019-04-021-1/+10
| * | | Use the QTime API less clumsilyEdward Welbourne2019-04-011-4/+3
| * | | Merge "Merge remote-tracking branch 'origin/5.13' into dev" into refs/staging...Liang Qi2019-03-319-33/+67
| |\ \ \
| | * | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-03-319-33/+67
| | |\| |
| | | * | QMimeDatabase: allow building without our internal copyThiago Macieira2019-03-263-1/+10
| | | * | wasm: Use common “qt” prefix for exported functionsMorten Johan Sørvig2019-03-261-1/+1
| | | * | Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-03-266-31/+56
| | | |\|
| | | | * Doc: mention what is the suggested replacement for QSignalMapperAlbert Astals Cid2019-03-251-1/+1
| | | | * Fix tree recursion in QAbstractItemModel::match()Friedemann Kleint2019-03-221-5/+9
| | | | * Fix broken data for time-zones with no transitionsEdward Welbourne2019-03-222-24/+23
| | | | * Correct a misguided assertion in QTzTimeZonePrivateEdward Welbourne2019-03-221-2/+4
| | | | * Accept that glibc's statx() falls back for usThiago Macieira2019-03-222-1/+21
| * | | | QVariant: deprecate qVariantFromValue/qVariantSetValue()Christian Ehrlicher2019-03-312-25/+35
| |/ / /
| * | | Doc-fixes in QRandomGenerator::bounded(int...)Edward Welbourne2019-03-291-3/+2
| * | | Get rid of the locking in activate()Lars Knoll2019-03-292-195/+236
| * | | Add safe way to resize the signalVectorLars Knoll2019-03-292-55/+122
| * | | Add a QAbstractMetaCallEventLars Knoll2019-03-292-18/+38
| * | | Change cleanup mechanism for orphaned connectionsLars Knoll2019-03-293-131/+165
| * | | Use move more consistently in QScopedValueRollbackAllan Sandfeld Jensen2019-03-271-7/+7
| * | | Use QScopedValueRollback more as a reentrancy guardAllan Sandfeld Jensen2019-03-264-14/+14
| * | | Simplify finite/NaN testing for qfloat16Edward Welbourne2019-03-264-107/+20
| * | | Merge remote-tracking branch 'origin/5.13' into devFriedemann Kleint2019-03-263-347/+62
| |\| |
| | * | doc: Remove incomplete information for QDataStreamRainer Keller2019-03-251-344/+58
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-202-3/+4
| | |\|
| | | * QTemporaryFile: Return early if the passed in QFile cannot be openedAndy Shaw2019-03-191-2/+2
| | | * QTranslator: avoid unhandled exceptionAnton Kudryavtsev2019-03-161-1/+2
* | | | Remove remaining Q_DECL_NOEXCEPT/Q_DECL_NOTHROW usageAllan Sandfeld Jensen2019-04-0418-54/+54
* | | | Allow word break wrapping in Korean textEskil Abrahamsen Blomfeldt2019-04-042-2/+28
* | | | Add QMetaProperty::relativePropertyIndex()Simon Hausmann2019-04-042-0/+13
* | | | QCommandLineParser: warn if defining a duplicate optionDavid Faure2019-04-041-1/+3
|/ / /
* | | core: Add deduction guides for QPairMikhail Svetkin2019-03-251-0/+5
* | | Clean up QTextStream functionsAllan Sandfeld Jensen2019-03-232-24/+95
* | | qstringalgorithms: add find methodsAnton Kudryavtsev2019-03-224-204/+208
* | | Widen out parameter "result" of the native event filters for Qt 6Friedemann Kleint2019-03-226-0/+25
* | | Don't iterate over the connections without holding a lockLars Knoll2019-03-212-1/+18