Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2010-03-16 | 99 | -3687/+3592 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Remove unneeded #include and add needed header to .pri | Martin Jones | 2010-03-16 | 2 | -2/+1 | |
| * | | | Add easing changes to QmlChanges.txt | Martin Jones | 2010-03-16 | 1 | -0/+8 | |
| * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-03-16 | 9 | -980/+1290 | |
| |\ \ \ | ||||||
| | * | | | Doc fixes. | Bea Lam | 2010-03-16 | 1 | -27/+27 | |
| | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Bea Lam | 2010-03-16 | 99 | -2783/+2802 | |
| | |\ \ \ | ||||||
| | * | | | | Remove WorkerListModel and integrate its functionality into ListModel. | Bea Lam | 2010-03-16 | 9 | -980/+1290 | |
| * | | | | | Update more animation on property value source docs. | Martin Jones | 2010-03-16 | 1 | -1/+1 | |
| * | | | | | QmlChanges.txt cleanup. | Martin Jones | 2010-03-16 | 1 | -23/+26 | |
| | |/ / / | |/| | | | ||||||
| * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-03-16 | 4 | -9/+24 | |
| |\ \ \ \ | ||||||
| | * | | | | Compile with user defined Qt namespace | Roberto Raggi | 2010-03-15 | 1 | -2/+4 | |
| | * | | | | Fix regression from previous commit | mae | 2010-03-15 | 3 | -7/+20 | |
| * | | | | | Split post alpha API changes into a separate section. | Martin Jones | 2010-03-16 | 1 | -21/+27 | |
| * | | | | | Little more doc on QabstractItemModel and QML. | Martin Jones | 2010-03-15 | 1 | -2/+4 | |
| |/ / / / | ||||||
| * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-03-15 | 3 | -10/+14 | |
| |\ \ \ \ | ||||||
| | * | | | | QDeclarative::isWritable optimization. | Michael Brasser | 2010-03-15 | 1 | -5/+3 | |
| | * | | | | Make easing docs more consistent with other grouped property docs. | Michael Brasser | 2010-03-14 | 1 | -4/+8 | |
| | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Yann Bodson | 2010-03-14 | 1 | -1/+1 | |
| | |\ \ \ \ | ||||||
| | | * | | | | Fix typo. | Michael Brasser | 2010-03-14 | 1 | -1/+1 | |
| | * | | | | | Make the loader a focusscope. | Yann Bodson | 2010-03-14 | 1 | -1/+3 | |
| | |/ / / / | ||||||
| * | | | | | Set maximumExtents correctly for highlightRangeMode: StrictlyEnforceRange | Martin Jones | 2010-03-15 | 1 | -2/+2 | |
| |/ / / / | ||||||
| * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-03-12 | 41 | -1886/+500 | |
| |\ \ \ \ | ||||||
| | * | | | | Optimization: Use linked list for context children | Aaron Kennedy | 2010-03-12 | 3 | -33/+56 | |
| | * | | | | Remove dead code | Aaron Kennedy | 2010-03-12 | 1 | -31/+0 | |
| | * | | | | Make QML the object allocator more flexible | Aaron Kennedy | 2010-03-12 | 4 | -25/+20 | |
| | * | | | | Fix crash on 32-bit platforms | Aaron Kennedy | 2010-03-12 | 1 | -1/+1 | |
| | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Aaron Kennedy | 2010-03-12 | 1 | -2/+3 | |
| | |\ \ \ \ | ||||||
| | | * | | | | Update QmlChanges.txt | Yann Bodson | 2010-03-12 | 1 | -2/+3 | |
| | * | | | | | Reenable the QML binding optimizer for "safe" optimizations | Aaron Kennedy | 2010-03-12 | 5 | -30/+81 | |
| | * | | | | | Crash | Aaron Kennedy | 2010-03-12 | 1 | -1/+1 | |
| | |/ / / / | ||||||
| | * | | | | Revert "Use one thread for all instances." | Michael Brasser | 2010-03-12 | 1 | -19/+15 | |
| | * | | | | Update QmlChanges.txt | Michael Brasser | 2010-03-12 | 1 | -0/+2 | |
| | * | | | | Remove Qt.closestAngle(). | Michael Brasser | 2010-03-12 | 2 | -21/+0 | |
| | * | | | | Fix importing qml modules from rcc resources | mae | 2010-03-11 | 3 | -52/+50 | |
| | * | | | | Crash | Aaron Kennedy | 2010-03-11 | 1 | -1/+1 | |
| | * | | | | Cosmetic tweaks | Aaron Kennedy | 2010-03-11 | 1 | -8/+5 | |
| | * | | | | Update QmlChanges.txt | Aaron Kennedy | 2010-03-11 | 1 | -0/+3 | |
| | * | | | | Replace QDeclarativeContext::addDefaultObject() -> setContextObject() | Aaron Kennedy | 2010-03-11 | 9 | -43/+37 | |
| | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-03-11 | 28 | -1776/+702 | |
| | |\ \ \ \ | ||||||
| | | * | | | | Improve value type binding behavior | Aaron Kennedy | 2010-03-11 | 6 | -35/+212 | |
| | | * | | | | Minor construction optimizations. | Michael Brasser | 2010-03-11 | 5 | -2/+13 | |
| | | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Yann Bodson | 2010-03-11 | 5 | -35/+117 | |
| | | |\ \ \ \ | ||||||
| | | * | | | | | Move particles in their own plugin (Qt.labs.particles) | Yann Bodson | 2010-03-11 | 4 | -1584/+1 | |
| | * | | | | | | Fix test, fix warning consistency. | Warwick Allison | 2010-03-11 | 1 | -0/+1 | |
| * | | | | | | | Change PathView offset property to use range 0 - 1.0 | Martin Jones | 2010-03-12 | 2 | -48/+49 | |
| | |_|/ / / / | |/| | | | | | ||||||
| * | | | | | | Add a positioning 'mode' to positionViewAtIndex() | Martin Jones | 2010-03-11 | 5 | -35/+117 | |
| | |/ / / / | |/| | | | | ||||||
| * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Michael Brasser | 2010-03-11 | 2 | -9/+3 | |
| |\ \ \ \ \ | | |/ / / / | ||||||
| | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Aaron Kennedy | 2010-03-11 | 12 | -163/+228 | |
| | |\ \ \ \ | ||||||
| | * | | | | | Remove more accidentally submitted code | Aaron Kennedy | 2010-03-11 | 2 | -5/+0 | |
| | * | | | | | Doc | Aaron Kennedy | 2010-03-10 | 1 | -3/+3 | |