Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't export QtDeclarative symbols needed by QtCreator on Symbian | Joona Petrell | 2010-10-19 | 1 | -1/+1 |
| | | | | | Task-number: QTBUG-14041 Reviewed-by: Aaron Kennedy | ||||
* | Add export to QDeclarativeBasePositioner | Marco Bubke | 2010-09-27 | 1 | -1/+1 |
| | | | | Bauhaus needs this export to manage layouts. | ||||
* | Make positioners work with QGraphicsWidgets also | Martin Jones | 2010-08-16 | 1 | -3/+5 |
| | | | | | Task-number: QTBUG-12416 Reviewed-by: Alexis Menard | ||||
* | Don't export declarative private classes | Martin Jones | 2010-07-01 | 1 | -5/+5 |
| | | | | | Those required by creator are still exported. Everything else is no longer exported. | ||||
* | Setting conflicting anchors to items inside positioners should print a warning | Joona Petrell | 2010-04-28 | 1 | -1/+5 |
| | | | | | Task-number: QTBUG-9025 Reviewed-by: Martin Jones | ||||
* | Typo. | Yann Bodson | 2010-04-19 | 1 | -1/+1 |
| | |||||
* | Add flow property to Grid, adding TopToBottom mode. | Martin Jones | 2010-04-15 | 1 | -4/+13 |
| | | | | Task-number: QTBUG-9183 | ||||
* | Set positioner size to final size, rather than some random size mid animation | Martin Jones | 2010-04-01 | 1 | -9/+9 |
| | | | | Task-number: QTBUG-9559 | ||||
* | Fixed private header include style to work when headers are installed. | Rohan McGovern | 2010-03-01 | 1 | -1/+1 |
| | | | | | | | | | | Private headers should include other private headers by: #include <private/qfoo_p.h> Using a relative path works during the build, but does not work when building other projects which attempt to use the installed private headers (e.g. unit tests for private classes). | ||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 1 | -0/+199 |
QDeclarativeXXX. |