| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\ |
|
| |
| |
| |
| |
| |
| | |
Update all visible items when layoutChanged() is emitted.
Task-number: QTBUG-13146
|
| |
| |
| |
| |
| |
| | |
QAbstractItemModel calls that for all sorts of reasons.
Task-number: QTBUG-13146
|
| |
| |
| |
| |
| |
| |
| | |
endPosition() is the last pixel of the item, i.e. width-1, so must add
one to ensure the entire item is visible.
Task-number: QTBUG-12822
|
| |
| |
| |
| | |
Task-number: QTBUG-13166
|
| |
| |
| |
| | |
Task-number: QTBUG-13176
|
| |\ |
|
| | | |
|
| |/
| |
| |
| |
| |
| |
| |
| | |
We assumed that the attached object was created at the same time as
the item.
Task-number: QTBUG-13166
Reviewed-by: Aaron Kennedy
|
| |\ |
|
| | | |
|
| |/
| |
| |
| |
| |
| | |
Treated identically to reset.
Task-number: QTBUG-13146
|
| |\ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
assume that the data is xml. The change also follows the w3c spec
more closely (e.g. check the mime type field as well for encoding,
for both responseText and responseXML).
Task-number: QTBUG-13117
|
| | |
| | |
| | |
| | | |
of some NOTIFY parameters in d31e3bd3e27e9249df451b4b2a3a3a16e9160fa4
|
| | |\ |
|
| | | |
| | | |
| | | |
| | | | |
Task-number: QTBUG-13142
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The implicit width and height should also be set to the sourceSize.
Task-number: 13002
|
| | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
cleanup
We clear all expressions when removing a delegate in order to avoid
spurious warnings. This also removed onDestruction handlers. Ensure
the onDestruction handlers are called before the expressions are cleared.
Task-number: QTBUG-12946
Reviewed-by: Aaron Kennedy
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
We had a very low minimum velocity flick threshold, but upon deciding
to flick we increased that velocity considerably. This resulted in
a slow dragging movement generating a fast flick.
Now we just have a higher minimum flick velocity threshold, and the
correct velocity is used.
Task-number: QTBUG-13078
Reviewed-by: Michael Brasser
|
| |
| |
| |
| | |
Reviewed-by: Lasse Holmstedt
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
It is already a singleton, just formalize it so it can be used in other
files than qdeclarativeengine.cpp
This also remove the global olbject QDeclarativeEngineDebugServer::m_engines
Reviewed-by: Lasse Holmstedt
|
| |\ |
|
| | |
| | |
| | |
| | |
| | | |
Task-number:
Reviewed-by: Aaron Kennedy
|
| |\ \ |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Task-number: QTBUG-13039
Reviewed-by: Aaron Kennedy
|
| | | | |
|
|\ \ \ \
| | |_|/
| |/| | |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Task-number: QTBUG-13017
Reviewed-by: Martin Jones
|
| | |/
| |/|
| | |
| | |
| | |
| | |
| | | |
Remove unused function. Set abstract item model to 0 after disconnecting,
in line with the other model types.
Reviewed-by: Martin Jones
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Some public context are within the internal context, so we need to stream
them to get every objects
Reviewed-by: Lasse Holmstedt
|
| |\ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
4.7-integration
* '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2:
QGraphicsView: fix few artefacts that can appear if the changed() signal is connected.
tst_qmetaobject: fix compilation, now that wrong NOTIFY property fails
Fixed autotest compilation issue on solaris
Fixed build issue on Solaris
Remove wrong NOTIFY attribute.
Ignore LayoutDirectionChange event in QTextControl
Fix an obvious bug in tst_QGL::clipTest()
moc: Error if the NOTIFY signal is invalid.
QDateEdit/QTimeEdit: remove duplicate properties.
|
| | |\ \
| | | |/
| | |/|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
4.7-integration
* '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2:
Fixed autotest compilation issue on solaris
Fixed build issue on Solaris
Remove wrong NOTIFY attribute.
Ignore LayoutDirectionChange event in QTextControl
Fix an obvious bug in tst_QGL::clipTest()
moc: Error if the NOTIFY signal is invalid.
QDateEdit/QTimeEdit: remove duplicate properties.
|
| | | |
| | | |
| | | |
| | | |
| | | | |
They where related to not unreachable signals.
It would cause the compilation to break
|
| |/ /
| | |
| | |
| | | |
Also changes the line documenting the quit signal on QDeclarativeEngine.
|
| |/ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
when processing.
The point is to be able to process images in a thread. If the mutex
is locked, this is useless.
Use case is a slow QDeclarativeImageProvider that generates thumbmails
from large files. Even with the asynchronous attribute set to true, the
gui thread would be blocked by the mutex.
By using QSharedPointer, I also fix the leak of the providers (which
were not deleted)
Reviewed-by: Martin Jones
|
| |\
| | |
| | |
| | |
| | | |
* '4.7' of scm.dev.nokia.troll.no:qt/qt-qml:
Repaint TextInput when password character changes in password mode
|
| | |
| | |
| | |
| | |
| | | |
Task-number: QTBUG-12838
Reviewed-by: Martin Jones
|
| | | |
|
|/ / |
|
|\ \
| |/
|/|
| |
| |
| |
| |
| |
| |
| | |
4.7-integration
* '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2:
tst_QDataStream::stream_QPixmap: actualy test QPixmap.
Keyboard navigation regression in QTreeView
Implement the general blending of ARGB32_pm with SSSE3
QtDeclarative debugging: Add an option not to stream the properties of an object.
|
| |\
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
4.7-integration
* '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2:
Keyboard navigation regression in QTreeView
Implement the general blending of ARGB32_pm with SSSE3
QtDeclarative debugging: Add an option not to stream the properties of an object.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
object.
Streaming all the properties is too slow, and we do not need them
in the debugger of creator.
Reviewed-by: Lasse Holmstedt
|
| | |
| | |
| | |
| | |
| | | |
a State (e.g. for setting a transformOrigin for a RotationAnimation).
Also improve some other animation docs in general.
|
|\ \ \
| |/ /
|/| |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* '4.7' of scm.dev.nokia.troll.no:qt/qt-qml:
Add missing auto test files.
Fix game could not be restarted
Handle QGraphicsWidgets in Flickable
More positioners with QGraphicsWidgets fixes.
Make positioners work with QGraphicsWidgets also
emit countChanged where appropriate in Repeater
|
| | |
| | |
| | |
| | |
| | | |
Task-number: QTBUG-12830
Reviewed-by: Michael Brasser
|
| | |
| | |
| | |
| | |
| | | |
Task-number: QTBUG-12416
Reviewed-by: Michael Brasser
|