aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickitem.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Fix resolution of cursor when items are overlapping.Andrew den Exter2012-07-261-0/+91
* Remove QListModelInterface.Andrew den Exter2012-07-251-1/+0
* Update element references to smooth.Michael Brasser2012-07-181-1/+1
* QQuickCanvas renamesAlan Alpert2012-07-171-138/+138
* Change Quick docs to refer to "types" rather than "elements"Martin Jones2012-07-161-14/+14
* Change antialiasing method for QML2.Kim Motoyoshi Kalland2012-07-131-22/+91
* Allow all explicit margins to override margins.Andrew den Exter2012-07-061-0/+2
* Allow mouse interaction with 0 opacity items.Andrew den Exter2012-07-041-9/+23
* Fix some commented issues from the refactor merge.Michael Brasser2012-07-031-1/+1
* anchors.mirrored should not exist in QtQuick 2Martin Jones2012-07-021-4/+0
* Remove QQuickItemPrivate::InitializationStatus.Andrew den Exter2012-06-301-31/+2
* Propagate synthesized mouse events in parallel with touch.Shawn Rutledge2012-06-281-1/+6
* Implement QAbstractDeclarativeData::isSignalConnected hookKent Hansen2012-06-271-1/+1
* Make qtdeclarative compile with QT_NO_DRAGANDDROPTasuku Suzuki2012-06-241-0/+4
* Create new documentation structureChris Adams2012-06-211-8/+8
* Fix view delegate parent binding regression.Martin Jones2012-06-121-1/+6
* Adapt to connection-related changes in qtbaseKent Hansen2012-06-121-3/+1
* Improve on scenegraph documentation.Gunnar Sletta2012-06-081-1/+1
* Fix handling of a direct child stealing focus from a parent-less item.Andrew den Exter2012-06-081-0/+14
* Performance should always be better with cacheBufferMartin Jones2012-06-081-1/+11
* Better documentation for subclassing QQuickItemAlan Alpert2012-06-061-0/+12
* Doc: Grouped Qt Quick types into several groupsJerome Pasion2012-06-061-7/+8
* Remove unused performance flags.Michael Brasser2012-06-061-3/+1
* Fix doc snippets paths and parsing errorsBea Lam2012-05-311-5/+5
* Optimise QQuickItem::stackAfter/Before() for the common case.Andrew den Exter2012-05-251-14/+6
* Doc: Sanitized QML typesNico Vertriest2012-05-241-12/+12
* Lazily create QMetaObjectsAaron Kennedy2012-05-241-14/+7
* Add QQuickCanvas::update()Gunnar Sletta2012-05-221-1/+16
* Add optional width and height arguments to mapToItem()/mapFromItem()Yann Bodson2012-05-181-26/+52
* Fix case where visible wasn't marked as dirty.Alan Alpert2012-05-121-0/+2
* Make unaligned centered alignment optional.Martin Jones2012-05-111-0/+8
* Doc: Moving Qt Quick docs for new doc structureGeir Vattekar2012-05-091-5/+5
* Remove QSGEngineGunnar Sletta2012-05-031-5/+0
* Improved scene graph docsGunnar Sletta2012-04-301-10/+63
* Also check notifier endpoints when checking whether a signal is connected.Michael Brasser2012-04-231-3/+7
* Fix eliding when text width is reset by an implicitWidth change.Andrew den Exter2012-04-201-4/+10
* Add contains method to QQuickItem public APIAdriano Rezende2012-04-191-3/+19
* Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-111-8/+45
|\
| * Create accessible interfaces only for items with attached propFrederik Gladhorn2012-04-101-3/+0
| * Fixed crash when using 'var' property in ShaderEffect.Kim Motoyoshi Kalland2012-04-041-1/+3
| * Fix crash when changing the grandparent of an item with focus.Andrew den Exter2012-04-021-1/+5
| * Fix forceActiveFocus() with multiple items having focus: trueAndrew den Exter2012-03-301-1/+23
| * Size loaded item before bindings are evaluatedMartin Jones2012-03-301-0/+12
| * Replace usage of QCursor, and update hoverVisible test.Michael Brasser2012-03-281-2/+2
* | Merge master into api_changesKent Hansen2012-03-271-4/+4
|\|
| * Update item anchors when the baseline offset changes.Andrew den Exter2012-03-261-0/+4
| * Remove QQuickItem::sendAccessibilityUpdateFrederik Gladhorn2012-03-241-4/+0
* | Merge master into api_changesKent Hansen2012-03-231-83/+216
|\|
| * Add accessibility updates.Frederik Gladhorn2012-03-231-1/+10
| * Change smooth to be true by defaultGunnar Sletta2012-03-221-6/+8