Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Let's start from scratch with a new debugger for QmlJS. | Roberto Raggi | 2010-06-28 | 1 | -198/+0 |
| | |||||
* | Get rid of the old the QML inspector code. | Roberto Raggi | 2010-06-28 | 1 | -12/+35 |
| | |||||
* | Core::Context: compile hot fix for Windows. | hjk | 2010-06-25 | 1 | -3/+2 |
| | |||||
* | core: use a class derived from QList<int> instead of a QList<int> for ↵ | hjk | 2010-06-25 | 1 | -1/+1 |
| | | | | | | | | Core::Context A mostly mechanical change. Reviewed-By: con | ||||
* | Fixed strings in qmlinspector and shutdown() issues | Lasse Holmstedt | 2010-04-29 | 1 | -1/+1 |
| | |||||
* | Rename IPlugin::shutdown --> IPlugin::aboutToShutdown | con | 2010-04-28 | 1 | -1/+1 |
| | | | | Discussed-with: hjk | ||||
* | Moved plugin deletion code from shutdown() to destructor | Lasse Holmstedt | 2010-04-28 | 1 | -3/+4 |
| | | | | Task-number: QTCREATORBUG-1288 | ||||
* | Categories and saving of settings in qml inspector | Lasse Holmstedt | 2010-04-21 | 1 | -1/+1 |
| | |||||
* | Added debugging mode for simultaneous QML and C++ debugging | Lasse Holmstedt | 2010-04-15 | 1 | -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 code | Lasse Holmstedt | 2010-04-13 | 1 | -2/+2 |
| | |||||
* | Fixed auto-switching issues with QML inspector and c++ debugger | Lasse Holmstedt | 2010-04-13 | 1 | -15/+9 |
| | | | | Reviewed-by: hjk | ||||
* | Fixed crash with debugger when qml inspector is not enabled as plugin | Lasse Holmstedt | 2010-03-26 | 1 | -2/+0 |
| | |||||
* | Help for qml inspector (with F1), namespace fixes | Lasse Holmstedt | 2010-03-22 | 1 | -5/+4 |
| | |||||
* | context-based hiding/showing of debug menu entries | Lasse Holmstedt | 2010-03-19 | 1 | -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 inspector | Lasse Holmstedt | 2010-03-18 | 1 | -1/+9 |
| | |||||
* | Header cleaning spree in Core/Debugger and Symbian/Maemo-code of Qt4. | Friedemann Kleint | 2010-03-18 | 1 | -0/+1 |
| | |||||
* | compile fixes | hjk | 2010-03-17 | 1 | -1/+1 |
| | |||||
* | Fix gcc warnings | Kai Koehne | 2010-03-17 | 1 | -1/+0 |
| | |||||
* | Fixed compilation due to fancylineedit change | Lasse Holmstedt | 2010-03-17 | 1 | -1/+1 |
| | |||||
* | Highlighting and more sensible watchers to qml inspector | Lasse Holmstedt | 2010-03-17 | 1 | -0/+1 |
| | |||||
* | Only attempt to connect debugger if debug mode is activated | Lasse Holmstedt | 2010-03-17 | 1 | -6/+10 |
| | |||||
* | QmlInspector: Remove private header includes | Kai Koehne | 2010-03-12 | 1 | -3/+0 |
| | |||||
* | Long live the king! | hjk | 2010-03-05 | 1 | -1/+1 |
| | |||||
* | QmlInspector: Fix compilation with latest changes of QDeclarative | Kai Koehne | 2010-02-26 | 1 | -2/+2 |
| | | | | All files have been renamed from Qml to QDeclarative | ||||
* | Moved Qml Inspector Output pane to a dock widget within the debugger. | Lasse Holmstedt | 2010-02-17 | 1 | -11/+0 |
| | |||||
* | Changed QML Inspector from a separate global mode to a plugin. | Lasse Holmstedt | 2010-02-16 | 1 | -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 Buddenhagen | 2010-01-29 | 1 | -1/+1 |
| | | | | Trailing whitespace removal re-applied manually. | ||||
* | Fix QmlInspector to work properly now that QmlProjectManager | Bea Lam | 2009-12-18 | 1 | -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 Lam | 2009-12-11 | 1 | -0/+163 |