aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickitem.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove mouse grabber if touch used for mouse emulation has been grabbedDaniel d'Andrada2014-10-291-0/+7
* Add note to QQuickItem docs about directly setting properties in C++.Mitch Curtis2014-10-221-0/+13
* Support Accessible.ignored on non-leaf itemsJan Arve Saether2014-10-211-13/+2
* Make QQuickKeyNavigationAttached respect user set valuesOleg Shparber2014-10-091-6/+6
* Give Item::layer documentation some much needed love.Gunnar Sletta2014-09-291-2/+100
* Link to Key Handling Priorities section more in Keys documentation.Mitch Curtis2014-09-121-0/+5
* Improve KeyNavigation documentation.Mitch Curtis2014-09-111-2/+2
* Fix performance regression caused by SG signals in QQuickItem.Gunnar Sletta2014-09-031-72/+8
* Clamp QQuickItem::opacity to [0,1].Gunnar Sletta2014-08-261-1/+4
* Remove references transforms have to items in QQuickItem's destructor.Mitch Curtis2014-08-251-0/+11
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Fix cursorShape with QQuickWidgetLaszlo Agocs2014-08-151-4/+8
* Doc: Remove duplicated wordsTopi Reinio2014-08-121-1/+1
* Remove Item.windowAlan Alpert2014-08-121-6/+0
* Document how to clean up graphics resources properlyGunnar Sletta2014-07-311-10/+71
* Introducing QQuickItem::sceneGraphInvalidated/sceneGraphInitializedGunnar Sletta2014-07-291-0/+67
* Get rid of StringRefLars Knoll2014-07-221-12/+12
* Merge remote-tracking branch 'origin/5.3' into devSimon Hausmann2014-06-131-0/+2
|\
| * Fix forwarding of keyboard events to multiple target itemsJoni Poikelin2014-06-111-0/+2
* | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-05-221-3/+5
|\|
| * Fix improper antialiasing property behaviorOleg Shparber2014-05-191-3/+5
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-101-96/+180
|\|
| * If a popup window is opened, do not change the focusShawn Rutledge2014-04-221-4/+6
| * Avoid event propagation with Keys.forwardToJ-P Nurmi2014-04-121-2/+2
| * On Mac only editable text input should receive tab focusLiang Qi2014-04-021-5/+6
| * Clearly point out the distinction between GUI and Render threads.Gunnar Sletta2014-03-201-2/+5
| * Doc: Fix broken \qmlsignal linksSze Howe Koh2014-03-181-5/+5
| * Doc: Document signals (not handlers) under \qmlsignalSze Howe Koh2014-03-181-78/+156
* | Make item.layer and item.layer.effect work inside positioners.Gunnar Sletta2014-05-081-1/+15
* | Notify about the focus reasonBerthold Krevert2014-05-061-4/+5
* | Qt Quick: use categorized logging for touch, mouse, focus, and dirtyShawn Rutledge2014-04-151-23/+19
* | doc: Minor group/module page changes.Martin Smith2014-03-261-4/+0
* | Document the window property for qml and register the revisionLaszlo Agocs2014-03-241-0/+6
|/
* Fix some typosSergio Ahumada2014-03-031-1/+1
* Revert "Fix item polishing"J-P Nurmi2014-02-281-3/+1
* Fix item polishingJ-P Nurmi2014-02-201-1/+3
* 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