summaryrefslogtreecommitdiffstats
path: root/src/declarative/debugger
Commit message (Expand)AuthorAgeFilesLines
* QmlInspector: Remove unused toolbarKai Koehne2011-08-101-1/+1
* JSDebugger: Only hit breakpoints in user codeKai Koehne2011-08-101-18/+15
* QDeclarativeDebug: Add code coverage informationKai Koehne2011-06-224-7/+124
* Fix QDeclarativeInspector when starting with ,blockAurindam Jana2011-06-212-2/+14
* QDeclarativeDebug: Fix cases where multiple packets arrive in one goKai Koehne2011-06-201-6/+13
* Rewrite autotests for js debuggingAurindam Jana2011-06-141-0/+11
* QDeclarativeDebug: Don't hang if started with ',block' argumentKai Koehne2011-06-091-0/+1
* QDeclarativeDebug: Fix QJSDebugService if launched with ',block'Kai Koehne2011-06-083-1/+24
* Renamed declarativeobserver plugin to qmldbg_inspectorThorbjørn Lindeijer2011-05-304-36/+36
* QmlDebugger: adding slots to items in Live PreviewChristiaan Janssen2011-05-302-3/+5
* QmlDebugger: parsing packets iteratively in the communication protocolChristiaan Janssen2011-05-301-38/+35
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-1325-426/+426
* 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
| * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml-staging into master...Qt Continuous Integration System2011-05-041-0/+46
| |\ \ | | |/ | |/|
| * | 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
* | | | 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 branch 'master' of ../qt-qml-stagingMichael Brasser2011-04-142-1/+9
|\ \ \ | |/ /
| * | 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
* | | QDeclarativeDebug: Handle case where client with ongoing queries is deletedKai Koehne2011-03-301-0/+46
|/ /
* | 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