summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2020-01-299-299/+318
|\
| * Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-289-299/+318
| |\
| | * Doc: Replace some usages of 0/zero/null with \nullptrSze Howe Koh2020-01-272-3/+3
| | * Doc/QtBase: replace some 0 with \nullptrChristian Ehrlicher2020-01-261-1/+1
| | * Register QColorSpace as a QtGui metatypeAllan Sandfeld Jensen2020-01-252-3/+5
| | * Introduce Q_PROPERTY attribute REQUIREDFabian Kosmale2020-01-233-1/+18
| | * Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-234-290/+290
* | | Merge remote-tracking branch 'origin/dev' into merge-devLeander Beernaert2020-01-2435-790/+791
|\| |
| * | Introduce Q_MOC_INCLUDEOlivier Goffart2020-01-172-0/+18
| * | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-151-1/+1
| |\|
| | * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-131-1/+1
| | |\
| | | * Wasm: Support event loop wakeup from secondary threadsMorten Johan Sørvig2020-01-121-1/+1
| * | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-131-32/+32
| |\| |
| | * | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-01-091-32/+32
| | |\|
| | | * QObject: Replace more 0 and NULL with nullptrAndre Hartmann2020-01-091-38/+38
| * | | Merge remote-tracking branch 'origin/5.15' into devFriedemann Kleint2020-01-072-9/+7
| |\| |
| | * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-062-9/+7
| | |\|
| | | * QVariant: Prefer direct conversion to QVariant{List,Map,Hash}Fabian Kosmale2020-01-031-6/+5
| | | * Fix some qdoc warningsFriedemann Kleint2020-01-021-1/+1
| * | | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-01-045-32/+33
| |\| |
| | * | Get rid of the getter for QObjectPrivate::threadDataGiuseppe D'Angelo2019-12-171-1/+0
| | * | Replace usages of QVariant::value by qvariant_castOlivier Goffart2019-12-152-4/+4
| | * | Change some uses of QMap::insertMulti to QMultiMap::insertMårten Nordheim2019-12-122-2/+2
| | * | Qt 6: Deprecate QHash::insertMultiLars Knoll2019-12-122-2/+2
| | * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-123-23/+25
| | |\|
| | | * QVariant: introduce ShouldDeleteVariantData flagFabian Kosmale2019-12-112-19/+21
| | | * Doc: remove the claim that zero timers execute after GUI eventsThiago Macieira2019-12-101-4/+4
| * | | Remove a bunch of code maked for removalOlivier Goffart2019-12-142-12/+2
| * | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-114-10/+10
| |\| |
| | * | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-104-10/+10
| | |\|
| | | * Don't wrap feature detection macros with QT_HAS_FOO() variantsTor Arne Vestbø2019-12-104-10/+10
| * | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-0919-197/+250
| |\| |
| | * | QMetaType: add more static-less APIOlivier Goffart2019-12-072-2/+55
| | * | Tidy nullptr usageAllan Sandfeld Jensen2019-12-0618-198/+198
| | * | Deprecate QVariant::operator< and related operatorsOlivier Goffart2019-12-052-4/+20
| * | | Use the QByteArray::DataPointer typedef instead of QByteArrayDataLars Knoll2019-12-081-1/+0
| * | | Enlarge QVariant's private to fit the new QString and QByteArrayThiago Macieira2019-12-081-1/+2
| * | | Inline the size and data pointers in QByteArrayThiago Macieira2019-12-081-1/+1
| * | | Change representation of string data in the meta objectLars Knoll2019-12-083-27/+30
| * | | Add reference-count manipulation functions to QArrayData and hide refThiago Macieira2019-12-081-1/+1
| * | | Introduce QArrayData::allocatedCapacity() and use it instead of d->allocThiago Macieira2019-12-071-1/+1
| * | | Replace QArrayData::capacityReserved with a full flags fieldThiago Macieira2019-12-071-1/+0
| * | | Use Q_NAMESPACE for the Qt namespace, and remove the old moc hack to support itOlivier Goffart2019-12-064-191/+235
| * | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-051-2/+2
| |\| |
| | * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-041-2/+2
| | |\|
| | | * Fix serializing QUuid with QDataStream with Qt 4 stream versionsJoni Poikelin2019-12-031-2/+2
| * | | Remove QVariant::operator< and related operatorOlivier Goffart2019-12-042-128/+0
| * | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-301-0/+3
| |\| |
| | * | Silence MSVC build of Qt for PythonFriedemann Kleint2019-11-291-0/+3
| * | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-2511-151/+171
| |\| |