summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qdeclarativeitem.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ /
* | Don't double-add item change listeners.Michael Brasser2010-08-101-2/+2
|/
* Top-level QML item should not have special focus handling.Michael Brasser2010-08-061-7/+4
* Make sure onFocusChanged is correctly emitted for items in a FocusScope.Michael Brasser2010-08-051-12/+1
* doc: Fixed many qdoc errors.Martin Smith2010-08-021-5/+70
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-07-301-6/+18
|\
| * Remove use of shared NOTIFY signalsMartin Jones2010-07-291-6/+18
* | Fixed spelling mistakes in documented functions, classes, etc. Part of QTBUG-...Jerome Pasion2010-07-291-2/+2
|/
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-07-221-21/+89
|\
| * Rename remaining 'wantsFocus'.Yann Bodson2010-07-211-1/+1
| * QML focus API updates.Michael Brasser2010-07-211-16/+79
| * Compile: include <float.h> for usage of FLT_MAX.Michael Brasser2010-07-201-4/+1
| * Restore the FLT_MAX define.Martin Jones2010-07-201-0/+4
| * Better defaults for MouseArea's drag.Michael Brasser2010-07-201-4/+1
| * Improve documentation on setting arbitray transform origin pointsMartin Jones2010-07-201-0/+7
* | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7Martin Smith2010-07-221-4/+6
|\ \ | |/
| * Doc error fixes.Martin Jones2010-07-191-1/+1
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-07-161-31/+29
| |\
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-07-141-31/+29
| | |\
| * | | Text element does not clip even with clip=trueYann Bodson2010-07-151-1/+1
| |/ /
| * | improvements to docs and examplesBea Lam2010-07-141-2/+4
* | | qdoc: Fixed reporting of read-only status for QML properties.Martin Smith2010-07-221-17/+3
| |/ |/|
* | Fixing merge conflicts.Martin Smith2010-07-131-15/+20
|\ \ | |/
| * Private variable cleanup.Michael Brasser2010-07-131-11/+11
| * wantsFocus should be based on FocusScope chain, not parent chain.Michael Brasser2010-07-131-1/+6
| * docsBea Lam2010-07-071-2/+2
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-07-021-1/+1
| |\
| | * fix doc linksBea Lam2010-07-021-1/+1
* | | qdoc: Marked some missing declarative properties and functions as \internal.Martin Smith2010-07-091-31/+29
|/ /
* | Designer: Fix compiler warnings.Friedemann Kleint2010-07-021-0/+1
|/
* Docs - add more links to relevant examplesBea Lam2010-06-301-1/+3
* Properly update childrenRect for position changes and shrinking.Michael Brasser2010-06-171-4/+5
* Fix bug with childrenRect resizing on startup.Michael Brasser2010-06-151-16/+12
* Doc improvements, including snippet fixes, linking to examples, makingBea Lam2010-06-111-5/+7
* Doc improvements: move some example code to snippets, add screenshots,Bea Lam2010-06-091-1/+1
* Add qmlmethod Item::childAt() to delarative itemmae2010-06-081-1/+23
* Doc fixes and improvements - fix some example code, link toBea Lam2010-06-021-1/+5
* Fix QT_NO_TEXTSTREAM compilation errors.Tasuku Suzuki2010-05-311-0/+2
* Use QElapsedTimer rather than QTime::elapsed()Martin Jones2010-05-281-22/+37
* Don't polish QDeclarativeItems.Warwick Allison2010-05-241-1/+7
* Add a "priority" property to Keys and KeyNavigationMartin Jones2010-05-141-27/+173
* Note that you need to unset a flag to create a visual itemAlan Alpert2010-05-131-1/+4
* qdoc fixesYann Bodson2010-05-061-1/+1
* Fix qdoc errorsBea Lam2010-05-051-7/+1
* docWarwick Allison2010-05-051-1/+1
* Update childrenRect when children are added or removed.Michael Brasser2010-05-041-2/+36