summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-072-1/+2
|\
| * Doc: Fix a typo in QVariant::toPoint docsLeena Miettinen2017-06-011-1/+1
| * QStackedLayout: Fix UB (invalid cast) in qt_wasDeleted()Olivier Goffart2017-05-301-0/+1
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-05-294-18/+2
|\|
| * Merge remote-tracking branch 'origin/5.9.0' into 5.9Liang Qi2017-05-193-16/+2
| |\
| | * Revert "Add qt_safe_ftok wrapper for ftok"Thiago Macieira2017-05-183-16/+2
| * | Remove unnecessary FunctionPointer::ChangeClassThiago Macieira2017-05-181-2/+0
* | | moc: Allow NOTIFY signals defined in parent classesAlbert Astals Cid2017-05-232-2/+17
* | | QWidgetWindow: Forward incoming events with their original spontaneous stateTor Arne Vestbø2017-05-202-0/+16
* | | Make relation of currentChildBeingDeleted and isDeletingChildren more obviousBernhard Übelacker2017-05-121-1/+1
* | | Merge remote-tracking branch 'origin/5.9' into devFrederik Gladhorn2017-05-101-2/+2
|\| |
| * | Remove some more register keywordsMarc Mutz2017-05-061-2/+2
* | | Make qNextPowerOfTwo constexpr when building as C++14Tor Arne Vestbø2017-05-091-14/+8
* | | macOS: Add root level NSAutoreleasePool for objects autoreleased in main()Tor Arne Vestbø2017-05-083-0/+60
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-05-0721-41/+122
|\| |
| * | QtCore: include mocsThiago Macieira2017-05-0512-0/+25
| * | AreArgumentsCompatible: Replace a derived struct with template aliasThiago Macieira2017-05-051-1/+1
| |/
| * QCFSocketNotifier: fix registering a source in the run loopAlex Trotsenko2017-05-031-2/+11
| * Doc: correct minor link issuesNico Vertriest2017-05-031-2/+4
| * Improve suppression of spurious socket notifications under WindowsAlex Trotsenko2017-05-032-17/+38
| * macOS: Add auto-release pools for Q*ApplicationPrivate::init()Tor Arne Vestbø2017-05-021-0/+4
| * Include moc of qnamespace.h in qobject.cppThiago Macieira2017-04-291-0/+1
| * do not wrap QAbstractEventDispatcher::flush with QT_DEPRECATED_SINCEGatis Paeglis2017-04-281-3/+1
| * wrap QCoreApplication::flush with QT_DEPRECATED_SINCEGatis Paeglis2017-04-281-0/+2
| * Fix warnings about unused private fields we can't removeThiago Macieira2017-04-261-0/+1
| * Android: add logging to QtCore JNI_OnLoadVyacheslav Koscheev2017-04-261-0/+12
| * Deprecate QCoreApplication::flush()Gatis Paeglis2017-04-224-14/+18
| * Fix QMetaMethod::invoke and automatic type registrationOlivier Goffart2017-04-221-5/+7
* | Add a few std::move in functions accepting slotsOlivier Goffart2017-04-291-4/+4
* | Support move-only function objects in QObject::connectOlivier Goffart2017-04-292-3/+3
* | Add support for scoped enums to QMetaObjectBuilderMichael Brasser2017-04-242-3/+36
* | Docs: Fix some warningsFriedemann Kleint2017-04-211-0/+1
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-203-8/+17
|\|
| * Revert "Initialize QLoggingRegistry rules on first use, not qApp construction"Tor Arne Vestbø2017-04-191-0/+2
| * Initialize QLoggingRegistry rules on first use, not qApp constructionTor Arne Vestbø2017-04-181-2/+0
| * QVariant: implement QByteArray ↔ QUuid conversionv5.9.0-beta2Marc Mutz2017-04-141-5/+12
| * Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-122-5/+5
| |\
| | * Don't hide critical infoBogDan Vatra2017-04-111-2/+0
| | * QVariant: fix docs regarding QUuidMarc Mutz2017-04-101-3/+5
| * | QDataStream: add operator<< and >> for std::nullptr_tThiago Macieira2017-04-071-0/+2
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-072-2/+2
|\| |
| * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-062-2/+2
| |\|
| | * Mark to remove const from function parameters in QtCore public headersThiago Macieira2017-03-312-2/+2
* | | doc: Prevent overwrite of qbytearray.htmlMartin Smith2017-04-051-0/+2
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-043-26/+42
|\| |
| * | Core: Replace LGPL21 with LGPL license headerKai Koehne2017-03-282-26/+38
| * | Fix crash when QUrl::from{NS/CF}URL() was passed a nullptrTor Arne Vestbø2017-03-271-0/+4
* | | Add QMetaObject::invokeMethod() overloads for function pointersBenjamin Terrier2017-04-024-80/+264
* | | Fix up QAppleRefCounted APIJake Petroules2017-04-012-22/+19
* | | Add QAppleRefCounted template as the base of QCFTypeJake Petroules2017-04-011-19/+25