| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
| |
consistent. If index == count() the item should be appended.
Also, this should happen regardless of whether the list is empty.
|
|
|
|
| |
Reviewed-by: Bea Lam
|
|
|
|
|
|
| |
The QmlDesigner(Bauhaus) should not rely on -nokia-developer
Reviewed-by: Marco Bubke
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
that the view is updated (currently the model data changes but the
view does not). In flat-model mode, get() now returns a
QScriptClass-type object so that changes to the returned object are
received, and for nested-model mode, the fix adds a
QDeclarativeOpenMetaObject subclass and ModelNode::listIndex so that
itemsChanged() can be emitted when the node data changes.
Task-number: QTBUG-12363
|
|
|
|
|
| |
agent. Also set up the worker list copy in the ListModel implementation
instead of the agent.
|
| |
|
| |
|
|
|
|
|
|
|
| |
query has already quit
Task-number: QTBUG-13041
Reviewed-by: Aaron Kennedy
|
|
|
|
|
|
| |
and setProperty() are called
Task-number: QTBUG-13666
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
4.7-integration
* '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public:
Check S60_VERSION instead of existence of certain files in bearer plugin
Fixed EPOCROOT references in createpackage.pl.
Restore 4.7.0 behavior that non-existing paths are possible.
QTBUG-4852 Turning on runtime nested exception support where available
Fix warnings
Fixed incorrect Symbian scoping.
QS60style: itemview selection indication works incorrectly
|
| | |
|
|\ \
| | |
| | |
| | |
| | |
| | | |
* '4.7' of scm.dev.nokia.troll.no:qt/qt-qml:
Update QtDeclarative def files
Optimize FontLoader for "multi-use".
|
| |/
| |
| |
| |
| | |
Task-number: QTBUG-13419
Reviewed-by: Michael Brasser
|
|\ \
| |/
|/|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
4.7-integration
* '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2:
Fixed regression in QPixmap::size() for null pixmaps.
Make test less sensitive to platform specifics
Doc: Further QML improvements.
Doc: Minor improvements to QML-related documentation.
The test livelock of QTimer is now expected to work
Make sure mapSelectionFromSource does not return a selection with invalid ranges.
QEventDispatcherUnix: do not process too many timer if other events need to be processed first
Doc: Continued work on the QML documentation.
Doc: More work on the QML documentation.
Doc: More work on the declarative API documentation.
Doc: Some editing and tidying up.
Doc: Added a missing file.
Doc: Fixed text in license headers.
|
| |\ |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
We always have to check for 0 before converting
a raw pointer into a smart pointer
Reviewed-by: Kai Koehne
|
| | |
| | |
| | |
| | |
| | |
| | | |
to the base state.
Task-number: QTBUG-11834
|
| | |
| | |
| | |
| | | |
It is needed in Bauhaus to disable the animation.
|
| |/
|/|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This is important for Bauhaus to ensure that we can
edit properties and states dynamically in the visual
editor
Most of the changes consist of added functions
for Bauhaus, that do not affect any current
behaviour.
Important changes:
QDeclarativeAbstractBinding is holding a
QSharedPointer to itself so that other classes
can hold a weak reference to avoid accessing
dangling pointers while keeping track of bindings.
QDeclarativeStateOperation now has its own private class
QDeclarativeStateOperationPrivate to hold a pointer back
to QDeclarativeState since the parent is not set correctly
in every context.
QDeclarativePropertyChangesPrivate does now hold a
QDeclarativeGuard instead of a raw pointer to the
target QObject. In Bauhaus the target object might
be deleted.
Reviewed-by: Aaron Kennedy
|
| |
| |
| |
| |
| |
| |
| | |
The two are equivalent, but flip doesn't work in ParentChange.
Task-number: QTBUG-13554
Reviewed-by: Michael Brasser
|
| |
| |
| |
| |
| |
| |
| | |
This behavior is consistent with the other animations.
Task-number: QTBUG-12336
Reviewed-by: Leonardo Sobral Cunha
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The SmoothedAnimation visual test was misleading, and has been expanded
to include more common use cases. The property documentation was also
slightly extended. This should help solve the confusion in the related
task.
Task-number: QTBUG-12114
|
| |
| |
| |
| |
| |
| |
| | |
None of them actually worked. The updated visual test now shows the
correct behavior.
Task-number: QTBUG-13513
|
|\ \ |
|
| | | |
|
| |/ |
|
| |\ |
|
| |\ \
| | | |
| | | |
| | | |
| | | | |
Conflicts:
doc/src/snippets/declarative/qml-intro/basic-syntax.qml
|
| |\ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Conflicts:
src/declarative/graphicsitems/qdeclarativetext.cpp
src/declarative/graphicsitems/qdeclarativetextedit.cpp
|
| |\ \ \ \ |
|
| |\ \ \ \ \ |
|
| | | | | | | |
|
| |_|_|_|_|/
|/| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Rather than stopping the animation when the target was reached, calculate
the duration it will take. This eliminates the possibility of rounding
errors causing the animation to stop at the wrong time.
Task-number: QTBUG-13044
Reviewed-by: Aaron Kennedy
|
| |_|_|_|/
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
When rewinding, don't reapply bindings, only values. This is consistent
with how we handle rewinding other property bindings.
Task-number: QTBUG-13398
|
|\ \ \ \ \ |
|
| | |_|_|/
| |/| | | |
|
|/ / / /
| | | |
| | | |
| | | | |
QTBUG-13345
|
| |_|/
|/| | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
of some NOTIFY parameters in d31e3bd3e27e9249df451b4b2a3a3a16e9160fa4
|
|\ \ \ |
|
| | |/
| |/|
| | |
| | |
| | | |
Task-number:
Reviewed-by: Aaron Kennedy
|
|\ \ \
| |/ / |
|