| Commit message (Expand) | Author | Age | Files | Lines |
* | Change to commercial license headers in preparation for release. | Jason McDonald | 2010-09-07 | 1 | -13/+13 |
|
|
* | Don't double-add item change listeners. | Michael Brasser | 2010-08-11 | 1 | -2/+2 |
|
|
* | Top-level QML item should not have special focus handling. | Michael Brasser | 2010-08-08 | 1 | -7/+4 |
|
|
* | Remove use of shared NOTIFY signals | Martin Jones | 2010-08-02 | 1 | -6/+18 |
|
|
* | Fixed spelling mistakes in documented functions, classes, etc. Part of QTBUG-... | Jerome Pasion | 2010-08-02 | 1 | -2/+2 |
|
|
* | Copied Qt QML 4.7 branch to release. | Toby Tomkins | 2010-07-27 | 1 | -15/+15 |
|
|
* | QML focus API updates. | Michael Brasser | 2010-07-26 | 1 | -16/+79 |
|
|
* | wantsFocus should be based on FocusScope chain, not parent chain. | Michael Brasser | 2010-07-26 | 1 | -1/+6 |
|
|
* | Compile: include <float.h> for usage of FLT_MAX. | Michael Brasser | 2010-07-26 | 1 | -4/+1 |
|
|
* | Restore the FLT_MAX define. | Martin Jones | 2010-07-26 | 1 | -0/+4 |
|
|
* | Better defaults for MouseArea's drag. | Michael Brasser | 2010-07-26 | 1 | -4/+1 |
|
|
* | improvements to docs and examples | Bea Lam | 2010-07-26 | 1 | -2/+4 |
|
|
* | Improve documentation on setting arbitray transform origin points | Martin Jones | 2010-07-26 | 1 | -0/+7 |
|
|
* | qdoc: Fixed reporting of read-only status for QML properties. | Martin Smith | 2010-07-23 | 1 | -17/+3 |
|
|
* | qdoc: Marked some missing declarative properties and functions as \internal. | Martin Smith | 2010-07-23 | 1 | -31/+29 |
|
|
* | fix doc links | Bea Lam | 2010-07-18 | 1 | -1/+1 |
|
|
* | Text element does not clip even with clip=true | Yann Bodson | 2010-07-16 | 1 | -1/+1 |
|
|
* | Designer: Fix compiler warnings. | Friedemann Kleint | 2010-07-02 | 1 | -0/+1 |
|
|
* | Docs - add more links to relevant examples | Bea Lam | 2010-06-30 | 1 | -1/+3 |
|
|
* | Properly update childrenRect for position changes and shrinking. | Michael Brasser | 2010-06-17 | 1 | -4/+5 |
|
|
* | Fix bug with childrenRect resizing on startup. | Michael Brasser | 2010-06-15 | 1 | -16/+12 |
|
|
* | Doc improvements, including snippet fixes, linking to examples, making | Bea Lam | 2010-06-11 | 1 | -5/+7 |
|
|
* | Doc improvements: move some example code to snippets, add screenshots, | Bea Lam | 2010-06-09 | 1 | -1/+1 |
|
|
* | Add qmlmethod Item::childAt() to delarative item | mae | 2010-06-08 | 1 | -1/+23 |
|
|
* | Doc fixes and improvements - fix some example code, link to | Bea Lam | 2010-06-02 | 1 | -1/+5 |
|
|
* | Fix QT_NO_TEXTSTREAM compilation errors. | Tasuku Suzuki | 2010-05-31 | 1 | -0/+2 |
|
|
* | Use QElapsedTimer rather than QTime::elapsed() | Martin Jones | 2010-05-28 | 1 | -22/+37 |
|
|
* | Don't polish QDeclarativeItems. | Warwick Allison | 2010-05-24 | 1 | -1/+7 |
|
|
* | Add a "priority" property to Keys and KeyNavigation | Martin Jones | 2010-05-14 | 1 | -27/+173 |
|
|
* | Note that you need to unset a flag to create a visual item | Alan Alpert | 2010-05-13 | 1 | -1/+4 |
|
|
* | qdoc fixes | Yann Bodson | 2010-05-06 | 1 | -1/+1 |
|
|
* | Fix qdoc errors | Bea Lam | 2010-05-05 | 1 | -7/+1 |
|
|
* | doc | Warwick Allison | 2010-05-05 | 1 | -1/+1 |
|
|
* | Update childrenRect when children are added or removed. | Michael Brasser | 2010-05-04 | 1 | -2/+36 |
|
|
* | Optimize childrenRect. | Michael Brasser | 2010-05-04 | 1 | -38/+77 |
|
|
* | Remove obsolete doc groupings. | Michael Brasser | 2010-05-04 | 1 | -39/+0 |
|
|
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7 | Warwick Allison | 2010-05-04 | 1 | -0/+5 |
|\ |
|
| * | doc: Fixed some qdoc errors. | Martin Smith | 2010-04-30 | 1 | -5/+0 |
|
|
* | | Mark some properties in QDeclarativeItem as private properties. | Alexis Menard | 2010-04-29 | 1 | -100/+28 |
|
|
* | | Fix typo in qdeclarativeitem's doc | Leonardo Sobral Cunha | 2010-04-29 | 1 | -1/+1 |
|
|
* | | Bunch of doc fixes. | Alexis Menard | 2010-04-28 | 1 | -6/+44 |
|/ |
|
* | Remove (undocumented) QML bindings for effects. | Michael Brasser | 2010-04-22 | 1 | -10/+2 |
|
|
* | Add forceFocus method to QDeclarativeItem. | Yann Bodson | 2010-04-21 | 1 | -2/+19 |
|
|
* | doc | Warwick Allison | 2010-04-20 | 1 | -11/+12 |
|
|
* | Emit runtime warnings through QDeclarativeEngine | Aaron Kennedy | 2010-04-19 | 1 | -2/+2 |
|
|
* | Doc: in QML use "real" and "enumeration", not "qreal" and "enum" | Martin Jones | 2010-04-16 | 1 | -1/+1 |
|
|
* | Avoid calling QGraphicsItem::setTransformOriginPoint() until needed | Martin Jones | 2010-04-16 | 1 | -4/+20 |
|
|
* | Bring support of anchors in QML for QGraphicsWidget derived classes. | Alexis Menard | 2010-04-14 | 1 | -1/+1 |
|
|
* | Update #include of private headers in QtDeclarative | Thiago Macieira | 2010-04-02 | 1 | -2/+2 |
|
|
* | Improve Transform docs. | Martin Jones | 2010-04-01 | 1 | -4/+11 |
|
|