| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Qt.openUrlExternally should resolve relative URLs. | Michael Brasser | 2010-10-01 | 1 | -9/+7 |
|
|
* | Documentation: input to Qt.rgba should be from 0-1, not 0-255. | Michael Brasser | 2010-10-01 | 1 | -1/+1 |
|
|
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Aaron Kennedy | 2010-09-29 | 1 | -146/+3 |
|\ |
|
| * | Remove unused AST node destructors. | Michael Brasser | 2010-09-28 | 1 | -146/+3 |
|
|
* | | Replace all occurances of "Qt 4.7" with "QtQuick 1.0" | Aaron Kennedy | 2010-09-29 | 5 | -6/+6 |
|
|
* | | Register QtQuick 1.0 module. | Aaron Kennedy | 2010-09-29 | 2 | -7/+17 |
|/ |
|
* | If a type is registered under several names, share the attached property object | Aaron Kennedy | 2010-09-28 | 6 | -10/+34 |
|
|
* | Fix assert when placing a .qml file inside $QTDIR/imports | Kai Koehne | 2010-09-27 | 1 | -0/+1 |
|
|
* | Fix test. | Michael Brasser | 2010-09-27 | 1 | -0/+4 |
|
|
* | More declarative autotests. | Michael Brasser | 2010-09-24 | 1 | -1/+1 |
|
|
* | Improve docs for Qt.quit() | Bea Lam | 2010-09-23 | 1 | -1/+3 |
|
|
* | Remove unused, unexported class. | Michael Brasser | 2010-09-23 | 4 | -127/+0 |
|
|