summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Extend QDeclarativeImageProvider to support QPixmap loading andBea Lam2010-07-0814-147/+473
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-07-082-12/+17
|\
| * Micro optimization in QML date/time formatting functions.Michael Brasser2010-07-081-12/+15
| * Fix Symbian buildJoona Petrell2010-07-081-0/+2
* | Allow the debugger to modify method bodiesAaron Kennedy2010-07-087-39/+160
|/
* QML: Let the debugger now the name of embedded functions within a QML functionOlivier Goffart2010-07-071-1/+1
* Added QDeclarativeSpringAnimationmae2010-07-0710-17/+622
* docsBea Lam2010-07-075-17/+23
* Add Symbian support for runtime.orientation propertyJoona Petrell2010-07-076-9/+205
* Don't crash if drag.target has no parentItemMartin Jones2010-07-071-2/+2
* QDeclarativeText optimization.Michael Brasser2010-07-072-2/+5
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-07-0794-4393/+5062
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-07-0728-3488/+3799
| |\
| | * Remove deprecated Flickable.flickDirectionMartin Jones2010-07-073-16/+1
| | * Revert "Fix exponential behavior of QTextCursor::removeSelectedText"Michael Brasser2010-07-072-8/+0
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-07-0690-4366/+5033
| | |\
| | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-07-0690-4366/+5033
| | | |\
| | | | * Prevent a recursive debug output loop when writing to the logger widget.Robert Griebl2010-07-061-4/+11
| | | | * Fix performance of QTextDocumentPrivate::adjustDocumentChangesAndCursorsChristian Kamm2010-07-064-21/+22
| | | | * Convert QtDeclarative def files to use LF line endingsJoona Petrell2010-07-062-3372/+3372
| | | | * Update QtDeclarative def filesJoona Petrell2010-07-062-66/+131
| | | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Bea Lam2010-07-06172-1601/+2759
| | | | |\
| | | | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-07-063-8/+23
| | | | | |\
| | | | | * | Changing currentIndex shouldn't cancel a flick unnecessarily.Martin Jones2010-07-062-24/+45
| | | | * | | doc improvementsBea Lam2010-07-0610-36/+129
| * | | | | | Make Text, TextInput, and TextEdit all have the same size for the same text.Warwick Allison2010-07-076-25/+33
| * | | | | | More generated images in anticipation of QT-3574Warwick Allison2010-07-072-28/+45
| | |_|_|_|/ | |/| | | |
| * | | | | Fix input methods for TextInput elements with key handlersJoona Petrell2010-07-063-8/+23
| | |_|_|/ | |/| | |
| * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-07-062-0/+27
| |\ \ \ \
| | * | | | Fix TextEdit with no color property defined is drawn with wrong colorJoona Petrell2010-07-062-0/+27
| * | | | | Document the QML enumeration basic typeMartin Jones2010-07-061-0/+23
| |/ / / /
| * | | | Export QDeclarativePixmapMartin Jones2010-07-061-1/+1
| * | | | docWarwick Allison2010-07-061-2/+2
| * | | | Fix inconsistent reporting of module import errors when using versions.Warwick Allison2010-07-057-8/+37
| * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-07-0571-956/+1337
| |\ \ \ \
| | * \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-07-0571-956/+1337
| | |\ \ \ \
| | | * \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-07-0571-956/+1337
| | | |\ \ \ \
| | | | * \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-07-05344-9538/+7674
| | | | |\ \ \ \
| | | | | * \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-07-051-26/+12
| | | | | |\ \ \ \
| | | | | | * | | | Set correct license header.Jason McDonald2010-07-051-26/+12
| | | | | * | | | | Prepare for QTest persistent store for visual tests.Warwick Allison2010-07-051-22/+22
| | | | | * | | | | Loosen font-sensitive test.Warwick Allison2010-07-051-1/+2
| | | | | |/ / / /
| | | | | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-07-052-3/+44
| | | | | |\ \ \ \
| | | | | | * | | | <br/> shouldn't trigger a new format range in QDeclarativeStyledText.Michael Brasser2010-07-051-1/+3
| | | | | | * | | | Add styled text layout benchmark.Michael Brasser2010-07-051-0/+41
| | | | | | * | | | Optimize QDeclarativeStyledText.Michael Brasser2010-07-051-2/+0
| | | | | * | | | | Work around QTBUG-11929Warwick Allison2010-07-051-1/+2
| | | | | |/ / / /
| | | | | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-07-0456-174/+329
| | | | | |\ \ \ \
| | | | | | * \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-07-0356-174/+329
| | | | | | |\ \ \ \
| | | | | | | * \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-07-0356-174/+329
| | | | | | | |\ \ \ \