| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
This should also lead to better error meesages coming from PropertyChanges.
Task-number: QTBUG-10300
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: (30 commits)
Ensure text document is created before we access it.
Plugins documentation.
Fix update issue when an item has an effect and child.
Fix QDeclarativeTextInput and QGraphicsView in regards of input methods hints.
Disallow "Qt" as namespace import
Don't "adjust" the z value of a delegate that has been cached.
Correctly inherit extension properties
Autotests
More QDeclarativeNetworkAccessManagerFactory doc clarification.
Fix QDeclarativeNetworkAccessManagerFactory docs.
Don't crash on invalid model remove signal.
Ensure scheduled layout can occur before testing.
Fix remaining 4.6 type registrations (to 4.7).
doc anchor margins vs. anchor (line) state/animation.
These examples should not be included in this test
Unify naming of settings / UI to be "Qt Qml Runtime"
Improved error messages for type resolving, new debug option
Link to example files from tutorial pages
Add tutorial for writing QML extensions
no export in plugin
...
|
| | |
|
|\ \
| |/ |
|
| |
| |
| |
| |
| | |
QDeclarativeExpression can be used to evaluate any sort of expression,
not just those returning a value.
|
| |
| |
| |
| |
| |
| |
| | |
"parent" needs to be evaluated with the AnchorChanges target as the
scope object.
Task-number: QTBUG-5338
|
|/
|
|
| |
some elements docs.
|
|
|
|
|
|
|
|
| |
Make sure bindings in PropertyChanges resolve urls correctly. Also
refactor the code so that PropertyChanges will always use the
standard url resolution support provided by QDeclarativeProperty.
Task-number: QTBUG-9571
|
| |
|
|
|
|
| |
wrap remains for a little while, and will produce a warning.
|
|
|
|
|
| |
Always use private/. The WinSCW compiler doesn't search the current
directory, for whatever reason.
|
|
|
|
|
|
|
| |
State-specific object lifecycle management will be addressed in a
future release.
Task-number: QTBUG-8318
|
| |
|
|
|
|
| |
There's nothing meta about our properties.
|
|
|
|
| |
Task-number: QT-1817
|
|
|
|
|
| |
The behavior of createProperty() (to resolve dot properties) is now the
behavior of the constructors.
|
|
|
|
|
|
| |
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.
|
|
QDeclarativeXXX.
|