| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* '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
...
|
| | |
|
| |
| |
| |
| | |
Task-number: QTBUG-10129
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
When the echoMode changes for QDeclarativeTextInput we need to update
the inputmethod hints.
Also in QGraphicsView we need to update the input context installed on the
view to make the former is aware of the change.
For the input context framework the only way to deal with the current widget
is focusWidget(). Unfortunately the widget that has the focus is the
QGraphicsView so the input context don't know the real object QGraphicsView
is actually focusing. We must keep in sync the inputMethodHints of QGV
with the object QGraphicsView is focusing so the input context just
called focusWidget()->inputMethodhints() to update itself.
Task-number:QTBUG-9922
Reviewed-by:janarve
Reviewed-by:bnilsen
Reviewed-by:Michael Brasser
|
| |
| |
| |
| |
| |
| | |
This conflicts with the global object's "Qt" property.
QTBUG-10143
|
| |\ |
|
| | |
| | |
| | |
| | | |
Task-number: QTBUG-10131
|
| | |
| | |
| | |
| | | |
Correct a typo that breaks extension properties in some cases.
|
| |/ |
|
| | |
|
| | |
|
| |
| |
| |
| | |
Task-number: QTBUG-10209
|
| |
| |
| |
| |
| |
| | |
Missed/cross-paths with a29627231a02ebf98645675acbd353618d1109d4.
Task-number: QTBUG-10081
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The patch improves the error messages when type resolving fails
and introduces a new debug utility QML_CHECK_TYPES.
If the environment variable is defined, type shadowing will be
reported as error.
Reviewed-by: Warwick Allison
|
| | |
|
| | |
|
|\ \
| |/ |
|
| |\ |
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
QDeclarativeExpression can be used to evaluate any sort of expression,
not just those returning a value.
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
Reviewed-by: Michael Brasser
|
| |/ |
|
| |
| |
| |
| | |
Task-number: QTBUG-9993
|
| | |
|
| |
| |
| |
| | |
eg. "import Qt 4.6" not valid.
|
| |
| |
| |
| |
| | |
Support for effects will be introduced in a future release, when
we can make better guarantees about performance.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| | |
Since we aren't releasing for 4.6, all types are new in 4.7.
Task-number: QTBUG-10081
|
| |
| |
| |
| |
| |
| |
| | |
Recognize regular expression classes and escape sequences.
Task-number: QTBUG-8108
Reviewed-by: Olivier Goffart
|
| | |
|
| |\ |
|
| | |\ |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The unbgrab mouse happens when the mouse area is inside a flickable and the
flickables takes control over the mouse handling. In this case, the UngrabMouse
will behave similarly to a MouseRelease, emitting released, pressedChanged
and hoveredChanged.
Visual autotest added to mousearea in qmlvisual.
Reviewed-by: Michael Brasser
|
| | |/
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Also add some helper function to VisualDataModel:
- VisualDataModel::modelIndex(int) returns a QModelIndex which can be
assigned to VisualDataModel::rootIndex
- VisualDataModel::parentModelIndex() returns a QModelIndex which can
be assigned to VisualDataModel::rootIndex
|
| | |
| | |
| | |
| | | |
Reviewed-by: Aaron Kennedy
|
| | |
| | |
| | |
| | | |
QTBUG-10082
|
| | |\ |
|
| | | |\ |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
The transformOriginPoint was not up tp date when used in ParentChange after
this commit: 575f0064bd91e26daa75805c142c10a04a32c2fd.
Reviewed-by: Michael Brasser
|
| | | | |\ |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
public according to the docs.
|