- 22 Mar, 2011 18 commits
-
-
Thomas Hartmann authored
Because of overriding the double click id editing was not possible anymore. ChangeToComponent is still possible in the form editor.
-
Friedemann Kleint authored
Task-number: QTCREATORBUG-4185
-
Leena Miettinen authored
Reviewed-by: Friedemann Kleint
-
con authored
-
con authored
Acked-by: hjk
-
con authored
This stopped working when renaming the Qt Creator variable. Reviewed-by: Kai Koehne
-
Pawel Polanski authored
Reviewed-by: Daniel Teske
-
Thomas Hartmann authored
No .js files in the visual designer. Task-number: QTCREATORBUG-4166 Reviewed-by: Kai Koehne
-
Friedemann Kleint authored
Introduce verbose flag and display QtVersion tooltip on checkbox. Reviewed-by: dt
-
Thomas Hartmann authored
Checking for !d->dirtySceneTransform makes no sense, since it is always true after changing states. So once the user changed the state updates where not triggered anymore. Reviewed-by: Kai Koehne
-
Thomas Hartmann authored
The state activeStateInstance() was always invalid as a side effect of calling deactivateState() before. So we always changed back to the base state when removing an item. Reviewed-by: Kai Koehne
-
Thomas Hartmann authored
Properties starting __ with are private api by convention. Reviewed-by: Kai Koehne
-
Thomas Hartmann authored
To be safe to change to the base state (and back). Reviewed-by: Kai Koehne
-
hjk authored
-
Thorbjørn Lindeijer authored
The latter better describes what is paused, since expressions are actually still executed. Suggested by Kai.
-
Thorbjørn Lindeijer authored
This separates animation speed and paused state in the communication protocol between the Qt Creator QmlJSInspector plugin and the QmlJSDebugger server. Point is to allow changing the speed of the animation before resuming execution. These two things were already separated in the QML Observer, but not in Qt Creator. Reviewed-by: Kai Koehne
-
Friedemann Kleint authored
Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
hjk authored
-
- 21 Mar, 2011 22 commits
-
-
Oswald Buddenhagen authored
everything links to kernel32 anyway
-
Oswald Buddenhagen authored
fixes "run in terminal" and potentially numerous other bugs. Task-number: QTCREATORBUG-4012
-
dt authored
Task-Nr: QTCREATORBUG-4168
-
Tobias Hunger authored
-
Tobias Hunger authored
&.0 is using MSVC2005, all later versions starting with 6.0a are using MSVC2008.
-
Pawel Polanski authored
-
Pawel Polanski authored
-
Leena Miettinen authored
Reviewed-by: con
-
Tobias Hunger authored
Use a distinct ABI OS flavor for each of the supported MSVC versions. Task-number: QTCREATORBUG-4129
-
Oswald Buddenhagen authored
would happen if a qt installation simply disappeared and the qt version manager didn't notice it yet.
-
Christiaan Janssen authored
Reviewed-by: Kai Koehne
-
Kai Koehne authored
Make sure that the engineClient object is the parent of all of its queries, since the destructor of a query might try to access the client ... Reviewed-by: Christiaan Janssen Task-number: QTCREATORBUG-4105
-
Kai Koehne authored
-
hjk authored
On Windows that might kill the inferior even if we only want to examine data. Task-number: QTCREATORBUG-4145
-
Thomas Hartmann authored
We have to use --notrelocatable in all cases
-
dt authored
Task-Nr: QTCREATORBUG-4154 Reviewed-By: hunger
-
Thomas Hartmann authored
We use "--notrelocatable" for now, since otherwise plugins and components break. Reviewed-by: Erik Verbruggen
-
Thomas Hartmann authored
Lock setting of properties during notification.
-
Thomas Hartmann authored
Adding a button that allows reseting the view.
-
cerf authored
Bazaar commands can now be triggered with ALT+Z as combination prefix instead of the already used ALT+B Merge-request: 278 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
con authored
If they contain variables they'd turn red, because be don't resolve the variables for validation. Task-number: QTCREATORBUG-4063
-
con authored
Task-number: QTCREATORBUG-4061
-