Marco Bubke
8512f1ed4a
QmlDesigner: Don't show the dock icon for the puppet anymore
2011-01-13 18:05:34 +01:00
Kai Koehne
b0184e9187
QmlObserver: Fix compilation when no private headers are installed
...
Regression introduced in 17d11b7be3 .
2011-01-13 10:45:00 +01:00
Christian Kamm
033a0ff12e
qmldump: Add example to clear up intended usage.
...
Reviewed-by: Kai Koehne
2011-01-12 14:03:01 +01:00
Christian Kamm
18f9031ba6
qmldump: Add signal handler to catch segvs.
...
Reviewed-by: aep
2011-01-12 13:16:07 +01:00
con
d1023c7614
It's 2011 now.
...
Reviewed-by: hjk
2011-01-12 09:46:24 +01:00
con
b1bcf081d8
Merge branch '2.1'
...
Conflicts:
src/plugins/coreplugin/basemode.cpp
src/plugins/coreplugin/basemode.h
src/plugins/coreplugin/scriptmanager/qworkbench_wrapper.cpp
src/plugins/coreplugin/scriptmanager/qworkbench_wrapper.h
src/plugins/debugger/cdb/cdbsymbolpathlisteditor.cpp
src/plugins/debugger/debuggeragents.cpp
src/plugins/debugger/debuggeruiswitcher.cpp
src/plugins/debugger/debuggeruiswitcher.h
src/plugins/projectexplorer/buildconfigdialog.cpp
src/plugins/qmldesigner/components/propertyeditor/colorwidget.cpp
src/plugins/qmldesigner/components/propertyeditor/colorwidget.h
src/plugins/qmldesigner/designercore/include/enumeratormetainfo.h
src/plugins/qmldesigner/designercore/include/modelutilities.h
src/plugins/qmldesigner/designercore/include/nodeinstance.h
src/plugins/qmldesigner/designercore/include/propertymetainfo.h
src/plugins/qmldesigner/designercore/instances/graphicsscenenodeinstance.cpp
src/plugins/qmldesigner/designercore/instances/graphicsscenenodeinstance.h
src/plugins/qmldesigner/designercore/instances/graphicsviewnodeinstance.cpp
src/plugins/qmldesigner/designercore/instances/graphicswidgetnodeinstance.cpp
src/plugins/qmldesigner/designercore/instances/graphicswidgetnodeinstance.h
src/plugins/qmldesigner/designercore/instances/nodeinstance.cpp
src/plugins/qmldesigner/designercore/instances/qmlviewnodeinstance.cpp
src/plugins/qmldesigner/designercore/instances/widgetnodeinstance.cpp
src/plugins/qmldesigner/designercore/instances/widgetnodeinstance.h
src/plugins/qmldesigner/designercore/metainfo/enumeratormetainfo.cpp
src/plugins/qmldesigner/designercore/metainfo/propertymetainfo.cpp
src/plugins/qmldesigner/designercore/model/modelutilities.cpp
src/plugins/snippets/inputwidget.cpp
src/plugins/snippets/snippetscompletion.cpp
src/plugins/snippets/snippetscompletion.h
src/plugins/snippets/snippetspec.cpp
src/plugins/snippets/snippetsplugin.cpp
src/plugins/snippets/snippetswindow.cpp
src/plugins/snippets/snippetswindow.h
src/plugins/texteditor/snippetsparser.cpp
src/tools/qml/qmldom/main.cpp
tests/manual/trk/runner.cpp
tests/manual/trk/trkolddevice.cpp
tests/manual/trk/trkolddevice.h
tests/manual/trk/trkserver.cpp
2010-12-17 17:00:53 +01:00
con
04e32b0049
License headers.
2010-12-17 16:03:42 +01:00
Kai Koehne
17d11b7be3
Update qmlobserver with latest qmlviewer patches
...
Update qmlobserver with changes in qmlviewer until 376e636eccedb8d8bb.
2010-12-10 13:25:26 +01:00
Kai Koehne
801c8bb6d4
QmlJSDebugger: Code cleanup
...
Fix indentation + line length.
2010-12-01 16:54:32 +01:00
con
7c0b1b63d5
Merge remote branch 'origin/2.1' into master
2010-11-30 16:45:15 +01:00
Christian Kamm
3fbc0bd31d
QmlDump: Fix use with namespaced types.
...
Reviewed-by: Roberto Raggi
2010-11-30 13:42:00 +01:00
Christian Kamm
e732b3c102
QmlDump: Allow building and using with Simulator Qt >= 4.7.1.
...
Reviewed-by: owolff
Reviewed-by: Kai Koehne
2010-11-26 11:18:26 +01:00
Kai Koehne
d2ed221b1b
QmlObserver: Add 'show app on top' switch to creator + qmlobserver
...
This is convenient especially in the observer mode.
Reviewed-by: Christiaan Janssen
2010-11-23 16:24:23 +01:00
Kai Koehne
e0811beef3
QmlJsDebugger: Code cleanup
2010-11-23 16:24:23 +01:00
Kai Koehne
302a07b05b
QmlJSDebugger: Fix indentation in .pri file
2010-11-23 16:24:22 +01:00
Kai Koehne
ff7abee83b
QmlJsDebugger: Remove QWEAKPOINTER_ENABLE_ARROW define
...
Any DEFINE used in qmljsdebugger-lib.pri is also passed to the users
code.
2010-11-23 16:24:22 +01:00
Kai Koehne
28adb0a178
QmlJSDebugger: Remove editor.pri
...
Incorporate into qmljsdebugger-lib.pri
Task-number: QTCREATORBUG-2951
2010-11-23 16:24:22 +01:00
Kai Koehne
8b59a52bc1
Revert "make compile against 4.7 mainline"
...
This reverts commit 110c58d09e ,
and enables qmljs debugging again.
2010-11-19 15:52:11 +01:00
dt
c9c5fe1542
Merge remote branch 'origin/2.1'
...
Conflicts:
share/qtcreator/static.pro
src/plugins/qmljseditor/qmljshoverhandler.cpp
src/plugins/qt4projectmanager/gettingstartedwelcomepagewidget.cpp
2010-11-18 19:28:23 +01:00
Kai Koehne
2b8e5b5333
QmlObserver: Fix navigation on Mac OS X
...
The QmlObserver relies on installing an event handler on the graphicsview
viewport, to get e.g. Mouse events.
QmlObserver on Mac OS X switches the viewport later on to a QGLViewPort, when
QmlObserver has already been set up ... Make QmlObserver aware of this by
listening to the ChildRemoved event that will be signalled in this case.
Task-number: QTCREATORBUG-2892
Reviewed-by: Lasse Holmstedt
2010-11-16 11:01:01 +01:00
Oswald Buddenhagen
04d4d309f7
Merge remote branch 'origin/2.1'
...
Conflicts:
share/qtcreator/static.pro
src/plugins/qmljseditor/qmljsoutlinetreeview.cpp
src/plugins/projectexplorer/outputwindow.cpp
2010-11-15 19:03:18 +01:00
Kai Koehne
d16c75fe00
QmlJSDebugger: Simplify selection handling code
...
Avoids multiple calls singleSelectionManipulator.select().
2010-11-12 15:08:09 +01:00
Kai Koehne
3bec12a4bf
QmlJsDebugger: Avoid CURRENT_OBJECTS_CHANGED message flooding
2010-11-12 15:08:09 +01:00
Kai Koehne
4201046b9b
QmlObserver: Remove breadcrumb widget in observer mode
...
I wasn't able to get it working on Mac OS X: Putting it on top
of the QGraphicsView doesn't work because Cocoa doesn't allow a
widget to be on top of OpenGL viewport. Embedding it as a
QGraphicsProxyWidget produces lots of Cocoa warnings (raster engine related).
Anyhow, the same widget shows up in the Debugger/Observer tab of
Qt Creator.
Reviewed-by: Lasse Holmstedt
2010-11-11 12:51:15 +01:00
Thomas Hartmann
f7e7de44cb
QmlJS: Dump isWritable and isPointer for types.
...
Reviewed-by: Christian Kamm
2010-11-11 11:49:11 +01:00
dt
4ac7253205
Merge remote branch 'origin/2.1'
...
Conflicts:
share/qtcreator/static.pro
src/plugins/cppeditor/cppeditor.cpp
src/plugins/qmljseditor/qmljseditor.cpp
src/plugins/qt4projectmanager/qt-maemo/maemodeployablelistmodel.cpp
src/plugins/qt4projectmanager/qt-maemo/maemodeploystepwidget.cpp
src/plugins/qt4projectmanager/qt-maemo/maemodeploystepwidget.ui
src/plugins/qt4projectmanager/qtoutputformatter.cpp
src/plugins/texteditor/generichighlighter/highlightersettings.cpp
2010-11-10 17:02:40 +01:00
Kai Koehne
3d758f12c4
QmlObserver: Fix compilation if no private headers are installed
...
Use the copy of the qdeclarativedebughelper_p.h that we have in
qtcreator instead.
Reviewed-by: Christiaan Janssen
2010-11-09 12:40:06 +01:00
Bill King
110c58d09e
make compile against 4.7 mainline
2010-11-09 14:53:21 +10:00
Kai Koehne
bb27ed24bf
Revert "QmlJsDebugger: Fix observer navigation on Mac OS X"
...
This reverts accidentally pushed commit 4f33fbc229 .
2010-11-05 16:21:00 +01:00
Kai Koehne
4f33fbc229
QmlJsDebugger: Fix observer navigation on Mac OS X
...
Seems that mouse events aren't sent through the viewport on Mac OS X.
2010-11-05 16:15:53 +01:00
Oswald Buddenhagen
dd45277a19
Merge remote branch 'origin/2.1'
...
Conflicts:
share/qtcreator/templates/qmlapp/app.pro
src/plugins/plugins.pro
src/plugins/qt4projectmanager/qt4project.h
src/plugins/qt4projectmanager/qt4projectmanager_dependencies.pri
2010-11-04 19:18:45 +01:00
Kai Koehne
26f79571e6
QmlObserver: Use new 4.7.1 API to enable qml debugging
...
Qml debugging is now disabled by default, and has to be enabled
explicitly (b2016bbfc9). This has to be done before the
QDView/QDEngine is instantiated ...
Reviewed-by: Alessandro Portale
2010-11-03 14:07:16 +01:00
Kai Koehne
2ac91abd30
QmlApp template: Use new 4.7.1 API to enable qml debugging
...
Qml debugging is now disabled by default, and has to be enabled
explicitly (b2016bbfc9). This has to be done before the
QDView/QDEngine is instantiated ...
The patch introduces a static create method to QmlApplicationViewer,
so that the setup can be hidden from the users main file.
Reviewed-by: Alessandro Portale
2010-11-03 14:06:44 +01:00
con
dbb1c5ef77
Merge remote branch 'origin/2.1'
2010-11-02 11:14:03 +01:00
Alessandro Portale
7d622f1145
Changing template/qmljsdbg-lib as suggested in QTCREATORBUG-2885
...
- Renaming the screen orientation enum and keys
- Explicit constructors
- Virtual destructors
- Renamed some occurences of 'Qml' in comments to 'QML'
- Adding descriptive comments to all generated files which should
not be touched by the user.
- Adding missing license headers to the qmljsdebugger sources
Task-Number: QTCREATORBUG-2885
Reviewed-by: Friedemann Kleint
Reviewed-by: dt
2010-11-01 17:03:46 +01:00
hjk
0afb34d5eb
debugger: refactor breakpoint type, add function name to resolved jsbreakpoints
2010-10-29 14:31:16 +02:00
hjk
a3b24d233c
debugger: pimpl JSDebuggerAgent
2010-10-27 18:44:25 +02:00
hjk
0593aa5bba
jsdebugger: add a dummy entry to arrays that have no real children
2010-10-27 18:03:11 +02:00
hjk
f51301585e
jsdebugger: use a real structure for a stack frame in the debuggeragent
2010-10-27 17:38:00 +02:00
hjk
f93fe86be7
jsdebugger: don't output function code. it's useless.
2010-10-27 17:38:00 +02:00
hjk
63ca71c2c7
jsdebugger: use QByteArray for data transfer
...
Easier to debug, less data to transfer.
2010-10-27 17:38:00 +02:00
Kai Koehne
665527346c
QmlObserver: Fix "Waiting for connection ..." message box on exit (Windows)
...
Disable the message box feature alltogether: Debugging output should be
captured by QtCreator already.
Task-number: QTCREATORBUG-2748
2010-10-15 12:54:07 +02:00
Kai Koehne
87bb227605
QmlJSDebugger: Don't crash when using wheel & no items selected
...
Task-number: QTCREATORBUG-2739
Reviewed-by: Lasse Holmstedt
2010-10-14 14:45:43 +02:00
Kai Koehne
1839015452
QmlJSDebugger: Highlight items only if in Observer mode
...
Task-number: QTCREATORBUG-2672
Reviewed-by: Lasse Holmstedt
2010-10-14 14:45:43 +02:00
Kai Koehne
0a8c34d382
QmlApp: Only use QMLJSDEBUGGER define to activate qml debugging
...
Don't confuse users by two defines they have to comment in when
they just want to 'debug': Instead QMLJSDEBUGGER now activates
both the Js Debugger & and the QmlObserver services. Finetuning
can still be done by using the (undocumented) NO_JSDEBUGGER,
NO_QMLOBSERVER defines.
2010-10-13 16:52:58 +02:00
Kai Koehne
8162839827
QmlJSDebugger: Remove reference to JSDebugger in QDeclarativeViewObserver
...
Make Observer and JSDebugger orthogonal.
2010-10-13 16:52:58 +02:00
Kai Koehne
878f146ede
QmlObserver: Fix QPainter warnings
...
The specified images in the resources weren't part of the qmlobserver,
and therefore 'tinting' then resulted in QPainter errors.
Task-number: QTCREATORBUG-2562
Reviewed-by: Lasse Holmstedt
2010-10-08 15:51:55 +02:00
Kai Koehne
5532f939b5
QmlObserver: Fix compilation if no private headers are installed
...
Don't support the Recording + Test Script features if there are
no private headers installed.
Reviewed-by: Lasse Holmstedt
2010-10-06 14:59:25 +02:00
Kai Koehne
c6c2486d5d
QmlJSDebugger: Fix linkage error
...
Make sure that the private API used from Qt is compiled with
Q_DECL_IMPORT.
Task-number: QTCREATORBUG-2609
2010-10-05 16:58:59 +02:00
Kai Koehne
c1954e09fc
QmlJSDebugger: Fix path in standalone .pro file
2010-10-05 16:58:59 +02:00