Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | | | | * | | Fix test failures | Aaron Kennedy | 2010-03-17 | 6 | -6/+11 | |
| | | | | | * | | Optimization: Don't unnecessarily run VMEStack element constructors | Aaron Kennedy | 2010-03-17 | 1 | -4/+4 | |
| | | | | | * | | Optimization: Reduce unnecessary QObject allocations | Aaron Kennedy | 2010-03-17 | 31 | -550/+740 | |
| | | | | | * | | Reset QDeclarativeDeclarativeData::outerContext when the context is removed | Aaron Kennedy | 2010-03-17 | 1 | -0/+1 | |
| | | | | | * | | Simplify QDeclarativeComponent::creationContext() logic | Aaron Kennedy | 2010-03-17 | 1 | -5/+2 | |
| | | | | | * | | Optimization: Use id notifier for QtScript bindings | Aaron Kennedy | 2010-03-17 | 3 | -5/+33 | |
| | | | | | * | | Optimization: Combine QDeclarativeDeclarativeData and QObject allocations | Aaron Kennedy | 2010-03-17 | 5 | -5/+30 | |
| | | | * | | | | Tests for default count(), get() values should be run on the worker | Bea Lam | 2010-03-17 | 5 | -35/+33 | |
| | | | | |/ / | | | | |/| | | ||||||
| | | * | | | | Add ListView and GridView.indexAt() methods to get the index at a point. | Martin Jones | 2010-03-17 | 4 | -13/+65 | |
| | | |/ / / | ||||||
| | | * | | | Fixes for the module import | mae | 2010-03-16 | 2 | -38/+111 | |
| | | * | | | Fix documentation | mae | 2010-03-16 | 2 | -4/+4 | |
| | | * | | | add alan's tic-tac-toe AI | mae | 2010-03-16 | 3 | -7/+151 | |
| | | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2010-03-16 | 241 | -2984/+5781 | |
| | | |\ \ \ | ||||||
| | | | * | | | Remove test in .pro file also | Alan Alpert | 2010-03-16 | 1 | -1/+0 | |
| | | | * | | | 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 | 20 | -1220/+1549 | |
| | | | |\ \ \ | ||||||
| | | | | * | | | Doc fixes. | Bea Lam | 2010-03-16 | 2 | -28/+27 | |
| | | | | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Bea Lam | 2010-03-16 | 631 | -7320/+14860 | |
| | | | | |\ \ \ | ||||||
| | | | | * | | | | Remove WorkerListModel and integrate its functionality into ListModel. | Bea Lam | 2010-03-16 | 19 | -1220/+1551 | |
| | | | * | | | | | Update more animation on property value source docs. | Martin Jones | 2010-03-16 | 3 | -17/+19 | |
| | | | * | | | | | 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 | 207 | -1517/+2539 | |
| | | | |\ \ \ \ | ||||||
| | | | | * | | | | Optimize drawPixmapFragments for the GL2 paint engine. | Michael Brasser | 2010-03-15 | 2 | -12/+17 | |
| | | | | * | | | | Optimize QRegion::intersects(QRect). | Michael Brasser | 2010-03-15 | 2 | -16/+70 | |
| | | | | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2010-03-15 | 217 | -1679/+4055 | |
| | | | | |\ \ \ \ | ||||||
| | | | | | * \ \ \ | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2010-03-15 | 217 | -1679/+4055 | |
| | | | | | |\ \ \ \ | ||||||
| | | | | | | * | | | | 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 | |
| | | | | | | * | | | | Import "content" with as qualifier to support network without qmldir | mae | 2010-03-15 | 1 | -5/+5 | |
| | | | | | | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2010-03-15 | 215 | -1681/+4042 | |
| | | | | | | |\ \ \ \ | ||||||
| | | | | | | | * \ \ \ | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Yann Bodson | 2010-03-15 | 3 | -0/+252 | |
| | | | | | | | |\ \ \ \ | ||||||
| | | | | | | | * | | | | | Small fixes to photoviewer demo | Yann Bodson | 2010-03-15 | 2 | -12/+14 | |
| | | | * | | | | | | | | | Split post alpha API changes into a separate section. | Martin Jones | 2010-03-16 | 1 | -21/+27 | |
| | | | * | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-03-15 | 8 | -2/+270 | |
| | | | |\ \ \ \ \ \ \ \ \ | | | | | | |_|_|_|/ / / / | | | | | |/| | | | | | | | ||||||
| | | | | * | | | | | | | | Fix benchmark. | Michael Brasser | 2010-03-15 | 1 | -0/+1 | |
| | | | | * | | | | | | | | Add basic QUrl benchmarks. | Michael Brasser | 2010-03-15 | 2 | -0/+251 | |
| | | | | | |_|_|/ / / / | | | | | |/| | | | | | | ||||||
| | | | | * | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Yann Bodson | 2010-03-15 | 1 | -2/+2 | |
| | | | | |\ \ \ \ \ \ \ | ||||||
| | | | | * | | | | | | | | Add busy indicator to photoviewer demo | Yann Bodson | 2010-03-15 | 5 | -2/+18 | |
| | | | * | | | | | | | | | Little more doc on QabstractItemModel and QML. | Martin Jones | 2010-03-15 | 2 | -5/+21 | |
| | | | | |/ / / / / / / | | | | |/| | | | | | | | ||||||
| | | | * | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-03-15 | 27 | -165/+228 | |
| | | | |\ \ \ \ \ \ \ \ | | | | | |/ / / / / / / | ||||||
| | | | | * | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Yann Bodson | 2010-03-15 | 3 | -9/+20 | |
| | | | | |\ \ \ \ \ \ \ | ||||||
| | | | | | * | | | | | | | QDeclarative::isWritable optimization. | Michael Brasser | 2010-03-15 | 1 | -5/+3 | |
| | | | | | * | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2010-03-15 | 211 | -1674/+3768 | |
| | | | | | |\ \ \ \ \ \ \ | ||||||
| | | | | | | * | | | | | | | Make easing docs more consistent with other grouped property docs. | Michael Brasser | 2010-03-14 | 1 | -4/+8 | |
| | | | | * | | | | | | | | | fix installation of imports libraries | Yann Bodson | 2010-03-15 | 1 | -4/+3 | |
| | | | | | |/ / / / / / / | | | | | |/| | | | | | | | ||||||
| | | | | * | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Yann Bodson | 2010-03-14 | 3 | -8/+34 | |
| | | | | |\ \ \ \ \ \ \ \ | ||||||
| | | | | | * | | | | | | | | Fix typo. | Michael Brasser | 2010-03-14 | 1 | -1/+1 | |
| | | | | | * | | | | | | | | Use reliable local server for HTTP testing. | Warwick Allison | 2010-03-14 | 2 | -7/+33 | |
| | | | | * | | | | | | | | | Make the loader a focusscope. | Yann Bodson | 2010-03-14 | 1 | -1/+3 | |
| | | | | |/ / / / / / / / |