Commit Graph

8157 Commits

Author SHA1 Message Date
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
Kai Koehne
cf7f79483a Fix compilation of QmlDesigner PropertyEditor autotests 2010-02-22 16:37:38 +01:00
Kai Koehne
fbaa311d2a Remove reduce_exports / hide_symbols qmake magic
It's defined in qtcreator_plugin.pri anyway
2010-02-22 16:37:38 +01:00
Friedemann Kleint
c7281d52d1 Compile Windows. 2010-02-22 16:04:26 +01:00
Thomas Hartmann
6170872b3a QmlDesigner.propertyEditor: refactoring propertyeditor.cpp 2010-02-22 16:02:11 +01:00
Thomas Hartmann
2503864302 QmlDesigner.propertyEditor: adding margin editing 2010-02-22 16:02:10 +01:00
Thomas Hartmann
f850095dc4 QmlDesigner.propertyEditor: cleaning up ListViewSpecifics 2010-02-22 16:02:10 +01:00
Thomas Hartmann
81416ea043 QmlDesigner.propertyEditor: fix caption Pen Width to Border Width 2010-02-22 16:02:09 +01:00
Thomas Hartmann
bc35e75274 QmlDesigner.propertyEditor: fix Grid editing 2010-02-22 16:02:09 +01:00
Thomas Hartmann
ce49445b4a QmlDesigner.propertyEditor: fixing crash in Row editing 2010-02-22 16:02:08 +01:00
Thomas Hartmann
a378199211 QmlDesigner.propertyEditor: fixing crash in Column editing 2010-02-22 16:02:08 +01:00
Thomas Hartmann
337a656443 QmlDesigner.propertyEditor: avoiding binding loops in IntEditor.qml 2010-02-22 16:02:07 +01:00
Thomas Hartmann
0ebb52cac0 QmlDesigner.propertyEditor: tweaking SponBox.qml 2010-02-22 16:02:06 +01:00
Thomas Hartmann
f2e2d920f1 QmlDesigner.propertyEditor: bind margins in layout editor 2010-02-22 16:02:06 +01:00
Thomas Hartmann
4392c112c2 QmlDesigner: fixes viewlogger for Windows 2010-02-22 16:02:05 +01:00
Friedemann Kleint
7d3d9cad32 Fix code model indexing crash on Mac.
Introduce multithread-locking to Core::MimeDatabase as it is
invoked from the indexer thread to sort apart headers and sources.
Add a convenience to operate on a sequence to avoid locking for each
file.
2010-02-22 16:00:47 +01:00
Kai Koehne
07bdbe04c7 Only compile QmlDesigner plugin if private headers are installed 2010-02-22 15:32:22 +01:00
Kai Koehne
0685cf6ced Clean up INCLUDEPATH of qmldesigner 2010-02-22 15:32:07 +01:00
Kai Koehne
58ddddb7a8 Remove OpenGL dependency from core configuration
The code using OpenGL has already been removed in b6460f9251
2010-02-22 15:13:53 +01:00
Jens Bache-Wiig
f331f3322b Mor polish for the sidebar 2010-02-22 14:38:18 +01:00
Jens Bache-Wiig
b90cd35b6f Fix a hover bug with the sidebar 2010-02-22 14:36:45 +01:00
Jens Bache-Wiig
1ea114b414 Make the panel action sunken when panel is open 2010-02-22 14:36:45 +01:00
Jens Bache-Wiig
41885a192d Fixed an animation glitch with the sidebar
We need to kill the fadeins before fading out.
Otherwise we might get into weird states.
2010-02-22 14:36:45 +01:00
Jens Bache-Wiig
0dccaf45a2 Updated hover and pressed appearance for sidebar 2010-02-22 14:36:45 +01:00
Jens Bache-Wiig
bd2ba2307b Improve responsiveness of the sidebar
I added a zerotimer to make the sidebar emit
currentChanged only after it has been updated as
pressed.
2010-02-22 14:36:45 +01:00
Jens Bache-Wiig
54b2ab7190 Color tweaks 2010-02-22 14:36:45 +01:00
Jens Bache-Wiig
7899a2733b Animate sidebar tabs independently 2010-02-22 14:36:45 +01:00
Jens Bache-Wiig
915923a17c Clean up sidebar tabs
Killed the divider lines for improved aestetics
Made the hover a bit more subtle
2010-02-22 14:36:45 +01:00