Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update licenseheader text in source files | Jyri Tahtela | 2011-05-13 | 1 | -17/+17 |
| | | | | | | | Updated version of LGPL and FDL licenseheaders. Apply release phase licenseheaders for all source files. Reviewed-by: Trust Me | ||||
* | Make sure we update Loader size if item size changes after creation. | Martin Jones | 2011-02-02 | 2 | -0/+31 |
| | | | | | Task-number: QTBUG-17114 Reviewed-by: Bea Lam | ||||
* | Test failure fixed - remove XFAIL | Martin Jones | 2011-01-28 | 1 | -2/+0 |
| | |||||
* | Add test for Loader implicitWidth/implicitHeight | Martin Jones | 2011-01-28 | 2 | -0/+46 |
| | |||||
* | Setting the size of a loader overwrote its implict size. | Martin Jones | 2011-01-27 | 2 | -0/+36 |
| | | | | | | | | 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 | ||||
* | Update copyright year to 2011. | Jason McDonald | 2011-01-10 | 1 | -1/+1 |
| | | | | Reviewed-by: Trust Me | ||||
* | Fix loaded() signal to be emitted only once | Bea Lam | 2011-01-10 | 1 | -40/+54 |
| | | | | | Task-number: QTBUG-16319 Reviewed-by: Martin Jones | ||||
* | Create Loader components in correct context | Aaron Kennedy | 2010-10-06 | 3 | -0/+37 |
| | | | | Task-number: QTBUG-13481 | ||||
* | Replace all occurances of "Qt 4.7" with "QtQuick 1.0" | Aaron Kennedy | 2010-09-29 | 20 | -26/+26 |
| | | | | | Task-number: QTBUG-13799 Reviewed-by: Martin Jones | ||||
* | Autotests cleanup. | Yann Bodson | 2010-09-10 | 1 | -12/+3 |
| | |||||
* | Simplify type management code | Aaron Kennedy | 2010-08-27 | 1 | -2/+2 |
| | |||||
* | Ensure Loader item change listener is removed when Loader is destroyed | Martin Jones | 2010-06-29 | 1 | -5/+4 |
| | | | | Task-number: QTBUG-11771 | ||||
* | Make declarative autotests compile on Symbian abld build system | Joona Petrell | 2010-06-08 | 2 | -2/+6 |
| | | | | | Task-number: Reviewed-by: Martin Jones | ||||
* | Regression fix for Loader anchors not working | Joona Petrell | 2010-05-18 | 2 | -0/+36 |
| | | | | | Task-number: QTBUG-10766 Reviewed-by: Yann Bodson | ||||
* | Fix doc for status, add Image::onLoaded. | Warwick Allison | 2010-05-17 | 1 | -3/+6 |
| | | | | | | | | statusChanged is NOT emitted for local files, nor should it be (they are loaded synchronously, so status is *initially* Ready). Add onLoaded signal that *is* emitted. Reviewed-by: Michael Brasser | ||||
* | Symbian build fix to declarative auto and benchmark tests | Joona Petrell | 2010-05-14 | 1 | -1/+8 |
| | | | | | Task-number: QTBUG-9491 Reviewed-by: Martin Jones | ||||
* | Fix autotests (remove import Qt.widgets) | Aaron Kennedy | 2010-05-07 | 1 | -1/+0 |
| | |||||
* | Remove QDeclarativeLoader::resizeMode | mae | 2010-05-03 | 7 | -47/+40 |
| | | | | | | | | | | | | 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 | ||||
* | Ignore message in QDeclarativeLoader test. | Yann Bodson | 2010-04-21 | 1 | -3/+2 |
| | |||||
* | Allow Loader sourceComponent to be set to undefeined. | Martin Jones | 2010-04-20 | 2 | -1/+24 |
| | |||||
* | Emit runtime warnings through QDeclarativeEngine | Aaron Kennedy | 2010-04-19 | 1 | -3/+3 |
| | | | | QTBUG-9726 | ||||
* | Rename remaining import Qt 4.6 lines to import Qt 4.7 | Joona Petrell | 2010-04-14 | 1 | -7/+7 |
| | | | | | Task-number: Reviewed-by: Martin Jones | ||||
* | Fix qdeclarativeloader test on Windows | Yann Bodson | 2010-04-14 | 1 | -4/+5 |
| | |||||
* | Use different ports for network tests to avoid clashes in parallel testing. | Martin Jones | 2010-04-13 | 1 | -5/+5 |
| | |||||
* | Tweak tests to run in parallel | Aaron Kennedy | 2010-04-13 | 1 | -0/+2 |
| | |||||
* | Remote content is *required* to have qmldir; fix test. | Warwick Allison | 2010-04-13 | 2 | -1/+4 |
| | |||||
* | Make sure tests cleanup after themselves. | Michael Brasser | 2010-04-07 | 1 | -3/+15 |
| | |||||
* | Autotest tweaks. | Michael Brasser | 2010-03-28 | 1 | -0/+4 |
| | |||||
* | Make autotest work on windows. | Martin Jones | 2010-03-25 | 1 | -2/+5 |
| | |||||
* | Revert 95aa8c8fc76e2309a629b05994a2677b0887140b. | Warwick Allison | 2010-03-24 | 1 | -37/+0 |
| | |||||
* | Output all Loader errors. | Michael Brasser | 2010-03-24 | 3 | -4/+27 |
| | | | | | 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 | 2 | -0/+18 |
| | |||||
* | Origin safety testing for imported resources. | Warwick Allison | 2010-03-24 | 1 | -1/+1 |
| | | | | | Extends upon 95aa8c8fc76e2309a629b05994a2677b0887140b. Still under discussion. | ||||
* | Basic Loader origin safety (for discussion). | Warwick Allison | 2010-03-23 | 4 | -2/+48 |
| | |||||
* | Fix Loader crash. | Michael Brasser | 2010-03-22 | 4 | -0/+53 |
| | | | | | | | | | 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 autotest class prefix from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX ↵ | Leonardo Sobral Cunha | 2010-02-24 | 1 | -19/+19 |
| | | | | to QDeclarativeXXX. | ||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 11 | -0/+534 |
QDeclarativeXXX. |