| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix previous commit | Joona Petrell | 2010-08-18 | 1 | -1/+1 |
|
|
* | Add visible background element to declarative examples that didn't have any | Joona Petrell | 2010-08-18 | 3 | -40/+51 |
|
|
* | Merge branch '4.7' of ../oslo-staging-2 into 4.7 | David Boddie | 2010-08-13 | 2 | -1/+5 |
|\ |
|
| * | Doc: Fixes to Qt Quick documentation. | David Boddie | 2010-08-09 | 2 | -1/+5 |
|
|
* | | Fix cppextension examples. | Martin Jones | 2010-08-11 | 10 | -20/+20 |
|/ |
|
* | Rename example component file for clarity | Bea Lam | 2010-08-05 | 4 | -8/+22 |
|
|
* | Make it possible to manually set the orientation of QML Viewer on Symbian | Joona Petrell | 2010-08-03 | 5 | -0/+476 |
|
|
* | Fixed spelling mistakes in documented functions, classes, etc. Part of QTBUG-... | Jerome Pasion | 2010-07-29 | 10 | -10/+10 |
|
|
* | Fix image source | Bea Lam | 2010-07-29 | 1 | -1/+1 |
|
|
* | Avoid binding loop warnings | Bea Lam | 2010-07-29 | 1 | -1/+2 |
|
|
* | various doc fixes | Bea Lam | 2010-07-27 | 2 | -2/+2 |
|
|
* | Expand QDeclarativeExtensionPlugin docs | Bea Lam | 2010-07-21 | 2 | -1/+8 |
|
|
* | QML focus API updates. | Michael Brasser | 2010-07-21 | 5 | -12/+11 |
|
|
* | Fix clock example: make sure hands always moves forward. | Michael Brasser | 2010-07-21 | 1 | -3/+3 |
|
|
* | PathView doc clarification. | Martin Jones | 2010-07-19 | 1 | -5/+4 |
|
|
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-07-19 | 2 | -1/+3 |
|\ |
|
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2010-07-16 | 1 | -0/+2 |
| |\ |
|
| | * | fixes, improvements for various docs and example code | Bea Lam | 2010-07-16 | 1 | -0/+2 |
|
|
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ... | Qt Continuous Integration System | 2010-07-16 | 1 | -1/+1 |
| |\ \
| | |/
| |/| |
|
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ... | Qt Continuous Integration System | 2010-07-14 | 1 | -1/+1 |
| | |\ |
|
| | | * | Fixing merge conflicts. | Martin Smith | 2010-07-13 | 11 | -123/+108 |
| | | |\ |
|
| | | * | | Doc: Fixing typo - background file name | Morten Engvoldsen | 2010-07-08 | 1 | -1/+1 |
|
|
* | | | | | Add a PathView example. | Martin Jones | 2010-07-19 | 9 | -0/+124 |
|/ / / / |
|
* | | | | Fix .pro file | Bea Lam | 2010-07-15 | 1 | -1/+2 |
|
|
* | | | | Add files missing from last commit | Bea Lam | 2010-07-15 | 7 | -0/+446 |
|
|
* | | | | Add chapter on creating list property types | Bea Lam | 2010-07-15 | 10 | -20/+64 |
|
|
* | | | | Change tutorial from using "Musician" etc. types to using "PieChart" | Bea Lam | 2010-07-15 | 33 | -397/+503 |
|/ / / |
|
* | | | improvements to docs and examples | Bea Lam | 2010-07-14 | 2 | -28/+38 |
| |/
|/| |
|
* | | Follow -> Behavior | mae | 2010-07-08 | 7 | -51/+53 |
|
|
* | | Extend QDeclarativeImageProvider to support QPixmap loading and | Bea Lam | 2010-07-08 | 2 | -62/+39 |
|
|
* | | Added QDeclarativeSpringAnimation | mae | 2010-07-07 | 1 | -9/+10 |
|
|
* | | doc improvements | Bea Lam | 2010-07-06 | 1 | -1/+6 |
|/ |
|
* | Add abstractitemmodel example, and fix some model docs | Bea Lam | 2010-07-01 | 8 | -6/+304 |
|
|
* | docs - quote code with snippets, other improvements | Bea Lam | 2010-07-01 | 5 | -21/+31 |
|
|
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2010-06-30 | 9 | -20/+27 |
|\ |
|
| * | Examples clean up | Bea Lam | 2010-06-28 | 7 | -13/+15 |
|
|
| * | Improve appearance when scaling | Bea Lam | 2010-06-28 | 1 | -6/+11 |
|
|
| * | Fix import path in cppextensions declarative example. | Christian Kamm | 2010-06-24 | 1 | -1/+1 |
|
|
* | | Fixed deployment paths for the symbian/linux-armcc mkspec. | axis | 2010-06-29 | 2 | -2/+2 |
|/ |
|
* | Merge remote branch 'origin/4.7' into qml-4.7 | Rohan McGovern | 2010-06-22 | 8 | -8/+6 |
|\ |
|
| * | Removed unnecessary data_caging_paths.prf loading from applications | Miikka Heikkinen | 2010-06-22 | 2 | -2/+0 |
|
|
| * | Fix WebKit declarative examples (second try) | Simon Hausmann | 2010-06-22 | 1 | -1/+1 |
|
|
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-webkit into 4.7-integration | Qt Continuous Integration System | 2010-06-22 | 6 | -6/+6 |
| |\ |
|
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-webkit into 4.7-integration | Qt Continuous Integration System | 2010-06-22 | 6 | -6/+6 |
| | |\ |
|
| | | * | Fix examples | Simon Hausmann | 2010-06-21 | 6 | -6/+6 |
|
|
* | | | | Remove transparent.qml example for now, until QTBUG-11591 is fixed | Bea Lam | 2010-06-22 | 1 | -55/+0 |
|
|
* | | | | qmldir no longer necessary | Bea Lam | 2010-06-22 | 1 | -4/+0 |
|/ / / |
|
* | | | Rename example: edit -> textselection | Bea Lam | 2010-06-22 | 6 | -0/+16 |
|
|
* | | | Clean up some examples | Bea Lam | 2010-06-22 | 37 | -374/+195 |
|
|
* | | | Rename example and add minor improvements | Bea Lam | 2010-06-22 | 1 | -17/+32 |
|
|