summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.9' into devGabriel de Dietrich2017-07-134-3/+17
|\
| * Fix documentation of QEvent::LanguageChange propagationSimon Hausmann2017-07-131-2/+2
| * Handle conversion and comparison between qvarianthash and qvariantmapAllan Sandfeld Jensen2017-07-111-0/+12
| * QDeadlineTimer: round milliseconds up instead of downThiago Macieira2017-07-071-1/+1
| * QVariant: Print a warning when deserialized user type is unknownMichael Winkelmann2017-07-051-0/+1
| * Prevent qmake to run moc on qobjectdefs.hOlivier Goffart2017-07-051-0/+1
* | QDebug: Print more verbose NSObject output if requestedTor Arne Vestbø2017-07-121-1/+5
* | Move the readlink(2) wrapper to qcore_unix.cppThiago Macieira2017-07-082-0/+35
* | QLockFile: Move the check for Linux /proc to a central placeThiago Macieira2017-07-081-0/+15
* | Make calling QCoreApplication::translate() thread-safeAram So2017-07-062-20/+26
* | Forward Service.onBind notification to QtBogDan Vatra2017-07-042-1/+47
* | Fix QAbstractEventDispatcher::installNativeEventFilter documentationTor Arne Vestbø2017-06-281-2/+1
* | Revert "Support more than 62 instances of QWinEventNotifier"Liang Qi2017-06-285-172/+41
* | Support more than 62 instances of QWinEventNotifierJoerg Bornemann2017-06-265-41/+172
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-193-10/+15
|\|
| * rework detection and use of clock_gettime()/librtOswald Buddenhagen2017-06-171-1/+1
| * Android: Fix deadlock when calling requestPermissionBogDan Vatra2017-06-072-9/+14
* | 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
|\|