aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickitem.cpp
Commit message (Expand)AuthorAgeFilesLines
* QQuickItem: Support FocusReason in focusNextPrevLiang Qi2013-03-181-1/+1
* Add some docs, improve scope of var.Frederik Gladhorn2013-03-141-0/+5
* Fix usages of \since for QML itemsThomas McGuire2013-03-131-1/+1
* Support activeFocusOnTab in QQuickItemLiang Qi2013-03-121-0/+157
* Remove comment about performance in qquickitem's clip property.Gunnar Sletta2013-03-111-4/+0
* Fix MSVC warning C4819 under Chinese localeDebao Zhang2013-03-111-4/+4
* Focus reasonCaroline Chao2013-03-071-11/+31
* Don't print leak warnings on exit by defaultGunnar Sletta2013-02-201-8/+16
* QQuickItem::childAt(x, y) takes child transformations into accountShawn Rutledge2013-02-121-5/+6
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-071-3/+87
|\
| * Document QQuickItem::itemChange and QQuickItem::window() properlyGunnar Sletta2013-01-311-3/+87
* | Merge branch 'stable' into devGunnar Sletta2013-01-171-7/+15
|\|
| * Greatly improved Scene Graph Overview documentationGunnar Sletta2013-01-161-6/+14
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* | Deinline QQuickKeysAttached::keyToSignal.Robin Burchell2013-01-081-1/+21
|/
* Fix other warnings in qtdeclarative found by GCC 4.7Thiago Macieira2012-12-231-2/+2
* Compile with QT_NO_WHEELEVENT.Volker Krause2012-12-191-0/+4
* Accessibility: Improve interface handling in QuickFrederik Gladhorn2012-12-191-3/+7
* Compile with -no-feature-cursor.Volker Krause2012-11-301-0/+4
* Renamed QQuickItem::pos property to positionShawn Rutledge2012-11-291-3/+3
* Enable module build with QT_NO_IMTasuku Suzuki2012-11-261-1/+18
* 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