summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-07-317-9/+22
|\
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-07-313-121/+329
| |\
| * \ Merge branch 'master' of ../../qt into kinetic-declarativeuiAaron Kennedy2009-07-312-2/+4
| |\ \
| | * | fix infinite loop when meeting improper trId()Oswald Buddenhagen2009-07-301-1/+3
| | * | Fix compilation with xlC 7: operands to ?: must match.Thiago Macieira2009-07-301-1/+1
| * | | Merge branch 'master' of ../qt into kinetic-declarativeuiAaron Kennedy2009-07-305-7/+18
| |\ \ \ | | |/ /
| | * | Merge branch 'master' of git://git-nokia.trolltech.com.au/qtsoftware/qt/qtAaron Kennedy2009-07-305-7/+18
| | |\ \
| | | * | Remove "no-stl" from the build key and add compatibility for old plugins.Thiago Macieira2009-07-291-2/+0
| | | * | qdoc: Added -obsoletelinks flag to opt in for reporting obsolete links.Martin Smith2009-07-294-5/+18
| | * | | Merge QML specific qdoc changesAaron Kennedy2009-07-2919-312/+1413
| | |/ /
* | | | Fix autorecord.Warwick Allison2009-07-311-1/+3
| |_|/ |/| |
* | | Video size and aspect ratio.Warwick Allison2009-07-303-118/+326
* | | Some useful ffmpeg quality setttings.Warwick Allison2009-07-291-3/+3
|/ /
* | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-07-2915-231/+377
|\ \
| * \ Merge branch 'master' of ../qt into kinetic-declarativeuiAaron Kennedy2009-07-2915-231/+377
| |\ \ | | |/
| | * qdoc: Added superscript obsolete to obsolete links.Martin Smith2009-07-282-2/+12
| | * Assistant/helpconverter: Remove hard-coded version check in ADP file.ck2009-07-282-9/+17
| | * Assistant: Removed redundancy in index reader classes.ck2009-07-278-210/+296
| | * qdoc: Fixed all references to obsolete QHttp classes.Martin Smith2009-07-241-3/+11
| | * Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-07-242-5/+26
| | |\
| | | * Enabled setting of DESIGNABLE=false-properties using FormWindowCursor APIFriedemann Kleint2009-07-231-4/+24
| | | * Recognize .jui file format in lupdateEskil Abrahamsen Blomfeldt2009-07-231-0/+3
| | * | configure shows Windows CE specific build steps when its doneJoerg Bornemann2009-07-231-2/+10
| | * | repair showSummary after commit 08b3511a0cJoerg Bornemann2009-07-231-1/+3
| | * | qdoc: Removed obsolete classes from annotated lists.Martin Smith2009-07-231-0/+3
* | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-07-292-21/+0
|\ \ \ \ | |/ / /
| * | | Fix for QmlPaletteYann Bodson2009-07-282-21/+0
* | | | Recording options via menu.Warwick Allison2009-07-295-30/+562
|/ / /
* | | Produce frame-rate-perfect videos.Warwick Allison2009-07-282-28/+45
* | | Update docs (no recordtest/runtest now)Warwick Allison2009-07-271-2/+0
* | | Optimize video frame grabbing.Warwick Allison2009-07-272-2/+4
* | | Workaround bug 258703Warwick Allison2009-07-271-0/+2
* | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-07-2350-465/+1269
|\ \ \
| * \ \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declar...Aaron Kennedy2009-07-2350-465/+1269
| |\ \ \ | | |/ /
| | * | fix linker error for the cetest toolJoerg Bornemann2009-07-221-1/+2
| | * | Merge commit 'origin/4.5'Olivier Goffart2009-07-221-2/+5
| | |\ \ | | | |/
| | | * Designer: Fixed bug in setting QUrl property values from resources.Friedemann Kleint2009-07-221-2/+5
| | * | qdoc: Reported links to obsolete things that appear in non-obsolete things.Martin Smith2009-07-221-2/+7
| | * | qdoc: Added page for obsolete classes.Martin Smith2009-07-222-21/+59
| | * | qdoc: Changed to build qdoc3 in release mode.Martin Smith2009-07-221-2/+3
| | * | configure -dont-process must build the host tools on Windows CEJoerg Bornemann2009-07-212-2/+2
| | * | sunpro doesn't like templated friend classes, eitherOswald Buddenhagen2009-07-212-2/+2
| | * | Fix static leak to make valgrinding easier.dt2009-07-201-63/+61
| | * | micro-optimize: (x.toLower() == y) => !x.compare(y, Qt:: CaseInsensitive)Oswald Buddenhagen2009-07-201-10/+10
| | * | fix return value of error() & coOswald Buddenhagen2009-07-201-1/+2
| | * | make message() & co. handling more qmake-likeOswald Buddenhagen2009-07-201-14/+1
| | * | expand arguments to s// operatorOswald Buddenhagen2009-07-201-1/+1
| | * | support loops: implement for(), next() & break()Oswald Buddenhagen2009-07-204-4/+149
| | * | implement if() testOswald Buddenhagen2009-07-201-1/+81
| | * | implement {greater,less}Than(), equals(), clear() & unset()Oswald Buddenhagen2009-07-201-5/+53