summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix for Norwegian and Korean languages on symbian.Denis Dzyubenko2010-05-252-60/+62
* Remove unused function in QDBusConnectionPrivateThiago Macieira2010-05-252-9/+0
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-05-2542-240/+631
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-05-2442-240/+631
| |\
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-05-2442-240/+631
| | |\
| | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-05-2442-240/+631
| | | |\
| | | | * fix typo in documentationAlex2010-05-241-1/+1
| | | | * Improve Bearer Management related documentation in QNetworkAccessManagerAlex2010-05-241-0/+26
| | | | * Merge remote branch 'origin/4.7' into oslo-staging-1Aaron McCarthy2010-05-2419-227/+158
| | | | |\
| | | | * | Compile with QT_NO_ACTION.Tasuku Suzuki2010-05-231-0/+2
| | | | * | Unbreak compilation outside MacThiago Macieira2010-05-231-1/+1
| | | | * | QDBusAbstractInterface: don't set lastError outside the object's own threadThiago Macieira2010-05-231-1/+4
| | | | * | Remove Q_PACKED from QChar and QLocale::Data.Thiago Macieira2010-05-232-10/+2
| | | | * | QDebug operator for QFlagsHarald Fernengel2010-05-211-0/+23
| | | | * | Removing unneeded qDebug statement.Carlos Manuel Duclos Vergara2010-05-211-1/+0
| | | | * | Fixing incorrect addition of public API symbols.Carlos Manuel Duclos Vergara2010-05-217-181/+55
| | | | * | Removal erroneous inclusion of new Public API in qmacstyle.Carlos Manuel Duclos Vergara2010-05-211-0/+255
| | | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-05-2133-99/+316
| | | | |\ \
| | | | | * | remove dead code that will never get called.Lorn Potter2010-05-211-2/+0
| | | | | * | add bytes and activeTime to corelwan.Lorn Potter2010-05-212-8/+102
| | | | | * | fix irix buildOswald Buddenhagen2010-05-203-0/+3
| | | | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-05-2028-91/+213
| | | | | |\ \
| | | | | | * | Improve look and feel of itemviews on macJens Bache-Wiig2010-05-201-6/+25
| | | | | | * | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7Martin Smith2010-05-206-19/+73
| | | | | | |\ \
| | | | | | | * | QPushButton's click area exceeds the button area by far on Mac OS XCarlos Manuel Duclos Vergara2010-05-205-16/+68
| | | | | | | * | QApplication::closeAllWindows() should ignore windows being closedBradley T. Hughes2010-05-201-3/+5
| | | | | | * | | doc: Fixed many broken links.Martin Smith2010-05-2020-43/+42
| | | | | | |/ /
| | | | | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-05-202-23/+73
| | | | | | |\ \
| | | | | | | * | Fix crash on exit in native wifi plugin on Vista+ when run in debugger.Aaron McCarthy2010-05-202-23/+73
* | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into 4....Qt Continuous Integration System2010-05-251-1/+2
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Fixed compile with xlC.Rohan McGovern2010-05-251-1/+2
* | | | | | | | | 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
| |\ \ \ \ \ \ \