summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-061-1/+1
|\|
| * Fix crash when connecting a non-PMF with Qt::UniqueConnection...Thiago Macieira2016-05-301-1/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-061-4/+4
|\|
| * normalize structure of plugandpaint exampleOswald Buddenhagen2016-05-031-4/+4
* | Tune fast-exit for signal activation for QML.Erik Verbruggen2016-05-031-7/+10
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-291-3/+3
|\|
| * Make it clear that QObject::tr() falls back to QString::fromUtf8()Sérgio Martins2016-04-281-3/+3
* | Move QThread::currentThreadId() down to the loop using it.Erik Verbruggen2016-04-061-2/+2
* | Microoptimize QObject::activate.Milian Wolff2016-02-161-5/+5
* | Add qOverload to select overloaded functionsPeter Kümmel2016-02-151-0/+6
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-111-1/+1
|\|
| * Removed redundant and distracting test from conditional.Edward Welbourne2016-02-041-1/+1
* | Add Intel copyright to files that Intel has had non-trivial contributionThiago Macieira2016-01-211-0/+1
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2015-12-081-1/+1
|\|
| * Fix typo in QObject::disconnect() documentationSérgio Martins2015-12-071-1/+1
* | Use Q_UNLIKELY for every qFatal()/qCritical()Marc Mutz2015-11-291-1/+1
|/
* QMetaProperty::write should reset the property if an empty QVariant is givenOlivier Goffart2015-10-091-1/+1
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-021-1/+1
|\
| * Fix two data races in QThread/QThreadDataDavid Faure2015-09-221-1/+1
* | Doc: Mention that calling parent class event() is importantAlbert Astals Cid2015-09-231-0/+7
* | Doc: Make QSignalBlocker more discoverableSze Howe Koh2015-09-081-2/+2
* | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-08-261-0/+2
|\|
| * Doc: add clarification about signals not being buffered when blockedSamuel Gaist2015-08-061-0/+2
* | Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-08-061-1/+8
|\|
| * Doc:added doc to undocumented functionsNico Vertriest2015-07-221-0/+7
| * QtCore: Fix const correctness in old style castsThiago Macieira2015-07-201-1/+1
* | Doc: Fix qdoc warnings about missing \inmoduleKai Koehne2015-08-041-0/+1
* | Merge remote-tracking branch 'origin/5.5' into HEADSimon Hausmann2015-07-171-8/+1
|\|
| * Remove the warning printed when QObject's destructor catches exceptionsThiago Macieira2015-07-081-8/+1
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-011-0/+10
|\|
| * Make QMetaObject::Connection check its state deeplyThiago Macieira2015-06-191-0/+10
* | De-duplicate vtables, part I: exported private classesMarc Mutz2015-06-031-0/+10
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-221-2/+2
|\|
| * QSignalBlocker: mark all functions as noexceptMarc Mutz2015-04-161-1/+1
| * Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-04-151-1/+1
| |\
| | * Doc: Fix using Apple-related terminology in Qt CoreAlexander Volkov2015-03-311-1/+1
* | | Remove <qhash.h> where it's not usedMarc Mutz2015-04-201-1/+0
|/ /
* | Document Q_ENUM and Q_FLAGOlivier Goffart2015-03-031-7/+60
* | Fix QDebug cumulating operator<< with many Q_ENUMOlivier Goffart2015-02-171-14/+0
* | Document Q_GADGETOlivier Goffart2015-02-131-5/+18
* | Update copyright headersJani Heikkinen2015-02-111-7/+7
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-101-2/+3
|\|
| * Fix invalid memory access when a slot deletes the sender.Volker Krause2015-01-221-2/+3
* | Add a qDebug operator overload to handle registered enumOlivier Goffart2015-02-051-0/+14
* | Merge "Merge remote-tracking branch 'origin/5.4' into dev" into refs/staging/devSimon Hausmann2015-01-211-5/+5
|\ \
| * | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-01-211-5/+5
| |\|