summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Merge remote-tracking branch 'origin/5.9' into 5.10Tor Arne Vestbø2018-01-163-14/+35
| | |\|
| | | * Prevent O(n^2) behavior when calling QObject::deleteLaterErik Verbruggen2018-01-163-14/+31
| | | * Document Q_COREAPP_STARTUP_FUNCTION is no good in static libsLaszlo Agocs2018-01-101-0/+4
| | * | QMetaObject::invokeMethod: don't leak the slot objectThiago Macieira2018-01-141-0/+6
| * | | Add doc explaining the gotcha when connecting a signal to qApp->exitd3fault2018-01-091-0/+14
| * | | doc: Remove undef of Q_GADGETMartin Smith2018-01-091-5/+0
| * | | doc: Correct clang parsing errors in qvariant.hMartin Smith2018-01-094-2/+41
| * | | doc: Remove Q_QDOC declarations that are no longer neededMartin Smith2018-01-091-5/+1
| * | | doc: Remove unnecessary #ifndef Q_QDOCMartin Smith2018-01-091-3/+0
| * | | doc: Correct qdoc warnings in qobject.cpp and qmetatype.cppMartin Smith2018-01-085-40/+33
| * | | doc: Correct remaining qdoc warnings in qdeadlinetimer.cppMartin Smith2018-01-062-9/+9
| * | | doc: Correct remaining qdoc warnings in qmetaobject.cppMartin Smith2018-01-041-3/+3
| * | | doc: Correct remaining qdoc warnings in qvariant.cppMartin Smith2018-01-041-8/+8
| * | | doc: Correct remaining qdoc warnings in qtimer.cppMartin Smith2018-01-042-7/+7
| * | | Merge remote-tracking branch 'origin/5.10' into devLars Knoll2018-01-025-7/+9
| |\| |
| | * | Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-12-304-6/+8
| | |\|
| | | * Don't crash with null receiver/context in new-style connectsSergio Martins2017-12-191-1/+1
| | | * Fix pps and imf support for QNX buildsKarim Pinter2017-12-191-1/+1
| | | * Derive QPpsObjectPrivate from QObjectPrivateKarim Pinter2017-12-151-1/+3
| | | * Copy argv[0] to prevent it pointing to invalid memory laterAndy Shaw2017-12-141-3/+3
| | * | Fix Android Service thread getting stuck in service startupHeikki Haveri2017-12-121-1/+1
| * | | Remove use of QRegExp from QSharedMemorySamuel Gaist2017-12-301-3/+5
| * | | doc: Change invokeMethod() comments to work with clangMartin Smith2017-12-083-39/+14
| * | | doc: Add class qualifiers to parameter typesMartin Smith2017-12-061-1/+1
| * | | doc: Document remaining anonymous enumsMartin Smith2017-12-061-0/+6
| * | | doc: Fix three "Cannot tie" errorsMartin Smith2017-12-022-2/+2
| * | | doc: Correct a few minor qdoc errorsMartin Smith2017-12-022-4/+4
| * | | doc: Correct all remaining clangqdoc warnings in qpointer.cppMartin Smith2017-12-021-22/+22
| * | | QMetaObject::Connection: mark move ctors Q_DECL_NOTHROWMarc Mutz2017-12-011-4/+2
| * | | Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...Liang Qi2017-11-301-2/+0
| |\ \ \
| | * | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-301-2/+0
| | |\| |
| | | * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-281-2/+0
| | | |\|
| | | | * Initialize QLoggingRegistry rules on first useTor Arne Vestbø2017-11-251-2/+0
| * | | | QSystemError: unexport the class and export only some methodsThiago Macieira2017-11-301-4/+4
| * | | | QSystemError: move inline methods to class bodyThiago Macieira2017-11-301-34/+10
| |/ / /
| * | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-232-1/+5
| |\| |
| | * | QWinEventNotifier: Fix exit crashFriedemann Kleint2017-11-071-1/+4
| | * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-301-0/+1
| | |\|
| | | * winrt: Fix compilation with -no-pchOliver Wolff2017-10-251-0/+1
| * | | 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
* | | | wasm: remove debug output from timerLorn Potter2017-12-201-2/+0
* | | | wasm: use Q_OS_HTML5 in Qt codeLorn Potter2017-11-233-11/+11
* | | | Do not stop quit eventLorn Potter2017-11-021-6/+0
* | | | Introduce mkspec for web assemblyAndrew Knight2017-10-278-5/+158
|/ / /
* | | 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