summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Fix versioning of Qt Declarative's in-built typesAlan Alpert2010-04-213-7/+7
* delete the viewer before calling exit(). Ensures correct cleanup.Martin Jones2010-04-211-26/+28
* Make logger widget thread safe.Martin Jones2010-04-213-4/+6
* Visual test fix.Michael Brasser2010-04-211-1/+2
* License headersAaron Kennedy2010-04-203-1/+83
* Show command line help / qml runtime output in GUIKai Koehne2010-04-205-11/+114
* Improve error messages, especially on embedded.Warwick Allison2010-04-201-1/+1
* Modify qdoc to handle qml examples files.Yann Bodson2010-04-201-23/+45
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7Alan Alpert2010-04-1918-87/+1478
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-04-1718-89/+1471
| |\
| | * don't add -unix to the qmake command lineOswald Buddenhagen2010-04-161-1/+0
| | * qdoc: Output TOC for more class ref pages.Martin Smith2010-04-161-10/+6
| | * Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7Martin Smith2010-04-1610-179/+107
| | |\
| | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-04-1616-78/+1436
| | | |\
| | | | * qdoc: Added the index and fixed images in the extra files list.David Boddie2010-04-155-27/+30
| | * | | qdoc: Improved TOC for class ref pages.Martin Smith2010-04-162-10/+39
| | | |/ | | |/|
| | * | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7Martin Smith2010-04-1512-34/+76
| | |\ \
| | | * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-04-1512-71/+1317
| | | |\ \
| | | | * | Fix MOBILITY-404Wolfgang Beck2010-04-151-0/+2
| | | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-04-1411-71/+1315
| | | | |\ \
| | | | | * | Added missing newline after warning message when using -L with qmlThorbjørn Lindeijer2010-04-141-1/+1
| | * | | | | qdoc: Fixed .qdocconf files for assistant.Martin Smith2010-04-154-4/+113
| | | |_|/ / | | |/| | |
| | * | | | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7Martin Smith2010-04-143-6/+16
| | |\ \ \ \
| | | * | | | Revert "Doc: Updating design files."Morten Engvoldsen2010-04-142-2/+2
| | | * | | | Remove statically allocated pixmaps through the post routineJarek Kobus2010-04-141-4/+14
| | * | | | | qdoc: Removed all <table> attributes in favor of using css.Martin Smith2010-04-141-40/+25
| | |/ / / /
| | * | | | qdoc: Checked for empty title.Martin Smith2010-04-141-2/+4
| | * | | | qdoc: Added TOC to class ref pages.Martin Smith2010-04-141-0/+1
| | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-04-149-26/+1272
| | |\ \ \ \
| | | * \ \ \ Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7Martin Smith2010-04-138-15/+1248
| | | |\ \ \ \
| | | | * | | | Doc: Updating design files.Morten Engvoldsen2010-04-132-2/+2
| | | | * | | | Doc: Fixing design bugs. Updating the index page and script/style files. Addi...Morten Engvoldsen2010-04-138-13/+1246
| | | * | | | | qdoc: Added TOC to module pages.Martin Smith2010-04-131-15/+19
| | | |/ / / /
| | | * | | | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7Martin Smith2010-04-135-16/+58
| | | |\ \ \ \
| | | * | | | | qdoc: Changed <ul> elements in TOC.Martin Smith2010-04-131-2/+11
* | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-04-174-54/+84
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-04-163-44/+81
| |\ \ \ \ \ \ \
| | * | | | | | | ResizeMode support for QGraphicsWidgets created with QDeclarativeViewJoona Petrell2010-04-163-44/+81
| | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | Doc: Put "default" property label on same line as property nameMartin Jones2010-04-161-10/+3
| |/ / / / / /
* | | | | | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Olivier Goffart2010-04-161-27/+70
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | create magic comment messages in "finished" stateOswald Buddenhagen2010-04-151-2/+7
| * | | | | | make QT_TR_NOOP work in static initializersOswald Buddenhagen2010-04-151-6/+47
| * | | | | | make HashString and HashStringList objects smallerOswald Buddenhagen2010-04-151-13/+10
| * | | | | | remove pointless manual assignments from token type enumOswald Buddenhagen2010-04-151-6/+6
* | | | | | | Update examples autotest to use the runtime directlyAaron Kennedy2010-04-152-17/+16
* | | | | | | Visual test updates.Michael Brasser2010-04-151-0/+18
* | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-04-1413-86/+71
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7Alan Alpert2010-04-1413-86/+71
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-04-145-12/+11
| | |\ \ \ \ \ | | | |_|/ / / | | |/| | | |
| | | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-04-135-12/+11
| | | |\ \ \ \ | | | | |_|_|/ | | | |/| | |