summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qdeclarativeitem.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change to commercial license headers in preparation for release.Jason McDonald2010-09-071-13/+13
* Don't double-add item change listeners.Michael Brasser2010-08-111-2/+2
* Top-level QML item should not have special focus handling.Michael Brasser2010-08-081-7/+4
* Remove use of shared NOTIFY signalsMartin Jones2010-08-021-6/+18
* Fixed spelling mistakes in documented functions, classes, etc. Part of QTBUG-...Jerome Pasion2010-08-021-2/+2
* Copied Qt QML 4.7 branch to release.Toby Tomkins2010-07-271-15/+15
* QML focus API updates.Michael Brasser2010-07-261-16/+79
* wantsFocus should be based on FocusScope chain, not parent chain.Michael Brasser2010-07-261-1/+6
* Compile: include <float.h> for usage of FLT_MAX.Michael Brasser2010-07-261-4/+1
* Restore the FLT_MAX define.Martin Jones2010-07-261-0/+4
* Better defaults for MouseArea's drag.Michael Brasser2010-07-261-4/+1
* improvements to docs and examplesBea Lam2010-07-261-2/+4
* Improve documentation on setting arbitray transform origin pointsMartin Jones2010-07-261-0/+7
* qdoc: Fixed reporting of read-only status for QML properties.Martin Smith2010-07-231-17/+3
* qdoc: Marked some missing declarative properties and functions as \internal.Martin Smith2010-07-231-31/+29
* fix doc linksBea Lam2010-07-181-1/+1
* Text element does not clip even with clip=trueYann Bodson2010-07-161-1/+1
* 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
* Optimize childrenRect.Michael Brasser2010-05-041-38/+77
* Remove obsolete doc groupings.Michael Brasser2010-05-041-39/+0
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7Warwick Allison2010-05-041-0/+5
|\
| * doc: Fixed some qdoc errors.Martin Smith2010-04-301-5/+0
* | Mark some properties in QDeclarativeItem as private properties.Alexis Menard2010-04-291-100/+28
* | Fix typo in qdeclarativeitem's docLeonardo Sobral Cunha2010-04-291-1/+1
* | Bunch of doc fixes.Alexis Menard2010-04-281-6/+44
|/
* Remove (undocumented) QML bindings for effects.Michael Brasser2010-04-221-10/+2
* Add forceFocus method to QDeclarativeItem.Yann Bodson2010-04-211-2/+19
* docWarwick Allison2010-04-201-11/+12
* Emit runtime warnings through QDeclarativeEngineAaron Kennedy2010-04-191-2/+2
* Doc: in QML use "real" and "enumeration", not "qreal" and "enum"Martin Jones2010-04-161-1/+1
* Avoid calling QGraphicsItem::setTransformOriginPoint() until neededMartin Jones2010-04-161-4/+20
* Bring support of anchors in QML for QGraphicsWidget derived classes.Alexis Menard2010-04-141-1/+1
* Update #include of private headers in QtDeclarativeThiago Macieira2010-04-021-2/+2
* Improve Transform docs.Martin Jones2010-04-011-4/+11