summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-011-1/+1
| |\|
| | * Replace use of deprecated API in macOS event dispatchersTor Arne Vestbø2019-09-281-1/+1
* | | Use same condition for QT_USE_MMAP as in qresource.cppTobias Hunger2019-10-011-4/+4
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-09-242-21/+22
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-09-242-21/+22
| |\|
| | * Fix crash when using signaldumper and sender is deletedMårten Nordheim2019-09-231-3/+4
| | * Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-231-8/+4
| | |\
| | | * Doc: Remove broken example snippet from Q_ENUMSPaul Wicking2019-09-201-8/+4
| | * | Android: Fix loading of pluginsBogDan Vatra2019-09-221-10/+14
* | | | Merge remote-tracking branch 'origin/wip/qt6' into devSimon Hausmann2019-09-186-88/+5
|\ \ \ \ | |/ / / |/| | |
| * | | Merge remote-tracking branch 'origin/dev' into wip/qt6Alexandru Croitor2019-09-0416-150/+258
| |\ \ \
| * | | | QObject: remove the undocumented userData() featureMarc Mutz2019-08-123-83/+0
| * | | | Merge remote-tracking branch 'origin/dev' into wip/qt6Lars Knoll2019-08-0613-47/+79
| |\ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'origin/dev' into wip/qt6Alexandru Croitor2019-07-0812-86/+76
| |\ \ \ \ \
| * \ \ \ \ \ Merge remote-tracking branch 'origin/dev' into wip/qt6Simon Hausmann2019-06-2637-303/+502
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge remote-tracking branch 'origin/dev' into wip/qt6Alexandru Croitor2019-06-111-1/+1
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/dev' into wip/qt6Alexandru Croitor2019-06-0621-190/+622
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Bump version to Qt 6Lars Knoll2019-05-142-4/+4
* | | | | | | | | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-09-163-15/+16
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | |
| * | | | | | | | | QPointer: some simplificationsMarc Mutz2019-09-131-12/+3
| * | | | | | | | | QCoreApplication: work towards replacing a QRecursiveMutex with a QMutexMarc Mutz2019-09-122-3/+13
* | | | | | | | | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-09-091-11/+12
|\| | | | | | | | |
| * | | | | | | | | Optimize QEventDispatcherWinRT::runOnMainThread()Marc Mutz2019-09-051-11/+12
* | | | | | | | | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-09-058-53/+64
|\| | | | | | | | |
| * | | | | | | | | Doc: Remove 'f.i.'Kai Koehne2019-09-041-1/+1
| * | | | | | | | | Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-041-0/+7
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ | | |/| | | | | | |
| | * | | | | | | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-08-221-0/+7
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | Point out that dynamically modified meta objects are not threadsafeVolker Hilsheimer2019-08-211-0/+7
| * | | | | | | | | | Fix some qdoc warnings in 5.14Friedemann Kleint2019-09-031-2/+2
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| * | | | | | | | | QEventDispatcherWin32: avoid livelock in a foreign event loopAlex Trotsenko2019-08-292-32/+37
| * | | | | | | | | Merge remote-tracking branch 'origin/dev' into 5.14Liang Qi2019-08-272-28/+0
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | QtCore: port all QMutexLocker users to qt_{scoped,unique}_lockMarc Mutz2019-08-253-18/+17
* | | | | | | | | | | Provide conversion between QVariant and QUuid in bootstrapUlf Hermann2019-08-282-6/+6
| |/ / / / / / / / / |/| | | | | | | | |
* | | | | | | | | | Remove obsolete API after qtdeclarative migratedVolker Hilsheimer2019-08-222-28/+0
|/ / / / / / / / /
* | | | | | | | | Fix rare double-free in QObject machineryMårten Nordheim2019-08-191-2/+13
* | | | | | | | | Fix build without features.poll_{ppoll,pollts,poll,select}Tasuku Suzuki2019-08-181-1/+3
* | | | | | | | | Introduce a new feature called easingcurveTasuku Suzuki2019-08-165-3/+26
* | | | | | | | | Fix return valueLars Knoll2019-08-131-1/+1
* | | | | | | | | Inline QMetaObjectPrivate::signalOffset()Lars Knoll2019-08-132-9/+8
* | | | | | | | | Refactor memory allocation for arguments of QMetaCallEventsVolker Hilsheimer2019-08-103-82/+171
* | | | | | | | | Give some TLC to QAppleRefCountedMarc Mutz2019-08-091-2/+10
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Thou Shalt Not Specialize std Function TemplatesMarc Mutz2019-08-031-1/+1
* | | | | | | | Un-deprecate QSignalMapperSona Kurazyan2019-08-012-10/+4
* | | | | | | | QObject: replace QScopedPointer with std::unique_ptr in the implementationMarc Mutz2019-07-241-14/+14
* | | | | | | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-07-222-6/+9
|\| | | | | | |
| * | | | | | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-202-6/+9
| |\| | | | | |
| | * | | | | | macOS: Allow overriding NSKeyValueObservingOptions for QMacKeyValueObserverTor Arne Vestbø2019-07-182-6/+9
* | | | | | | | QResource: deprecate isCompressed()Thiago Macieira2019-07-161-1/+2
* | | | | | | | Qt6: Fix uninitialized meta objects on WindowsThiago Macieira2019-07-163-11/+40
* | | | | | | | QAbstractMetaCallEvent: fix compilation with out feature.thread on ClangMarc Mutz2019-07-141-2/+7