| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Reviewed-by: Trust Me
|
|
|
|
|
|
|
|
| |
Fixes regression caused by optimization added in commit
35a51442ed21f58c06b21293eeb56e843251ee82.
Task-number: QTBUG-14239
Reviewed-by: Martin Jones
|
|
|
|
|
|
|
| |
Ensure the offset is adjusted to account for the new or removed items.
Also minor optimizations to delegate updates.
Task-number: QTBUG-13416
|
|
|
|
|
|
|
|
|
|
| |
PathView handles its own mouse interaction, but lacked properties
similar to those in Flickable to determine when it is stationary.
This made it impossible to start an animation when the view stops moving,
for example.
Task-number: QTBUG-12497
Reviewed-by: Warwick Allison
|
|
|
|
|
| |
Those required by creator are still exported. Everything else is
no longer exported.
|
|
|
|
| |
Task-number: QTBUG-11006
|
|
|
|
|
| |
Also add missing increment/decrementCurrentIndex() slots to PathView,
and tweak the number of points cached along a Path.
|
|
|
|
|
|
|
|
| |
If an item was created spontaneously (i.e. delegate is a package and
some other view created the item), ensure its attached properties are
correctly initialized.
Task-number: QTBUG-10527
|
|
|
|
| |
Task-number: QTBUG-7568
|
|
|
|
|
| |
Always use private/. The WinSCW compiler doesn't search the current
directory, for whatever reason.
|
|
|
|
|
|
|
| |
Error was:
"graphicsitems/qdeclarativepathview_p.h", line 80: Error: "}" expected instead of ";"
Reviewed-by: Olivier Goffart
|
|
|
|
| |
Task-number: QT-319
|
|
|
|
|
|
| |
views.
Task-number: QT-319
|
|
|
|
|
|
| |
Adding PathView attached properties to be in line with other views.
Task-number: QT-319
|
|
|
|
| |
Reviewed-by: akennedy
|
|
|
|
| |
Task-number: QTBUG-8494
|
|
QDeclarativeXXX.
|