Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch '4.7' into qmldocs | David Boddie | 2010-09-06 | 1 | -25/+23 |
|\ | |||||
| * | Cleanup visible item checking in positioners | Alan Alpert | 2010-09-03 | 1 | -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 qmldocs | David Boddie | 2010-09-01 | 1 | -17/+1 |
|\ \ | |/ | | | | | | | | | Conflicts: src/declarative/graphicsitems/qdeclarativetext.cpp src/declarative/graphicsitems/qdeclarativetextedit.cpp | ||||
| * | Remove pointless \internal docs (that contain no information) | Aaron Kennedy | 2010-08-27 | 1 | -17/+1 |
| | | |||||
* | | Doc: More work on QML documentation and snippets. | David Boddie | 2010-09-01 | 1 | -5/+6 |
| | | |||||
* | | Doc: More work on the QML documentation. | David Boddie | 2010-08-27 | 1 | -192/+244 |
|/ | |||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2010-08-16 | 1 | -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 Jones | 2010-08-16 | 1 | -2/+6 |
| | | | | | | | | | | Task-number: QTBUG-12416 Reviewed-by: Michael Brasser | ||||
| * | Make positioners work with QGraphicsWidgets also | Martin Jones | 2010-08-16 | 1 | -44/+63 |
| | | | | | | | | | | Task-number: QTBUG-12416 Reviewed-by: Alexis Menard | ||||
* | | qdoc: Reorganized the QML elements table to be a dictionary... | Martin Smith | 2010-08-16 | 1 | -0/+4 |
|/ | | | | ...and a set of functional group pages. | ||||
* | Fix flow layout not taking into account whether it's width and height are ↵ | Joona Petrell | 2010-06-29 | 1 | -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 Jones | 2010-06-17 | 1 | -0/+8 |
| | |||||
* | Doc improvements, including snippet fixes, linking to examples, making | Bea Lam | 2010-06-11 | 1 | -0/+6 |
| | | | | docs more consistent | ||||
* | Don't layout multiple times when an ancestor becomes (in)visible. | Martin Jones | 2010-06-08 | 1 | -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 to | Bea Lam | 2010-06-02 | 1 | -48/+53 |
| | | | | examples from class docs and improve assorted docs | ||||
* | Don't crash due to recursive positioning. | Martin Jones | 2010-05-17 | 1 | -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 Bodson | 2010-05-05 | 1 | -1/+1 |
| | |||||
* | doc | Warwick Allison | 2010-05-05 | 1 | -7/+7 |
| | | | | Task-number: QTBUG-10386 | ||||
* | Remove obsolete doc groupings. | Michael Brasser | 2010-05-04 | 1 | -5/+0 |
| | |||||
* | Don't create an anchors element so that we can check that there aren't any | Martin Jones | 2010-04-30 | 1 | -18/+30 |
| | |||||
* | Mark some properties in QDeclarativeItem as private properties. | Alexis Menard | 2010-04-29 | 1 | -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 Jones | 2010-04-28 | 1 | -1/+0 |
| | |||||
* | Setting conflicting anchors to items inside positioners should print a warning | Joona Petrell | 2010-04-28 | 1 | -0/+69 |
| | | | | | Task-number: QTBUG-9025 Reviewed-by: Martin Jones | ||||
* | Add flow property to Grid, adding TopToBottom mode. | Martin Jones | 2010-04-15 | 1 | -39/+99 |
| | | | | Task-number: QTBUG-9183 | ||||
* | Don't crash when columns == 0 | Martin Jones | 2010-04-14 | 1 | -4/+5 |
| | | | | Task-number: QTBUG-9805 | ||||
* | Update #include of private headers in QtDeclarative | Thiago Macieira | 2010-04-02 | 1 | -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 animation | Martin Jones | 2010-04-01 | 1 | -16/+23 |
| | | | | Task-number: QTBUG-9559 | ||||
* | Relayout items when Flow size changes. | Martin Jones | 2010-03-29 | 1 | -0/+3 |
| | | | | | | Also add Flow tests. Task-number: QTBUG-9421 | ||||
* | Doc Augmentation | Alan Alpert | 2010-03-26 | 1 | -1/+3 |
| | | | | Task-number: QTBUG-9396 | ||||
* | Doc fix. | Michael Brasser | 2010-03-25 | 1 | -1/+1 |
| | |||||
* | Remove dead performance measurement code from QML | Aaron Kennedy | 2010-03-22 | 1 | -4/+0 |
| | |||||
* | Ensure positioner animations are triggered correctly | Martin Jones | 2010-03-22 | 1 | -18/+25 |
| | | | | Task-number: QTBUG-9219 | ||||
* | Handle itemsInserted/Removed/Moved() correctly for repeater. | Martin Jones | 2010-03-09 | 1 | -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 Allison | 2010-02-24 | 1 | -0/+891 |
QDeclarativeXXX. |