summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'wip/qt6' into wip/cmakeAlexandru Croitor2019-08-1513-47/+79
|\
| * Merge remote-tracking branch 'origin/dev' into wip/qt6Lars Knoll2019-08-0613-47/+79
| |\
| | * 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
| | * | | Introduce QT_NO_LINKED_LIST and mark QtBase (almost) free of itMarc Mutz2019-07-121-1/+1
| | * | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-121-1/+1
| | |\| |
| | | * | doc: Enable a declaration for qdocMartin Smith2019-07-101-1/+1
* | | | | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-07-1140-387/+576
|\| | | |
| * | | | Merge remote-tracking branch 'origin/dev' into wip/qt6Alexandru Croitor2019-07-0812-86/+76
| |\| | |
| | * | | Port some trivial cases from QMutex to QRecursiveMutexMarc Mutz2019-07-061-1/+1
| | * | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-07-051-0/+2
| | |\| |
| | | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-031-0/+2
| | | |\|
| | | | * Mark QObject::deleteLater() as \threadsafeMarc Mutz2019-07-031-0/+2
| | * | | qtlite: Fix build with -no-feature-commandlineparserMikhail Svetkin2019-07-032-0/+6
| | * | | Remove hook handling code from QEventDispatcherWin32Joerg Bornemann2019-07-022-46/+1
| | * | | Merge "Merge remote-tracking branch 'origin/5.13' into dev"Liang Qi2019-07-011-5/+2
| | |\ \ \
| | | * | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-07-012-6/+3
| | | |\| |
| | | | * | QTranslator: simplify QString byte-swapping codeThiago Macieira2019-06-281-5/+2
| | | | * | Fix Clang warning about applying operator|| to non-booleanThiago Macieira2019-06-281-2/+2
| | | | * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-251-6/+6
| | | | |\|
| | | | * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-201-0/+4
| | | | |\ \
| | * | | | | QAccessibleWidget: fix UB (invalid cast)Marc Mutz2019-07-011-0/+2
| | * | | | | QTypeModuleInfo: fix clang '-wconstant-logical-operand' warningsYulong Bai2019-07-011-1/+1
| | |/ / / /
| | * | | | rtems: Fix missing some ernno definesMikhail Svetkin2019-07-011-1/+1
| | * | | | Remove unused qmutexpool_p.h includesMarc Mutz2019-06-291-1/+0
| | * | | | QObject: deprecate the undocumented userData() featureMarc Mutz2019-06-291-0/+6
| | * | | | QObject: fix allocation of IDs for the undocumented userData() featureMarc Mutz2019-06-291-2/+3
| | * | | | Port from implicit to explicit atomic pointer operationsMarc Mutz2019-06-294-24/+24
| | * | | | Introduce Q_NAMESPACE_EXPORTGiuseppe D'Angelo2019-06-282-3/+25
| | * | | | Port from implicit to explicit atomic integer operationsMarc Mutz2019-06-282-2/+2
| * | | | | Merge remote-tracking branch 'origin/dev' into wip/qt6Simon Hausmann2019-06-2637-303/+502
| |\| | | |
| | * | | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-06-252-6/+10
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | | * | | move ENDSESSION_* compat defines to before they are actually usedRolf Eike Beer2019-06-131-6/+6
| | | | |/ | | | |/|
| | | * | Fix bogus setAttribute setter warningMichal Klocek2019-06-191-0/+4
| | * | | QtCore: use new QLatin1String::arg()Marc Mutz2019-06-032-7/+7
| | * | | QObject: fix memory order on load/store of signal spy callback setMarc Mutz2019-06-201-2/+2
| | * | | Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-2016-186/+186
| | * | | Convert uses of QTime as a timer to QElapsedTimerEdward Welbourne2019-06-141-1/+1
| | * | | Run prebuilt android test APKsBogDan Vatra2019-06-135-9/+63
| | * | | QObject/QWidget::setParent: add assertions to prevent loopsGiuseppe D'Angelo2019-06-072-0/+26
| | * | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-06-145-9/+105
| | |\ \ \ | | | | |/ | | | |/|
| | | * | doc: Fix tr() documentation issueMartin Smith2019-06-132-1/+6
| | | * | Merge remote-tracking branch 'origin/5.13.0' into 5.13Liang Qi2019-06-111-0/+5
| | | |\ \