| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
QTBUG-5424
|
|
|
|
| |
QTBUG-8677
|
|
|
|
| |
QTBUG-8676
|
|
|
|
| |
QT-2579
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: (64 commits)
More renaming: MouseRegion -> MouseArea
Save secondary scope inside the expression's scope object
'on' syntax fixes
QDeclarativeProperty::read() returns a QObjectStar when accessing a QObject property
Move JS global scope to top of the QML scope chain
Add documentation for the 'when' property of Binding.
Auto test for QTBUG-8677
QDeclarativeGuard should handle objects being deleted
OS-friendlier, less noisy.
fix crash, re-enable settings test
Fix incorrect scope resolution for script in a script block.
Disable until plugin objects problem resolved.
silence debuggery
add colorbrowser qml example
Fix settings (was not exported type).
Add import Qt.widgets 4.6 to layout.qml example
make runnable from elsewhere
remove debugger
runnable from elsewhere
Ensure error is received - the root object is INITIALLY zero.
...
|
| |
| |
| |
| | |
QT-2787
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Where you would have written
x: NumberAnimation {}
y: Behavior {}
you now must write
NumberAnimation on x {}
Behavior on y {}
This change also makes the parser more strict with respect to multiple
assignments to a single property - they're no longer allowed. For example
this
x: 10
x: 11
is now an error.
|
|/ |
|
|
|
|
| |
There's nothing meta about our properties.
|
|
|
|
|
| |
The behavior of createProperty() (to resolve dot properties) is now the
behavior of the constructors.
|
| |
|
| |
|
| |
|
| |
|
|\ |
|
| |
| |
| |
| | |
to QDeclarativeXXX.
|
|/
|
|
|
|
|
| |
in the "onFooChanged" form, even if the notify signal is not called
"fooChanged".
Task-number: QT-2783
|
|
QDeclarativeXXX.
|