Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | QDeclarativeDebug: stream all the context, including the internals ones. | Olivier Goffart | 2010-08-20 | 1 | -4/+2 |
| | | | | | | | Some public context are within the internal context, so we need to stream them to get every objects Reviewed-by: Lasse Holmstedt | ||||
* | QtDeclarative debugging: Add an option not to stream the properties of an ↵ | Olivier Goffart | 2010-08-16 | 1 | -4/+12 |
| | | | | | | | | | object. Streaming all the properties is too slow, and we do not need them in the debugger of creator. Reviewed-by: Lasse Holmstedt | ||||
* | QDeclarativeEngineDebugServer: Fix crash when trying to update non-properties. | Olivier Goffart | 2010-07-26 | 1 | -16/+14 |
| | | | | | | | | | | | QDeclarativePropertyPrivate::setBinding would delete the binding if it cannot set the property. Then the call to binding->update() would crash. So test for (property.isProperty()) before. Also this will display a warning in the application output if the property cannot be changed. Reviewed-by: Lasse Holmstedt | ||||
* | Fixed debugger's evaluation of dynamic properties in context | Lasse Holmstedt | 2010-07-16 | 1 | -1/+1 |
| | | | | Reviewed-by: Aaron Kennedy | ||||
* | Resetting bindings through debugger interface | Lasse Holmstedt | 2010-07-09 | 1 | -0/+27 |
| | | | | Reviewed-by: Aaron Kennedy | ||||
* | Allow the debugger to modify method bodies | Aaron Kennedy | 2010-07-08 | 1 | -5/+50 |
| | | | | QTBUG-11933 | ||||
* | Added SET_BINDING message to QDeclarative debugger protocol | Lasse Holmstedt | 2010-06-30 | 1 | -2/+65 |
| | | | | | | | The new message currently enables resetting bindings, literal values and signal handlers (onX: {...}) through the debugger. Reviewed-by: Roberto Raggi | ||||
* | Add parent parameter to QDeclarativeExpression constructor. | Michael Brasser | 2010-05-18 | 1 | -1/+1 |
| | | | | Also rearrange the parameter order to be more clear. | ||||
* | Rename QDeclarativeExpression::value() to evaluate(). | Michael Brasser | 2010-04-22 | 1 | -1/+1 |
| | | | | | QDeclarativeExpression can be used to evaluate any sort of expression, not just those returning a value. | ||||
* | Emit runtime warnings through QDeclarativeEngine | Aaron Kennedy | 2010-04-19 | 1 | -2/+0 |
| | | | | QTBUG-9726 | ||||
* | Rename the ridiculous QDeclarativeDeclarativeData -> QDeclarativeData | Aaron Kennedy | 2010-04-15 | 1 | -1/+1 |
| | |||||
* | Update #include of private headers in QtDeclarative | Thiago Macieira | 2010-04-02 | 1 | -8/+8 |
| | | | | | Always use private/. The WinSCW compiler doesn't search the current directory, for whatever reason. | ||||
* | Add object ids to the metadata provided in debugger classes. | Bea Lam | 2010-03-24 | 1 | -4/+11 |
| | |||||
* | Fix test failures | Aaron Kennedy | 2010-03-17 | 1 | -1/+1 |
| | |||||
* | Optimization: Reduce unnecessary QObject allocations | Aaron Kennedy | 2010-03-17 | 1 | -18/+17 |
| | |||||
* | Optimization: Use linked list for context children | Aaron Kennedy | 2010-03-12 | 1 | -12/+12 |
| | |||||
* | Compile without QVariant::EasingCurve in Qt 4.6.2. | Warwick Allison | 2010-03-04 | 1 | -2/+2 |
| | |||||
* | Rename QDeclarativeMetaProperty -> QDeclarativeProperty | Aaron Kennedy | 2010-02-25 | 1 | -3/+3 |
| | | | | There's nothing meta about our properties. | ||||
* | Move private QDeclarativeMetaProperty functions into the private class | Aaron Kennedy | 2010-02-25 | 1 | -1/+3 |
| | | | | | | We don't want to allow manipulation of bindings and signal properties through the public API. Equivalents of the public functions now exist in QDeclarativeMetaPropertyPrivate for internal use. | ||||
* | Make QDeclarativeMetaType and QDeclarativeType private | Aaron Kennedy | 2010-02-24 | 1 | -1/+1 |
| | |||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 1 | -0/+456 |
QDeclarativeXXX. |