Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | Set delegate Z before complete() so that view Z is overridden by delegate. | Martin Jones | 2010-03-01 | 3 | -3/+7 | |
| |_|_|/ / |/| | | | | ||||||
* | | | | | Add mention of highlightRangeMode in snapMode docs. | Martin Jones | 2010-03-01 | 1 | -0/+6 | |
| |_|/ / |/| | | | ||||||
* | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml | Martin Jones | 2010-02-26 | 12 | -353/+444 | |
|\ \ \ \ | ||||||
| * | | | | Revert "Some animation cleanup/refactoring." | Leonardo Sobral Cunha | 2010-02-26 | 2 | -20/+12 | |
| * | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml | Warwick Allison | 2010-02-26 | 9 | -81/+281 | |
| |\ \ \ \ | ||||||
| | * | | | | Doc | Aaron Kennedy | 2010-02-26 | 2 | -13/+150 | |
| | * | | | | update painted geometry on pixmapChanged rather than sourceChanged | Yann Bodson | 2010-02-26 | 2 | -10/+3 | |
| * | | | | | Rename files to follow class name. | Warwick Allison | 2010-02-26 | 4 | -4/+4 | |
| * | | | | | Change Connection syntax as per QT-2822. | Warwick Allison | 2010-02-26 | 4 | -166/+135 | |
* | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml | Martin Jones | 2010-02-26 | 10 | -73/+160 | |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | ||||||
| * | | | | | Polish QDeclarativeProperty API | Aaron Kennedy | 2010-02-26 | 6 | -58/+128 | |
| |/ / / / | ||||||
| * | | | | Test, demo, and work-around bug QTBUG-8535 | Warwick Allison | 2010-02-26 | 1 | -0/+3 | |
| * | | | | Fix ParentAnimation crash. | Michael Brasser | 2010-02-26 | 2 | -3/+9 | |
| * | | | | Some animation cleanup/refactoring. | Michael Brasser | 2010-02-26 | 2 | -12/+20 | |
* | | | | | Make Flickable overshoot behavior nicer. | Martin Jones | 2010-02-26 | 3 | -27/+58 | |
* | | | | | Tiny doc tweak. | Martin Jones | 2010-02-26 | 1 | -1/+1 | |
|/ / / / | ||||||
* | | | | Fix Flickable.overShoot doc - it is a bool not a real | Martin Jones | 2010-02-26 | 1 | -2/+2 | |
* | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml | Martin Jones | 2010-02-26 | 5 | -47/+57 | |
|\ \ \ \ | ||||||
| * | | | | Remove unnecessary QDeclarativeProperty::Type enum values | Aaron Kennedy | 2010-02-26 | 3 | -22/+43 | |
| * | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml | Bea Lam | 2010-02-26 | 6 | -7/+486 | |
| |\ \ \ \ | | |_|_|/ | |/| | | | ||||||
| * | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml | Bea Lam | 2010-02-25 | 56 | -1366/+1535 | |
| |\ \ \ \ | ||||||
| * \ \ \ \ | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml | Bea Lam | 2010-02-25 | 13 | -10/+120 | |
| |\ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml | Bea Lam | 2010-02-25 | 4 | -29/+27 | |
| |\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml | Bea Lam | 2010-02-25 | 52 | -743/+872 | |
| |\ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Automatically connect to signals "onFooChanged" if property is "foo". | Bea Lam | 2010-02-25 | 3 | -25/+14 | |
* | | | | | | | | | Renamed Flickable viewportXXX properties contentXXX | Martin Jones | 2010-02-26 | 5 | -80/+62 | |
| |_|_|_|_|/ / / |/| | | | | | | | ||||||
* | | | | | | | | Add ParentAnimation. | Michael Brasser | 2010-02-26 | 6 | -7/+486 | |
| |_|_|_|/ / / |/| | | | | | | ||||||
* | | | | | | | Protect against double initialization. | Roberto Raggi | 2010-02-25 | 2 | -6/+20 | |
* | | | | | | | Fix compilation due to enabling of QStringBuilder throughout | Thiago Macieira | 2010-02-25 | 1 | -1/+1 | |
* | | | | | | | Merge branch 'master' of git:qt/qt-qml | Thiago Macieira | 2010-02-25 | 324 | -19071/+19942 | |
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | ||||||
| * | | | | | | Don't look for contextual keywords when defining properties. | Roberto Raggi | 2010-02-25 | 3 | -632/+658 | |
| * | | | | | | Introduced QDeclarativeExtensionPlugin::registerTypes(uri). | Roberto Raggi | 2010-02-25 | 5 | -6/+29 | |
| * | | | | | | Rename QDeclarativeMetaProperty -> QDeclarativeProperty | Aaron Kennedy | 2010-02-25 | 44 | -317/+316 | |
| * | | | | | | Introduced alternative syntax for defining QML bindings. | Roberto Raggi | 2010-02-25 | 7 | -1000/+1072 | |
| * | | | | | | Document and test resetting properties in a state change. | Michael Brasser | 2010-02-25 | 1 | -1/+28 | |
| * | | | | | | Handle smooth reparenting where the item being reparented has a complex | Michael Brasser | 2010-02-25 | 1 | -11/+12 | |
| * | | | | | | Make more private QDeclarativeMetaProperty methods private | Aaron Kennedy | 2010-02-25 | 14 | -77/+82 | |
| * | | | | | | doc | Warwick Allison | 2010-02-25 | 1 | -3/+1 | |
| | |_|_|/ / | |/| | | | | ||||||
| * | | | | | Fix documentation following MouseRegion -> MouseArea change | Martin Jones | 2010-02-25 | 1 | -9/+9 | |
| * | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml | Martin Jones | 2010-02-25 | 1 | -0/+3 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Fix QDeclarativePropertyAnimation to avoid property writes while stopped | Leonardo Sobral Cunha | 2010-02-25 | 1 | -0/+3 | |
| | | |_|/ / | | |/| | | | ||||||
| * | | | | | Document Package | Martin Jones | 2010-02-25 | 2 | -0/+54 | |
| * | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml | Martin Jones | 2010-02-25 | 17 | -816/+215 | |
| |\ \ \ \ \ | | |/ / / / | ||||||
| | * | | | | Tweak QDeclarativeMetaProperty type category API | Aaron Kennedy | 2010-02-25 | 4 | -29/+27 | |
| | | |/ / | | |/| | | ||||||
| | * | | | Remove QDeclarativeMetaProperty::Attached | Aaron Kennedy | 2010-02-25 | 3 | -40/+13 | |
| | * | | | Remove QDeclarativeMetaProperty::createProperty() method | Aaron Kennedy | 2010-02-25 | 5 | -112/+92 | |
| | * | | | Move private QDeclarativeMetaProperty functions into the private class | Aaron Kennedy | 2010-02-25 | 10 | -49/+69 | |
| | * | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml | Warwick Allison | 2010-02-25 | 1 | -2/+2 | |
| | |\ \ \ | ||||||
| | | * \ \ | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml | Yann Bodson | 2010-02-25 | 3 | -574/+2 | |
| | | |\ \ \ | ||||||
| | | * | | | | QML Text item clipping logic was reversed | Yann Bodson | 2010-02-25 | 1 | -2/+2 | |