summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | 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
|\| |