Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Aaron Kennedy | 2010-05-20 | 6 | -8/+178 |
|\ | |||||
| * | Stop highlight animators for highlightFollowsCurrentItem: false | Martin Jones | 2010-05-20 | 6 | -8/+178 |
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Aaron Kennedy | 2010-05-20 | 21 | -93/+192 |
|\ \ | |/ | |||||
| * | Rename Component::errorsString() -> errorString() (and also for | Bea Lam | 2010-05-20 | 12 | -22/+24 |
| * | Fixes for docs, example code | Bea Lam | 2010-05-20 | 9 | -71/+168 |
* | | Ensure valuetype enums can be assigned from JS | Aaron Kennedy | 2010-05-20 | 2 | -0/+10 |
* | | Improve testcase | Aaron Kennedy | 2010-05-20 | 2 | -1/+11 |
|/ | |||||
* | Make test more stable | Aaron Kennedy | 2010-05-20 | 1 | -2/+3 |
* | Autotest (XFAIL) for QTBUG-10822 | Aaron Kennedy | 2010-05-20 | 2 | -0/+22 |
* | Add return value for resolveTypeInNamespace | Aaron Kennedy | 2010-05-20 | 2 | -3/+3 |
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Aaron Kennedy | 2010-05-20 | 3 | -0/+21 |
|\ | |||||
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-05-20 | 1 | -0/+1 |
| |\ | |||||
| * | | Fix test. Missed files. | Warwick Allison | 2010-05-20 | 3 | -0/+21 |
* | | | Fix test | Aaron Kennedy | 2010-05-20 | 1 | -1/+0 |
| |/ |/| | |||||
* | | Missing break | Aaron Kennedy | 2010-05-20 | 1 | -0/+1 |
|/ | |||||
* | Create overview page for examples for Extending QML in C++ | Bea Lam | 2010-05-20 | 3 | -4/+27 |
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2010-05-19 | 148 | -860/+2840 |
|\ | |||||
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2010-05-19 | 148 | -860/+2840 |
| |\ | |||||
| | * | Search for QML import libraries also in application directory | Kai Koehne | 2010-05-19 | 2 | -8/+16 |
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2010-05-19 | 146 | -852/+2824 |
| | |\ | |||||
| | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Bea Lam | 2010-05-19 | 27 | -211/+698 |
| | | |\ | |||||
| | | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-05-19 | 5 | -163/+242 |
| | | | |\ | |||||
| | | | | * | Rename qml executable to qmlviewer | Kai Koehne | 2010-05-19 | 3 | -6/+8 |
| | | | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-05-19 | 9 | -162/+439 |
| | | | | |\ | |||||
| | | | | | * | Introduce a threaded interpreter for QML binding bytecode | Aaron Kennedy | 2010-05-19 | 1 | -156/+233 |
| | | | | * | | Don't crash if the target parent is destroyed. | Martin Jones | 2010-05-19 | 1 | -1/+1 |
| | | | * | | | Disable mouse-based selection in TextInput/TextEdit | Warwick Allison | 2010-05-19 | 7 | -10/+137 |
| | | | | |/ | | | | |/| | |||||
| | | | * | | Bug moved. | Warwick Allison | 2010-05-19 | 1 | -1/+1 |
| | | | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-05-19 | 79 | -127/+349 |
| | | | |\ \ | | | | | |/ | |||||
| | | | | * | When changing Loader source, remove old item from scene immediately. | Martin Jones | 2010-05-19 | 1 | -2/+6 |
| | | | | * | Fix folderlistmodel with qt namespace | Martin Jones | 2010-05-19 | 2 | -0/+14 |
| | | | | * | Renaming "Qml Launcher" back to "QML Viewer" | Kai Koehne | 2010-05-18 | 10 | -34/+34 |
| | | | * | | doc | Warwick Allison | 2010-05-19 | 1 | -0/+2 |
| | | | * | | doc | Warwick Allison | 2010-05-19 | 7 | -5/+204 |
| | | * | | | Doc improvements | Bea Lam | 2010-05-19 | 10 | -228/+244 |
| | | * | | | Remove image example (covered in class docs) | Bea Lam | 2010-05-19 | 11 | -183/+0 |
| | | * | | | Add missing .qmlproject files | Bea Lam | 2010-05-19 | 3 | -0/+48 |
| | | | |/ | | | |/| | |||||
| | | * | | Rename some examples: proxyviewer -> networkaccessmanagerfactory, | Bea Lam | 2010-05-18 | 35 | -35/+37 |
| | | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2010-05-18 | 79 | -281/+1883 |
| | | |\ \ | |||||
| | | | * | | Regression fix for Loader anchors not working | Joona Petrell | 2010-05-18 | 3 | -0/+37 |
| | | | * | | Make Qt.include() work for js files that have '.pragma library' | Bea Lam | 2010-05-18 | 5 | -0/+36 |
| | | | * | | doc fix | Bea Lam | 2010-05-18 | 1 | -2/+2 |
| | | | * | | Improve docs for Qt.quit() | Bea Lam | 2010-05-18 | 1 | -2/+3 |
| | | | * | | Prevent assignment of values (string, number, bool) to signal handlers. | Michael Brasser | 2010-05-18 | 7 | -8/+10 |
| | | | * | | Make sure strings are escaped when returned via asScript. | Michael Brasser | 2010-05-18 | 6 | -30/+75 |
| | | | * | | Documentation | Yann Bodson | 2010-05-18 | 5 | -8/+68 |
| | | | |/ | |||||
| | | | * | git ignore stuff | Warwick Allison | 2010-05-18 | 2 | -0/+2 |
| | | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-05-18 | 28 | -42/+49 |
| | | | |\ | |||||
| | | | | * | Sometimes you own QNetworkReply, sometimes you don't. | Aaron Kennedy | 2010-05-18 | 1 | -1/+1 |
| | | | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Aaron Kennedy | 2010-05-18 | 25 | -37/+45 |
| | | | | |\ |