summaryrefslogtreecommitdiff
path: root/src/plugins/qmlinspector/qmlinspectorplugin.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Let's start from scratch with a new debugger for QmlJS.Roberto Raggi2010-06-281-198/+0
|
* Get rid of the old the QML inspector code.Roberto Raggi2010-06-281-12/+35
|
* Core::Context: compile hot fix for Windows.hjk2010-06-251-3/+2
|
* core: use a class derived from QList<int> instead of a QList<int> for ↵hjk2010-06-251-1/+1
| | | | | | | | Core::Context A mostly mechanical change. Reviewed-By: con
* Fixed strings in qmlinspector and shutdown() issuesLasse Holmstedt2010-04-291-1/+1
|
* Rename IPlugin::shutdown --> IPlugin::aboutToShutdowncon2010-04-281-1/+1
| | | | Discussed-with: hjk
* Moved plugin deletion code from shutdown() to destructorLasse Holmstedt2010-04-281-3/+4
| | | | Task-number: QTCREATORBUG-1288
* Categories and saving of settings in qml inspectorLasse Holmstedt2010-04-211-1/+1
|
* Added debugging mode for simultaneous QML and C++ debuggingLasse Holmstedt2010-04-151-23/+4
| | | | | | | | | | It's not yet possible to attach to an external app running a qml debugging server, because the server is only started on startup if an env variable is set. Changing this requires action from Brisbane, but even the current solution works for C++ apps with QML in them. Task-number: BAUHAUS-585 Reviewed-by: dt
* restored commented-out codeLasse Holmstedt2010-04-131-2/+2
|
* Fixed auto-switching issues with QML inspector and c++ debuggerLasse Holmstedt2010-04-131-15/+9
| | | | Reviewed-by: hjk
* Fixed crash with debugger when qml inspector is not enabled as pluginLasse Holmstedt2010-03-261-2/+0
|
* Help for qml inspector (with F1), namespace fixesLasse Holmstedt2010-03-221-5/+4
|
* context-based hiding/showing of debug menu entriesLasse Holmstedt2010-03-191-1/+3
| | | | | | | | the previous implementation relied on poking around with setVisible of the menu actions. Now, command attribute CA_Hide is used instead for the necessary entries. Reviewed-by: hjk
* UI fixes to qml inspectorLasse Holmstedt2010-03-181-1/+9
|
* Header cleaning spree in Core/Debugger and Symbian/Maemo-code of Qt4.Friedemann Kleint2010-03-181-0/+1
|
* compile fixeshjk2010-03-171-1/+1
|
* Fix gcc warningsKai Koehne2010-03-171-1/+0
|
* Fixed compilation due to fancylineedit changeLasse Holmstedt2010-03-171-1/+1
|
* Highlighting and more sensible watchers to qml inspectorLasse Holmstedt2010-03-171-0/+1
|
* Only attempt to connect debugger if debug mode is activatedLasse Holmstedt2010-03-171-6/+10
|
* QmlInspector: Remove private header includesKai Koehne2010-03-121-3/+0
|
* Long live the king!hjk2010-03-051-1/+1
|
* QmlInspector: Fix compilation with latest changes of QDeclarativeKai Koehne2010-02-261-2/+2
| | | | All files have been renamed from Qml to QDeclarative
* Moved Qml Inspector Output pane to a dock widget within the debugger.Lasse Holmstedt2010-02-171-11/+0
|
* Changed QML Inspector from a separate global mode to a plugin.Lasse Holmstedt2010-02-161-26/+108
| | | | | | The new QML Inspector depends on DebuggerPlugin. Also added a dropdown menu into the debugger toolbar from which the user can select the used debugging language, e.g. C++ or QML.
* Merge remote branch 'origin/1.3'Oswald Buddenhagen2010-01-291-1/+1
| | | | Trailing whitespace removal re-applied manually.
* Fix QmlInspector to work properly now that QmlProjectManagerBea Lam2009-12-181-51/+8
| | | | | | | no longer uses LocalAppRunConfiguration. QmlInspector now uses the qmlviewer started by QmlProjectManager instead of starting its own, and clicking the Start Debug button within a QML project will switch to QML Inspect mode and start the inspector.
* Add qmlinspector plugin.Bea Lam2009-12-111-0/+163