summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Modernize the "thread" featureUlf Hermann2018-08-171-2/+4
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-071-1/+2
|\
| * QObject: do allow setProperty() to change the type of the propertyThiago Macieira2018-08-041-1/+2
* | Fix typo as->hasFrederik Gladhorn2018-07-161-2/+2
* | Tracepoints: trace QObject construction and destructionGiuseppe D'Angelo2018-07-041-0/+5
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-07-021-1/+1
|\|
| * Doc: Add missing full stops in briefsPaul Wicking2018-06-211-1/+1
* | Add note about calling invokable functions from QML when returning QObjectsSimon Hausmann2018-06-061-0/+5
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-241-0/+1
|\|
| * Fix documentation of Q_NAMESPACEOlivier Goffart2018-05-221-0/+1
* | QObject: Extend debug output of connectLars Schmertmann2018-04-181-1/+6
|/
* Modernize the "regularexpression" featureUlf Hermann2018-03-201-3/+5
* Use explicit QThreadData::hasEventDispatcher() where possibleTor Arne Vestbø2018-02-141-4/+4
* Fix typosJarek Kobus2018-02-131-1/+1
* doc: clang-qdoc must not see certain function declarationsMartin Smith2018-01-241-1/+3
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-201-0/+1
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Tor Arne Vestbø2018-01-161-0/+1
| |\
| | * Prevent O(n^2) behavior when calling QObject::deleteLaterErik Verbruggen2018-01-161-0/+1
* | | doc: Correct qdoc warnings in qobject.cpp and qmetatype.cppMartin Smith2018-01-081-13/+13
* | | Merge remote-tracking branch 'origin/5.10' into devLars Knoll2018-01-021-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-12-301-1/+1
| |\|
| | * Don't crash with null receiver/context in new-style connectsSergio Martins2017-12-191-1/+1
* | | doc: Change invokeMethod() comments to work with clangMartin Smith2017-12-081-0/+3
* | | doc: Add class qualifiers to parameter typesMartin Smith2017-12-061-1/+1
* | | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-3/+3
|/ /
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-05-071-2/+5
|\|
| * Doc: correct minor link issuesNico Vertriest2017-05-031-2/+4
| * Include moc of qnamespace.h in qobject.cppThiago Macieira2017-04-291-0/+1
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-201-1/+4
|\|
| * Doc: Add links to the signal-slot syntaxes pageSze Howe Koh2017-03-131-1/+4
* | Deprecate QSignalMapperOlivier Goffart2017-03-141-1/+1
|/
* Doc: Remove references to pre-C++11 recommendationsOlivier Goffart2017-03-011-13/+2
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-161-1/+1
|\
| * Turn QThreadData::threadId into a QAtomicPointerThiago Macieira2017-02-151-1/+1
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-301-1/+7
|\|
| * Doc: add a note that UniqueConnection does not work for lambdasThiago Macieira2017-01-261-1/+7
* | Fix some qdoc-warnings for 5.9Friedemann Kleint2017-01-251-1/+1
* | QObject: add startTimer() overload with std::chronoAnton Kudryavtsev2016-12-231-0/+39
* | Mark qt_addObject/qt_removeObject for removal in Qt6Erik Verbruggen2016-12-071-1/+8
* | QObject: remove unused function qt_find_obj_childOlivier Goffart2016-11-091-24/+0
* | QObject::dumpObject*: add const overloadsGiuseppe D'Angelo2016-10-031-2/+35
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-09-261-1/+1
|\|
| * Fix event names on comment about QChildEventSérgio Martins2016-09-251-1/+1
* | QObject::dumpObject*: enable them also for non-debug buildsGiuseppe D'Angelo2016-09-061-15/+0
|/
* Say hello to Q_NAMESPACEBogDan Vatra2016-08-191-2/+59
* QObject::connect: allow to disable narrowing of the connection argumentsGiuseppe D'Angelo2016-08-021-0/+13
* Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-08-011-2/+2
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-011-2/+2
| |\
| | * Fix for race condition in signal activationDenis Kormalev2016-07-291-1/+1
| | * Fix grammar error in QFlags documentationMitch Curtis2016-07-261-1/+1