| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the use of deprecated qFindChild(ren) | Olivier Goffart | 2010-08-06 | 1 | -1/+1 |
|
|
* | Deprecated qFindChild and qFindChildren | Olivier Goffart | 2010-08-06 | 1 | -2/+4 |
|
|
* | Fix MS Visual C++ 6.0 references in the documentation | miniak | 2010-08-03 | 1 | -27/+27 |
|
|
* | Make QObject::connect with QMetaMethod works with Jambi | Olivier Goffart | 2010-06-18 | 1 | -16/+42 |
|
|
* | Added QObject::connect overload taking QMetaMethod as parameter | Sergey Vidyuk | 2010-06-18 | 1 | -9/+247 |
|
|
* | Avoid sending deprecated Qt3Support events if the application was built witho... | Olivier Goffart | 2010-05-28 | 1 | -5/+7 |
|
|
* | Speedup destruction of QObject if the eventloop is not entered. | Olivier Goffart | 2010-05-28 | 1 | -22/+2 |
|
|
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7 | Olivier Goffart | 2010-05-20 | 1 | -10/+10 |
|\ |
|
| * | doc: Fixed many broken links. | Martin Smith | 2010-05-19 | 1 | -10/+10 |
|
|
* | | Minor improvement to QObject constructor performance | Aaron Kennedy | 2010-05-18 | 1 | -23/+29 |
|
|
* | | Test hasGuard before calling clearGuards. | Olivier Goffart | 2010-05-18 | 1 | -6/+1 |
|
|
* | | Do not clear lists in ~QObject | Olivier Goffart | 2010-05-18 | 1 | -6/+0 |
|
|
* | | QObjectPrivate::deleteWatch, and inEventHandler are only used by jambi | Olivier Goffart | 2010-05-18 | 1 | -5/+12 |
|
|
* | | Only emit the destroyed() signal if connected | Olivier Goffart | 2010-05-18 | 1 | -15/+9 |
|
|
* | | Inline the common case when there is no contention. | Olivier Goffart | 2010-05-18 | 1 | -4/+4 |
|
|
* | | QObject: Optimize BlockingQueuedConnection connections | Olivier Goffart | 2010-05-07 | 1 | -30/+23 |
|
|
* | | QMetaObject::invokeMethod using Qt::BlockingQueuedConnection can handle the r... | Olivier Goffart | 2010-05-07 | 1 | -5/+7 |
|/ |
|
* | Optimize ~QObject | Olivier Goffart | 2010-04-21 | 1 | -15/+11 |
|
|
* | Optimize QMetaObject::activate | Olivier Goffart | 2010-04-20 | 1 | -24/+3 |
|
|
* | Rename QDeclarativeData -> QAbstractDeclarativeData | Aaron Kennedy | 2010-04-15 | 1 | -4/+4 |
|
|
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Aaron Kennedy | 2010-04-07 | 1 | -1/+1 |
|\ |
|
| * | Merge remote branch 'origin/4.7' into 4.7 | Olivier Goffart | 2010-04-01 | 1 | -9/+0 |
| |\ |
|
| * | | Fix wrong arguments order in a warning in QObject::moveToThread | Olivier Goffart | 2010-03-25 | 1 | -1/+1 |
|
|
* | | | Optimization: Improve allocation strategy for QDeclarativeDeclarativeData | Aaron Kennedy | 2010-04-01 | 1 | -3/+5 |
| |/
|/| |
|
* | | Remove QGuard. | Thiago Macieira | 2010-03-26 | 1 | -9/+0 |
|/ |
|
* | Integrate QML's object ownership with the JS collector | Aaron Kennedy | 2010-03-09 | 1 | -0/+2 |
|
|
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6 | Rohan McGovern | 2010-03-06 | 1 | -7/+10 |
|\ |
|
| * | QObject: fix crash when deleteing the receiver object withing a DirectConncet... | Olivier Goffart | 2010-03-01 | 1 | -7/+10 |
|
|
* | | be more verbose when warning about incompatible libraries | Harald Fernengel | 2010-03-03 | 1 | -1/+2 |
|
|
* | | Merge branch '4.6' | Thiago Macieira | 2010-01-21 | 1 | -5/+23 |
|\ \
| |/ |
|
| * | QMetaObject::disconnectOne() | Aaron Kennedy | 2010-01-20 | 1 | -5/+23 |
|
|
* | | Merge branch '4.6' | Thiago Macieira | 2010-01-13 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | doc: Updated the descriptions of the connection types. | Martin Smith | 2010-01-12 | 1 | -1/+1 |
|
|
| * | Update copyright year to 2010 | Jason McDonald | 2010-01-06 | 1 | -1/+1 |
|
|
* | | Merge branch '4.6' | Thiago Macieira | 2009-12-26 | 1 | -27/+31 |
|\ \
| |/ |
|
| * | doc: Added a missing \sa command, plus a \l in the text. | Martin Smith | 2009-12-18 | 1 | -7/+8 |
|
|
| * | Fix QMetaObject::connect and disconnect with "dynamic signals" | Olivier Goffart | 2009-12-14 | 1 | -20/+23 |
|
|
* | | Merge commit 'origin/4.6' | Olivier Goffart | 2009-12-15 | 1 | -15/+3 |
|\ \
| |/ |
|
| * | Use 64bit for the connectedSignals | Olivier Goffart | 2009-12-09 | 1 | -3/+3 |
|
|
| * | Revert "Compile fix for win32-icc." | Jan-Arve Sæther | 2009-11-30 | 1 | -12/+0 |
|
|
* | | Small optimisations in ~QObject | Olivier Goffart | 2009-12-08 | 1 | -4/+6 |
|
|
* | | Disable some code in normal build. | Olivier Goffart | 2009-12-08 | 1 | -1/+1 |
|
|
* | | Merge branch '4.6' | Thiago Macieira | 2009-12-02 | 1 | -40/+7 |
|\ \
| |/ |
|
| * | Optimize QObjectPrivate::isSignalConnected | Olivier Goffart | 2009-11-26 | 1 | -40/+7 |
|
|
| * | Compile fix for win32-icc. | Jan-Arve Sæther | 2009-11-23 | 1 | -0/+12 |
|
|
* | | Fix certain type-const-ref syntax not recognized by normalizedSignature() | Bradley T. Hughes | 2009-11-30 | 1 | -11/+25 |
|
|
* | | Compile fix for win32-icc. | Jan-Arve Sæther | 2009-11-24 | 1 | -0/+12 |
|/ |
|
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-doc-team into 4.6 | David Boddie | 2009-11-03 | 1 | -128/+18 |
|\ |
|
| * | Doc: i18n overhaul for QObject::tr() and the Qt Linguist manual. | David Boddie | 2009-11-02 | 1 | -128/+18 |
|
|
* | | Let QGraphicsItem set QObjectPrivate::wasDeleted when appropriate. | Andreas Aardal Hanssen | 2009-10-28 | 1 | -7/+0 |
|/ |
|