summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Cherry pick fix for MOBILITY-1077 from Qt Mobility.Aaron McCarthy2010-07-271-4/+8
* Cherry pick fix for MOBILITY-1145 from Qt Mobility.Aaron McCarthy2010-07-271-1/+3
* Cherry pick fix for MOBILITY-1144 from Qt Mobility.Aaron McCarthy2010-07-271-2/+15
* Drawer widget in a MainWindow disappears after returning from full screen mode.Carlos Manuel Duclos Vergara2010-07-231-1/+3
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-07-231-0/+1
|\
| * Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7Martin Smith2010-07-234-2/+18
| |\
| * | doc: Added missing \since 4.7 to effect propertyu.Martin Smith2010-07-231-0/+1
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-07-2344-509/+888
|\ \ \
| * \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-07-2344-509/+888
| |\ \ \ | | |/ / | |/| |
| | * | Update QtDeclarative def filesJoona Petrell2010-07-232-6/+8
| | * | Fix crash in MouseAreaJoona Petrell2010-07-231-1/+2
| | * | CompileAaron Kennedy2010-07-231-6/+3
| | * | Fixes undeleted timers (and endless warning from the event loop aboutAaron Kennedy2010-07-231-1/+1
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-07-2344-123/+149
| | |\ \
| | | * | Remove unneeded member variable.Michael Brasser2010-07-222-6/+3
| | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-07-2238-475/+816
| | | |\ \
| | | | * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-07-2238-475/+816
| | | | |\ \
| | * | | | | Generalize qml "registration"Aaron Kennedy2010-07-226-21/+64
| | * | | | | Fix compiler warningAaron Kennedy2010-07-221-2/+0
| | | |_|/ / | | |/| | |
| | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-07-2214-37/+159
| | |\ \ \ \
| | | * | | | Fix TextEdit text attribute and text stored in the internal QTextDocument hav...Joona Petrell2010-07-221-2/+3
| | | * | | | Remove QDeclarativeItem::childrenChanged() signal overloadMartin Jones2010-07-223-3/+2
| | | * | | | 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
| | | * | | | Allow MouseArea dragging to filter mouse events from descendantsMartin Jones2010-07-224-6/+106
| | * | | | | 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-2126-371/+615
| | |\ \ \ \
| | | * \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-07-2126-371/+615
| | | |\ \ \ \
| | | | * | | | Expand QDeclarativeExtensionPlugin docsBea Lam2010-07-211-12/+65
| | | | * | | | Expand QtObject docBea Lam2010-07-211-7/+40
| | | | * | | | Indicate default valuesBea Lam2010-07-212-8/+26
| | | | * | | | Rename remaining 'wantsFocus'.Yann Bodson2010-07-211-1/+1
| | | | * | | | Bounding rect of text was not always calculated correctly.Martin Jones2010-07-211-53/+27
| | | | * | | | QML focus API updates.Michael Brasser2010-07-2110-68/+158
| | | | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-07-217-11/+15
| | | | |\ \ \ \
| | | | | * | | | Only ignore the same target value for a Behavior when it is running.Michael Brasser2010-07-211-1/+1
| | | | | * | | | font.letterSpacing used percentage rather than absolute values.Martin Jones2010-07-215-8/+8
| | | | | * | | | Rewinding AnchorChanges should not make target item's implicit width and heig...Joona Petrell2010-07-211-2/+6
| | | | * | | | | Ensure redirects (and indeed all reply process) is done in the right thread.Warwick Allison2010-07-211-23/+32
| | | | |/ / / /
| | | | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-07-2012-190/+253
| | | | |\ \ \ \
| | | | | * | | | 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-2012-190/+251
| | | | | |\ \ \ \
| | | | | | * \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-07-209-187/+206
| | | | | | |\ \ \ \
| | | | | | | * | | | Ensure the boundingRect() of Text is correctly calculated.Michael Brasser2010-07-201-0/+2
| | | | | | | * | | | Better defaults for MouseArea's drag.Michael Brasser2010-07-202-5/+3
| | | | | | | * | | | various doc improvements for animation elementsBea Lam2010-07-206-182/+201
| | | | | | * | | | | 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-206-776/+49
| | | | | | |\ \ \ \