- 23 Mar, 2011 13 commits
-
-
Friedemann Kleint authored
-
dt authored
Reviewed-By: hunger
-
Friedemann Kleint authored
Add the infrastructure for checking on breakpoint conditions on the QtCreator side (for conditions, bitfield watchpoints). Have cdb evaluate breakpoint conditions as integer expressions.
-
Friedemann Kleint authored
As the structure is quite deeply nested.
-
Oswald Buddenhagen authored
Conflicts: src/plugins/debugger/debuggersourcepathmappingwidget.cpp
-
dt authored
Give it a better parent. Task-Nr: QTCREATORBUG-4192
-
Kai Koehne authored
Make sure that the transaction doesn't last across models. Reviewed-by: Thomas Hartmann Task-number: QTCREATORBUG-4136
-
Bill King authored
Revby: Friedemann Kleint
-
Thomas Hartmann authored
Items with a viewport like flickable do not work in 2.2. This is a regression from 2.1. Reviewed-by: Kai Koehne Task-number: QTCREATORBUG-3998
-
Oswald Buddenhagen authored
-
hjk authored
Patch by Kevin Funk
-
Friedemann Kleint authored
-
Friedemann Kleint authored
Version 6.11 has a limitation in that it cannot handle some symbol group entries of the form (class Foo*)(address), leading to <Syntax error> values. Task-number: QTCREATORBUG-4185
-
- 22 Mar, 2011 27 commits
-
-
Robert Loehning authored
Reviewed-by: ossi
-
Kai Koehne authored
Task-number: QTCREATORBUG-4176
-
hjk authored
-
Thomas Hartmann authored
This fixes a rare crash. Reviewed-by: Kai Koehne
-
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
-
Friedemann Kleint authored
Task-number: QTCREATORBUG-4185
-
Leena Miettinen authored
Reviewed-by: Friedemann Kleint
-
Friedemann Kleint authored
-
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
-
Leandro Melo authored
-
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
-
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
-
Thorbjørn Lindeijer authored
This pri file is meant for including the qmljsdebugger sources into an Qt Quick application to make the qmljsdebugger easier to develop. It makes sense to define QMLJSDEBUGGER since without that the QmlJS debugger part isn't used. See also 304b3c88. Reviewed-by: Kai Koehne
-
Thorbjørn Lindeijer authored
Should use valueToKey since the key method works by index.
-