aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickitem.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change qml list interfaceMarco Bubke2012-10-231-9/+4
* Fix list functions for the data propertyMarco Bubke2012-10-181-11/+27
* QQuickItem: handle QEvent::StyleAnimationUpdateJ-P Nurmi2012-10-171-0/+3
* Fix performance bottleneck in QQuickWindow::mouseMoveEvent().Sérgio Martins2012-10-111-1/+27
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* doc: fix some typos in .cpp filesSergio Ahumada2012-09-071-1/+1
* Doc: Fix documentation issues.Kim Motoyoshi Kalland2012-09-071-2/+4
* Doc: Fix some documentation issues.Kim Motoyoshi Kalland2012-09-051-13/+0
* Fix compiler warnings from MSVC2010Kai Koehne2012-08-281-2/+2
* Docs - add missing images and code, clean up sectionsBea Lam2012-08-281-1/+15
* Fix various doc errorsBea Lam2012-08-281-6/+10
* Add cacheItemCount property to PathViewMartin Jones2012-08-281-1/+1
* Improve docs related to visual parent conceptBea Lam2012-08-281-0/+10
* Document various undocumented attributes of QQuickItemBea Lam2012-08-231-101/+951
* Move docs closer to the members that they documentBea Lam2012-08-161-704/+542
* Fix various broken links in documentationBea Lam2012-08-031-17/+17
* Doc: Changed \qmlclass to \qmltype and added \instantiates.Jerome Pasion2012-07-301-8/+16
* Fix resolution of cursor when items are overlapping.Andrew den Exter2012-07-261-0/+91
* Remove QListModelInterface.Andrew den Exter2012-07-251-1/+0
* Update element references to smooth.Michael Brasser2012-07-181-1/+1
* QQuickCanvas renamesAlan Alpert2012-07-171-138/+138
* Change Quick docs to refer to "types" rather than "elements"Martin Jones2012-07-161-14/+14
* Change antialiasing method for QML2.Kim Motoyoshi Kalland2012-07-131-22/+91
* Allow all explicit margins to override margins.Andrew den Exter2012-07-061-0/+2
* Allow mouse interaction with 0 opacity items.Andrew den Exter2012-07-041-9/+23
* Fix some commented issues from the refactor merge.Michael Brasser2012-07-031-1/+1
* anchors.mirrored should not exist in QtQuick 2Martin Jones2012-07-021-4/+0
* Remove QQuickItemPrivate::InitializationStatus.Andrew den Exter2012-06-301-31/+2
* Propagate synthesized mouse events in parallel with touch.Shawn Rutledge2012-06-281-1/+6
* Implement QAbstractDeclarativeData::isSignalConnected hookKent Hansen2012-06-271-1/+1
* Make qtdeclarative compile with QT_NO_DRAGANDDROPTasuku Suzuki2012-06-241-0/+4
* Create new documentation structureChris Adams2012-06-211-8/+8
* Fix view delegate parent binding regression.Martin Jones2012-06-121-1/+6
* Adapt to connection-related changes in qtbaseKent Hansen2012-06-121-3/+1
* Improve on scenegraph documentation.Gunnar Sletta2012-06-081-1/+1
* Fix handling of a direct child stealing focus from a parent-less item.Andrew den Exter2012-06-081-0/+14
* Performance should always be better with cacheBufferMartin Jones2012-06-081-1/+11
* Better documentation for subclassing QQuickItemAlan Alpert2012-06-061-0/+12
* Doc: Grouped Qt Quick types into several groupsJerome Pasion2012-06-061-7/+8
* Remove unused performance flags.Michael Brasser2012-06-061-3/+1
* Fix doc snippets paths and parsing errorsBea Lam2012-05-311-5/+5
* Optimise QQuickItem::stackAfter/Before() for the common case.Andrew den Exter2012-05-251-14/+6
* Doc: Sanitized QML typesNico Vertriest2012-05-241-12/+12
* Lazily create QMetaObjectsAaron Kennedy2012-05-241-14/+7
* Add QQuickCanvas::update()Gunnar Sletta2012-05-221-1/+16
* Add optional width and height arguments to mapToItem()/mapFromItem()Yann Bodson2012-05-181-26/+52
* Fix case where visible wasn't marked as dirty.Alan Alpert2012-05-121-0/+2
* Make unaligned centered alignment optional.Martin Jones2012-05-111-0/+8
* Doc: Moving Qt Quick docs for new doc structureGeir Vattekar2012-05-091-5/+5
* Remove QSGEngineGunnar Sletta2012-05-031-5/+0