- 30 Mar, 2010 40 commits
-
-
Roberto Raggi authored
-
Kai Koehne authored
This regression was caused by Qt change 6f88388db4e8e2, which disabled the automatic setting of QObject::parent Reviewed-by: Marco Bubke
-
Friedemann Kleint authored
Reviewed-by: hjk
-
Tobias Hunger authored
This stops projects with long project names from being displayed like this: Project: longprojectName Target: Something Thanks to Roberto for the suggestion.
-
Tobias Hunger authored
-
Tobias Hunger authored
-
Tobias Hunger authored
-
Roberto Raggi authored
-
mae authored
-
Kai Koehne authored
Patch by Marco Bubke.
-
Marco Bubke authored
Task-Number: BAUHAUS-449
-
Marco Bubke authored
The interface for QDeclarativeListReference is bad because in Bauhaus we need to remove many(all) items which a maybe never removed in the runtime. So this canLear, canAppend functions renders bauhaus useless.
-
Marco Bubke authored
Task-ID: BAUHAUS-501
-
Marco Bubke authored
-
Marco Bubke authored
-
Marco Bubke authored
-
Marco Bubke authored
-
Kai Koehne authored
Reviewed-by: Marco Bubke
-
Marco Bubke authored
Task-Id: BAUHAUS-475
-
Marco Bubke authored
-
Marco Bubke authored
-
Marco Bubke authored
Task-Id: BAUHAUS-427
-
Marco Bubke authored
-
Marco Bubke authored
-
Marco Bubke authored
This patch is eliminating the switch from the state the base state and back if a property is changed. For that it is updating the internal caching values in QDeclarativeState. Reviewed-by: Thomas Hartmann
-
dt authored
-
Friedemann Kleint authored
Visible on Linux/Mac only.
-
dt authored
-
dt authored
-
Tobias Hunger authored
-
dt authored
-
Roberto Raggi authored
-
mae authored
-
Tobias Hunger authored
* Adding a project to the project mode used to reset the active target. Make sure to restore the original one.
-
Tobias Hunger authored
Kudos to dt for spotting this
-
Alex Neundorf authored
Alex Merge-request: 2164 Reviewed-by:
dt <qtc-committer@nokia.com>
-
Alex Neundorf authored
Alex Merge-request: 2164 Reviewed-by:
dt <qtc-committer@nokia.com>
-
Friedemann Kleint authored
that is shared and provides delayed creation. Add "Paste clipboard" option.
-
Thomas Hartmann authored
-
Kai Koehne authored
Fixes crash when changing the transform origin of an item in the Property Editor. The fundamental problem is that the metatype system doesn't know about the enum. We used to return then an invalid QVariant when trying to convert the string to a QVariant. Now we instead return a valid QVariant, but with wrong type (QString). Task-number: BAUHAUS-522 Reviewed-by: Erik Verbruggen
-