Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a way to control when software input panels are shown in TextInput and Te... | Joona Petrell | 2010-05-26 | 8 | -52/+413 |
* | Replace QTime with QElapsedTimer | Aaron Kennedy | 2010-05-26 | 1 | -2/+2 |
* | Fix Gradient doc snippet. | Yann Bodson | 2010-05-26 | 2 | -5/+3 |
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Bea Lam | 2010-05-26 | 92 | -170/+843 |
|\ | |||||
| * | Mention TextInput/Edit::selectByMouse property in QmlChanges. | Martin Jones | 2010-05-25 | 3 | -2/+3 |
| * | Add inherits Item to TextEdit and TextInput docs. | Martin Jones | 2010-05-25 | 2 | -2/+4 |
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-05-25 | 85 | -107/+779 |
| |\ | |||||
| | * | Revert "Reading/writing a non-existent property throws an exception" | Aaron Kennedy | 2010-05-25 | 8 | -28/+34 |
| | * | Revert "Always pass context to QObject script class" | Aaron Kennedy | 2010-05-25 | 4 | -9/+6 |
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2010-05-25 | 73 | -113/+689 |
| | |\ | |||||
| | | * | Always pass context to QObject script class | Aaron Kennedy | 2010-05-25 | 4 | -6/+9 |
| | | * | Reading/writing a non-existent property throws an exception | Aaron Kennedy | 2010-05-25 | 8 | -34/+28 |
| | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-05-25 | 1 | -2/+2 |
| | | |\ | |||||
| | | | * | Doc | Aaron Kennedy | 2010-05-25 | 1 | -2/+2 |
| | | * | | Fix | Warwick Allison | 2010-05-25 | 1 | -4/+4 |
| | | * | | geolocation (untested) | Warwick Allison | 2010-05-25 | 1 | -0/+8 |
| | | |/ | |||||
| | | * | License header. | Warwick Allison | 2010-05-25 | 2 | -0/+82 |
| | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-05-25 | 4 | -13/+13 |
| | | |\ | |||||
| | | | * | Fix benchmark warnings on symbian. | Michael Brasser | 2010-05-24 | 4 | -13/+13 |
| | | * | | Example of a simple TextEditor look-and-feel. | Warwick Allison | 2010-05-25 | 3 | -6/+90 |
| | | * | | Fix TextEdit implicit height. | Warwick Allison | 2010-05-24 | 1 | -1/+1 |
| | | |/ | |||||
| | | * | Integrate some QML examples and demos into qtdemo | Alan Alpert | 2010-05-24 | 52 | -47/+452 |
| | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Alan Alpert | 2010-05-24 | 1556 | -33869/+44051 |
| | | |\ | |||||
| | | * | | Fix typo | Alan Alpert | 2010-05-24 | 1 | -1/+1 |
| | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into 4.... | Qt Continuous Integration System | 2010-05-25 | 1 | -1/+2 |
| | |\ \ \ | |||||
| | | * | | | Fixed compile with xlC. | Rohan McGovern | 2010-05-25 | 1 | -1/+2 |
| | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2010-05-24 | 8 | -8/+60 |
| | |\ \ \ \ | | | | |_|/ | | | |/| | | |||||
| | | * | | | Added autotest for Component.createObject() without Qt.createComponent() | Alan Alpert | 2010-05-24 | 8 | -8/+60 |
| | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2010-05-24 | 15 | -30/+80 |
| | |\ \ \ \ | | | |/ / / | |||||
| | | * | | | Compiler warning | Aaron Kennedy | 2010-05-24 | 1 | -1/+1 |
| | | * | | | Remove incorrect ASSERT | Aaron Kennedy | 2010-05-24 | 1 | -3/+1 |
| | | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-05-24 | 8 | -10/+48 |
| | | |\ \ \ | |||||
| | | | * | | | Doc fixes | Yann Bodson | 2010-05-24 | 2 | -5/+5 |
| | | | * | | | Don't crash when assigning a Behavior to a grouped property. | Michael Brasser | 2010-05-24 | 4 | -1/+38 |
| | | | * | | | Get rid of 'noise' when using GL and the top-level item is an Item. | Michael Brasser | 2010-05-24 | 1 | -1/+2 |
| | | | * | | | Fix visual tests after rename of the qml executable. | Michael Brasser | 2010-05-24 | 1 | -3/+3 |
| | | * | | | | Be slightly more verbose on assigning undefined in binding. | Warwick Allison | 2010-05-24 | 3 | -7/+9 |
| | | |/ / / | |||||
| | | * | | | Do not attempt to setParent of object in a different thread | Warwick Allison | 2010-05-24 | 1 | -3/+5 |
| | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2010-05-24 | 296 | -421/+11468 |
| | |\ \ \ \ | |||||
| * | | | | | | Remove old symbian specific IAP initialization. | Martin Jones | 2010-05-25 | 3 | -32/+0 |
| | |_|/ / / | |/| | | | | |||||
| * | | | | | Don't polish QDeclarativeItems. | Warwick Allison | 2010-05-24 | 2 | -6/+16 |
| | |/ / / | |/| | | | |||||
| * | | | | Check QML files for license headers too. | Warwick Allison | 2010-05-24 | 1 | -3/+11 |
| * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-05-24 | 16 | -93/+62 |
| |\ \ \ \ | |||||
| * | | | | | Fix TextEdit alignment. | Warwick Allison | 2010-05-24 | 2 | -19/+30 |
* | | | | | | Clean up and don't allow clicks on already filled places | Bea Lam | 2010-05-24 | 3 | -139/+149 |
* | | | | | | Clean up project files for c++ examples | Bea Lam | 2010-05-24 | 4 | -28/+23 |
| |/ / / / |/| | | | | |||||
* | | | | | Make compile: include script module for test | Bea Lam | 2010-05-24 | 1 | -1/+1 |
* | | | | | Move copies of toLocalFileOrQrc() to QDeclarativeEnginePrivate | Bea Lam | 2010-05-24 | 10 | -94/+34 |
* | | | | | Allow resource files to be loaded in WorkerScript | Bea Lam | 2010-05-24 | 1 | -3/+11 |
* | | | | | Component::createObject() don't attempt to set parent of null object | Martin Jones | 2010-05-24 | 1 | -4/+6 |