hjk
2f5f358ff4
Core::Context: compile hot fix for Windows.
2010-06-25 17:38:25 +02:00
hjk
c7e8b51d37
core: use a class derived from QList<int> instead of a QList<int> for Core::Context
...
A mostly mechanical change.
Reviewed-By: con
2010-06-25 12:58:07 +02:00
Lasse Holmstedt
43b9d1aad1
Fixed strings in qmlinspector and shutdown() issues
2010-04-29 09:09:35 +02:00
con
ca14299790
Rename IPlugin::shutdown --> IPlugin::aboutToShutdown
...
Discussed-with: hjk
2010-04-28 17:32:01 +02:00
Lasse Holmstedt
a3aa879827
Moved plugin deletion code from shutdown() to destructor
...
Task-number: QTCREATORBUG-1288
2010-04-28 11:19:08 +02:00
Lasse Holmstedt
473a8e5d28
Categories and saving of settings in qml inspector
2010-04-21 10:32:26 +02:00
Lasse Holmstedt
990ec1be91
Added debugging mode for simultaneous QML and C++ debugging
...
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
2010-04-15 15:08:32 +02:00
Lasse Holmstedt
656899842c
restored commented-out code
2010-04-13 15:48:01 +02:00
Lasse Holmstedt
af3f10dfdd
Fixed auto-switching issues with QML inspector and c++ debugger
...
Reviewed-by: hjk
2010-04-13 15:16:03 +02:00
Lasse Holmstedt
62d1d6bf73
Fixed crash with debugger when qml inspector is not enabled as plugin
2010-03-26 16:43:39 +01:00
Lasse Holmstedt
0b010954ad
Help for qml inspector (with F1), namespace fixes
2010-03-22 11:43:54 +01:00
Lasse Holmstedt
d5bdad2269
context-based hiding/showing of debug menu entries
...
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
2010-03-19 13:59:57 +01:00
Lasse Holmstedt
ff30737318
UI fixes to qml inspector
2010-03-18 14:48:31 +01:00
Friedemann Kleint
bbcacaf59f
Header cleaning spree in Core/Debugger and Symbian/Maemo-code of Qt4.
2010-03-18 10:59:06 +01:00
hjk
7b49fdea04
compile fixes
2010-03-17 12:19:42 +01:00
Kai Koehne
61c786c8fe
Fix gcc warnings
2010-03-17 12:19:07 +01:00
Lasse Holmstedt
3fb241c858
Fixed compilation due to fancylineedit change
2010-03-17 11:56:00 +01:00
Lasse Holmstedt
90abf1bf2d
Highlighting and more sensible watchers to qml inspector
2010-03-17 11:38:09 +01:00
Lasse Holmstedt
fd81a276ca
Only attempt to connect debugger if debug mode is activated
2010-03-17 09:04:13 +01:00
Kai Koehne
6c107ed303
QmlInspector: Remove private header includes
2010-03-12 17:00:36 +01:00
hjk
9595504bda
Long live the king!
2010-03-05 11:28:13 +01:00
Kai Koehne
4ee19843d7
QmlInspector: Fix compilation with latest changes of QDeclarative
...
All files have been renamed from Qml to QDeclarative
2010-02-26 14:42:11 +01:00
Lasse Holmstedt
f38ff9648e
Moved Qml Inspector Output pane to a dock widget within the debugger.
2010-02-17 12:58:25 +01:00
Lasse Holmstedt
580280af26
Changed QML Inspector from a separate global mode to a plugin.
...
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.
2010-02-16 15:13:09 +01:00
Oswald Buddenhagen
75b42f18d8
Merge remote branch 'origin/1.3'
...
Trailing whitespace removal re-applied manually.
2010-01-29 22:50:23 +01:00
Bea Lam
200a03ed20
Fix QmlInspector to work properly now that QmlProjectManager
...
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.
2009-12-18 15:32:36 +10:00
Bea Lam
1bf3418314
Add qmlinspector plugin.
2009-12-11 14:56:04 +10:00