Commit Graph

8184 Commits

Author SHA1 Message Date
Thomas Hartmann
fbd7b3c202 QmlDesigner.propertyEditor: setting a value in intial setup 2010-02-23 17:35:42 +01:00
Thomas Hartmann
97d6e4df5d QmlDesigner.propertyEditor: change caching behaivour 2010-02-23 17:35:42 +01:00
Thomas Hartmann
8f23a4aba2 QmlDesigner.propertyEditor: fix setupPane() 2010-02-23 17:35:41 +01:00
Thomas Hartmann
5181f2ebe7 QmlDesigner.propertyEditor: catch exceptions for expression editing 2010-02-23 17:35:41 +01:00
Thomas Hartmann
86dadaef5b QmlDesigner.propertyEditor: change timing of defered construction 2010-02-23 17:35:40 +01:00
Thomas Hartmann
1b768aaa87 QmlDesigner.propertyEditor: cleanup of SpinBox.qml 2010-02-23 17:35:40 +01:00
Thomas Hartmann
cb61b50aa4 QmlDesigner.propertyEditor: enables caching for WidgetLoader 2010-02-23 17:35:39 +01:00
Christiaan Janssen
1b9c1f8bd1 QmlDesigner.PropertyEditor: removed listview unused properties 2010-02-23 17:28:56 +01:00
Christiaan Janssen
baed6134fa QmlDesigner.PropertyEditor: adjusting radius maximum value 2010-02-23 17:27:55 +01:00
Christiaan Janssen
4010db4669 QmlDesigner.PropertyEditor: Cleaning the interface 2010-02-23 17:27:55 +01:00
Christiaan Janssen
23ce44ce61 QmlDesigner.PropertyEditor: removed color type buttons and fixed label size 2010-02-23 17:27:55 +01:00
Christiaan Janssen
0b1af52741 QmlDesigner.PropertyEditor: Type is now a fixed label 2010-02-23 17:27:54 +01:00
Christiaan Janssen
fa6670c615 QmlDesigner.PropertyEditor: removed effects pane 2010-02-23 17:27:53 +01:00
con
7f4647ec16 Merge remote branch 'origin/1.3'
Conflicts:
	share/qtcreator/translations/translations.pro
2010-02-23 17:26:34 +01:00
Christian Kamm
f0674aa7e9 Add check for anchor line, changed value assignment checks into visitor.
Done-with: Erik Verbruggen
2010-02-23 17:03:05 +01:00
con
04d90d9563 Show target overlay icon only in the active target button. 2010-02-23 16:52:44 +01:00
Christian Kamm
c3578f307d Fix parsing errors not showing for the QmlJS editor.
Done-with: Erik Verbruggen
2010-02-23 16:12:19 +01:00
Kai Koehne
375b08617e QmlDesigner: Fix artifact when moving items around
Don't use the dynamic property "HasFormEditorItem" any more when
checking whether childs have to be drawn directly by it's parent.

The problem was actually introduced with the new dynamic metatype
object (NodeInstanceMetaObject). At the time the dynamic property
"HasFormEditorItem" is set in
GraphicsObjectNodeInstance::createGraphicsObject(), the new metatype
object hasn't been created & attached to the object yet. The dynamic
property was effectively lost when the metatype object changed, leading
to multiple drawings of the child item.

This fix replaces the "HasFormEditorItem" property by directly asking
the NodeInstanceView whether an item draws itself or not.

Reviewed-by: Thomas Hartmann
2010-02-23 16:09:11 +01:00
dt
96e2fef626 Fix CppModelManager::parse broken in recent commit
Reviewed-by: Friedemann Kleint
2010-02-23 15:54:49 +01:00
mae
8bd54e3618 Remove more/less-flicker in the projects tab
Fix works at least on Linux.
2010-02-23 15:30:25 +01:00
Nadeem Hasan
e280c0b5a5 * Use prev/next icons from coreplugin resource
* Disable close button when there is no editor active
* Hide lock button when there is no editor active
* Hide the info bar when the editor is closed and no editors are left

Merge-request: 114
Reviewed-by: mae <qt-info@nokia.com>
2010-02-23 15:30:25 +01:00
Christian Kamm
feacbf8a2a Check that the id property is a plain lowercase identifier. 2010-02-23 14:57:19 +01:00
Christian Kamm
0e2685332c Add check for correct color string in Qml. 2010-02-23 14:57:19 +01:00
Pavel Fric
32b5d17648 Czech translation
Merge-request: 116
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
2010-02-23 14:50:37 +01:00
Tobias Hunger
f6cd2493be Set parents on objects
... otherwise we might leak memory
2010-02-23 14:34:15 +01:00
Tobias Hunger
7cd54f1265 Fix possible crash when deleting targets 2010-02-23 14:34:14 +01:00
Christian Kamm
943c6398db Mention QmlJS editor improvements in changelog.
Reviewed-by: Roberto Raggi
2010-02-23 14:01:19 +01:00
Jens Bache-Wiig
c94e06bbbd Migrate ManhattanStyle to use QProxyStyle 2010-02-23 12:42:35 +01:00
Christian Kamm
f717a7df30 Add Qml type checks for assigning literals to properties.
Done-with: Erik Verbruggen
2010-02-23 12:36:48 +01:00
Christian Kamm
b1522ba5c8 Fix semantic checks not being applied to the Qml root object.
By always setting the scope object, even if it is identical to the root
object.

Done-with: Erik Verbruggen
2010-02-23 12:36:48 +01:00
Robert Loehning
f45b80060d Added another change to changes file 2010-02-23 12:07:39 +01:00
Kai Koehne
3f18859252 Fix compilation for latest qt/master
QmlList has been replaced by QmlListProperty (33eb76f050b45718d87926).

Patch provided by Aaron Kennedy.

Reviewed-by: akennedy
2010-02-23 10:41:13 +01:00
Daniel Molkentin
ec409dc4f3 Added more changes to changes file 2010-02-22 18:36:55 +01:00
Tobias Hunger
ea007592bc Qt versions are different if the dislayname does not match
* Fixes update of Qt version name whne renaming a Qt version.
2010-02-22 18:23:14 +01:00
Jens Bache-Wiig
7b41c53bb3 Did some modifications to the sidebar
This removes the extra line at the bottom of the window on the mac.
This also decreases the contrast of shadows and highlights a bit.
2010-02-22 18:15:52 +01:00
Tobias Hunger
6882484672 Add change in .user-file handling to changes document 2010-02-22 18:14:23 +01:00
Tobias Hunger
d8016ef8aa Disable Project Mode if no projects are loaded 2010-02-22 18:07:21 +01:00
Tobias Hunger
b492c264fa Sort targets on displayname in project mode
Reviewed-by: con
2010-02-22 18:07:21 +01:00
Tobias Hunger
b2636e9b85 Add method to insert into targetselector
... and make that available through the targetsettingswidget,
 too.

Reviewed-by: con
2010-02-22 18:07:20 +01:00
Tobias Hunger
35bcc49bdf Sort targets in miniprojecttargetselector
... based on their display names

Reviewed-by: Daniel Molkentin
2010-02-22 18:07:20 +01:00
Tobias Hunger
e61c8238fb Sort target names in combobox
* In the addtargetdialog: Sort targets based on their display
   name when putting them into the combobox.
2010-02-22 18:07:19 +01:00
Tobias Hunger
b1e2a2075e Disable target selection combobox if necessary
* Set the first target to active in the addtargetdialog's
   target selection combobox
 * Disable the combobox if there is only one element in it.
2010-02-22 18:07:19 +01:00
Erik Verbruggen
72c3ba791e Fixed pre-processor handling for Q_PROPERTY, Q_ENUMS and Q_FLAGS. 2010-02-22 18:00:26 +01:00
Thorbjørn Lindeijer
41e2b885b8 Some changes file updates 2010-02-22 17:55:48 +01:00
Friedemann Kleint
5c059646b4 Changelog: Added Symbian/VCS/Wizards/General items for 2.0 2010-02-22 17:39:24 +01:00
Erik Verbruggen
2fee6b8a46 Fixed QTCREATORBUG-743 2010-02-22 17:34:06 +01:00
Erik Verbruggen
7669a36bf0 Fixed compilation issue on Mac. 2010-02-22 17:16:27 +01:00
con
7f3dc15a71 Update changes file. 2010-02-22 16:55:18 +01:00
Kai Koehne
dfa7f8093e Fix qmldesigner autotests
The registration of the qml items have been recently moved from a static
context into QmlGraphicsItemModule::initialization . The Bauhaus Metainfo
initialization now ensures that this method is called first by
instantating a QmlEngine.
2010-02-22 16:37:38 +01:00
Kai Koehne
faf2df28e1 Rename tools/qmldesigner to tools/qml 2010-02-22 16:37:38 +01:00