summaryrefslogtreecommitdiffstats
path: root/src/declarative/debugger
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.8' of scm.dev.nokia.troll.no:qt/qt into 4.8David Boddie2011-05-1617-19/+1514
|\
| * Merge remote branch 'qt/4.8' into master-qml-stagingKai Koehne2011-05-101-6/+16
| |\
| | * Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2011-05-051-0/+2
| | |\
| | | * Fix compilation with QT_NO_*Tasuku Suzuki2011-05-021-0/+2
| * | | Enable performance monitoring at application startup.Kai Koehne2011-05-109-9/+118
| * | | Added forgotten file qdeclarativeobserverinterface_p.hThorbjørn Lindeijer2011-05-041-0/+69
| * | | Moved the QML Observer Service and related functionality into QtThorbjørn Lindeijer2011-05-047-2/+1314
| * | | QDeclarativeDebugServer: Send hello answer before any service messagesThorbjørn Lindeijer2011-05-021-8/+11
* | | | Merge commit 'refs/merge-requests/1220' of git://gitorious.org/qt/qt into mer...David Boddie2011-05-051-0/+46
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml-staging into master...Qt Continuous Integration System2011-05-041-0/+46
| |\ \ \ | | |/ / | | | / | | |/ | |/|
| | * Merge branch 'master' of ../qt-qml-stagingMichael Brasser2011-04-142-1/+9
| | |\
| | * | QDeclarativeDebug: Handle case where client with ongoing queries is deletedKai Koehne2011-03-301-0/+46
* | | | Squashed commit of the changes from the mobile-examples repositoryDavid Boddie2011-05-042-3/+3
|/ / /
* | | Fix warning about ASCII cast in calling QString::containsThiago Macieira2011-04-261-1/+1
* | | Merge remote-tracking branch 'origin/4.7' into qt-4.8-from-4.7Olivier Goffart2011-04-211-1/+1
|\ \ \
| * | | QDeclarativeDebug: Fix typo in warningKai Koehne2011-04-201-1/+1
* | | | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-04-181-5/+13
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Adding plugin qmltooling/qmlostplugin for QML debugging over OST (USB) on Sym...Tom Sutcliffe2011-04-141-5/+13
* | | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-04-072-1/+9
|\ \ \ | |/ / | | / | |/ |/|
| * QDeclarativeDebug: Warn user for Qt configured with -no-declarative-debugKai Koehne2011-04-062-1/+9
* | Update copyright year to 2011.Rohan McGovern2011-03-104-4/+4
* | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-03-011-1/+1
|\ \ | |/
| * QDeclarativeDebug: Export needed symbols on SymbianKai Koehne2011-02-241-1/+1
* | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-02-171-1/+1
|\ \ | |/
| * Rename 'plugins\qmldebugging' (work around qmake issues)Kai Koehne2011-02-111-1/+1
* | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-02-0411-365/+799
|\ \ | |/
| * Fix warnings.Michael Brasser2011-01-251-2/+2
| * Add location information for tracing.Michael Brasser2011-01-252-8/+46
| * Add "Complete" message for tracing.Michael Brasser2011-01-252-0/+7
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2011-01-1914-14/+14
| |\
| * | QDeclarativeDebug: Hardcode version when serializing Qt typesKai Koehne2011-01-111-0/+1
| * | QDeclarativeDebug: Remove unused fileKai Koehne2010-12-212-1/+0
| * | QDeclarativeDebug: Move Tcp server to separate pluginKai Koehne2010-12-177-264/+54
| * | QDeclarativeDebug: Move networking code out of QDeclarativeDebugServerKai Koehne2010-12-179-95/+383
| * | QDeclarativeDebug: Decouple QDDServer, QDDService classesKai Koehne2010-12-175-311/+541
| * | QDeclarativeDebug: Rename member variableKai Koehne2010-12-171-18/+18
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2010-12-011-3/+5
| |\ \
| * | | Add additional trace range data.Michael Brasser2010-11-192-0/+17
| * | | Make deferred tracing less expensive (real-time cost is the same)Michael Brasser2010-11-192-29/+47
| * | | Support directly setting string range data.Michael Brasser2010-11-192-6/+6
| * | | Add additional tracing.Michael Brasser2010-11-191-1/+2
| * | | Add support for a record-then-send debug process.Michael Brasser2010-11-192-9/+53
| * | | Use high performance timer for profiling. Add binding profile info.Michael Brasser2010-11-191-2/+3
* | | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-1714-14/+14
|\ \ \ \ | | |_|/ | |/| |
| * | | Update copyright year to 2011.Jason McDonald2011-01-1014-14/+14
| | |/ | |/|
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-12-061-3/+5
|\ \ \ | |/ /
| * | Fix whitespace in previous 1e7b4e396ec3bacc1a769208b990c5e0450f0d3aFriedemann Kleint2010-11-261-1/+1
| * | Declarative: Fix compiler warnings (Linux/g++)Friedemann Kleint2010-11-261-3/+5
| |/
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-11-123-1/+20
|\ \ | |/
| * Export QDeclarativeDebugHelper on Symbian for QTBUG-13762Joona Petrell2010-11-081-1/+1