Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | Merge commit 'refs/merge-requests/577' of git://gitorious.org/qt/qt into inte... | David Boddie | 2010-04-27 | 1 | -6/+2 | |
| | |\ \ \ | ||||||
| | | * | | | Slight QList documentation fix. | Robin Burchell | 2010-04-26 | 1 | -6/+2 | |
* | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2010-04-27 | 107 | -379/+2939 | |
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | ||||||
| * | | | | | Ensure text document is created before we access it. | Martin Jones | 2010-04-27 | 1 | -0/+1 | |
| * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2010-04-27 | 106 | -379/+2938 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Plugins documentation. | Bea Lam | 2010-04-27 | 2 | -7/+15 | |
| | * | | | | | Fix update issue when an item has an effect and child. | Alexis Menard | 2010-04-27 | 2 | -1/+48 | |
| | * | | | | | Fix QDeclarativeTextInput and QGraphicsView in regards of input methods hints. | Alexis Menard | 2010-04-27 | 5 | -12/+115 | |
| | * | | | | | Disallow "Qt" as namespace import | Aaron Kennedy | 2010-04-27 | 4 | -6/+14 | |
| | * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Aaron Kennedy | 2010-04-27 | 4 | -12/+37 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | Don't "adjust" the z value of a delegate that has been cached. | Martin Jones | 2010-04-27 | 4 | -12/+37 | |
| | * | | | | | | Correctly inherit extension properties | Aaron Kennedy | 2010-04-27 | 4 | -2/+37 | |
| | * | | | | | | Autotests | Aaron Kennedy | 2010-04-27 | 6 | -9/+65 | |
| | |/ / / / / | ||||||
| | * | | | | | More QDeclarativeNetworkAccessManagerFactory doc clarification. | Martin Jones | 2010-04-27 | 1 | -1/+3 | |
| | * | | | | | Fix QDeclarativeNetworkAccessManagerFactory docs. | Martin Jones | 2010-04-27 | 1 | -4/+1 | |
| | * | | | | | Don't crash on invalid model remove signal. | Martin Jones | 2010-04-27 | 1 | -4/+9 | |
| | * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-04-27 | 2 | -3/+3 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | Fix remaining 4.6 type registrations (to 4.7). | Warwick Allison | 2010-04-27 | 2 | -3/+3 | |
| | * | | | | | | Ensure scheduled layout can occur before testing. | Martin Jones | 2010-04-27 | 1 | -0/+2 | |
| | |/ / / / / | ||||||
| | * | | | | | doc anchor margins vs. anchor (line) state/animation. | Warwick Allison | 2010-04-26 | 2 | -2/+10 | |
| | * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2010-04-26 | 77 | -319/+2582 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | These examples should not be included in this test | Alan Alpert | 2010-04-26 | 1 | -0/+1 | |
| | | * | | | | | Unify naming of settings / UI to be "Qt Qml Runtime" | Kai Koehne | 2010-04-26 | 3 | -6/+7 | |
| | | * | | | | | Improved error messages for type resolving, new debug option | mae | 2010-04-26 | 4 | -77/+165 | |
| | | * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2010-04-24 | 71 | -236/+2409 | |
| | | |\ \ \ \ \ | | | | |_|_|/ / | | | |/| | | | | ||||||
| | | | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2010-04-24 | 71 | -236/+2409 | |
| | | | |\ \ \ \ | ||||||
| | | | | * \ \ \ | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2010-04-24 | 71 | -236/+2409 | |
| | | | | |\ \ \ \ | ||||||
| | | | | | * \ \ \ | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2010-04-23 | 71 | -236/+2409 | |
| | | | | | |\ \ \ \ | ||||||
| | | | | | | * | | | | Link to example files from tutorial pages | Bea Lam | 2010-04-23 | 5 | -10/+73 | |
| | | | | | | * | | | | Add tutorial for writing QML extensions | Bea Lam | 2010-04-23 | 33 | -3/+1887 | |
| | | | | | | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-04-23 | 63 | -461/+721 | |
| | | | | | | |\ \ \ \ | ||||||
| | | | | | | | * | | | | Add doc pages for qml examples. | Yann Bodson | 2010-04-23 | 3 | -49/+300 | |
| | | | | | | | * | | | | Replace usage of print() with console.log(). | Michael Brasser | 2010-04-23 | 8 | -33/+34 | |
| | | | | | | | * | | | | Remove out-of-date performance doc. | Michael Brasser | 2010-04-23 | 1 | -122/+0 | |
| | | | | | | | * | | | | Doc fixes. | Michael Brasser | 2010-04-23 | 6 | -30/+40 | |
| | | | | | | | * | | | | Return null if creation fails. | Michael Brasser | 2010-04-23 | 2 | -5/+7 | |
| | | | | | | | * | | | | Basic Component doc. | Michael Brasser | 2010-04-23 | 1 | -1/+74 | |
| | | | | | | | * | | | | Collection of small doc improvements | Martin Jones | 2010-04-23 | 10 | -15/+19 | |
| | | | | | | * | | | | | no export in plugin | Warwick Allison | 2010-04-23 | 1 | -1/+1 | |
| | | | | | | * | | | | | Fix hidden menu on embedded. | Warwick Allison | 2010-04-23 | 2 | -7/+17 | |
| | | | | | | * | | | | | Location of binary is not on installed-content import path. | Warwick Allison | 2010-04-23 | 1 | -2/+0 | |
| | | | | | | * | | | | | compile | Warwick Allison | 2010-04-22 | 1 | -2/+1 | |
* | | | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into 4.... | Qt Continuous Integration System | 2010-04-27 | 8 | -15/+152 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-multimedia-staging int... | Justin McPherson | 2010-04-27 | 26 | -126/+160 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | Fix attempted invocation of non-existent timerActivated() slot. | Andrew den Exter | 2010-04-27 | 1 | -2/+2 | |
| | * | | | | | | | | | | | | Fix up qdocs for mediaservices namespace. | Kurt Korbatits | 2010-04-27 | 1 | -9/+9 | |
| | * | | | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into 4.... | Qt Continuous Integration System | 2010-04-27 | 5 | -3/+136 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / | | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | MediaServices; Don't look at the debug info when looking for plugins. | Justin McPherson | 2010-04-27 | 1 | -1/+5 | |
| | |/ / / / / / / / / / / | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into 4.... | Qt Continuous Integration System | 2010-04-26 | 5 | -3/+136 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / | |/| | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | fix nmake build with win32-msvc2010 | Joerg Bornemann | 2010-04-26 | 3 | -3/+3 | |