summaryrefslogtreecommitdiffstats
path: root/src/imports/gestures
Commit message (Collapse)AuthorAgeFilesLines
* Change to commercial license headers in preparation for release.Jason McDonald2010-09-073-39/+39
| | | | Reviewed-by: Trust Me
* fix doc linksBea Lam2010-07-181-1/+1
| | | | (cherry picked from commit 2497d922f06404f6fd1c65c6c685fbce173303ae)
* Fixed deployment locations for various profiles.axis2010-07-021-1/+2
| | | | RevBy: Trust me
* Docs - add more links to relevant examplesBea Lam2010-06-301-1/+1
| | | | Task-number: QTBUG-11754
* Provide Qml plugins with UID3s on SymbianAlessandro Portale2010-06-231-0/+1
| | | | | | ...otherwise we cannot Symbian sign them. Reviewed-by: Miikka Heikkinen
* Removed unnecessary data_caging_paths.prf loading from applicationsMiikka Heikkinen2010-06-221-1/+0
| | | | | | | | | Since plugin and import paths variables were moved to symbian.conf, there were many unnecessary load(data_caging_paths) statements left in applications. Task-number: QTBUG-11619 Reviewed-by: Janne Koskinen
* Add a new qconfig feature GESTURESTasuku Suzuki2010-06-023-1/+10
| | | | | Merge-request: 535 Reviewed-by: Andreas Aardal Hanssen <andreas.aardal.hanssen@nokia.com>
* Unify naming of import plugin targetsJoona Petrell2010-05-263-4/+4
| | | | | Task-number: QTBUG-10834 Reviewed-by: Warwick Allison
* Add parent parameter to QDeclarativeExpression constructor.Michael Brasser2010-05-181-1/+1
| | | | Also rearrange the parameter order to be more clear.
* syntax updateWarwick Allison2010-05-051-1/+1
|
* no export in pluginWarwick Allison2010-04-231-1/+1
|
* compileWarwick Allison2010-04-221-2/+1
|
* Simplify QML import plugin deployment linesJoona Petrell2010-04-161-2/+1
| | | | | Task-number: Reviewed-by: Martin Jones
* Make it clear that Qt.labs modules may not remain compatible.Martin Jones2010-04-141-0/+3
| | | | Task-number: QTBUG-9807
* Fix anchors, etc.Warwick Allison2010-04-062-2/+1
| | | | (pass parser status up to QDeclarativeItem)
* Labs (experimental) Gesture support.Warwick Allison2010-04-065-0/+461
By popular demand.