Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | Add AnchorAnimation for animating AnchorChanges. | Michael Brasser | 2010-03-11 | 9 | -120/+359 | |
| | |/ / / / | |/| | | | | ||||||
| * | | | | | Comment out unused method. | Martin Jones | 2010-03-10 | 2 | -2/+3 | |
| * | | | | | Document - and use - the qmlRegisterXXX template functions | mae | 2010-03-10 | 5 | -109/+116 | |
| * | | | | | when loading debug import plugins on Mac, try with _debug.dylib suffix | mae | 2010-03-10 | 1 | -0/+3 | |
| * | | | | | Merge remote branch 'qt/4.7' into qml-4.7 | Qt Continuous Integration System | 2010-03-10 | 8 | -54/+109 | |
| |\ \ \ \ \ | | |/ / / / | |/| | | / | | | |_|/ | | |/| | | ||||||
| * | | | | Remove accidentally submitted code | Aaron Kennedy | 2010-03-10 | 1 | -8/+1 | |
| * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-03-10 | 10 | -229/+458 | |
| |\ \ \ \ | ||||||
| | * \ \ \ | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Aaron Kennedy | 2010-03-10 | 16 | -78/+282 | |
| | |\ \ \ \ | ||||||
| | * | | | | | Unify binding optimizer and QtScript binding signal management logic | Aaron Kennedy | 2010-03-10 | 10 | -229/+458 | |
| * | | | | | | Ensure currentIndex NOTIFY is emitted when currentIndex changes due to model ... | Martin Jones | 2010-03-10 | 2 | -0/+4 | |
| | |/ / / / | |/| | | | | ||||||
| * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-03-10 | 12 | -19/+169 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Use no-version-specified to mean any version (used to work, fixed again, | Warwick Allison | 2010-03-10 | 1 | -1/+4 | |
| | * | | | | | URL redirection for font loader | Warwick Allison | 2010-03-10 | 1 | -1/+17 | |
| | * | | | | | URL redirection for AnimatedImage | Warwick Allison | 2010-03-10 | 2 | -1/+18 | |
| | * | | | | | Technically, Location can be relative (never is though...) | Warwick Allison | 2010-03-10 | 1 | -1/+1 | |
| | * | | | | | URL redirection for normal images. | Warwick Allison | 2010-03-10 | 1 | -6/+35 | |
| | * | | | | | URL redirection for components resources. | Warwick Allison | 2010-03-10 | 1 | -0/+18 | |
| | * | | | | | URL redirects for border image. | Warwick Allison | 2010-03-10 | 2 | -2/+18 | |
| | * | | | | | Implement URL redirection for types and XmlListModel. | Warwick Allison | 2010-03-10 | 3 | -3/+53 | |
| | |/ / / / | ||||||
| | * | | | | Doc | Aaron Kennedy | 2010-03-10 | 1 | -4/+5 | |
| * | | | | | Schedule view relayout after itemsInserted/Removed() | Martin Jones | 2010-03-10 | 5 | -63/+118 | |
| |/ / / / | ||||||
| * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-03-09 | 2 | -3/+3 | |
| |\ \ \ \ | ||||||
| | * \ \ \ | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2010-03-09 | 27 | -162/+350 | |
| | |\ \ \ \ | ||||||
| | | * | | | | Probably fix compile on windows | Alan Alpert | 2010-03-09 | 1 | -1/+1 | |
| | | * | | | | Probably fix compile | Alan Alpert | 2010-03-09 | 1 | -1/+1 | |
| * | | | | | | Remove unused struct | Martin Jones | 2010-03-09 | 1 | -5/+0 | |
| | |/ / / / | |/| | | | | ||||||
| * | | | | | Initialize member variable in QDeclarativeGridViewAttached | Martin Jones | 2010-03-09 | 1 | -1/+1 | |
| * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-03-09 | 23 | -137/+273 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Add QML support for methods returning QList<QObject *> | Aaron Kennedy | 2010-03-09 | 1 | -35/+55 | |
| | * | | | | | Make QDeclarativeItem NOTIFY signals canonical | Joona Petrell | 2010-03-09 | 13 | -67/+52 | |
| | * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Aaron Kennedy | 2010-03-09 | 13 | -74/+435 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | Remove unused data member. | Michael Brasser | 2010-03-09 | 2 | -2/+0 | |
| | | * | | | | | Fix warning. | Michael Brasser | 2010-03-09 | 1 | -0/+2 | |
| | | * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Michael Brasser | 2010-03-09 | 6 | -22/+26 | |
| | | |\ \ \ \ \ | ||||||
| | | * | | | | | | Fix warnings and change geometry-related functions to use reals. | Michael Brasser | 2010-03-09 | 2 | -10/+10 | |
| | | * | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Michael Brasser | 2010-03-09 | 37 | -682/+1134 | |
| | | |\ \ \ \ \ \ | ||||||
| | | * | | | | | | | Doc fix. | Michael Brasser | 2010-03-05 | 1 | -1/+5 | |
| | * | | | | | | | | Integrate QML's object ownership with the JS collector | Aaron Kennedy | 2010-03-09 | 7 | -23/+150 | |
| * | | | | | | | | | Handle itemsInserted/Removed/Moved() correctly for repeater. | Martin Jones | 2010-03-09 | 2 | -8/+55 | |
| | |_|_|/ / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-03-09 | 6 | -34/+22 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | When flicking with snap, bias towards moving at least one item. | Martin Jones | 2010-03-09 | 2 | -14/+19 | |
* | | | | | | | | | | --warn; | Gunnar Sletta | 2010-03-15 | 1 | -4/+4 | |
| |_|_|_|_|_|/ / / |/| | | | | | | | | ||||||
* | | | | | | | | | Merge branch '4.7-cutoff' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.... | Qt Continuous Integration System | 2010-03-09 | 9 | -57/+109 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | / | | |_|_|_|_|_|/ | |/| | | | | | | ||||||
| * | | | | | | | doc: Fixed several qdoc errors. | Martin Smith | 2010-03-09 | 8 | -28/+28 | |
| * | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ... | Qt Continuous Integration System | 2010-03-09 | 5 | -35/+87 | |
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | ||||||
| | * | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ... | Qt Continuous Integration System | 2010-03-08 | 5 | -35/+87 | |
| | |\ \ \ \ \ \ | ||||||
| | | * | | | | | | doc: Fixed some QML qdoc errors. | Martin Smith | 2010-03-05 | 3 | -4/+17 | |
| | | * | | | | | | doc: Fixed some QML qdoc errors. | Martin Smith | 2010-03-05 | 2 | -31/+70 | |
* | | | | | | | | | Renamed QPainter::Fragment/Hint -> QPainter::PixmapFragment/Hint | Trond Kjernåsen | 2010-03-09 | 1 | -1/+1 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Yann Bodson | 2010-03-09 | 6 | -48/+431 | |
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | | |