- Jun 07, 2010
-
-
Jens Bache-Wiig authored
Cosmetic: I tweaked the colors, added shadows, highlights and introduced anti-aliasing where suitable. Behavior: I now delay emitting the colorChanged signal until you have released the mouse button on the color picker. This makes the application feel a lot more responsive. Reviewed-by: thorbjorn
-
con authored
-
Erik Verbruggen authored
Reviewed-by: holmstedt
-
- May 31, 2010
-
-
Erik Verbruggen authored
Reviewed-by: Christian Kamm
-
Marco Bubke authored
The isContainer flag is now ignored. Reviewed-by: kkoehne
-
Marco Bubke authored
state The position is now setted int the base state if you drop a item on the formeditor and move it around. Task-Number: BAUHAUS-644 Reviewed-by: kkoehne
-
Kai Koehne authored
Reviewed-by: Thomas Hartmann
-
- May 28, 2010
-
-
Kai Koehne authored
With the inclusion of org.webkit 1.0 types some common ancestors are shared with different version numbers. These used to override each other. With this patch the hierarchy is preserved. This commit includes several changes by Marco Bubke. Reviewed-by: Marco Bubke
-
Marco Bubke authored
Reviewed-by: kkoehne
-
- May 27, 2010
-
-
Thomas Hartmann authored
Reviewed-by: Kai Koehne
-
Thomas Hartmann authored
Reviewed-by: Kai Koehne
-
- May 26, 2010
-
-
Kai Koehne authored
Task-number: BAUHAUS-651
-
Erik Verbruggen authored
Task-number: BAUHAUS-729, BAUHAUS-731
-
Erik Verbruggen authored
Bug: BAUHAUS-674
-
Erik Verbruggen authored
-
- May 25, 2010
-
-
Thomas Hartmann authored
Now anchors.verticalCenter & anchors.horizontalCenter get simplified to anchors.centerIn. We also simplify the fill case. Task-number: Bauhaus-109 Reviewed-by: Marco Bubke
-
Thomas Hartmann authored
On settings anchors we delete x,y,width,height but now re store the old size and position in auxiliaryData to be able to resore it later if the user removes the anchors. Reviewed-by: Marco Bubke
-
Jens Bache-Wiig authored
- Added a dropshadow - More polished gradient and outline - Adjusted text label margins and spacing - Ensured position within graphicsview frame Reviewed-by: Marco Bubke
-
- May 21, 2010
-
-
Thomas Hartmann authored
For custom types we auto generate property panes. With this patch also dot properties (e.g. border.width) and properties of type color (QColor) are properly supported. Task-number: BAUHAUS-208
-
Thomas Hartmann authored
For components dot properties were not reported correctly Reviewed-by: Kai Koehne
-
- May 19, 2010
-
-
Marco Bubke authored
Task-Number: BAUHAUS-673 Reviewed-by: kkoehne
-
Marco Bubke authored
WebView is expecting a valid QStyleOptionGraphicsItem argument. Reviewed-by: kkoehne
-
Marco Bubke authored
Reviewed-by: kkoehne
-
Marco Bubke authored
This will failing late but should be handled better. Reviewed-by: kkoehne
-
Christian Kamm authored
Reviewed-by: Erik Verbruggen
-
ck authored
-
- May 18, 2010
-
-
Thomas Hartmann authored
Task-number: BAUHAUS-647
-
Thomas Hartmann authored
Task-number: BAUHAUS-448
-
Thomas Hartmann authored
Since the property editor is QWidget based it uses our own DeclarativeWidgetView instead of QDeclarativeView now Reviewed-by: Kai Koehne
-
Thomas Hartmann authored
Task-number: BAUHAUS-274
-
Thomas Hartmann authored
We have to set the proper fileUrl on all models
-
Thomas Hartmann authored
You cannot animate from visible true to false, but you can animate from opacity: 0.0 to 1.0 so using opacity would be better. Task-number: BAUHAUS-672
-
con authored
-
- May 17, 2010
-
-
Marco Bubke authored
Task-Number: BAUHAUS-666 Reviewed-by: kkoehne
-
Kai Koehne authored
Don't check for isContainer, which is rather a hint for the visual editor whether to nest automatically. In the navigator case, the user explicitly requested a nesting, and we shouldn't prevent him from doing so. Task-number: BAUHAUS-650 Reviewed-by: Christiaan Janssen
-
Marco Bubke authored
Because we tested for the parent, the id of a root item never reset. This was hidden because if you remove a root item all child items was removed too. But if the object was not deleted by the root item and there was a binding the root item id, there was a dangling pointer. Task-Number: BAUHAUS-662 Reviewed-by: kkoehne
-
Marco Bubke authored
This makes it easier to find problems. Reviewed-by: kkoehne
-
Marco Bubke authored
Reviewed-by: kkoehne
-
Marco Bubke authored
If there is no target anymore you cannot create a new binding. There is no need anyway so the binding is reset to zero. Task-Number: BAUHAUS-642 Reviewed-by: kkoehne
-
Marco Bubke authored
Should work without this, but the performance hit is not so high, and this is more robust to changes in the qml state code. Task-Number: BAUHAUS-660 Reviewed-by: kkoehne
-