| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| |
| | |
Conflicts:
src/declarative/graphicsitems/qdeclarativeitem.cpp
tests/auto/declarative/qdeclarativexmllistmodel/tst_qdeclarativexmllistmodel.cpp
|
| |
| |
| |
| |
| |
| |
| |
| | |
We use idle priority for image loading and XmlListModel in order to
keep the UI responsive, but WorkerScript used LowPriority which would
significantly reduce CPU available for image loading.
Task-number: QTBUG-16167
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
Url fragments and queries were being removed from the image ids
passed to QDeclarativeImageProvider.
Task-number: QTBUG-16195
Reviewed-by: Martin Jones
|
| |
| |
| |
| |
| |
| |
| |
| | |
The version had already been bumped from 0 to 1. Only the version
check was required.
Task-number: QTBUG-13451
Reviewed-by: Aaron Kennedy
|
| |
| |
| |
| |
| |
| |
| |
| | |
Also exclude from bic check since we expect its size to increase from
time to time.
Task-number: QTBUG-13451
Reviewed-by: Aaron Kennedy
|
|\ \ |
|
| | |
| | |
| | |
| | | |
Reviewed-by: Bea Lam
|
|/ /
| |
| |
| |
| |
| |
| |
| | |
Use metaobject revisioning to exclude properties/revisions added in
later versions from interfering with earlier versions.
Task-number: QTBUG-13451
Reviewed-by: Aaron Kennedy
|
| |
| |
| |
| |
| | |
Task-number: QTBUG-15331
Reviewed-by: Aaron Kennedy
|
| |
| |
| |
| |
| |
| |
| | |
This fixes the autotest regression for tst_qdeclarativestates::editProperties
introduced by 488e616b50707e5b37162e6d0cfc71a1ffdf9bef.
Reviewed-by: Joona Petrell
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
If the property is constructed by passing in the property name (and
we've verified that it is valid), we can cache that name immediately
rather than reconstructing it on the first call to name().
Task-number: QTBUG-15331
Reviewed-by: Martin Jones
|
|\ \
| |/ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Check whether the type of a property is known to the metatype system
before trying to read from it. That avoids lots of runtime warnings
e.g. for the QSequentialGroup::currentAnimation property, which type
QAbstractAnimation * isn't registered by default via
qRegisterMetaType<>().
Reviewed-by: Christiaan Janssen
Task-number: QTCREATORBUG-2853
|
| |
| |
| |
| | |
Task-number: QTBUG-16032
|
| |
| |
| |
| |
| |
| |
| | |
For cases like PropertyChanges { font.pixelSize: myPixelSize } it was
attempting to rewrite the function name as font.pixelSize, which is
not syntactically correct. We now rewrite the function name as
pixelSize.
|
| |
| |
| |
| |
| |
| |
| | |
This provides a significant optimization for initial evaluation of
bindings specified in a PropertyChanges.
Reviewed-by: Aaron Kennedy
|
| |
| |
| |
| | |
Reviewed-by: Kai Koehne
|
| |
| |
| |
| | |
Reviewied-by: Kai Koehne
|
|\ \
| |/ |
|
| |
| |
| |
| |
| |
| |
| |
| | |
16447b1193fedf5fdcf1f3d270fa73c5036a1ba0 removed unused directory but
the fix meant that the base Databases directory was no longer
automatically created.
Task-number: QTBUG-15909
|
| | |
|
| |\
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* '4.7' of scm.dev.nokia.troll.no:qt/qt-qml:
Update QtGui bwins def file for QTBUG-15615
highlightFollowsCurrentItem: false was not always honored
ListView: Fix calculation of currentItem position when out of view.
Update QtGui def files
Fix openDatabaseSync() to not create unused directory
Document support for QVariantList and QVariantMap type conversion
Some doc clarification for components and javascript integration
Cursor shouldn't blink while dragging cursor position
Qt.include() docs weren't being picked up by qdoc
Doc: make it clear that "z" affects sibling stacking order.
|
| | |
| | |
| | |
| | |
| | | |
Task-number: QTBUG-15909
Reviewed-by: Warwick Allison
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This moves the Qt.include() docs to qdeclarativeengine.cpp and
also documents it in the "Integrating JavaScript" page.
Task-number: QTBUG-15855
|
| |/
| |
| |
| |
| | |
Task-number: QTBUG-14736
Reviewed-by: Alessandro Portale
|
| | |
|
| |
| |
| |
| |
| | |
Task-number: QTBUG-15405
Reviewed-by: Jason Barron
|
| |
| |
| |
| | |
Reviewed-by: Kai Koehne
|
| |
| |
| |
| | |
Reviewed-by: Kai Koehne
|
|\ \
| |/ |
|
| |\
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
4.7-integration
* '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2:
Fix resource leak in QEgl::getCompatibleVisualld()
Fixed OpenGL state getting out of sync.
Fix whitespace in previous 1e7b4e396ec3bacc1a769208b990c5e0450f0d3a
Declarative: Fix compiler warnings (Linux/g++)
|
| | |\
| | | |
| | | |
| | | |
| | | |
| | | | |
Conflicts:
src/declarative/qml/qdeclarativeengine.cpp
src/declarative/qml/qdeclarativepropertycache.cpp
|
| | |\ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
4.7-integration
* '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2:
Fixed OpenGL state getting out of sync.
Fix whitespace in previous 1e7b4e396ec3bacc1a769208b990c5e0450f0d3a
Declarative: Fix compiler warnings (Linux/g++)
|
| | | | |
| | | | |
| | | | |
| | | | | |
Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Task-number: QTBUG-15697
|
| | |_|/
| |/| |
| | | |
| | | | |
Task-number: QTBUG-15695
|
| | | |
| | | |
| | | |
| | | | |
Task-number: QTBUG-13719
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
Just add some Q_UNUSED for parameters or remove the variable we don't
need for the others.
Reviewed-by: Trust Me
|
| |/
| |
| |
| | |
Also clean up some code uglyness in the process
|
|\ \
| |/ |
|
| |
| |
| |
| |
| | |
Task-number: QTBUG-14666
Reviewed-by: Aaron Kennedy
|
|\ \
| |/ |
|
| |
| |
| |
| | |
Task-number: QTBUG-14761
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
intptr_t is defined in some C header that we don't include. I don't
know which one it is, but without it, it fails to compile with:
declarative/qml/qdeclarativecontext.cpp:477: error: 'intptr_t' was not declared in this scope
Reviewed-By: Trust Me
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
Tracing for compile time, signal handlers, and deferred
creation.
|