aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickitemviewtransition.cpp
Commit message (Expand)AuthorAgeFilesLines
* Run includemocs in qtdeclarativeThiago Macieira2017-04-261-0/+2
* Item views: Q_DECL_OVERRIDE -> overrideJ-P Nurmi2017-01-181-1/+1
* Mark some methods as constAnton Kudryavtsev2016-10-061-1/+1
* Updated license headersJani Heikkinen2016-01-191-14/+20
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-021-3/+3
|\
| * Fix ViewTransition property type in documentationMitch Curtis2015-09-221-3/+3
* | qquickitemviewtransition_p.h: eliminate a "_p_p.h" includeJ-P Nurmi2015-04-171-0/+1
|/
* QtQuick: Micro-optimize iterator loops.Friedemann Kleint2015-02-261-1/+3
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-09-111-19/+11
|\
| * Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* | Add Q_DECL_OVERRIDEAlbert Astals Cid2014-08-141-1/+1
|/
* Doc: Fix broken linksSze Howe Koh2013-12-301-1/+1
* Remane private QQuickAction into QQuickStateActionGabriel de Dietrich2013-10-031-2/+2
* qdoc: no longer recognizes the version nr in QML refsMartin Smith2013-10-021-7/+7
* Fix license headers of QtQuick sources.Gunnar Sletta2013-09-301-1/+1
* Doc: Fixed and updated Qt Quick's \qmlmodule pageJerome Pasion2013-09-251-1/+1
* Doc: correcting typo "the the"Nico Vertriest2013-01-141-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* Renamed QQuickItem::pos property to positionShawn Rutledge2012-11-291-4/+4
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* doc: fix some typos in .cpp filesSergio Ahumada2012-09-071-2/+2
* Doc: Changed \qmlclass to \qmltype and added \instantiates.Jerome Pasion2012-07-301-1/+2
* Change Quick docs to refer to "types" rather than "elements"Martin Jones2012-07-161-2/+2
* Create new documentation structureChris Adams2012-06-211-1/+1
* Doc: Grouped Qt Quick types into several groupsJerome Pasion2012-06-061-1/+1
* Fix doc snippets paths and parsing errorsBea Lam2012-05-311-8/+8
* Doc: Sanitized QML typesNico Vertriest2012-05-241-1/+1
* Doc: Moving Qt Quick docs for new doc structureGeir Vattekar2012-05-091-8/+8
* populate transition for positionersBea Lam2012-05-011-3/+5
* Only run populate for items in model at creationBea Lam2012-04-231-3/+1
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-131-31/+31
* Displaced items were moving unnecessarilyBea Lam2012-03-131-27/+59
* refilled items should be moved immediatelyBea Lam2012-03-101-4/+9
* Avoid using QQuickViewItem as base classBea Lam2012-03-101-30/+22
* Reset transitioner pointer when transition job finishesBea Lam2012-03-091-1/+13
* Fix setting of target lists when target Transition is not setBea Lam2012-03-071-46/+72
* prepareTransition() must cancel current transitionBea Lam2012-03-071-7/+6
* Merge master <-> api_changesMatthew Vogt2012-03-051-13/+13
* Fix when animating items that are already movingBea Lam2012-03-021-5/+15
* Improved transitions for Row, Column, Grid, FlowBea Lam2012-03-021-3/+31
* Fix if transitioner is deleted before transition job finishesBea Lam2012-03-021-60/+103
* Check item before notifying transition has finishedBea Lam2012-03-011-4/+5
* Add generic "displaced" transition propertyBea Lam2012-02-291-18/+42
* Separate view transition functionality into new fileBea Lam2012-02-281-0/+770