Commit Graph

7 Commits

Author SHA1 Message Date
Thomas Hartmann
45aa74ab07 QtQuickToolBars: bugfix for TextInput and TextEdit
TextEdit and TextInput were ignored

Reviewed-by: Kai Koehne
2010-10-08 15:28:56 +02:00
Friedemann Kleint
d207c8cdcb L10n: tr()-fixes, message strings, compiler warnings.
Rename 'QML standalone application' to 'QML application'
and the 'old-style' QML applications to
'QML Viewer based applications'.

For the QML renaming:
Rubber-stamped-by: Alessandro Portale <alessandro.portale@nokia.com>
2010-09-15 15:16:13 +02:00
Thomas Hartmann
36a955fa1e QuickToolbar: unifies naming to Quick ToolBar and clarifies tooltips 2010-09-01 11:55:03 +02:00
Thomas Hartmann
164b81add7 QuickToolBar: use (x) icon to hide ToolBar 2010-08-17 15:41:35 +02:00
Thomas Hartmann
b372f9db02 QuickToolBar: use absolute positioning for dragging
This resolves several usability bugs.
2010-08-13 17:22:22 +02:00
Thomas Hartmann
2c160a9b2a QmlJSEditor: extending IContextPane with a signal
closed() is emitted when the pane is hidden/closed.
2010-08-13 17:22:19 +02:00
Thomas Hartmann
12916161ab Creating lib: qmleditorwidgets
The library qmleditorwidgets contains widgets and image resources
what are shared between QuickToolBar and QmlDesigner
This library is created to make QuickToolBar independent from
QmlDesigner plugin.

All the widgets I moved to qmleditorwidgets are removed from
QmlDesigner in this patch
2010-08-12 15:50:17 +02:00