summaryrefslogtreecommitdiffstats
path: root/examples/declarative/animation
Commit message (Collapse)AuthorAgeFilesLines
* Update year in Nokia copyright messages.Jason McDonald2012-01-1116-16/+16
| | | | | | | | | Simple search and replace. This commit doesn't touch 3rd-party files, nor translations (where the change is not so simple and will be handled in a separate commit). Change-Id: I4e48513b8078a44a8cd272326685b25338890148 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Adjust pathes once again.Daniel Molkentin2011-11-241-3/+3
| | | | Reviewed-by: trustme
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-doc-stagingKevin Wright2011-11-249-0/+10
|\
| * Rename files to show up in docs.Casper van Donderen2011-11-249-0/+10
| |
* | Split behavior and wigglytext examplesKevin Wright2011-11-246-0/+204
|/
* Fix up examples.Daniel Molkentin2011-11-2411-211/+0
| | | | | | | | | - Remove dependencies from examples - Remove stray copies of qtc_packaging - remove .desktop files - rename examples (to their old name) Reviewed-By: Casper van Donderen
* Update documentation for QML examples.Casper van Donderen2011-11-241-0/+3
|
* Fix build error: specifying full path to pro file is required here.Daniel Molkentin2011-11-231-3/+3
| | | | Reviewed-By: Oswald Buddenhagen
* Declarative Examples: Fall back to local qmlapplicationviewer.Daniel Molkentin2011-11-225-5/+10
| | | | Rubberstamped-by: Oswald Buddenhagen
* Fix "make install" for declarative examplesDaniel Molkentin2011-11-221-0/+8
| | | | Reviewed-by: Oswald Buddenhagen
* Fix use of qmlapplicationviewer.Daniel Molkentin2011-11-215-5/+10
| | | | | | | - Two separate copies for demos and example - Fix deployment (don't install to opt in desktop case) Reviewed-by: Casper van Donderen
* animations/states example modificationsartoka2011-11-1711-667/+6
| | | | | | | | | Modified the project to use centralized qmlapplicationviewer, removed duplicate files and modified project files according to the changes. Merge-request: 2719 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
* animation/easing example modificationsartoka2011-11-1710-488/+6
| | | | | | | | | Modified the project to use centralized qmlapplicationviewer, removed duplicated files and modified project files according to the changes. Merge-request: 2719 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
* behaviors/behavior-example modificationsartoka2011-11-1713-740/+6
| | | | | | | | | Modified the example to use centralized qmlapplicationviewer, removed duplicated files and modified project files according to the changes. Merge-request: 2719 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
* Basics example cleanupartoka2011-11-173-231/+0
| | | | | | | Removed duplicated files from basics examples Merge-request: 2719 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
* basics/property-animation modificationsartoka2011-11-1713-546/+6
| | | | | | | | | Modified the example to use centralized qmlapplicationviewer, removed duplicated files and modified project files according to the changes. Merge-request: 2719 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
* Basics/color-animation modificationsartoka2011-11-1713-541/+8
| | | | | | | | Example was modified to use centralized qmlapplicationviewer, duplicate files were removed, and project files updated. Merge-request: 2719 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
* Doc: Added missing license headers for documentation and examples.David Boddie2011-06-0815-0/+600
|
* Squashed merge of the master-temp branch.David Boddie2011-05-062-0/+32
| | | | | Conflicts: doc/src/examples/maemovibration.qdoc
* Squashed commit of the changes from the mobile-examples repositoryDavid Boddie2011-04-2874-0/+3851
| | | | (4.7-generated-declarative branch).
* Update copyright year to 2011.Jason McDonald2011-01-109-9/+9
| | | | Reviewed-by: Trust Me
* Add new behavior example.Yann Bodson2010-10-131-0/+108
|
* Replace all occurances of "Qt 4.7" with "QtQuick 1.0"Aaron Kennedy2010-09-298-9/+9
| | | | | Task-number: QTBUG-13799 Reviewed-by: Martin Jones
* Fix easing example having wrong contentHeightJoona Petrell2010-09-211-1/+1
|
* Make easing.qml usable on highres capacitive screenAlessandro Portale2010-09-161-7/+8
|
* Doc: Fixed text in license headers.David Boddie2010-09-138-8/+8
|
* Add missing license headersJoona Petrell2010-08-311-0/+40
| | | | | Task-number: Reviewed-by: Martin Jones
* Fix application exiting in embedded qml examplesJoona Petrell2010-08-303-3/+28
| | | | | Task-number: QTBUG-13178 Reviewed-by: Martin Jones
* Make declarative examples a bit more qt-like.Yann Bodson2010-08-264-8/+8
|
* Examples clean upBea Lam2010-06-281-1/+1
|
* Clean up some examplesBea Lam2010-06-222-6/+7
|
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-05-247-0/+280
|\
| * Add license headers for .qml files.Jason McDonald2010-05-217-0/+280
| | | | | | | | | | | | | | Examples get the BSD license, while all other .qml files get the LGPL/tech-preview license. Reviewed-by: Trust Me
* | Fix typoAlan Alpert2010-05-241-1/+1
|/
* Restructure the examples. They are now organized into variousBea Lam2010-05-1618-0/+570
subdirectories to make it easier to locate examples for certain features (e.g. animation) and to distinguish between different types of examples (e.g. very basic examples vs complex demo-like examples).