summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.10' into devAllan Sandfeld Jensen2017-10-241-4/+4
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-161-4/+4
| |\
| | * Documentation: Add missing event type for non-client mouse eventsKrzysztof Kawa2017-10-071-4/+4
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-175-8/+7
|\| |
| * | Fix QWinEventNotifier for auto-reset eventsJoerg Bornemann2017-10-153-1/+6
| * | Mark QCoreApplication::applicationPid() as const functionThiago Macieira2017-10-011-1/+1
| * | Remove Q_ALWAYS_INLINE from frequently-used functionsThiago Macieira2017-09-291-6/+0
* | | Stop including net/if.h from qplatformdefs.hThiago Macieira2017-10-081-3/+0
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-09-265-61/+166
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-201-40/+52
| |\|
| | * Optimize QVariant::cmp()Lars Knoll2017-09-141-40/+49
| | * Improve performance of QVariant::canConvert()Lars Knoll2017-09-131-0/+3
| * | macOS: Detect use of heap-allocated QMacAutoReleasePoolTor Arne Vestbø2017-09-082-1/+69
| * | macOS: Remove QMacRootLevelAutoReleasePool member from QCoreApplicationTor Arne Vestbø2017-09-081-4/+0
| * | Don't call the qAddPreRoutine routines with the mutex lock heldThiago Macieira2017-09-061-9/+14
| * | Merge dev into 5.10Frederik Gladhorn2017-09-021-1/+2
| |\ \
| * | | Make qAddPostRoutine & family thread-safeThiago Macieira2017-09-011-8/+32
* | | | Replace Q_DECL_FINAL with finalKevin Funk2017-09-223-23/+23
* | | | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-1923-147/+147
* | | | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-198-12/+12
* | | | Fix zero-as-null-pointer-constant warning in QObjectJesus Fernandez2017-09-051-6/+6
| |/ / |/| |
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-311-1/+2
|\ \ \ | |/ / |/| / | |/
| * Fix QCFType::constructFromGet() crash when passed a nullptrTor Arne Vestbø2017-08-241-1/+2
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-151-0/+3
|\|
| * Doc: indicate the QSharedMemory::size() that the size may be biggerThiago Macieira2017-08-131-0/+3
* | Fix the safety check preventing apps from running on old OSesJake Petroules2017-08-081-6/+6
* | Implement conversion from nullptr QVariant to QString and QByteArrayAllan Sandfeld Jensen2017-08-041-2/+8
* | QVariants of null pointers should be nullAllan Sandfeld Jensen2017-08-042-4/+25
* | Merge "Merge remote-tracking branch 'origin/5.9' into dev" into refs/staging/devFrederik Gladhorn2017-08-021-1/+2
|\ \
| * | Merge remote-tracking branch 'origin/5.9' into devOswald Buddenhagen2017-08-021-1/+2
| |\|
| | * QEventDispatcherWin32: Check for WM_QT_SOCKETNOTIFIER on internal window onlyFriedemann Kleint2017-07-291-1/+2
* | | Allow conversion of QVariants with real null valuesAllan Sandfeld Jensen2017-08-021-12/+22
|/ /
* | Support more than 62 instances of QWinEventNotifier, take 2Joerg Bornemann2017-07-305-41/+172
* | Rework qAppFileName() on MS-Win to handle problems gracefullyEdward Welbourne2017-07-251-35/+25
* | Improve symmetry of variant json conversionsAllan Sandfeld Jensen2017-07-251-2/+103
* | Fix some qdoc warnings for 5.10Friedemann Kleint2017-07-251-1/+1
* | Add a safety check to prevent apps from running on unsupported OSesJake Petroules2017-07-213-0/+35
* | Merge "Merge remote-tracking branch 'origin/5.9' into dev" into refs/staging/devSimon Hausmann2017-07-202-5/+41
|\ \
| * | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-07-192-5/+41
| |\|
| | * QSystemError: Make it format unknown Windows messagesThiago Macieira2017-07-181-0/+3
| | * Merge qt_error_string and QSystemErrorThiago Macieira2017-07-182-5/+38
* | | Stop setting FD_CLOEXEC on systems where O_CLOEXEC is honoredThiago Macieira2017-07-201-2/+3
|/ /
* | doc: Make qdoc comment a regular commentMartin Smith2017-07-191-1/+1
* | 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