summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qdeclarativepositioners_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Add missing revisions for QtQuick 1.1 additionsMartin Jones2011-01-271-3/+3
| | | | | Task-number: QTBUG-15279 Reviewed-by: Michael Brasser
* Expose implicitWidth and implicitHeight properties of Item.Martin Jones2011-01-241-2/+2
| | | | | | | | Overridden as readonly for elements that have an inherent implicit size such as Text, TextEdit, TextInput, positioners, Loader. Task-number: QTBUG-14957 Reviewed-by: Michael Brasser
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2011-01-191-1/+1
|\
| * Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
| | | | | | | | Reviewed-by: Trust Me
* | Implement layoutDirection property on Row, Grid, FlowAlan Alpert2011-01-181-0/+20
|/ | | | | Task-number: QTBUG-11042 Reviewed-by: Joona Petrell
* Don't export QtDeclarative symbols needed by QtCreator on SymbianJoona Petrell2010-10-191-1/+1
| | | | | Task-number: QTBUG-14041 Reviewed-by: Aaron Kennedy
* Add export to QDeclarativeBasePositionerMarco Bubke2010-09-271-1/+1
| | | | Bauhaus needs this export to manage layouts.
* Make positioners work with QGraphicsWidgets alsoMartin Jones2010-08-161-3/+5
| | | | | Task-number: QTBUG-12416 Reviewed-by: Alexis Menard
* Don't export declarative private classesMartin Jones2010-07-011-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 warningJoona Petrell2010-04-281-1/+5
| | | | | Task-number: QTBUG-9025 Reviewed-by: Martin Jones
* Typo.Yann Bodson2010-04-191-1/+1
|
* Add flow property to Grid, adding TopToBottom mode.Martin Jones2010-04-151-4/+13
| | | | Task-number: QTBUG-9183
* Set positioner size to final size, rather than some random size mid animationMartin Jones2010-04-011-9/+9
| | | | Task-number: QTBUG-9559
* Fixed private header include style to work when headers are installed.Rohan McGovern2010-03-011-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 Allison2010-02-241-0/+199
QDeclarativeXXX.