summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QmlInspector: Fix moc errorKai Koehne2011-08-111-1/+0
* QmlInspector: Fix compile for QT_NO_CURSORKai Koehne2011-08-103-0/+6
* QmlInspector: Remove unused toolbarKai Koehne2011-08-1026-136/+2
* JSDebugger: Only hit breakpoints in user codeKai Koehne2011-08-101-18/+15
* Prevent Binding from crashing when its target object is deleted.Michael Brasser2011-08-033-1/+43
* Cleanup QMLViewer properly when exiting via File->Quit.Michael Brasser2011-07-261-0/+1
* Fix crash when assigning a list property to transitions.Michael Brasser2011-07-263-1/+59
* Qml Debugging: only read properties that can be displayed in the debuggerChristiaan Janssen2011-07-202-7/+8
* qmldump: Fix creation of objects from QDeclarativeTypes.Christian Kamm2011-07-141-14/+23
* Document state fast-forwarding.Michael Brasser2011-07-071-0/+22
* qmlplugindump: Update qmltypes file format documentation.Christian Kamm2011-07-051-2/+4
* Flicking behaviour of ListView/GridView SnapOnItem is inconsistentMartin Jones2011-07-045-153/+200
* Skip flick velocity test on Mac.Martin Jones2011-07-031-0/+4
* Try again to fix flickable velocity on Mac.Martin Jones2011-06-301-0/+1
* Try to fix Mac CI test failureMartin Jones2011-06-301-2/+2
* qmlplugindump: Fix dumping with -path on Mac.Christian Kamm2011-06-291-2/+10
* qmlplugindump: Improve error message for misbehaving plugin components.Christian Kamm2011-06-291-2/+8
* Flickable is too sensitive.Martin Jones2011-06-291-1/+5
* Reduce timing dependancy in flickable testMartin Jones2011-06-292-49/+22
* Velocities reported by Flickable in onFlickStarted can be 0Martin Jones2011-06-282-9/+90
* qmldump: Fix export comparison.Christian Kamm2011-06-271-1/+1
* QmlInspector: Some code cleanupsThorbjørn Lindeijer2011-06-237-51/+11
* QmlInspector: Some cleanup in the Color Picker toolThorbjørn Lindeijer2011-06-232-44/+10
* QmlInspector: Unified mouse and keyboard event handlingThorbjørn Lindeijer2011-06-2310-180/+320
* QmlInspector: Removed private header postfix and Qt namespaceThorbjørn Lindeijer2011-06-2337-401/+302
* QmlInspector: Share code between QGV/SG based QML debuggingThorbjørn Lindeijer2011-06-238-595/+732
* qmlplugindump: For extended types, remove exports of the base object.Christian Kamm2011-06-231-20/+27
* qmlplugindump: Build debug version if possible.Christian Kamm2011-06-231-0/+17
* Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qt-qml-teamQt Continuous Integration System2011-06-225-7/+225
|\
| * QDeclarativeDebug: Add code coverage informationKai Koehne2011-06-225-7/+225
* | Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qt-qml-teamQt Continuous Integration System2011-06-212-2/+14
|\ \ | |/
| * Fix QDeclarativeInspector when starting with ,blockAurindam Jana2011-06-212-2/+14
* | Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qt-qml-teamQt Continuous Integration System2011-06-211-23/+40
|\ \ | |/
| * qmlplugindump: Add -v option.Christian Kamm2011-06-211-23/+40
| * qmlplugindump: Fix emitted tooling version.Christian Kamm2011-06-211-2/+2
* | Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qt-qml-teamQt Continuous Integration System2011-06-202-13/+27
|\ \ | |/
| * QDeclarativeDebug: Fix cases where multiple packets arrive in one goKai Koehne2011-06-202-13/+27
* | Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qt-qml-teamQt Continuous Integration System2011-06-2011-194/+1517
|\ \ | |/
| * Fix js debugging autotest on Windows + Add license headerKai Koehne2011-06-153-12/+65
| * Rewrite autotests for js debuggingAurindam Jana2011-06-148-111/+1381
| * Rename qdeclarativescriptdebugging autotest directoryKai Koehne2011-06-144-7/+7
* | Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qt-qml-teamQt Continuous Integration System2011-06-104-0/+23
|\ \ | |/
| * Create property cache in case of Component{} rootAaron Kennedy2011-06-104-0/+23
* | Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qt-qml-teamQt Continuous Integration System2011-06-094-1/+25
|\ \ | |/
| * 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
* | Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qt-qml-teamQt Continuous Integration System2011-06-0276-424/+459
|\ \ | |/
| * Fix docs on caching for images loaded by image providersBea Lam2011-06-023-4/+39
| * Fixed compile of tst_qscriptextensionplugin on some Windows configurationsRohan McGovern2011-06-011-0/+1
| * QDeclarative: fixed clean animation listsChristiaan Janssen2011-05-313-7/+39