summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
|\| |
| * | wasm: add platform qsettingsLorn Potter2019-11-141-18/+1
| * | Make QObjectPrivate::threadData a proper atomicGiuseppe D'Angelo2019-11-1310-109/+148
| * | QEventDispatcherWin32: unify input checks in {un}register...()Alex Trotsenko2019-11-131-18/+18
| * | QBasicTimer: release timer id on exitAlex Trotsenko2019-11-131-6/+4
* | | Fix build without features.shortcutTasuku Suzuki2019-11-121-3/+0
* | | Fix up parts of the QList related docsLars Knoll2019-10-301-0/+1
* | | Fix all tst_qmetatype breakages after QList to QVector aliasingJędrzej Nowacki2019-10-302-0/+64
* | | Make QList an alias to QVectorLars Knoll2019-10-303-8/+8
* | | Move QListSpecialMethods over to QVectorLars Knoll2019-10-301-1/+1