summaryrefslogtreecommitdiffstats
path: root/demos/declarative/webbrowser/content/RetractingWebBrowserHeader.qml
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup and simplify the webbrowser demo.Yann Bodson2010-05-111-113/+0
|
* Use enum rather than string for easing type.Yann Bodson2010-05-051-1/+1
|
* Replace "import Qt 4.6" with "import Qt 4.7"Michael Brasser2010-04-081-1/+1
|
* Truncate title at right if too long (cannot currently ElideRight and center).Warwick Allison2010-03-111-3/+1
|
* Test, demo, and work-around bug QTBUG-8535Warwick Allison2010-02-261-18/+27
|
* Renamed Flickable viewportXXX properties contentXXXMartin Jones2010-02-261-4/+4
| | | | A viewport is the thing you look through, not what you look at.
* Updates all qml examples/demos to use the easing curve value type syntaxLeonardo Sobral Cunha2010-02-231-1/+1
|
* Get rid of the matchProperties/properties distinction, as itMichael Brasser2010-02-181-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.
* Restructure for easier re-use.Warwick Allison2009-12-021-0/+106