summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'qt/master-stable'Jason Barron2009-08-0436-377/+1640
|\
| * Sync with QtCreator source, add's help startup options.kh12009-08-036-40/+158
| * Merge branch '4.5'Thiago Macieira2009-08-031-2/+4
| |\
| | * Fix missing title quoting.kh2009-07-271-2/+4
| * | Compilare necessus estVolker Hilsheimer2009-08-011-1/+1
| * | Assistant: Performance fixes for help generator's pattern matching.ck2009-07-311-7/+36
| * | Fix internal documentation after QUrl change.kh2009-07-315-5/+5
| * | Fix compilation with xlC 7: operands to ?: must match.Thiago Macieira2009-07-311-2/+2
| * | 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 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
| |/ /
* | | Merge commit 'qt/master-stable'Jason Barron2009-07-304-11/+29
|\ \ \ | |/ /
| * | 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
* | | Merge commit 'qt/master-stable'Jason Barron2009-07-298-210/+296
|\ \ \ | |/ /
| * | Assistant: Removed redundancy in index reader classes.ck2009-07-278-210/+296
* | | Merge commit 'qt/master-stable'Jason Barron2009-07-284-9/+50
|\ \ \ | |/ /
| * | 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
* | | Merge commit 'qt/master-stable'Jason Barron2009-07-2798-1084/+2477
|\ \ \ | |/ /
| * | repair showSummary after commit 08b3511a0cJoerg Bornemann2009-07-231-1/+3
| * | qdoc: Removed obsolete classes from annotated lists.Martin Smith2009-07-231-0/+3
| * | 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
| * | support custom functions: implement defineTest(), defineReplace(), defined(),...Oswald Buddenhagen2009-07-204-110/+283
| * | remove return values from the visitors which need noneOswald Buddenhagen2009-07-203-38/+36
| * | surround file inclusion with saving/restoring condition stateOswald Buddenhagen2009-07-201-1/+4
| * | fix conditionals, in particular the nested else handlingOswald Buddenhagen2009-07-201-31/+27
| * | fix m_invertNext effect scopingOswald Buddenhagen2009-07-201-2/+4
| * | put condition state variables into a structureOswald Buddenhagen2009-07-202-23/+32