| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix QT_NO_TEXTDATE compilation errors. | Andreas Aardal Hanssen | 2010-05-31 | 5 | -1/+16 |
|\ |
|
| * | Fix QT_NO_TEXTDATE | Tasuku Suzuki | 2010-05-25 | 5 | -1/+16 |
|
|
* | | Fix QT_NO_TEXTSTREAM compilation errors. | Tasuku Suzuki | 2010-05-31 | 2 | -0/+7 |
|
|
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Aaron Kennedy | 2010-05-27 | 2 | -58/+45 |
|\ \ |
|
| * | | Doc fixes, improvements | Bea Lam | 2010-05-26 | 1 | -58/+44 |
|
|
| * | | Allow js files with '.pragma library' to be used from WorkerScript | Bea Lam | 2010-05-26 | 1 | -0/+1 |
|
|
* | | | Improve QML framerate debugging | Aaron Kennedy | 2010-05-27 | 1 | -0/+8 |
|/ / |
|
* | | Revert "Reading/writing a non-existent property throws an exception" | Aaron Kennedy | 2010-05-25 | 4 | -14/+26 |
|
|
* | | Revert "Always pass context to QObject script class" | Aaron Kennedy | 2010-05-25 | 4 | -9/+6 |
|
|
* | | 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 | 4 | -26/+14 |
|
|
* | | Added autotest for Component.createObject() without Qt.createComponent() | Alan Alpert | 2010-05-24 | 2 | -5/+9 |
|
|
* | | 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 | 2 | -1/+18 |
|\ \ |
|
| * | | Don't crash when assigning a Behavior to a grouped property. | Michael Brasser | 2010-05-24 | 2 | -1/+18 |
|
|
* | | | Be slightly more verbose on assigning undefined in binding. | Warwick Allison | 2010-05-24 | 1 | -1/+3 |
|/ / |
|
* | | Move copies of toLocalFileOrQrc() to QDeclarativeEnginePrivate | Bea Lam | 2010-05-24 | 6 | -52/+26 |
|
|
* | | 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 |
|
|
* | | Ensure QML Global Qt object functions appear in the documentation index | Warwick Allison | 2010-05-21 | 2 | -3/+305 |
|
|
* | | Remove warnings. | Warwick Allison | 2010-05-20 | 1 | -2/+0 |
|/ |
|
* | Be consistent in conversion from string (eg. color, int rounding). | Warwick Allison | 2010-05-20 | 1 | -11/+14 |
|
|
* | Simplify code to make next change clearer. | Warwick Allison | 2010-05-20 | 1 | -14/+9 |
|
|
* | Stop warnings. | Warwick Allison | 2010-05-20 | 1 | -10/+10 |
|
|
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Aaron Kennedy | 2010-05-20 | 2 | -5/+5 |
|\ |
|
| * | Rename Component::errorsString() -> errorString() (and also for | Bea Lam | 2010-05-20 | 2 | -5/+5 |
|
|
* | | Ensure valuetype enums can be assigned from JS | Aaron Kennedy | 2010-05-20 | 1 | -0/+2 |
|/ |
|
* | Add return value for resolveTypeInNamespace | Aaron Kennedy | 2010-05-20 | 2 | -3/+3 |
|
|
* | Missing break | Aaron Kennedy | 2010-05-20 | 1 | -0/+1 |
|
|
* | Search for QML import libraries also in application directory | Kai Koehne | 2010-05-19 | 2 | -8/+16 |
|
|
* | Introduce a threaded interpreter for QML binding bytecode | Aaron Kennedy | 2010-05-19 | 1 | -156/+233 |
|
|
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2010-05-18 | 14 | -47/+100 |
|\ |
|
| * | Make Qt.include() work for js files that have '.pragma library' | Bea Lam | 2010-05-18 | 1 | -0/+3 |
|
|
| * | doc fix | Bea Lam | 2010-05-18 | 1 | -2/+2 |
|
|
| * | Prevent assignment of values (string, number, bool) to signal handlers. | Michael Brasser | 2010-05-18 | 1 | -0/+3 |
|
|
| * | Make sure strings are escaped when returned via asScript. | Michael Brasser | 2010-05-18 | 3 | -25/+70 |
|
|
| * | 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 | 7 | -17/+19 |
| |\ |
|
| | * | Add parent parameter to QDeclarativeExpression constructor. | Michael Brasser | 2010-05-18 | 7 | -17/+19 |
|
|
| * | | Round correctly in binding optimizer | Aaron Kennedy | 2010-05-18 | 1 | -1/+1 |
| |/ |
|
| * | Use QDeclarativeScriptString for ParentChange. | Michael Brasser | 2010-05-18 | 1 | -1/+1 |
|
|
* | | Compile fixes. | ck | 2010-05-17 | 1 | -0/+1 |
|/ |
|
* | Restructure QDeclarativeAbstractBinding destructor | Aaron Kennedy | 2010-05-17 | 1 | -2/+4 |
|
|
* | Don't call pure virtual method in ~QDeclarativeAbstractBinding() | Aaron Kennedy | 2010-05-17 | 1 | -1/+1 |
|
|
* | Check for acquireReg() failure | Aaron Kennedy | 2010-05-17 | 1 | -0/+27 |
|
|
* | Restructure the examples. They are now organized into various | Bea Lam | 2010-05-16 | 2 | -3/+3 |
|
|
* | Fix compilation of QtDeclarative module (gcc) | Kai Koehne | 2010-05-14 | 1 | -1/+1 |
|
|
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2010-05-14 | 10 | -6/+498 |
|\ |
|
| * | Qt.include() support in worker scripts | Aaron Kennedy | 2010-05-14 | 4 | -1/+69 |
|
|