aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickitem.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * Re-implemented itemChange must always call QQuickItem::itemChangeShawn Rutledge2013-04-261-4/+14
| * Doc: Qt Quick: Fix module name format (Pt 1/2)Sze Howe Koh2013-04-231-1/+1
| * Expose nextItemInFocusChain in QQuickItemLiang Qi2013-04-231-6/+35
| * Don't relayout if item is removed from sceneAlan Alpert2013-04-151-1/+2
| * a nested Window automatically becomes transient for its parentShawn Rutledge2013-04-101-2/+19
* | Remove v8 API usage in qquickitemLars Knoll2013-06-101-26/+31
* | Get rid of QV8Engine::toQObject and QV8QObjectWrapper::toQObjectSimon Hausmann2013-06-031-6/+8
* | Get rid of v8::NumberLars Knoll2013-05-211-12/+12
* | Cleanup v8 dependencies from QQmlV8FunctionLars Knoll2013-05-081-16/+16
* | Get rid of v8::LocalLars Knoll2013-05-061-4/+4
* | Convert QObject methods inQV8Enginer to v4 based APILars Knoll2013-04-291-2/+2
* | Get rid of QV8Engine::toString()Lars Knoll2013-04-291-2/+2
|/
* 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