| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
QDeclarativeXXX.
|
|
|
|
|
|
|
|
|
|
|
| |
has proven to be confusing in practice.
property/target and properties/targets will be functionally equivilant
(the only distinction being singular/plural). In a transition these
properties can be used for both 'matching' and explicit animation
based on whether a 'to' value is supplied.
The documentation, tests, examples and demos have been updated as well.
|
|
|
|
|
|
|
|
|
|
|
| |
Cleans up code, reduces memory footprint and increases performance.
Largely by removing large chunks of functionality that we don't
actually use.
Also now that we are clearer on what the new positioner transitions are
(how the item moves it's position when it is positioned by a positioner)
a remove transition makes no sense and is discarded, and the auto tests
have been updated as add transitions are slightly different.
|
|
Includes actually adding some layout tests (which seem to expose bugs
in the layouts).
|