summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | | Update QtGui and QtDeclarative def filesJoona Petrell2010-07-224-12/+33
| | | * | | | | | Make rootContext and engine pointers in QDeclarativeView API constJoona Petrell2010-07-224-14/+15
| | | * | | | | | Add additional QVariant benchmarks.Michael Brasser2010-07-221-0/+45
| | | * | | | | | Allow MouseArea dragging to filter mouse events from descendantsMartin Jones2010-07-226-6/+189
| | * | | | | | | Reuse QML lexer to simplify .pragma script logicAaron Kennedy2010-07-222-67/+42
| | |/ / / / / /
| | * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-07-2180-650/+1563
| | |\ \ \ \ \ \
| | | * \ \ \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-07-2180-650/+1563
| | | |\ \ \ \ \ \
| | | | * | | | | | Expand QDeclarativeExtensionPlugin docsBea Lam2010-07-213-13/+73
| | | | * | | | | | Add missing snippet filesBea Lam2010-07-212-0/+139
| | | | * | | | | | Expand QtObject docBea Lam2010-07-212-7/+95
| | | | * | | | | | Indicate default valuesBea Lam2010-07-212-8/+26
| | | | * | | | | | Use snippets instead to avoid quoting license headersBea Lam2010-07-211-0/+1
| | | | * | | | | | Rename remaining 'wantsFocus'.Yann Bodson2010-07-213-10/+10
| | | | * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-07-211-0/+12
| | | | |\ \ \ \ \ \
| | | | | * | | | | | Add QML tutorials to the tutorials pageAlan Alpert2010-07-211-0/+12
| | | | * | | | | | | Bounding rect of text was not always calculated correctly.Martin Jones2010-07-213-53/+64
| | | | |/ / / / / /
| | | | * | | | | | QML focus API updates.Michael Brasser2010-07-2132-246/+330
| | | | * | | | | | Do not show copyright header in documentation.Yann Bodson2010-07-212-1/+3
| | | | * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-07-2115-22/+142
| | | | |\ \ \ \ \ \
| | | | | * | | | | | Only ignore the same target value for a Behavior when it is running.Michael Brasser2010-07-213-1/+45
| | | | | * | | | | | Fix clock example: make sure hands always moves forward.Michael Brasser2010-07-211-3/+3
| | | | | * | | | | | font.letterSpacing used percentage rather than absolute values.Martin Jones2010-07-218-16/+16
| | | | | * | | | | | Rewinding AnchorChanges should not make target item's implicit width and heig...Joona Petrell2010-07-213-2/+78
| | | | * | | | | | | Ensure redirects (and indeed all reply process) is done in the right thread.Warwick Allison2010-07-212-23/+34
| | | | |/ / / / / /
| | | | * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-07-2026-269/+636
| | | | |\ \ \ \ \ \
| | | | | * | | | | | Compile: include <float.h> for usage of FLT_MAX.Michael Brasser2010-07-202-8/+2
| | | | | * | | | | | Restore the FLT_MAX define.Martin Jones2010-07-202-0/+8
| | | | | * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-07-2026-269/+634
| | | | | |\ \ \ \ \ \
| | | | | | * \ \ \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-07-2026-269/+634
| | | | | | |\ \ \ \ \ \
| | | | | | | * \ \ \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-07-2026-269/+634
| | | | | | | |\ \ \ \ \ \
| | | | | | | | * \ \ \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-07-2021-262/+555
| | | | | | | | |\ \ \ \ \ \
| | | | | | | | | * | | | | | Ensure the boundingRect() of Text is correctly calculated.Michael Brasser2010-07-202-0/+3
| | | | | | | | | * | | | | | Better defaults for MouseArea's drag.Michael Brasser2010-07-202-5/+3
| | | | | | | | | * | | | | | various doc improvements for animation elementsBea Lam2010-07-2012-188/+445
| | | | | | | | | * | | | | | fixes for dynamic object creation docsBea Lam2010-07-204-63/+84
| | | | | | | | | * | | | | | Change docs to show how to define enum propertiesBea Lam2010-07-201-6/+20
| | | | | | | | * | | | | | | Make Item::transformOriginPoint read-onlyMartin Jones2010-07-201-0/+1
| | | | | | | | |/ / / / / /
| | | | | | | | * | | | | | Improve documentation on setting arbitray transform origin pointsMartin Jones2010-07-201-0/+7
| | | | | | | | * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-07-2039-1491/+462
| | | | | | | | |\ \ \ \ \ \
| | | | | | | | | * | | | | | Improve QML text rendering when LCD smoothing is enabled for OS X.Michael Brasser2010-07-192-0/+32
| | | | | | | | * | | | | | | Ensure released VisualItemModel items are removed from the scene.Martin Jones2010-07-203-7/+39
* | | | | | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-webkit into 4.7-integrationQt Continuous Integration System2010-07-239-2/+60
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Updated WebKit to 669858f9bbd4913fd16c642090375c81acbfdb04Simon Hausmann2010-07-237-2/+55
| * | | | | | | | | | | | | | Make it possible for Qt modules to extend QT_CONFIGSimon Hausmann2010-07-232-0/+5
|/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-07-2311-185/+560
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | / | | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |
| * | | | | | | | | | | | Fixed the scope when evaluating GestureArea javascript expressionsDenis Dzyubenko2010-07-231-1/+1
| * | | | | | | | | | | | Report errors when evaluating JavaScript expressions from the GestureArea QML...Denis Dzyubenko2010-07-231-1/+4
| * | | | | | | | | | | | Register a few gesture-related types in the meta-type system.Denis Dzyubenko2010-07-233-0/+13
| * | | | | | | | | | | | Update Polish translationsJarek Kobus2010-07-235-181/+532
| * | | | | | | | | | | | Updated changes-4.7.0.Kim Motoyoshi Kalland2010-07-231-0/+5