Commit Graph

72811 Commits

Author SHA1 Message Date
Lasse Holmstedt
1358619cf0 removed missing implementation for slot 2010-04-23 13:59:40 +02:00
Kai Koehne
ddc7641638 Qml: Bump library version from 4.6 to 4.7
All types in the Qt namespace now have 4.7 as minimum version.
2010-04-23 13:46:13 +02:00
Kai Koehne
1986a3c6f5 QmlDesigner: Fix crash on loading
QDeclarative types are all 4.7 now.
2010-04-23 13:46:13 +02:00
Kai Koehne
f7ca9efbdc QmlDesigner: Fix crash in metainfo loading
Some Bauhaus types seem to have a valid QMetaObject with an
empty class name ...
2010-04-23 13:46:13 +02:00
Kai Koehne
716f2bb33c QmlDesigner: Fix warnings about overshoot
overshoot is deprecated
2010-04-23 13:46:13 +02:00
Kai Koehne
8950694578 QmlDesigner: Fix compilation warnings 2010-04-23 13:46:13 +02:00
con
451418138b Hide building debug helper UI in cases where it's not supported.
Reviewed-by: Alessandro Portale
2010-04-23 13:25:37 +02:00
Lasse Holmstedt
21fbbc2c15 Added preview menu and shortcuts for qt quick (Ctrl+Alt+R)
This was needed since we cannot start stuff otherwise without a project

Task-number: BAUHAUS-450
Reviewed-by: kkoehne
2010-04-23 13:20:44 +02:00
kh1
d086f76038 Improved workaround for new qt documentation, base on dboddie's work.
Make the check more generic, to also work for all other Qt namespaces
than qt.ver.s.ion. Still there's something broken in Qt webkit or so.

Reviewed-by: ck
2010-04-23 12:20:21 +02:00
Tobias Hunger
f996b24612 Remove the side widget of the ProjectLoadWizard
We only have one page there, so there is no need for the
side widget.
2010-04-23 12:10:10 +02:00
Tobias Hunger
aca07a08cb Polish TargetSetupPage
* Use Ui file
 * Add more tooltips to the tree widget
2010-04-23 12:10:09 +02:00
hjk
2a4db8a706 debugger: make script debugger work again 2010-04-23 12:08:00 +02:00
Thomas Hartmann
8e53076c58 QmlDesigner.QmlModelView: Item creation in states
If an item is created in a state it is only visible in that state
by default
See: Bauhaus-600
2010-04-23 11:25:53 +02:00
Thomas Hartmann
9e47fd9e41 QmlDesigner.formEditor: allowing of item creation in states
See Bauhaus-600
2010-04-23 11:25:52 +02:00
Thomas Hartmann
a5b2dca3c9 QmlDesigner.formeditor: do not change back to base state (drag n drop)
The activation of the drag tool should not activate the base state
this is discussed in Bauhaus-600
2010-04-23 11:25:51 +02:00
Thomas Hartmann
3c87882251 QmlDesigner.statesEditor: fix going back to base state
forwarding to QmlModelView::customNotification(); was missing

it missing since ever but the code I removed in
861981a39d shadowed this.

Reviewed-by: Kai Koehne
2010-04-23 11:25:35 +02:00
Kai Koehne
4f016abbf2 Compile fix (API changes in qt-qml) 2010-04-23 10:42:48 +02:00
ck
08b719c992 Maemo: Remove debug output that annoyed someone. 2010-04-23 10:32:15 +02:00
Lasse Holmstedt
50dadda5d5 code cosmetics 2010-04-23 10:12:04 +02:00
Lasse Holmstedt
d10e767e7b Added outputpane files for qml designer 2010-04-23 10:00:12 +02:00
Lasse Holmstedt
21aebed4a5 Styled output panes for qt quick designer 2010-04-23 09:58:29 +02:00
Lasse Holmstedt
4d0ac7c77e qml inspector now shows correct categories for custom properties
Also, a class name is added in qmjs::bind so that we have a class name
for custom properties defined inside a component.
2010-04-23 09:58:29 +02:00
Lasse Holmstedt
26af3a8fae change default qt quick editor to edit mode
Task-number: BAUHAUS-607
2010-04-23 09:58:28 +02:00
Lasse Holmstedt
d6636e4180 Debugger mode for simultaneous QML and C++ debugging (with plugins)
If you have plugins that extend qml, you probably want to debug them
too. This is now possible with the "Start debugging QML and C++
Simultaneously" debug menu entry. Just select a QML project which uses
c++ plugins and start debugging in this mode.
2010-04-23 09:58:28 +02:00
hjk
3fe1617ac8 debugger: make watchers part of the Locals and Watchers view resizable
Still too hidden. Probably the 'Always adjust' settings should be persistent.
2010-04-23 09:58:31 +02:00
con
3d1a97e6df Fix updating the state of menus.
The menus were only updated during context changes
(not if action states where updated directly),
and didn't take into account that the active action for a context
might still be disabled.
Also, enabled separators should not automatically lead to enabled menus.
2010-04-23 04:30:47 +02:00
con
2958b0bae2 Cmd+0 is already taken for hiding the navigation sidebar. 2010-04-23 04:30:47 +02:00
Erik Verbruggen
6237bbb453 Fixed rewriting for grouped properties. 2010-04-22 18:50:29 +02:00
kh1
3907104169 Fix build break after rebase. 2010-04-22 17:34:35 +02:00
kh1
f13d2b4bf8 Fix warning. 2010-04-22 17:32:40 +02:00
Erik Verbruggen
b03ef971b0 Fixed reading of grouped properties.
Task-number: BAUHAUS-620
2010-04-22 17:16:54 +02:00
Marco Bubke
071722fb06 Use AbstractView as base class NavigatorView
This is fixing a crash

Task-Number: BAUHAUS-622
Reviewed-by: Marco Bubke
2010-04-22 17:00:28 +02:00
Christian Kamm
3096b2a06f QmlJS: Set importing scopes for scripts correctly.
They had not yet been updated to the new way of importing javascript.

Reviewed-by: Erik Verbruggen
2010-04-22 16:36:43 +02:00
Christian Kamm
3286f48504 QmlJS: Remove Link::scopeChainAt, initialize scope chain in constructor.
Use ScopeBuilder.push(...) for the same functionality.

Reviewed-by: Erik Verbruggen
2010-04-22 16:36:43 +02:00
Banana Joe
91853c7c83 error message corrected in QRC editor
Reviewed-by: danimo
2010-04-22 16:33:48 +02:00
Daniel Molkentin
199f6f8b8d Adding file icons for inclusion in windows executable.
Includes sources.
2010-04-22 15:39:07 +02:00
Kai Koehne
4047e0456b Fix gcc compiler warnings 2010-04-22 15:36:42 +02:00
Kai Koehne
a50371f214 Rename variable from metaProperty to property 2010-04-22 15:00:17 +02:00
Jens Bache-Wiig
75b0d84cab Prettify the Wizard
I created a nicer blue arrow by default and
use standard icons on X11 where possible.
Note that we still need an alternative solution
for mac.

Reviewed-by:thorbjorn
2010-04-22 14:44:49 +02:00
Marco Bubke
8390467ac1 Remove the exception for a invalid type in the node creation in the
model

All views should be now work with node without valid type.

Reviewed-by: kkoehne
2010-04-22 14:03:03 +02:00
Marco Bubke
06dba9b6df Negative Z will stack an item behind its parent in the formeditor
Task-number: BAUHAUS-618
Reviewed-by: kkoehne
2010-04-22 14:03:03 +02:00
Friedemann Kleint
799c624caf Fix trk-Launcher output connection. 2010-04-22 12:29:20 +02:00
Kai Koehne
e8213ba842 Fix compilation of Quick Designer / Inspector for installed qt headers
Add QtGui/private to the list of include paths.

qdeclarativeitem_p.h has:

  #include <private/qgraphicsitem_p.h>

which failed before.
2010-04-22 11:19:03 +02:00
Tobias Hunger
efa775017a Add tooltips to EnvironmentEditModel
Tasknumber: QTCREATORBUG-1188
2010-04-22 10:59:19 +02:00
Daniel Molkentin
8f6be3c311 Fix background color in News & Support tab. 2010-04-21 17:48:14 +02:00
Friedemann Kleint
9d2ca0e8cf MSVC: Try to determine version if none is set.
Try to find matching version for mkspec.
Rubber-stamped-by: Joerg Bornemann <qtc-committer@nokia.com>
2010-04-21 17:24:37 +02:00
Daniel Molkentin
ed27cffc02 Revert "Welcome mode: Base on QScrollArea."
No need for scrolling after my last commit.

This reverts commit 577057d2a9.
2010-04-21 16:24:49 +02:00
Tobias Hunger
bac08e9380 Escape env vars for the summary 2010-04-21 16:13:13 +02:00
Tobias Hunger
fdc39de60f Use QTableView for the EnvironmentEditModel
* Add annoying code to set the table up in a way that looks decent
 * On the plus side: Keyboard handling is *much* better now

Reviewed-by: dt
2010-04-21 16:13:12 +02:00
Tobias Hunger
089e5d3840 Cleanup EnvironmentEditModel
* Remove now unused code
 * Make updateButtons private
 * Remove unnecessary calls to update Button

Reviewed-by: dt
2010-04-21 16:13:12 +02:00