summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qdeclarativepositioners.cpp
Commit message (Collapse)AuthorAgeFilesLines
* fixes/improvements for new QML right-to-left docsBea Lam2011-03-211-11/+11
| | | | Clarify some of the docs and fix some broken doc links.
* Fix documentation talking about old property LayoutMirror::mirrorJoona Petrell2011-03-071-3/+3
| | | | | | | Task-number: QTBUG-11042 Reviewed-by: Bea Lam Change-Id: I3f842b7672ee57dadbd1ed9216249c36aa527d6a
* Merge branch '4.7' into qtquick11Martin Jones2011-03-011-3/+13
|\ | | | | | | | | | | | | Conflicts: src/declarative/graphicsitems/qdeclarativelistview.cpp Change-Id: Ic21311365c6139520ae337a379bdedb6ffe497db
| * fix/improve docs for new QtQuick 1.1 attributesBea Lam2011-02-281-0/+6
| | | | | | | | | | | | | | | | | | Ensure attributes added in QtQuick 1.1 are marked with the '\since QtQuick 1.1' tag. Also add links to items listed in the QtQuick 1.1 section in whatsnew.qdoc. Task-number: QTBUG-17771 Change-Id: Ic8fb3c8d3c99a1469c1767779efaafd27ef460e1
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-staging into ↵Qt Continuous Integration System2011-02-041-3/+7
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-staging: (216 commits) Doc: Fixed a reference to the wrong image. Fixed a bug that caused marked up inline text to be truncated. Doc: Renamed an image to ensure that it does not clash with another. Doc: Fixed QML, unindented snippet. Doc: Removed unnecessary HTML entity from the title. Doc: Fixed broken links to the old Symbian Foundation Wiki. Doc: Updated the copyright statements in the templates. Doc: Fixing typo Replace all occurances of "Qt 4.7" with "QtQuick 1.0" Doc: Adjusted the font sizes for the offline documentation. Doc: Added a missing style sheet to the qhp manifest. Doc: Fixed the qthelp namespace for the Qt documentation. Doc: including missing pages in overviews. Doc: Fixed typo in QCoreApplication docs Fixed whitespace. Avoid hard-coding product names in page titles. Doc: Unindented a code snippet. Doc: Fixed confusing wording of a sentence. Doc: Fixed a broken link. Doc: Updated the information about commercial editions of Qt. ...
| | * 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
|/ / | | | | | | | | | | Task-number: QTBUG-17280 Reviewed-by: Martin Jones Change-Id: I34a623b49ce0fd5c05ae7a7ea5d0437c107b8a9b
* | Avoid index-out-of bounds related crash in GridAlan Alpert2011-02-021-1/+1
| | | | | | | | | | Task-number: QTBUG-16959 Reviewed-by: Martin Jones
* | 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
* | Add a layout direction example to positionersJoona Petrell2011-01-191-11/+12
| | | | | | | | | | Task-number: Reviewed-by: Alan Alpert
* | 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
* | 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
|/ | | | | Task-number: QTBUG-11042 Reviewed-by: Joona Petrell
* Merge branch '4.7' into qmldocsDavid Boddie2010-09-061-25/+23
|\
| * Cleanup visible item checking in positionersAlan Alpert2010-09-031-25/+23
| | | | | | | | | | | | | | Especially in Grid, where it wasn't being done right. Task-number: QTBUG-12610 Reviewed-by: Martin Jones
* | Merge branch '4.7' into qmldocsDavid Boddie2010-09-011-17/+1
|\ \ | |/ | | | | | | | | Conflicts: src/declarative/graphicsitems/qdeclarativetext.cpp src/declarative/graphicsitems/qdeclarativetextedit.cpp
| * 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
|\ | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: Add missing auto test files. Fix game could not be restarted Handle QGraphicsWidgets in Flickable More positioners with QGraphicsWidgets fixes. Make positioners work with QGraphicsWidgets also emit countChanged where appropriate in Repeater
| * More positioners with QGraphicsWidgets fixes.Martin Jones2010-08-161-2/+6
| | | | | | | | | | Task-number: QTBUG-12416 Reviewed-by: Michael Brasser
| * Make positioners work with QGraphicsWidgets alsoMartin Jones2010-08-161-44/+63
| | | | | | | | | | Task-number: QTBUG-12416 Reviewed-by: Alexis Menard
* | qdoc: Reorganized the QML elements table to be a dictionary...Martin Smith2010-08-161-0/+4
|/ | | | ...and a set of functional group pages.
* Fix flow layout not taking into account whether it's width and height are ↵Joona Petrell2010-06-291-2/+2
| | | | | | | implicit or not. Task-number: QTBUG-11778 Reviewed-by: Martin Jones
* 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
| | | | docs more consistent
* Don't layout multiple times when an ancestor becomes (in)visible.Martin Jones2010-06-081-7/+11
| | | | | | | It is also only necessary to omit positioning an item if it is explicitly not visible. Task-number: QTBUG-11236
* Doc fixes and improvements - fix some example code, link toBea Lam2010-06-021-48/+53
| | | | examples from class docs and improve assorted docs
* Don't crash due to recursive positioning.Martin Jones2010-05-171-24/+36
| | | | | | Also extend positioner anchor check to include fill and centerIn. Task-number: QTBUG-10731
* Use enum rather than string for easing type.Yann Bodson2010-05-051-1/+1
|
* docWarwick Allison2010-05-051-7/+7
| | | | Task-number: QTBUG-10386
* 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
| | | | | | | QDeclarativeItem will be public, all properties that are relaying on private types must be private too. Reviewed-by:akennedy
* 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
| | | | | Task-number: QTBUG-9025 Reviewed-by: Martin Jones
* Add flow property to Grid, adding TopToBottom mode.Martin Jones2010-04-151-39/+99
| | | | Task-number: QTBUG-9183
* Don't crash when columns == 0Martin Jones2010-04-141-4/+5
| | | | Task-number: QTBUG-9805
* Update #include of private headers in QtDeclarativeThiago Macieira2010-04-021-2/+2
| | | | | Always use private/. The WinSCW compiler doesn't search the current directory, for whatever reason.
* Set positioner size to final size, rather than some random size mid animationMartin Jones2010-04-011-16/+23
| | | | Task-number: QTBUG-9559
* Relayout items when Flow size changes.Martin Jones2010-03-291-0/+3
| | | | | | Also add Flow tests. Task-number: QTBUG-9421
* Doc AugmentationAlan Alpert2010-03-261-1/+3
| | | | Task-number: QTBUG-9396
* 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
| | | | Task-number: QTBUG-9219
* Handle itemsInserted/Removed/Moved() correctly for repeater.Martin Jones2010-03-091-2/+5
| | | | | | Also make positioners react correctly to item moves. Task-number: QT-745
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-0/+891
QDeclarativeXXX.