- Sep 23, 2010
-
-
Christian Kandeler authored
Reviewed-by: kh1
-
Christian Kamm authored
The Qt4ProjectManager now uses metacalls to inform the QmlJSModelManager about the project data. Done-with: hjk
-
Tobias Hunger authored
Reviewed-by: dt
-
Tobias Hunger authored
Set BUILDDIR and SOURCEDIR in the build environment. Reviewed-by: dt
-
Tobias Hunger authored
Add a method to expand environment variables in a string. Reviewed-by: dt
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
Friedemann Kleint authored
assignValueInDebugger: Pass on WatchData as well, pass on values as QVariant. Based on that, do more extensive checks in CDB, preventing assignment of non-PODs. Locals/Watch editing: * Disable while running * Edit pointer values as hex with validation. CDB: Strip class types off reported pointer values and reformat the values as short 0x-pointer values, introduce flag to WatchData::source to do dumper expansion handling. Windows: recognize int64 as int. Register handler: Fix accessing uninitialized value.
-
dt authored
And make use of it to accept on the command line the patterns: "filename" "+45", "filename" ":23", "filename:12" and "filename+42" Task-Nr: QTCREATORBUG-2428
-
hjk authored
Task-number: QTCREATORBUG-1608
-
hjk authored
-
Leandro Melo authored
-
dt authored
Task-Nr: QTCREATORBUG-2409
-
hjk authored
-
- Sep 22, 2010
-
-
Leandro Melo authored
-
Leandro Melo authored
Task-number: QTCREATORBUG-2330
-
Leandro Melo authored
-
Friedemann Kleint authored
Create delegate widgets with validation for bool/int/float types, using a QVariant-type modelData property. Also fix register editing to be validated for quint64 values and editing longer values as hex bigints. Anything else is not editable.
-
hjk authored
-
Erik Verbruggen authored
-
Friedemann Kleint authored
-
Christiaan Janssen authored
Reviewed by: Thomas Hartmann
-
hjk authored
-
hjk authored
-
hjk authored
Reviewed-by: Tobias Hunger
-
Kai Koehne authored
Bump version number due to latest changes.
-
Kai Koehne authored
Enable setting breakpoints, and showing the script console even if the QmlInspector plugin is not loaded. Reviewed-by: hjk
-
Kai Koehne authored
-
Kai Koehne authored
-
Kai Koehne authored
-
Kai Koehne authored
This allows us to enable/disable the experimental observer, independent from the core javascript-debugger functionality. Reviewed-by: Christiaan Janssen
-
Kai Koehne authored
-
Kai Koehne authored
The library not only contains the observer part, but also the javascript debugger. Reflect this in the namespace.
-
kh1 authored
-
Alessandro Portale authored
Some people who tried the 'new Qml app' wizard fell on their backs and helplessly waved their arms and legs like turtles when they were confronted with the complexity of the modules deployment page in the 'New Qml App' wizard.
-
Alessandro Portale authored
'org.mydomain.MyQmlModule' is a better hint than 'org.mydomain.MyQmlPlugin'.
-
Alessandro Portale authored
Some people were confused that the main .qml file would have a distinct name.
-
Thomas Hartmann authored
Since Bauhaus still does rely on Qt internals in only compiles with 4.7.1. Fixes also spelling.
-
dt authored
By making the QtOutputFormatter smarter. If we have nothing to format as a link we do the minimal amount of insertText calls now. Task-Nr: QTCREATORBUG-2367
-