aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickitem.cpp
Commit message (Expand)AuthorAgeFilesLines
* Doc: added documentation to undocumented methodsNico Vertriest2015-08-041-1/+24
* Fix memory corruption when sharing QObjects between different QML enginesSimon Hausmann2015-05-081-3/+1
* Doc: Fix linking issues in Item QML type documentationTopi Reinio2015-04-291-5/+5
* Return the correct type from Item::mapToItem/Item::mapFromItem.Mitch Curtis2015-04-081-77/+62
* Improve debug operator for QQuickItem.Friedemann Kleint2015-04-021-6/+15
* Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-03-171-3/+2
|\
| * Make sure we deref an item from its window.Gunnar Sletta2015-03-061-3/+2
* | Fix invocations of static methods of QGuiApplication/QCoreApplication.Friedemann Kleint2015-03-051-1/+1
* | Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-241-10/+8
|\|
| * Fix width/height property assignment during animations.Aaron McCarthy2015-02-121-1/+1
| * Doc: link issues qtdeclarativeNico Vertriest2015-02-041-9/+7
* | Use TabFocusBehavior in QStyleHints in QtQuickLiang Qi2015-02-121-11/+2
* | Update copyright headersJani Heikkinen2015-02-121-7/+7
* | PinchArea: handle native gestures when availableShawn Rutledge2015-01-251-0/+3
* | Use QV4::ScopedObject typedef instead of actual typeOleg Shparber2015-01-031-2/+2
* | Remove most of the places where getPointer() is usedLars Knoll2014-12-201-12/+12
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-091-1/+1
|\|
| * Error out when trying to set an item as its own parentFrederik Gladhorn2014-12-031-1/+1
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-10-311-0/+7
|\|
| * Remove mouse grabber if touch used for mouse emulation has been grabbedDaniel d'Andrada2014-10-291-0/+7
* | Merge "Merge remote-tracking branch 'origin/5.4' into dev" into refs/staging/devLars Knoll2014-10-301-19/+21
|\ \
| * | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-291-19/+21
| |\|
| | * 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
* | | Move from a count of cursors, to storing whether or not a subtree has a cursor.Robin Burchell2014-10-291-12/+27
|/ /
* | Remove the "groupNode"Gunnar Sletta2014-10-171-2/+0
* | Resolve QQuickItemPrivate::beforePaintNode dynamically.Gunnar Sletta2014-10-161-2/+1
|/
* 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