summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qdeclarativeitem.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update QML "What's New" docs.Martin Jones2011-03-111-0/+4
* Merge branch '4.7' into qtquick11Martin Jones2011-03-011-41/+71
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-staging into 4.7-integ...Qt Continuous Integration System2011-02-041-41/+71
| |\
| | * Doc: Fixed the syntax of QML code snippets.David Boddie2011-01-241-20/+24
| | * Merge branch '4.7' into qdoc-simplifiedDavid Boddie2011-01-211-34/+1
| | |\
| | | * Doc: Fixed QML syntax.David Boddie2011-01-191-12/+20
| | * | Doc: Fixed invalid QML snippets and marked up JavaScript correctly.David Boddie2011-01-201-33/+64
* | | | Reverse KeyNavigation left and right properties when the layout mirroring is ...Joona Petrell2011-03-011-10/+22
* | | | Add LayoutMirroring attached property for mirroring QML layoutsJoona Petrell2011-03-011-1/+153
|/ / /
* | | Improve docs on Item::visible and Item::opacityBea Lam2011-02-021-10/+33
* | | Fix critical spelling mistake.Martin Jones2011-01-251-1/+1
* | | Expose implicitWidth and implicitHeight properties of Item.Martin Jones2011-01-241-6/+79
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2011-01-191-1/+1
|\ \ \ | | |/ | |/|
| * | Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2011-01-071-30/+24
|\ \ \ | |/ /
| * | Doc fixes for introduction page and Item docsBea Lam2011-01-061-28/+0
| |/
| * Merge branch '4.7-upstream' into 4.7-docA-Team2010-12-131-2/+4
| |\
| * \ Merge branch '4.7-upstream' into 4.7-docA-Team2010-11-301-51/+21
| |\ \
| * | | Doc: Added documentation about Tab and Backtab key handling.David Boddie2010-11-241-1/+23
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2010-12-131-2/+4
|\ \ \ \ | | |_|/ | |/| |
| * | | Improvements to anchoring docsBea Lam2010-12-091-0/+2
| * | | Doc: make it clear that "z" affects sibling stacking order.Martin Jones2010-12-051-2/+2
| | |/ | |/|
* | | KeyNavigation skips disabled or invisible itemsChristopher Ham2010-12-101-8/+38
|/ /
* | Move KeyNavigation example to snippets, plus some doc rewordingBea Lam2010-11-291-51/+21
|/
* Don't emit xChanged()/yChanged() twice.Martin Jones2010-11-041-4/+0
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-10-131-22/+21
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7David Boddie2010-10-041-8/+19
| |\
| * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7David Boddie2010-09-201-2/+61
| |\ \
| * | | Doc: More work on QML reference documentation.David Boddie2010-09-171-22/+21
* | | | Don't forward keys to invisible items.Martin Jones2010-10-081-4/+4
* | | | Remove some unnecessary includes in cpp filesAaron Kennedy2010-10-081-1/+0
| |_|/ |/| |
* | | Use setParentItem() instead of setParentItemHelper if componentComplete is trueMarco Bubke2010-09-301-4/+15
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-09-291-3/+3
|\ \ \
| * | | Fix crash when trying to append a null transform to QDeclarativeItem.Michael Brasser2010-09-281-1/+1
| * | | Documentation.Michael Brasser2010-09-281-2/+2
| | |/ | |/|
* | | Replace all occurances of "Qt 4.7" with "QtQuick 1.0"Aaron Kennedy2010-09-291-1/+1
|/ /
* | Merge branch '4.7-upstream' into 4.7-docA-Team2010-09-161-2/+61
|\ \ | |/ |/|
| * Fix bug in 34b805d66c09fb324d1b6a7bcf259e8743ef3894Thomas Hartmann2010-09-151-3/+4
| * Completing the interface for children/data/resourcesThomas Hartmann2010-09-141-2/+60
* | Merge branch '4.7-upstream' into 4.7-docA-Team2010-09-091-37/+37
|\ \ | |/
| * Doc: Added types to method and signal documentation; other fixes.David Boddie2010-09-011-37/+37
* | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-doc-team into doc-4.7Morten Engvoldsen2010-09-021-3/+3
|\ \ | |/ |/|
| * Fixed spelling, broken links, and missing default values.Jerome Pasion2010-08-301-3/+3
* | Notify QML internal notifiers of item geometry changes before QML signal hand...Martin Jones2010-08-311-6/+6
|/
* Remove pointless \internal docs (that contain no information)Aaron Kennedy2010-08-271-12/+0
* qdoc: Reorganized the QML elements table to be a dictionary...Martin Smith2010-08-161-0/+7
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Henrik Hartz2010-08-111-1/+1
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-08-101-1/+1
| |\
| | * doc: Fixed some qdoc errors.Martin Smith2010-08-091-1/+1
* | | Remember to reset clipping when overriding paint in QDeclarativeItemHenrik Hartz2010-08-111-1/+3
|/ /