aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickitem.cpp
Commit message (Expand)AuthorAgeFilesLines
* Docs: fix QtQuick2::Item::layer.sourceRect typeold/5.1J-P Nurmi2013-09-211-1/+1
* Fix a crash in QQuickItem::nextItemInFocusChain()Liang Qi2013-09-191-1/+6
* Don't crash due to KeyRelease on an unloaded ItemShawn Rutledge2013-08-271-3/+3
* Unset the cursor when an Item is unparentedDaiwei Li2013-08-141-1/+3
* Improve QtQuick Item Anchors documentation.Mitch Curtis2013-06-251-5/+5
* Doc fixes to the Positioners/Layouts documentationJan Arve Saether2013-05-301-2/+2
* Prevent tab focus from wrapping endlesslyLiang Qi2013-05-271-4/+28
* Fix a warning when setActiveFocusOnTab(false) for root itemLiang Qi2013-05-171-1/+1
* Mac: respect the system settings in Full Keyboard AccessLiang Qi2013-05-141-1/+40
* Revert "Mac: respect the system settings in Full Keyboard Access"Liang Qi2013-05-081-34/+1
* The resources property should be independent from QObjectThomas Hartmann2013-05-081-15/+29
* Mac: respect the system settings in Full Keyboard AccessLiang Qi2013-05-081-1/+34
* Remove from hover list on destructionAlan Alpert2013-05-031-2/+1
* 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
* 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