summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Added autotest for Component.createObject() without Qt.createComponent()Alan Alpert2010-05-242-5/+9
* Compiler warningAaron Kennedy2010-05-241-1/+1
* Remove incorrect ASSERTAaron Kennedy2010-05-241-3/+1
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-05-242-1/+18
|\
| * Don't crash when assigning a Behavior to a grouped property.Michael Brasser2010-05-242-1/+18
* | Be slightly more verbose on assigning undefined in binding.Warwick Allison2010-05-241-1/+3
|/
* Do not attempt to setParent of object in a different threadWarwick Allison2010-05-241-3/+5
* Don't polish QDeclarativeItems.Warwick Allison2010-05-242-6/+16
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-05-2411-92/+42
|\
| * Move copies of toLocalFileOrQrc() to QDeclarativeEnginePrivateBea Lam2010-05-2410-94/+34
| * Allow resource files to be loaded in WorkerScriptBea Lam2010-05-241-3/+11
| * Component::createObject() don't attempt to set parent of null objectMartin Jones2010-05-241-4/+6
* | Fix TextEdit alignment.Warwick Allison2010-05-242-19/+30
|/
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-05-2321-237/+164
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-05-213-57/+106
| |\
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-05-213-57/+106
| | |\
| | | * Fix FolderListModel parentFolder property's file drive handlingJoona Petrell2010-05-211-8/+6
| * | | Fix warningsOlivier Goffart2010-05-212-3/+4
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7David Boddie2010-05-2114-184/+118
| |\ \ \
| | * | | Fixes QGraphicsItem::scroll issuesBjørn Erik Nilsen2010-05-211-140/+68
| | * | | Fixes wrong QGraphicsItemCache::boundingRect.Bjørn Erik Nilsen2010-05-211-10/+10
| | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-05-2114-47/+50
| | |\ \ \ | | | |/ / | | |/| |
| | | * | Revert "Deselect the current selection when the QItemSelectionModel::model is...Olivier Goffart2010-05-213-24/+5
| | | * | add missing includeOswald Buddenhagen2010-05-201-0/+2
| | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-05-2016-52/+72
| | | |\ \
| | * | \ \ Merge branch 'qt-4.7-from-4.6' of scm.dev.nokia.troll.no:qt/qt-integration in...Qt Continuous Integration System2010-05-211-2/+0
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into qt-4.7-from-4.6Simon Hausmann2010-05-211-2/+0
| | | |\ \ \
| | | | * \ \ Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2010-05-201-2/+0
| | | | |\ \ \
| | | | | * | | Switch Symbian^3 QCursor implementation back to 5.0 wayShane Kearns2010-05-201-2/+0
| * | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7David Boddie2010-05-20118-2855/+4135
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| | * | | | | | Fix crash when using fonts in non-gui QApplicationEskil Abrahamsen Blomfeldt2010-05-201-2/+5
| | * | | | | | Deselect the current selection when the QItemSelectionModel::model is reset.Stephen Kelly2010-05-203-5/+24
| | * | | | | | Compile with gcc 4.0.1Olivier Goffart2010-05-209-13/+13
| | * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-05-203-32/+30
| | |\ \ \ \ \ \
| | | * | | | | | nano optimization of canonicalOrderHelper()Ritt Konstantin2010-05-201-7/+13
| | | * | | | | | fix canonicalOrderHelper() for some corner caseRitt Konstantin2010-05-201-4/+4
| | | * | | | | | use new QChar::requiresSurrogates() instead of hardcoded valueRitt Konstantin2010-05-201-5/+5
| | | * | | | | | prevent fake normalizationRitt Konstantin2010-05-201-2/+4
| | | * | | | | | prefer QChar::*surrogate() over hardcoded valuesRitt Konstantin2010-05-201-3/+3
| | | * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-05-191-11/+1
| | | |\ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| * | | | | | | | Fixed an assert in QMenuThierry Bastian2010-05-191-11/+1
* | | | | | | | | Ensure QML Global Qt object functions appear in the documentation indexWarwick Allison2010-05-212-3/+305
* | | | | | | | | docWarwick Allison2010-05-211-2/+2
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Also show file/line numbers on XML query errors.Warwick Allison2010-05-212-1/+20
* | | | | | | | Print warnings for xml query syntax errorsBea Lam2010-05-211-7/+10
* | | | | | | | Clean upBea Lam2010-05-211-47/+37
* | | | | | | | Add XmlListModel::get()Bea Lam2010-05-212-1/+40
| |_|_|/ / / / |/| | | | | |
* | | | | | | Update docs with correct property nameAlan Alpert2010-05-201-1/+1
* | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-05-2075-2385/+2678
|\ \ \ \ \ \ \
| * | | | | | | Work around rendering bug in Rectangle.Michael Brasser2010-05-201-1/+3