Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright year to 2011. | Jason McDonald | 2011-01-10 | 1 | -1/+1 |
| | | | | Reviewed-by: Trust Me | ||||
* | Re-insert and emit the correct NOTIFY signals following the removal | Bea Lam | 2010-08-25 | 1 | -1/+4 |
| | | | | of some NOTIFY parameters in d31e3bd3e27e9249df451b4b2a3a3a16e9160fa4 | ||||
* | Remove wrong NOTIFY attribute. | Olivier Goffart | 2010-08-19 | 1 | -1/+1 |
| | | | | | They where related to not unreachable signals. It would cause the compilation to break | ||||
* | Remove use of shared NOTIFY signals | Martin Jones | 2010-07-29 | 1 | -13/+28 |
| | | | | | | | | | Sharing a NOTIFY signal can cause binding loop warnings with no apparent cause. Task-number: QTBUG-12333 Reviewed-by: Aaron Kennedy Reviewed-by: Michael Brasser | ||||
* | Remove a few more unnecessary exports. | Martin Jones | 2010-07-01 | 1 | -1/+1 |
| | |||||
* | Don't export declarative private classes | Martin Jones | 2010-07-01 | 1 | -7/+7 |
| | | | | | Those required by creator are still exported. Everything else is no longer exported. | ||||
* | Add notifier for PathPercent.value | Yann Bodson | 2010-05-31 | 1 | -1/+1 |
| | |||||
* | Fix path view update on startX(Y) changes in qml | Leonardo Sobral Cunha | 2010-04-29 | 1 | -0/+1 |
| | | | | | Task-number: QTBUG-10290 Reviewed-by: Michael Brasser | ||||
* | Add NOTIFY signals to list, grid and path views | Joona Petrell | 2010-03-02 | 1 | -3/+8 |
| | | | | Reviewed-by: akennedy | ||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 1 | -0/+262 |
QDeclarativeXXX. |