Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright year to 2011. | Jason McDonald | 2011-01-10 | 1 | -1/+1 |
| | | | | Reviewed-by: Trust Me | ||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2010-09-01 | 1 | -1/+158 |
|\ | | | | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: The declarative parser should only save comment text (and not /*,*/,//) Support for qsTrId and meta-data in comments for QML. Flickable ensure internal pressed state is cleared when mouse is released. Fix examples autotest Support JS "in" operator on QML objects Only emit change signal when variant properties actually change Use QApplication in QDeclarativeEngine example. | ||||
| * | The declarative parser should only save comment text (and not /*,*/,//) | Michael Brasser | 2010-09-01 | 1 | -3/+1 |
| | | | | | | | | Reviewed-by: Roberto Raggi | ||||
| * | Support for qsTrId and meta-data in comments for QML. | Michael Brasser | 2010-09-01 | 1 | -1/+160 |
| | | |||||
* | | Wrap translatable messages with tr() in assistant, designer and linguist | Victor Ostashevsky | 2010-09-01 | 1 | -2/+5 |
|/ | | | | | Merge-request: 2456 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | ||||
* | Make compile. | Michael Brasser | 2010-06-24 | 1 | -1/+1 |
| | |||||
* | Update lupdate to recognize concatenated text in QML files. | Michael Brasser | 2010-06-24 | 1 | -16/+56 |
| | | | | | | Also fixes a potential crash with non-string-literal nodes. Task-number: QTBUG-11580 | ||||
* | Support for non-literal plural arguments to qsTr() in lupdate (QML). | Michael Brasser | 2010-06-23 | 1 | -12/+4 |
| | | | | Task-number: QTBUG-11579 | ||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 1 | -0/+240 |
QDeclarativeXXX. |