| Commit message (Expand) | Author | Age | Files | Lines |
* | Append qml import path individually for each available drive on Symbian | Joona Petrell | 2010-12-02 | 1 | -1/+29 |
|
|
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ... | Qt Continuous Integration System | 2010-11-30 | 1 | -2/+1 |
|\ |
|
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7 | Joona Petrell | 2010-11-30 | 18 | -258/+599 |
| |\ |
|
| * \ | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ... | Qt Continuous Integration System | 2010-11-26 | 2 | -1/+3 |
| |\ \ |
|
| | * | | Declarative: Fix compiler warnings (Linux/g++) | Friedemann Kleint | 2010-11-26 | 2 | -1/+3 |
|
|
* | | | | Correct ownership semantics for QObject derived types | Aaron Kennedy | 2010-11-30 | 1 | -2/+9 |
|
|
* | | | | Correctly handle CppOwnership even when a QDeclarativeData doesn't exist | Aaron Kennedy | 2010-11-30 | 1 | -3/+1 |
| |_|/
|/| | |
|
* | | | Improve consistency in handling of aliases, bindings and value types | Aaron Kennedy | 2010-11-29 | 17 | -256/+599 |
|
|
* | | | Fix warnings related to unused variables. | Thiago Macieira | 2010-11-26 | 2 | -1/+2 |
|/ / |
|
* | | Fix type punning warnings from gcc | Aaron Kennedy | 2010-11-26 | 2 | -31/+35 |
|/ |
|
* | Allow javascript date and regexp objects in WorkerScript messages | Bea Lam | 2010-11-24 | 1 | -0/+13 |
|
|
* | Don't leak QML compiled data objects | Aaron Kennedy | 2010-11-19 | 3 | -7/+3 |
|
|
* | Fix compilation by s/intptr_t/quintptr/ | Thiago Macieira | 2010-11-11 | 3 | -4/+4 |
|
|
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2010-11-11 | 1 | -1/+2 |
|\ |
|
| * | QDeclarativeDebug: Keep source information when changing an expression | Christiaan Janssen | 2010-11-10 | 1 | -1/+2 |
|
|
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ... | Qt Continuous Integration System | 2010-11-10 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Doc: Fixing typo | Sergio Ahumada | 2010-11-09 | 1 | -1/+1 |
|
|
* | | Don't use stdint.h in our headers since it is a C99 header. | Martin Jones | 2010-11-08 | 2 | -12/+5 |
|
|
* | | Add documentation about script evaluation context and allowed types | Bea Lam | 2010-11-04 | 1 | -2/+28 |
|
|
* | | Largely rewrite the Using QML in C++ Applications documentation. It | Bea Lam | 2010-11-04 | 2 | -7/+51 |
|
|
* | | Qml Debugging: Only enable if explicitly requested | Kai Koehne | 2010-11-02 | 2 | -0/+3 |
|/ |
|
* | Doc: Fixed typo | Thorbjørn Lindeijer | 2010-11-01 | 1 | -1/+1 |
|
|
* | Set the location of the closing brace. | Roberto Raggi | 2010-10-26 | 2 | -4/+4 |
|
|
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/doc-staging into 4.7-integration | Qt Continuous Integration System | 2010-10-25 | 1 | -1/+2 |
|\ |
|
| * | Merge branch '4.7-upstream' into 4.7-doc | A-Team | 2010-10-20 | 13 | -77/+94 |
| |\ |
|
| * \ | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7 | David Boddie | 2010-10-20 | 12 | -144/+397 |
| |\ \ |
|
| * \ \ | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7 | David Boddie | 2010-10-14 | 11 | -24/+207 |
| |\ \ \ |
|
| * \ \ \ | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7 | David Boddie | 2010-10-08 | 13 | -42/+147 |
| |\ \ \ \ |
|
| * | | | | | Doc: Fixed qdoc warnings. | David Boddie | 2010-10-07 | 1 | -1/+2 |
|
|
* | | | | | | Fixed many spelling errors. | Rohan McGovern | 2010-10-25 | 1 | -1/+1 |
| |_|_|_|/
|/| | | | |
|
* | | | | | Fix position of synthesized semicolon tokens. | Aaron Kennedy | 2010-10-20 | 1 | -6/+9 |
|
|
* | | | | | Don't export QtDeclarative symbols needed by QtCreator on Symbian | Joona Petrell | 2010-10-19 | 10 | -41/+55 |
|
|
* | | | | | Call the correct vme meta object when connecting alias signals | Aaron Kennedy | 2010-10-19 | 1 | -1/+1 |
|
|
* | | | | | Properties should have precedence over methods. | Michael Brasser | 2010-10-18 | 1 | -29/+29 |
| |_|_|/
|/| | | |
|
* | | | | Allow overloaded methods, and methods with default params, to be called in QML | Aaron Kennedy | 2010-10-15 | 3 | -21/+317 |
|
|
* | | | | Fix potential memory corruption in QDeclarativePropertyCache | Aaron Kennedy | 2010-10-14 | 1 | -4/+7 |
|
|
* | | | | Correctly splice properties from derived metaobjects together | Aaron Kennedy | 2010-10-14 | 2 | -58/+28 |
|
|
* | | | | Optimization: Don't generate intermediate QDeclarativeComponent's | Aaron Kennedy | 2010-10-14 | 8 | -64/+48 |
| |_|/
|/| | |
|
* | | | Fix autotest on windows | Aaron Kennedy | 2010-10-13 | 1 | -1/+3 |
|
|
* | | | Compile on WinCE | Aaron Kennedy | 2010-10-13 | 1 | -2/+2 |
|
|
* | | | Compile on MSVC2008 | Aaron Kennedy | 2010-10-12 | 1 | -3/+2 |
|
|
* | | | Fix autotest on windows | Aaron Kennedy | 2010-10-11 | 1 | -0/+12 |
|
|
* | | | Allow objectName to be used in QML bindings | Aaron Kennedy | 2010-10-11 | 4 | -13/+66 |
|
|
* | | | Install the declarative objectNameChanged callback | Aaron Kennedy | 2010-10-11 | 2 | -0/+6 |
|
|
* | | | Allow aliases to value type properties | Aaron Kennedy | 2010-10-08 | 3 | -9/+62 |
|
|
* | | | Check plugin and QML file case on Mac and Windows | Aaron Kennedy | 2010-10-08 | 4 | -1/+57 |
|
|
* | | | Remove some unnecessary includes in cpp files | Aaron Kennedy | 2010-10-08 | 1 | -1/+0 |
|
|
* | | | Don't allow multiple values to be assigned to a singular property | Aaron Kennedy | 2010-10-08 | 1 | -0/+3 |
| |/
|/| |
|
* | | Connect property alias change signals on use | Aaron Kennedy | 2010-10-07 | 13 | -42/+147 |
|/ |
|
* | Remove unused, unexported class. | Michael Brasser | 2010-10-04 | 3 | -260/+0 |
|
|