summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeloader
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-02-044-40/+165
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: demos/declarative/samegame/SamegameCore/samegame.js mkspecs/features/symbian/default_post.prf src/declarative/qml/qdeclarativeengine.cpp src/gui/text/qtextdocumentlayout.cpp src/plugins/plugins.pro src/s60installs/bwins/QtCoreu.def src/s60installs/bwins/QtGuiu.def src/s60installs/eabi/QtCoreu.def src/s60installs/eabi/QtGuiu.def src/s60installs/s60installs.pro tests/auto/declarative/declarative.pro tests/auto/declarative/qdeclarativedebug/tst_qdeclarativedebug.cpp tests/auto/declarative/qdeclarativepixmapcache/tst_qdeclarativepixmapcache.cpp tests/auto/declarative/qmlvisual/qmlvisual.pro
| * Make sure we update Loader size if item size changes after creation.Martin Jones2011-02-022-0/+31
| | | | | | | | | | Task-number: QTBUG-17114 Reviewed-by: Bea Lam
| * Test failure fixed - remove XFAILMartin Jones2011-01-281-2/+0
| |
| * Add test for Loader implicitWidth/implicitHeightMartin Jones2011-01-282-0/+46
| |
| * Setting the size of a loader overwrote its implict size.Martin Jones2011-01-272-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
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-251-54/+40
|\ \ | | | | | | | | | | | | | | | Conflicts: configure src/network/bearer/bearer.pri
| * | Revert "Fix loaded() signal to be emitted only once"Bea Lam2011-01-211-54/+40
| |/ | | | | | | | | | | | | | | | | This reverts commit 82ff3f484c7ec49e60b7fddf23794937974a6768. QTBUG-16796 reports that this commit is causing regressions relating to initial sizing of items. Task-number: QTBUG-16796
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-171-41/+55
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: examples/webkit/imageanalyzer/imageanalyzer.h examples/webkit/imageanalyzer/mainwindow.h mkspecs/unsupported/qws/linux-x86-openkode-g++/qplatformdefs.h src/corelib/io/qfsfileengine_iterator_unix.cpp src/corelib/io/qfsfileengine_iterator_win.cpp src/corelib/kernel/qcoreapplication.cpp src/network/access/qnetworkaccessdatabackend.cpp src/plugins/bearer/connman/qconnmanservice_linux.cpp src/plugins/platforms/openvglite/qwindowsurface_vglite.h src/s60installs/bwins/QtCoreu.def src/s60installs/eabi/QtCoreu.def src/s60installs/s60installs.pro tools/assistant/tools/assistant/helpviewer_qwv.h tools/qdoc3/test/qt-html-templates.qdocconf
| * Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
| | | | | | | | Reviewed-by: Trust Me
| * Fix loaded() signal to be emitted only onceBea Lam2011-01-101-40/+54
| | | | | | | | | | Task-number: QTBUG-16319 Reviewed-by: Martin Jones
* | Merge remote branch 'qt/master' into file-engine-refactorJoão Abecasis2010-11-231-1/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: demos/declarative/minehunt/minehunt.pro src/corelib/io/io.pri src/corelib/io/qfsfileengine.cpp src/corelib/io/qfsfileengine_unix.cpp src/corelib/io/qfsfileengine_win.cpp src/s60installs/bwins/QtCoreu.def src/s60installs/bwins/QtDeclarativeu.def src/s60installs/bwins/QtGuiu.def src/s60installs/eabi/QtCoreu.def src/s60installs/eabi/QtDeclarativeu.def src/s60installs/eabi/QtGuiu.def tests/auto/qapplication/test/test.pro tests/auto/qaudioinput/qaudioinput.pro tests/auto/qaudiooutput/qaudiooutput.pro tests/auto/qchar/qchar.pro tests/auto/qdiriterator/qdiriterator.pro tests/auto/qsound/qsound.pro
| * | Align .pro with qmake: s/\.sources/.files/.Miikka Heikkinen2010-10-081-1/+1
| |/ | | | | | | | | | | | | | | | | | | Complement previous commit by aligning Qt itself to use .files consistently for DEPLOYMENT as well as INSTALLS. This excludes changes to webkit. Task-number: QTBUG-3216 Reviewed-by: axis
* | Fix deployment for examples and testsShane Kearns2010-10-121-1/+1
|/ | | | | | | | | | | Due to the change from default deployment in symbian from being hardcoded in qmake to being in default_deployment.prf the .pro files needed to be changed. Specifically, "DEPLOYMENT = foo" needs to be "DEPLOYMENT += foo" otherwise the default deployment lines are not added and the test won't install. Reviewed-By: Miikka Heikkinen
* Create Loader components in correct contextAaron Kennedy2010-10-063-0/+37
| | | | Task-number: QTBUG-13481
* Replace all occurances of "Qt 4.7" with "QtQuick 1.0"Aaron Kennedy2010-09-2920-26/+26
| | | | | Task-number: QTBUG-13799 Reviewed-by: Martin Jones
* Autotests cleanup.Yann Bodson2010-09-101-12/+3
|
* Simplify type management codeAaron Kennedy2010-08-271-2/+2
|
* Ensure Loader item change listener is removed when Loader is destroyedMartin Jones2010-06-291-5/+4
| | | | Task-number: QTBUG-11771
* Make declarative autotests compile on Symbian abld build systemJoona Petrell2010-06-082-2/+6
| | | | | Task-number: Reviewed-by: Martin Jones
* Regression fix for Loader anchors not workingJoona Petrell2010-05-182-0/+36
| | | | | Task-number: QTBUG-10766 Reviewed-by: Yann Bodson
* Fix doc for status, add Image::onLoaded.Warwick Allison2010-05-171-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 testsJoona Petrell2010-05-141-1/+8
| | | | | Task-number: QTBUG-9491 Reviewed-by: Martin Jones
* Fix autotests (remove import Qt.widgets)Aaron Kennedy2010-05-071-1/+0
|
* Remove QDeclarativeLoader::resizeModemae2010-05-037-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 typesAlan Alpert2010-04-2118-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 Bodson2010-04-211-3/+2
|
* Allow Loader sourceComponent to be set to undefeined.Martin Jones2010-04-202-1/+24
|
* Emit runtime warnings through QDeclarativeEngineAaron Kennedy2010-04-191-3/+3
| | | | QTBUG-9726
* Rename remaining import Qt 4.6 lines to import Qt 4.7Joona Petrell2010-04-141-7/+7
| | | | | Task-number: Reviewed-by: Martin Jones
* Fix qdeclarativeloader test on WindowsYann Bodson2010-04-141-4/+5
|
* Use different ports for network tests to avoid clashes in parallel testing.Martin Jones2010-04-131-5/+5
|
* Tweak tests to run in parallelAaron Kennedy2010-04-131-0/+2
|
* Remote content is *required* to have qmldir; fix test.Warwick Allison2010-04-132-1/+4
|
* Make sure tests cleanup after themselves.Michael Brasser2010-04-071-3/+15
|
* Autotest tweaks.Michael Brasser2010-03-281-0/+4
|
* Make autotest work on windows.Martin Jones2010-03-251-2/+5
|
* Revert 95aa8c8fc76e2309a629b05994a2677b0887140b.Warwick Allison2010-03-241-37/+0
|
* Output all Loader errors.Michael Brasser2010-03-243-4/+27
| | | | | Previously we were not outputting those that occurred on component->create().
* Fix Loader leak when loading a non-QGraphicsObject object.Michael Brasser2010-03-242-0/+18
|
* Origin safety testing for imported resources.Warwick Allison2010-03-241-1/+1
| | | | | Extends upon 95aa8c8fc76e2309a629b05994a2677b0887140b. Still under discussion.
* Basic Loader origin safety (for discussion).Warwick Allison2010-03-234-2/+48
|
* Fix Loader crash.Michael Brasser2010-03-224-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 widgetsJoona Petrell2010-02-251-0/+1
|
* Change autotest class prefix from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX ↵Leonardo Sobral Cunha2010-02-241-19/+19
| | | | to QDeclarativeXXX.
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-2411-0/+534
QDeclarativeXXX.