aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickitem.cpp
Commit message (Expand)AuthorAgeFilesLines
* On Mac only editable ComboBox should receive tab focusFrederik Gladhorn2014-01-111-1/+5
* Keys Attached Property: Fix doc reference to nonexistent propertiesGabriel de Dietrich2014-01-081-2/+2
* Doc: Fix broken linksSze Howe Koh2013-12-301-3/+3
* QtQuick docs: add missing \qmlpropertygroup commandsJ-P Nurmi2013-12-201-0/+2
* Fix touch to mouse synthesis/propagation.Robin Burchell2013-12-131-9/+1
* Fix style animations to stop when the item is hiddenJ-P Nurmi2013-12-031-1/+4
* Don't assert in QQuickItem::updateLars Knoll2013-11-181-1/+6
* KeyNavigation should use forceActiveFocusFrederik Gladhorn2013-11-011-1/+1
* Item documentation: visibleChildren is a list of items, not a realShawn Rutledge2013-10-251-1/+1
* Remove ancient and unused leftoversGunnar Sletta2013-10-221-52/+0
* qdoc: no longer recognizes the version nr in QML refsMartin Smith2013-10-021-120/+120
* Fix license headers of QtQuick sources.Gunnar Sletta2013-09-301-1/+1
* Move Value::fromBool, ... to a new Primitive classLars Knoll2013-09-281-12/+12
* Fix QQmlV4Function API to be GC safeLars Knoll2013-09-261-25/+28
* Doc: Fixed and updated Qt Quick's \qmlmodule pageJerome Pasion2013-09-251-5/+5
* Doc: Made Qt Quick items' \since consistent.Jerome Pasion2013-09-251-2/+2
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Sergio Ahumada2013-09-221-2/+7
|\
| * Merge remote-tracking branch 'origin/stable' into devSergio Ahumada2013-09-211-2/+7
| |\
| | * 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
* | | convert Managed::put() API to be GC safeLars Knoll2013-09-221-12/+18
* | | Further work towards an exact GCLars Knoll2013-09-221-4/+6
|/ /
* | Remove qStableSort usages from declarativeGiuseppe D'Angelo2013-09-131-1/+2
* | Use a ReturnedValue when converting to String or ObjectLars Knoll2013-09-121-2/+2
* | Merge branch 'stable' into devSergio Ahumada2013-09-061-3/+3
|\|
| * Don't crash due to KeyRelease on an unloaded ItemShawn Rutledge2013-08-271-3/+3
* | Fix compilation with MSVC 2008 (and prospective Windows CE build fix)Simon Hausmann2013-08-221-1/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-191-1/+3
|\|
| * Unset the cursor when an Item is unparentedDaiwei Li2013-08-141-1/+3
* | Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into w...Simon Hausmann2013-07-221-5/+5
|\|
| * Improve QtQuick Item Anchors documentation.Mitch Curtis2013-06-251-5/+5
* | Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into w...Simon Hausmann2013-06-241-38/+171
|\|
| * 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
* | 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