summaryrefslogtreecommitdiff
path: root/src/plugins/qmljsinspector/qmljsinspectorplugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge QML inspector into debugger pluginKai Koehne2012-05-091-153/+0
* Don't add singleton model manager to object pool.Eike Ziller2012-05-041-7/+0
* QmlJSInspector: Fix line lengthKai Koehne2012-04-171-7/+15
* QmlJSInspector: Fix whitespace issuesKai Koehne2012-04-171-1/+1
* QmlJSInspector: Clean up dependenciesKai Koehne2012-04-121-2/+0
* Removed module names from #include directives.Erik Verbruggen2012-02-151-6/+6
* Long live the king!hjk2012-01-261-1/+1
* InspectorPlugin: Handle disconnectAurindam Jana2011-11-111-10/+6
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* core: remove usages of Core::ICore::instance()->modeManager()hjk2011-09-051-6/+3
* QmlJSInspector: Fix naming of QmlInspectorToolBarKai Koehne2011-06-281-14/+11
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Update license.hjk2011-04-131-14/+13
* It's 2011 now.con2011-01-121-1/+1
* Merge branch '2.1'con2010-12-171-7/+11
|\
| * License headers.con2010-12-171-7/+11
* | Replace BaseMode convenience class by individual implementation.hjk2010-12-071-0/+1
* | qmljsinspector: remove unused global variablehjk2010-12-031-14/+0
* | debugger: compile hot fixhjk2010-12-031-5/+2
* | QmlJsInspector: Fix crash on plugin initializationKai Koehne2010-12-031-1/+20
* | debugger: compile fixBill King2010-12-031-1/+0
|/
* QmlJSInspector: Fix disconnect() warnings on users app shutdownKai Koehne2010-10-081-1/+2
* QmlInspector: Fix regression in live previewKai Koehne2010-10-041-3/+10
* QmlDebugger: Enable basic debugging without QmlInspector pluginKai Koehne2010-09-221-5/+0
* Debugger: Move DebuggerEngine/QmlEngine/QmlCppEngine into Debugger{}Friedemann Kleint2010-09-131-2/+2
* QmlInspector: tooltips in qmldebug modeChristiaan Janssen2010-09-081-0/+11
* Qml Debugger: Code style and cleanupLasse Holmstedt2010-08-241-1/+1
* Qml Debugger: Enable debugging qml+cpp standalone applicationsLasse Holmstedt2010-08-241-10/+1
* QML Debugger refactoringLasse Holmstedt2010-08-131-93/+28
* Added settings class to QML InspectorLasse Holmstedt2010-08-121-1/+2
* qmljsinspectorplugin: coding stylehjk2010-08-111-26/+26
* Qml JS Inspector: Added context crumble path as a dock widgetLasse Holmstedt2010-08-021-12/+4
* Qml JS Live Preview: Show warnings when running Live PreviewLasse Holmstedt2010-07-301-0/+1
* QmlJS Live Preview: Added color box to toolbarLasse Holmstedt2010-07-271-0/+1
* QmlJS Live Preview: Implemented "Apply changes from Qml File" buttonLasse Holmstedt2010-07-271-0/+1
* Merge branch 'qmljsinspector'Olivier Goffart2010-07-141-1/+2
* added mode buttons to custom qml viewer and qmljsinspector toolbarLasse Holmstedt2010-07-141-0/+2
* QMLJSInspector: remove more warnings and debugsOlivier Goffart2010-07-091-13/+0
* connected reloading signalsLasse Holmstedt2010-07-081-0/+1
* manually applied changes from qmlinspector to qmljsinspectorLasse Holmstedt2010-07-081-18/+15
* Observe the QML/JS model manager.Roberto Raggi2010-06-291-0/+6
* Get the QmlJS::ModelManagerInterface instance.Roberto Raggi2010-06-291-0/+5
* Start the inspector.Roberto Raggi2010-06-291-5/+4
* Reenabled more code.Roberto Raggi2010-06-291-4/+28
* Added QmlJS::Internal::Inspector.Roberto Raggi2010-06-291-10/+13
* Start the application using the QML inspector.Roberto Raggi2010-06-291-20/+20
* Let's start from scratch with a new debugger for QmlJS.Roberto Raggi2010-06-281-0/+198