summaryrefslogtreecommitdiffstats
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 git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7Morten Engvoldsen2010-05-251-0/+4
|\
| * Updating 4.7.0 change log.Bjørn Erik Nilsen2010-05-251-0/+4
* | Doc: Fixing bugs in HTML generatorMorten Engvoldsen2010-05-251-4/+4
|/
* Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7Morten Engvoldsen2010-05-251564-34675/+44400
|\
| * Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7Martin Smith2010-05-255-11/+19
| |\
| | * Added MSVC 2010 project files to .gitignoreJohn Brooks2010-05-251-0/+2
| | * Fix architecture detection on GNU/Hurd.Pino Toscano2010-05-251-0/+11
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-05-25109-426/+1924
| | |\
| | | * Revert "tst_bic: make it possible to test for cross-compilation"Thiago Macieira2010-05-252-10/+4
| | * | 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
| * | | | qdoc: Improved class index page.Martin Smith2010-05-253-648/+120
| | |_|/ | |/| |
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-05-24111-430/+1934
| |\ \ \ | | |/ / | |/| |
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-05-24111-430/+1934
| | |\ \
| | | * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-05-24111-430/+1934
| | | |\ \
| | | | * | 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-241235-33396/+32305
| | | | |\ \
| | | | * | | 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
| | | | * | | tst_bic: make it possible to test for cross-compilationThiago Macieira2010-05-232-4/+10
| | | | * | | Remove Q_PACKED from QChar and QLocale::Data.Thiago Macieira2010-05-233-10/+9
| | | | * | | 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/qt-qml into 4.7-integrationQt Continuous Integration System2010-05-248-8/+60
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Added autotest for Component.createObject() without Qt.createComponent()Alan Alpert2010-05-248-8/+60
| * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-05-2415-30/+80
| |\ \ \ \ \ \ | | |/ / / / / | | | / / / / | | |/ / / / | |/| | | |
| | * | | | 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-248-10/+48
| | |\ \ \ \
| | | * | | | Doc fixesYann Bodson2010-05-242-5/+5
| | | * | | | Don't crash when assigning a Behavior to a grouped property.Michael Brasser2010-05-244-1/+38
| | | * | | | Get rid of 'noise' when using GL and the top-level item is an Item.Michael Brasser2010-05-241-1/+2
| | | * | | | Fix visual tests after rename of the qml executable.Michael Brasser2010-05-241-3/+3
| | * | | | | Be slightly more verbose on assigning undefined in binding.Warwick Allison2010-05-243-7/+9
| | |/ / / /
| | * | | | 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.7-integrationQt Continuous Integration System2010-05-24296-421/+11468
| |\ \ \ \ \ | | |/ / / / | | | | / / | | |_|/ / | |/| | |
| | * | | Check QML files for license headers too.Warwick Allison2010-05-241-3/+11
| | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-05-2416-93/+62
| | |\ \ \
| | | * | | Make compile: include script module for testBea Lam2010-05-241-1/+1
| | | * | | 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
| | | * | | Factor out initialization effects from declarative benchmarks.Michael Brasser2010-05-244-0/+19