summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qdeclarativepositioners.cpp
Commit message (Expand)AuthorAgeFilesLines
* Updated year in copyright headerKai Koehne2014-03-261-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-131-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-24/+24
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Doc: Standardized on QtQuick for \since declarations.David Boddie2011-08-301-3/+3
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-05-271-40/+19
|\
| * Remove unnecessary QtQuick 1.1 effectiveLayoutDirection, effectiveHorizontalA...Joona Petrell2011-05-271-40/+19
* | Update licenseheader text in source filesJyri Tahtela2011-05-131-17/+17
|/
* Changing width of RTL positioner doesn't relayoutMartin Jones2011-04-011-0/+10
* fixes/improvements for new QML right-to-left docsBea Lam2011-03-211-11/+11
* Fix documentation talking about old property LayoutMirror::mirrorJoona Petrell2011-03-071-3/+3
* Merge branch '4.7' into qtquick11Martin Jones2011-03-011-3/+13
|\
| * fix/improve docs for new QtQuick 1.1 attributesBea Lam2011-02-281-0/+6
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-staging into 4.7-integ...Qt Continuous Integration System2011-02-041-3/+7
| |\
| | * Doc: Fixed the syntax of QML code snippets.David Boddie2011-01-241-3/+7
* | | Add LayoutMirroring attached property for mirroring QML layoutsJoona Petrell2011-03-011-31/+83
|/ /
* | 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
|\ \ | |/
| * Update copyright year to 2011.Jason McDonald2011-01-101-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
|/
* 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