summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qdeclarativepositioners.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7David Boddie2011-02-041-32/+210
|\
| * Avoid index-out-of bounds related crash in GridAlan Alpert2011-02-021-1/+1
| * Expose implicitWidth and implicitHeight properties of Item.Martin Jones2011-01-241-2/+2
| * Add a layout direction example to positionersJoona Petrell2011-01-191-11/+12
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2011-01-191-1/+1
| |\
| * | Compile on windowsAlan Alpert2011-01-181-6/+8
| * | Avoid index out of bounds array accessesAlan Alpert2011-01-181-2/+5
| * | Implement layoutDirection property on Row, Grid, FlowAlan Alpert2011-01-181-21/+193
* | | Doc: Fixed the syntax of QML code snippets.David Boddie2011-01-241-3/+7
| |/ |/|
* | Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
|/
* Merge branch '4.7' into qmldocsDavid Boddie2010-09-061-25/+23
|\
| * Cleanup visible item checking in positionersAlan Alpert2010-09-031-25/+23
* | Merge branch '4.7' into qmldocsDavid Boddie2010-09-011-17/+1
|\ \ | |/
| * Remove pointless \internal docs (that contain no information)Aaron Kennedy2010-08-271-17/+1
* | Doc: More work on QML documentation and snippets.David Boddie2010-09-011-5/+6
* | Doc: More work on the QML documentation.David Boddie2010-08-271-192/+244
|/
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-08-161-46/+69
|\
| * More positioners with QGraphicsWidgets fixes.Martin Jones2010-08-161-2/+6
| * Make positioners work with QGraphicsWidgets alsoMartin Jones2010-08-161-44/+63
* | qdoc: Reorganized the QML elements table to be a dictionary...Martin Smith2010-08-161-0/+4
|/
* Fix flow layout not taking into account whether it's width and height are imp...Joona Petrell2010-06-291-2/+2
* doc: add note that items with width or height of 0 are not positioned.Martin Jones2010-06-171-0/+8
* Doc improvements, including snippet fixes, linking to examples, makingBea Lam2010-06-111-0/+6
* Don't layout multiple times when an ancestor becomes (in)visible.Martin Jones2010-06-081-7/+11
* Doc fixes and improvements - fix some example code, link toBea Lam2010-06-021-48/+53
* Don't crash due to recursive positioning.Martin Jones2010-05-171-24/+36
* Use enum rather than string for easing type.Yann Bodson2010-05-051-1/+1
* docWarwick Allison2010-05-051-7/+7
* Remove obsolete doc groupings.Michael Brasser2010-05-041-5/+0
* Don't create an anchors element so that we can check that there aren't anyMartin Jones2010-04-301-18/+30
* Mark some properties in QDeclarativeItem as private properties.Alexis Menard2010-04-291-4/+4
* Doc - micro fix.Martin Jones2010-04-281-1/+0
* Setting conflicting anchors to items inside positioners should print a warningJoona Petrell2010-04-281-0/+69
* Add flow property to Grid, adding TopToBottom mode.Martin Jones2010-04-151-39/+99
* Don't crash when columns == 0Martin Jones2010-04-141-4/+5
* Update #include of private headers in QtDeclarativeThiago Macieira2010-04-021-2/+2
* Set positioner size to final size, rather than some random size mid animationMartin Jones2010-04-011-16/+23
* Relayout items when Flow size changes.Martin Jones2010-03-291-0/+3
* Doc AugmentationAlan Alpert2010-03-261-1/+3
* Doc fix.Michael Brasser2010-03-251-1/+1
* Remove dead performance measurement code from QMLAaron Kennedy2010-03-221-4/+0
* Ensure positioner animations are triggered correctlyMartin Jones2010-03-221-18/+25
* Handle itemsInserted/Removed/Moved() correctly for repeater.Martin Jones2010-03-091-2/+5
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to QDec...Warwick Allison2010-02-241-0/+891