summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qdeclarativeloader.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
* Make sure we update Loader size if item size changes after creation.Martin Jones2011-02-021-1/+6
* Merge branch 'qtquick11' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2011-01-271-5/+4
|\
| * Don't load components until the Loader component itself is completedBea Lam2011-01-271-26/+31
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Bea Lam2011-01-271-33/+27
| |\
| | * Revert "Fix loaded() signal to be emitted only once"Bea Lam2011-01-211-33/+27
* | | Setting the size of a loader overwrote its implict size.Martin Jones2011-01-271-4/+18
|/ /
* | Expose implicitWidth and implicitHeight properties of Item.Martin Jones2011-01-241-1/+1
|/
* Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
* Fix loaded() signal to be emitted only onceBea Lam2011-01-101-27/+33
* Ensure loaded item's parent is set before component completion.Martin Jones2010-11-121-6/+35
* Fix errors in example code. Also reverts the example code to the oldBea Lam2010-11-041-7/+9
* Doc clarification for Loader.Michael Brasser2010-10-271-1/+2
* Create Loader components in correct contextAaron Kennedy2010-10-061-1/+3
* Doc: More work on the declarative API documentation.David Boddie2010-09-131-4/+4
* Remove pointless \internal docs (that contain no information)Aaron Kennedy2010-08-271-11/+0
* Add info to Loader docs about receiving signals and key eventsBea Lam2010-08-201-39/+68
* qdoc: Reorganized the QML elements table to be a dictionary...Martin Smith2010-08-161-0/+1
* Document elements that are focus scopes.Yann Bodson2010-07-291-0/+3
* doc: Fixed last of the declarative/QML qdoc warnings.Martin Smith2010-07-091-4/+3
* Ensure Loader item change listener is removed when Loader is destroyedMartin Jones2010-06-291-1/+9
* Doc improvements, including snippet fixes, linking to examples, makingBea Lam2010-06-111-9/+19
* Doc fixes and improvements - fix some example code, link toBea Lam2010-06-021-14/+36
* When changing Loader source, remove old item from scene immediately.Martin Jones2010-05-191-2/+6
* Regression fix for Loader anchors not workingJoona Petrell2010-05-181-0/+1
* Fix doc for status, add Image::onLoaded.Warwick Allison2010-05-171-2/+20
* docWarwick Allison2010-05-051-4/+4
* Remove QDeclarativeLoader::resizeModemae2010-05-031-92/+26
* Allow Loader sourceComponent to be set to undefeined.Martin Jones2010-04-201-1/+9
* Emit runtime warnings through QDeclarativeEngineAaron Kennedy2010-04-191-2/+2
* Doc: in QML use "real" and "enumeration", not "qreal" and "enum"Martin Jones2010-04-161-2/+2
* Make sure Loader doesn't leak when component has errors.Michael Brasser2010-04-071-3/+3
* Update #include of private headers in QtDeclarativeThiago Macieira2010-04-021-1/+1
* Fix parenting after 6f88388db4e8e202780d789e66664ff824691948.Michael Brasser2010-03-301-6/+2
* Revert 95aa8c8fc76e2309a629b05994a2677b0887140b.Warwick Allison2010-03-241-5/+0
* Make compile.Michael Brasser2010-03-241-1/+1
* Output all Loader errors.Michael Brasser2010-03-241-0/+2
* Fix Loader leak when loading a non-QGraphicsObject object.Michael Brasser2010-03-241-1/+5
* Use setParent_NoEvent in Loader and benchmark Loader performance.Michael Brasser2010-03-241-2/+3
* Origin safety testing for imported resources.Warwick Allison2010-03-241-1/+4
* Basic Loader origin safety (for discussion).Warwick Allison2010-03-231-0/+3
* Fix Loader crash.Michael Brasser2010-03-221-1/+10
* Make the loader a focusscope.Yann Bodson2010-03-141-1/+3
* Replace QDeclarativeContext::addDefaultObject() -> setContextObject()Aaron Kennedy2010-03-111-1/+1
* DocAaron Kennedy2010-03-101-4/+5
* Expand documention of status property with examplesAlan Alpert2010-03-011-0/+9
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to QDec...Warwick Allison2010-02-241-0/+488