OSDN Git Service

QML JS Debugger: Don't update deltas when not debugging
[qt-creator-jp/qt-creator-jp.git] / src / plugins / qmljsinspector / qmljsinspector.cpp
2010-08-02 Lasse HolmstedtQML JS Debugger: Don't update deltas when not debugging
2010-07-30 Lasse HolmstedtQml JS Live Preview: Show warnings when running Live...
2010-07-28 Christian KammMerge branch '2.0'
2010-07-27 Lasse HolmstedtQmlJS Live Preview: Fixed highlighting from text editor...
2010-07-27 Lasse HolmstedtQmlJS Live Preview: Implemented "Apply changes from...
2010-07-26 conMerge remote branch 'origin/2.0'
2010-07-26 conMerge commit origin/2.0 '6bd790bd0fa85ddebc680ca4af4878...
2010-07-26 conMerge commit origin/2.0 '1a985148340ff3b29c752036857446...
2010-07-21 Olivier GoffartQmlJsDelta: moved to the QMLJS library
2010-07-20 Olivier GoffartQml Live Preview: lazily create QmlJSLiveTextPreview
2010-07-20 Olivier GoffartQml Live Preview: Update the QmlJSLiveTextPreview When...
2010-07-19 Olivier GoffartQml Live Preview: Match debug Id for new created objects.
2010-07-16 Lasse Holmstedtchanging QmlJsLivePreview to work with multiple documents
2010-07-16 conMerge remote branch 'origin/2.0'
2010-07-14 hjkcompile fix
2010-07-14 Lasse HolmstedtMoved debug id -> AST mapping code to livepreview class
2010-07-14 Olivier GoffartMerge branch 'qmljsinspector'
2010-07-14 Olivier Goffartqmljsinspector: use the columnNumber as well as the...
2010-07-14 Lasse Holmstedtfixes related to update of delta
2010-07-14 Olivier GoffartQMLJS::Delta: Improved the delta
2010-07-09 Olivier GoffartQMLJSInspector: remove warnings and debugs
2010-07-08 Olivier GoffartMerge branch 'qmljsinspector' of scm.dev.nokia.troll...
2010-07-08 Olivier GoffartMerge remote branch 'origin/master' into qmljsinspector
2010-07-08 Lasse Holmstedtconnected reloading signals
2010-07-08 Lasse Holmstedtmanually applied changes from qmlinspector to qmljsinsp...
2010-07-01 Roberto RaggiMerge branch 'master' of ../master into qmljsinspector
2010-06-29 Roberto RaggiObserve the QML/JS model manager.
2010-06-29 Roberto RaggiRemoved dangerous unfinished code.
2010-06-29 Roberto RaggiStart the inspector.
2010-06-29 Roberto RaggiCleanup
2010-06-29 Roberto RaggiReenabled more code from the original inspector.
2010-06-29 Roberto RaggiAdded QmlJS::Internal::Inspector.