Thorbjørn Lindeijer
909285731f
Revert "No need to export these constants"
...
This reverts commit a61728f6ee .
This was a non-change, since const int is implicitly static in C++.
2010-03-19 15:42:23 +01:00
Lasse Holmstedt
641da7c2cf
Fixed whitespace in code
2010-03-19 14:55:03 +01:00
Thorbjørn Lindeijer
a61728f6ee
No need to export these constants
2010-03-19 14:01:58 +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
8c83a9d088
Added tooltips to qml inspector
2010-03-19 13:59:57 +01:00
Lasse Holmstedt
ce57387f89
Fixed jumping to edit/design mode when debugging qml files
2010-03-19 13:59:57 +01:00
hjk
edaed0b943
cosmetics
2010-03-18 16:48:16 +01:00
hjk
a793f7c44e
qmlinspector: compile fix with namespaces
2010-03-18 16:48:15 +01:00
Lasse Holmstedt
ff30737318
UI fixes to qml inspector
2010-03-18 14:48:31 +01:00
Lasse Holmstedt
cf5bd6de4e
Made qml inspector look nicer and clear its contents upon close
2010-03-18 14:48:30 +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
Kai Koehne
718dd06ed8
Make use of QML, Qml, and Quick consistent
...
- It's QML, not Qml. But this is only the file format.
- The umbrella term is Quick (or Qt Quick, to be sorted out)
2010-03-18 10:50:51 +01:00
Jens Bache-Wiig
195b17979d
More layout fixes
...
- Cleaned up frames in the QML inspactor.
- Do not force toolbar height for designer widgets
2010-03-17 14:39:17 +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
a2fe486b30
QmlInspector: Remove standalone facility
...
It's unmaintained, and there is little chance we will reenable it.
2010-03-12 17:00:36 +01:00
Kai Koehne
6c107ed303
QmlInspector: Remove private header includes
2010-03-12 17:00:36 +01:00
Lasse Holmstedt
68c49a65e9
Plugin manager for enabling/disabling plugins
...
Go to About Plugins and enable/disable plugins from there.
Reviewed-by: mae
2010-03-12 16:02:42 +01:00
dt
51c0913a73
Fix crash
2010-03-10 18:29:22 +01:00
Kai Koehne
2a0d9b2ef3
Fix logic for configuring qt private headers
2010-03-09 16:29:39 +01:00
hjk
9595504bda
Long live the king!
2010-03-05 11:28:13 +01:00
Kai Koehne
f20c2095c4
Qml: MouseRegion got renamed to MouseArea
...
Reviewed-by: Christian Kamm
2010-03-05 10:47:53 +01:00
con
58703ba73d
Version bump.
2010-03-01 17:57:37 +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
Kai Koehne
afa830ecc8
Fix compilation against latest Qt master
...
The API of QmlView has changed. Also, the QmlDom classes became private.
Patch provided by Aaron Kennedy.
Reviewed-by: akennedy
2010-02-22 10:03:10 +01:00
Erik Verbruggen
727d71a48d
Temporary fix, waiting for qt-qml staging to trickle in.
2010-02-17 16:01:41 +01:00
Lasse Holmstedt
b031b206c0
Cleaned up qmlinspector and qmlproject and removed
...
metatype redefinition
2010-02-17 13:08:29 +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
ck
96690963d3
Fix compilation with namespaced Qt.
2010-02-17 11:57:02 +01:00
Lasse Holmstedt
8c2928e12e
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
...
Conflicts:
src/plugins/qmlinspector/qmlinspectorplugin.h
2010-02-16 16:55:47 +01:00
Lasse Holmstedt
4e5089d90d
Merge branch 'debugintegration'
...
Conflicts:
src/plugins/qmlprojectmanager/qmlproject.cpp
src/plugins/qmlprojectmanager/qmlproject.h
2010-02-16 16:30:41 +01:00
ck
69e141c32f
QML stuff: Fix compilation for namespaced Qt.
2010-02-16 15:14:49 +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
Kai Koehne
fdd85b7f33
QmlProjectManager refactoring
...
Putting every class in it's own files + avoid "using namespace"
2010-02-16 13:43:27 +01:00
Roberto Raggi
4e18decbaa
Compile.
2010-02-12 14:51:45 +01:00
Tobias Hunger
d1bdfcc363
Integrate target support
...
* Ease cross device development by introducing 'targets' which
group build- and runsettings that are valid for this one target
Most of the kudos for the code review go to dt. Con, thorbjorn,
ckandler and others did also review parts of this patch.
Reviewed-by: dt
2010-02-09 16:57:37 +01:00
Bea Lam
c0e85146a0
Fix all ids that start with uppercase letters as this is no
...
longer allowed.
2010-02-03 15:41:08 +10: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
c9da13eb21
Use the QmlProject configuration to set the debug server port.
2010-01-13 11:45:51 +10:00
Bea Lam
b3657afb83
Minor fixes
2010-01-12 13:56:52 +10:00
Tobias Hunger
a6ad773722
Make method naming more consistent.
...
* Use id() for methods returning a string used to represent
some type of object.
* Use displayName() for strings that are meant to be user
visible.
* Quieten some warnings while touching the files anyway.
* Move Factories to their products in the plugins where that
was not done before.
Reviewed-by: dt
2010-01-07 18:17:24 +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
mae
43515f1cf6
Add a minimize/maximize action to the output pane
...
This is part of a bigger change to get rid of the output mode.
Reviewed-by: con
2009-12-14 14:26:49 +01:00
Bea Lam
1bf3418314
Add qmlinspector plugin.
2009-12-11 14:56:04 +10:00