aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickitem.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-02-111-0/+2
|\
| * Warn when attaching Keys to an invalid itemFrederik Gladhorn2014-02-111-0/+2
* | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-01-171-1/+5
|\|
| * On Mac only editable ComboBox should receive tab focusFrederik Gladhorn2014-01-111-1/+5
* | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-01-081-2/+2
|\|
| * Keys Attached Property: Fix doc reference to nonexistent propertiesGabriel de Dietrich2014-01-081-2/+2
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-061-3/+3
|\|
| * Doc: Fix broken linksSze Howe Koh2013-12-301-3/+3
* | Fix interaction of QQuickItems with the garbage collectorSimon Hausmann2014-01-061-0/+11
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-241-0/+2
|\|
| * QtQuick docs: add missing \qmlpropertygroup commandsJ-P Nurmi2013-12-201-0/+2
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-161-10/+5
|\|
| * 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
* | Support toggling antialiasing for Text and Rectangle.Michael Brasser2013-12-031-13/+46
* | Fix delivery of QEvents to QQuickItemsDaniel d'Andrada2013-11-291-104/+72
|/
* 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