Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7 | Martin Jones | 2010-03-19 | 35 | -292/+384 |
|\ | |||||
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ... | Qt Continuous Integration System | 2010-03-18 | 17 | -147/+225 |
| |\ | |||||
| | * | Fix bug when resetting QSortFilterProxyModel | Stephen Kelly | 2010-03-18 | 2 | -2/+89 |
| | * | Fix the QSplitter not showing correctly in QGraphicsView | Thierry Bastian | 2010-03-18 | 1 | -20/+15 |
| | * | Remove ; after Q_PROPERTY declaration | Thierry Bastian | 2010-03-18 | 7 | -90/+90 |
| | * | Fix compilation issues of autotest on solaris | Thierry Bastian | 2010-03-18 | 9 | -13/+13 |
| | * | fix a crash when registering 2 metatype name for the same actual type | Thierry Bastian | 2010-03-18 | 1 | -11/+7 |
| | * | Fixed problem in painting of QTreeView | Thierry Bastian | 2010-03-18 | 1 | -11/+11 |
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into 4.... | Qt Continuous Integration System | 2010-03-18 | 18 | -146/+160 |
| |\ \ | |||||
| | * \ | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into 4.... | Qt Continuous Integration System | 2010-03-18 | 18 | -146/+160 |
| | |\ \ | |||||
| | | * | | Replace AspectRatioMode enum from QVideoWidget with Qt::AspectRatioMode. | Andrew den Exter | 2010-03-18 | 18 | -146/+160 |
* | | | | | Fixed install of qml imports when doing a vcproj build. | Rohan McGovern | 2010-03-19 | 1 | -1/+1 |
* | | | | | Disable tests temporarily | Bea Lam | 2010-03-19 | 1 | -0/+3 |
* | | | | | Remove warnings | Yann Bodson | 2010-03-18 | 2 | -29/+31 |
* | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2010-03-18 | 287 | -3744/+7257 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2010-03-18 | 287 | -3744/+7257 |
| |\ \ \ \ | | |/ / / | |/| | | | |||||
| | * | | | Add missing semicolons. moc was confused and positionViewAtIndex not invokable. | Yann Bodson | 2010-03-18 | 2 | -2/+2 |
| | * | | | Use the correct base URL in resolveUri | Martin Jones | 2010-03-18 | 1 | -3/+2 |
| | * | | | Remove timing sensitivity. | Warwick Allison | 2010-03-18 | 1 | -2/+2 |
| | * | | | Optimize id checking. | Warwick Allison | 2010-03-18 | 1 | -10/+0 |
| | * | | | Fix examples after 47fb07c9fdf47584ae55f3412102bbeef5576b04. | Yann Bodson | 2010-03-18 | 7 | -0/+0 |
| | * | | | Don't use QScriptValueIterator to iterate over arrays. | Bea Lam | 2010-03-18 | 1 | -4/+3 |
| | * | | | Skip test, to be fixed. | Bea Lam | 2010-03-18 | 1 | -0/+2 |
| | * | | | Only release the binding once we're finished with its memory | Aaron Kennedy | 2010-03-18 | 1 | -1/+1 |
| | * | | | Make it harder to accidentally delete a binding | Aaron Kennedy | 2010-03-18 | 1 | -5/+7 |
| | * | | | Adjust test now that redundant contexts are not create due | Warwick Allison | 2010-03-18 | 1 | -2/+2 |
| | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Aaron Kennedy | 2010-03-18 | 25 | -62/+73 |
| | |\ \ \ | |||||
| | | * \ \ | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-03-18 | 24 | -38/+39 |
| | | |\ \ \ | |||||
| | | | * | | | Fix tests after 47fb07c9fdf47584ae55f3412102bbeef5576b04. | Michael Brasser | 2010-03-18 | 24 | -38/+39 |
| | | * | | | | Don't destroy cookie jar until while someone may be using it. | Martin Jones | 2010-03-18 | 1 | -24/+34 |
| | | |/ / / | |||||
| | * | | | | Block modifications to internal QDeclarativeContexts | Aaron Kennedy | 2010-03-18 | 2 | -1/+50 |
| | |/ / / | |||||
| | * | | | Another fix to find | mae | 2010-03-17 | 1 | -3/+5 |
| | * | | | Improve implicit "." import | mae | 2010-03-17 | 2 | -16/+28 |
| | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2010-03-17 | 265 | -3662/+7109 |
| | |\ \ \ | |||||
| | | * | | | Fix auto test | mae | 2010-03-17 | 1 | -8/+8 |
| | | * | | | Fix type lookup with url | mae | 2010-03-17 | 1 | -8/+8 |
| | | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7 | Alan Alpert | 2010-03-17 | 493 | -12162/+25145 |
| | | |\ \ \ | |||||
| | | * | | | | Fix default values on Textinput | Alan Alpert | 2010-03-17 | 1 | -0/+3 |
| | | * | | | | Add an implicit import "." to types loaded from a local url | mae | 2010-03-17 | 2 | -4/+28 |
| | | * | | | | Fix crash | Aaron Kennedy | 2010-03-17 | 3 | -8/+9 |
| | | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-03-17 | 6 | -38/+111 |
| | | |\ \ \ \ | |||||
| | | | * \ \ \ | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Yann Bodson | 2010-03-17 | 2 | -9/+19 |
| | | | |\ \ \ \ | |||||
| | | | * \ \ \ \ | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Yann Bodson | 2010-03-17 | 13 | -155/+179 |
| | | | |\ \ \ \ \ | |||||
| | | | * | | | | | | Add/delete albums in photoviewer. | Yann Bodson | 2010-03-17 | 5 | -24/+95 |
| | | | * | | | | | | Emits itemsRemoved() in QDeclarativeListModel::remove. | Yann Bodson | 2010-03-17 | 1 | -14/+16 |
| | | * | | | | | | | Don't use Qt3 support methods. | Martin Jones | 2010-03-17 | 1 | -1/+1 |
| | | | |_|/ / / / | | | |/| | | | | | |||||
| | | * | | | | | | Crash | Aaron Kennedy | 2010-03-17 | 2 | -9/+19 |
| | | | |/ / / / | | | |/| | | | | |||||
| | | * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-03-17 | 1 | -0/+102 |
| | | |\ \ \ \ \ | |||||
| | | | * | | | | | Readd the itemtree benchmarks for comparison purposes. | Michael Brasser | 2010-03-17 | 1 | -0/+102 |
| | | * | | | | | | Allow enum constants as list element properties. | Warwick Allison | 2010-03-17 | 6 | -6/+63 |
| | | |/ / / / / |