summaryrefslogtreecommitdiffstats
path: root/examples/declarative/scrollbar
Commit message (Collapse)AuthorAgeFilesLines
* More cleanupYann Bodson2010-05-062-10/+10
|
* Add .qmlproject files to declarative examples.Yann Bodson2010-04-201-0/+16
|
* Fix code style in examplesBea Lam2010-04-132-31/+29
|
* Replace "property var " with "property variant " in QML codeAaron Kennedy2010-04-091-1/+1
|
* Replace "import Qt 4.6" with "import Qt 4.7"Michael Brasser2010-04-082-2/+2
|
* Renamed Flickable viewportXXX properties contentXXXMartin Jones2010-02-261-2/+2
| | | | A viewport is the thing you look through, not what you look at.
* Add an "asynchonous" property to Image.Martin Jones2010-02-241-0/+1
| | | | | Allows loading/decoding local images in an asynchronous thread (already the case for network images).
* Get rid of the matchProperties/properties distinction, as itMichael Brasser2010-02-182-2/+2
| | | | | | | | | | | 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.
* Rename targets -> matchTargets and properties -> matchProperties.Michael Brasser2009-11-062-2/+2
|
* lowercase idsYann Bodson2009-10-062-23/+23
|
* Flickable visible area properties moved into visibleArea as dot props.Martin Jones2009-09-032-8/+6
|
* fromState -> from, toState -> to for Transition.Michael Brasser2009-08-241-2/+2
|
* Rename State change elements.Martin Jones2009-08-211-2/+2
| | | | | | SetProperties -> PropertyChanges RunScript -> StateChangeScript SetAnchors -> AnchorChanges
* Renaming Rect -> RectangleYann Bodson2009-08-192-3/+3
|
* MouseRegion API changes following review.Martin Jones2009-08-181-0/+2
|
* Merge branch 'kinetic-declarativeui' of ↵Yann Bodson2009-07-232-0/+4
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Move all QML types to Qt/4.6 namespace.Warwick Allison2009-07-232-0/+4
| | | | | | | | | | Adjust examples and demos accordingly. As per QT-558
* | make scrollbars look nice again.Yann Bodson2009-07-231-7/+7
|/
* Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-06-261-1/+1
|\ | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: examples/declarative/states/states.qml examples/declarative/states/transitions.qml examples/declarative/tutorials/helloworld/t3/tutorial3.qml src/declarative/util/qmlanimation.cpp
| * Rename NumericAnimation -> NumberAnimationMichael Brasser2009-06-261-1/+1
| |
* | Update SetProperties to handle changing bindingsAaron Kennedy2009-06-261-10/+2
|/ | | | Also removed all uses of SetProperty
* Join some lines in examples.Martin Jones2009-05-111-2/+1
|
* Use QML properties syntaxAaron Kennedy2009-05-011-10/+4
|
* Rename the 'src' attribute 'source'. Don't need to be HTML-like anymore.Yann Bodson2009-04-291-1/+1
|
* Converted the examples.Roberto Raggi2009-04-272-54/+99
|
* Initial import of kinetic-dui branch from the old kineticMichael Brasser2009-04-223-0/+54