summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-041-1/+1
|\
| * Fix 'the the' typo in commentsLinus Jahn2020-02-021-1/+1
* | QSignalMapper: deprecate overridden signalsVitaly Fanaskov2020-02-012-22/+103
* | Deprecate QDateTime(const QDate &) in favor of QDate::startOfDay()Edward Welbourne2020-01-301-3/+3
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-291-8/+80
|\|
| * Merge 5.14 into 5.14.1Kari Oikarinen2020-01-152-39/+39
| |\
| * | QSequentialIterableImpl: support appendFabian Kosmale2020-01-151-8/+80
* | | 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/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.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.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
* | 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
* | 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
* | 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
* | 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
* | Silence MSVC build of Qt for PythonFriedemann Kleint2019-11-291-0/+3
* | 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
* | Add a getter for QObjectPrivate::threadDataGiuseppe D'Angelo2019-10-281-0/+1
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-163-2/+213
|\|
| * Win32: Consolidate registry codeFriedemann Kleint2019-10-143-2/+213
* | QObject: use delegate constructorsGiuseppe D'Angelo2019-10-111-23/+1
* | Remove potential out of bounds accesses to QListLars Knoll2019-10-101-1/+3
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-052-2/+12
|\|
| * Simplify creating QCFTypes from CFTypeRefsTor Arne Vestbø2019-10-041-1/+4
| * Add explicit QDebug stream operator for QCFStringTor Arne Vestbø2019-10-042-0/+7
| * macOS: Add missing export of QDebug stream operator for QMacAutoReleasePoolTor Arne Vestbø2019-10-041-1/+1
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-042-5/+12
|\|
| * Export lcEventDispatcher in private namespaceTor Arne Vestbø2019-10-032-5/+12
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-011-1/+1
|\|