summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Fix wrong arguments order in a warning in QObject::moveToThreadOlivier Goffart2010-03-251-1/+1
| * | | | | | Fix warnings and build on mingwThierry Bastian2010-03-258-497/+164
| * | | | | | Fixes a deadlock with streaming in Phonon.unknown2010-03-251-6/+0
| * | | | | | cetest build fixJoerg Bornemann2010-03-252-1/+4
| * | | | | | cetest build fix for TCP sync connectionJoerg Bornemann2010-03-252-0/+24
| * | | | | | Fixed QPrintPreview text drawing (visible in Assistant).Trond Kjernåsen2010-03-251-2/+7
| * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7Eskil Abrahamsen Blomfeldt2010-03-25234-3459/+2754
| |\ \ \ \ \ \
| | * | | | | | itemChange() is now called when transformation properties change.Yoann Lopes2010-03-253-7/+209
| | | |/ / / / | | |/| | | |
| | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7Eskil Abrahamsen Blomfeldt2010-03-25228-3448/+2538
| | |\ \ \ \ \
| | | * | | | | stabilize tst_QTreeView::taskQTBUG_9216_setSizeAndUniformRowHeightsWrongRepaintOlivier Goffart2010-03-251-0/+6
| | | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-03-254-21/+83
| | | |\ \ \ \ \
| | | | * \ \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-03-244-21/+83
| | | | |\ \ \ \ \
| | * | | | | | | | Fix QLabel::sizeHint()Eskil Abrahamsen Blomfeldt2010-03-251-1/+4
| | * | | | | | | | Fix QFontMetrics::height() and QFontMetrics autotestEskil Abrahamsen Blomfeldt2010-03-252-3/+3
| | | |_|/ / / / / | | |/| | | | | |
| * | | | | | | | Fix glyph advance on Mac/CarbonEskil Abrahamsen Blomfeldt2010-03-251-10/+43
| |/ / / / / / /
| * | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7Eskil Abrahamsen Blomfeldt2010-03-2433-163/+584
| |\ \ \ \ \ \ \
| | * | | | | | | Auto test for commit 4a4458d1cf5ec7885c6f63f739b7ee80c70ad211Gabriel de Dietrich2010-03-241-0/+30
| * | | | | | | | Add QFont::ForceIntegerMetrics style strategy flagEskil Abrahamsen Blomfeldt2010-03-243-21/+53
* | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-03-30935-2250/+5724
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | Make QDeclarativeListProperty a classAaron Kennedy2010-03-302-2/+4
| * | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-03-3010-77/+65
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Correctly parent repeater items.Michael Brasser2010-03-301-5/+5
| | * | | | | | | | Make sure cursor delegate is parented.Michael Brasser2010-03-292-0/+4
| | * | | | | | | | Allow just one dimension to be set, the other scaled accordinglyWarwick Allison2010-03-291-3/+11
| | * | | | | | | | Simplify import path.Warwick Allison2010-03-294-59/+45
| | * | | | | | | | Removed unneeded code.Roberto Raggi2010-03-292-10/+0
| | * | | | | | | | Update autotest a littleAlan Alpert2010-03-291-4/+2
| * | | | | | | | | Fix qdeclarativedom::loadDynamicProperty testAaron Kennedy2010-03-302-6/+10
| |/ / / / / / / /
| * | | | | | | | Improve QML compiler statisticsAaron Kennedy2010-03-292-9/+45
| * | | | | | | | Use error enum not numbersWarwick Allison2010-03-291-2/+2
| * | | | | | | | Pass test.Warwick Allison2010-03-291-0/+14
| * | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-03-2916-65/+200
| |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-03-291-4/+0
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | QDeclarativeItem::setParentItem should not modify the QObject parentAaron Kennedy2010-03-291-4/+0
| | * | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-03-297-50/+45
| | |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / /
| | | * | | | | | | | DocAaron Kennedy2010-03-291-45/+40
| | | * | | | | | | | Visual test fixes.Michael Brasser2010-03-295-4/+4
| | | * | | | | | | | DocAaron Kennedy2010-03-291-1/+1
| | * | | | | | | | | Ensure currentIndex is updated when PathView items are removed/movedMartin Jones2010-03-292-8/+37
| | |/ / / / / / / /
| | * | | | | | | | Relayout items when Flow size changes.Martin Jones2010-03-294-0/+103
| | * | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-03-2948-528/+1083
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | Make sure the image reader thread is shutdown properlyMartin Jones2010-03-291-2/+14
| | * | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-03-299-29/+32
| | |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-03-29690-318/+475
| | |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-03-2843-151/+399
| | |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | Fix change description: Import -> importMartin Jones2010-03-281-1/+1
| * | | | | | | | | | | | | docWarwick Allison2010-03-291-4/+70
| * | | | | | | | | | | | | test error code tooWarwick Allison2010-03-291-3/+5
| | |_|_|_|/ / / / / / / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | Optimization: reduce allocationsAaron Kennedy2010-03-292-4/+4
| * | | | | | | | | | | | Doc.Michael Brasser2010-03-291-0/+5