Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make sure we update Loader size if item size changes after creation. | Martin Jones | 2011-02-02 | 1 | -0/+18 |
| | | | | | Task-number: QTBUG-17114 Reviewed-by: Bea Lam | ||||
* | Add test for Loader implicitWidth/implicitHeight | Martin Jones | 2011-01-28 | 1 | -0/+28 |
| | |||||
* | Setting the size of a loader overwrote its implict size. | Martin Jones | 2011-01-27 | 1 | -0/+23 |
| | | | | | | | | If the created item does not have a valid width/height then our implictWidth/Height should be the same as the items implict size. Task-number: QTBUG-16928 Reviewed-by: Bea Lam | ||||
* | Create Loader components in correct context | Aaron Kennedy | 2010-10-06 | 2 | -0/+23 |
| | | | | Task-number: QTBUG-13481 | ||||
* | Replace all occurances of "Qt 4.7" with "QtQuick 1.0" | Aaron Kennedy | 2010-09-29 | 19 | -19/+19 |
| | | | | | Task-number: QTBUG-13799 Reviewed-by: Martin Jones | ||||
* | Regression fix for Loader anchors not working | Joona Petrell | 2010-05-18 | 1 | -0/+14 |
| | | | | | Task-number: QTBUG-10766 Reviewed-by: Yann Bodson | ||||
* | Fix autotests (remove import Qt.widgets) | Aaron Kennedy | 2010-05-07 | 1 | -1/+0 |
| | |||||
* | Remove QDeclarativeLoader::resizeMode | mae | 2010-05-03 | 6 | -11/+9 |
| | | | | | | | | | | | | The explicit resizeMode is superfluous, all usecases could be achieved with the corrected default behaviour of the former ResizeLoaderToItem mode. The NoResize usecase is covered by wrapping the loader in an extra item. That means: A loader automatically gets its size from the item loaded unless the loader has an explicit size itself. Go-ahead-by: Michael Brasser | ||||
* | Fix versioning of Qt Declarative's in-built types | Alan Alpert | 2010-04-21 | 18 | -18/+18 |
| | | | | | | Since we aren't releasing for 4.6, all types are new in 4.7. Task-number: QTBUG-10081 | ||||
* | Allow Loader sourceComponent to be set to undefeined. | Martin Jones | 2010-04-20 | 1 | -1/+4 |
| | |||||
* | Remote content is *required* to have qmldir; fix test. | Warwick Allison | 2010-04-13 | 1 | -0/+1 |
| | |||||
* | Output all Loader errors. | Michael Brasser | 2010-03-24 | 2 | -0/+13 |
| | | | | | Previously we were not outputting those that occurred on component->create(). | ||||
* | Fix Loader leak when loading a non-QGraphicsObject object. | Michael Brasser | 2010-03-24 | 1 | -0/+5 |
| | |||||
* | Basic Loader origin safety (for discussion). | Warwick Allison | 2010-03-23 | 3 | -0/+9 |
| | |||||
* | Fix Loader crash. | Michael Brasser | 2010-03-22 | 3 | -0/+29 |
| | | | | | | | | | If setting the source of a Loader triggered a change to the source (i.e. the thing being loaded set the source to something else) a crash would occur. We now no longer delete the component immediately when the source changes. Task-number: QTBUG-9241 | ||||
* | Add import Qt.widgets 4.6 to loader auto test using graphics widgets | Joona Petrell | 2010-02-25 | 1 | -0/+1 |
| | |||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 9 | -0/+59 |
QDeclarativeXXX. |