summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* small cleanup in cetestJoerg Bornemann2009-08-052-17/+18
* missing license header added in cetcpsyncsvrJoerg Bornemann2009-08-051-0/+40
* Workaround a crash in qdoc.Volker Hilsheimer2009-08-051-0/+5
* initial revision of cetcpsyncJoerg Bornemann2009-08-056-0/+996
* initial revision of cetcpsyncserverJoerg Bornemann2009-08-057-0/+1398
* cetest: add support for cetcpsync (our simple ActiveSync replacement)Joerg Bornemann2009-08-055-7/+305
* Make \annotatedlist <group> work also in pages that are not \group pages.Volker Hilsheimer2009-08-051-9/+6
* qdoc: Removed the "No such group" qdoc error.Martin Smith2009-08-051-0/+2
* Merge AudioServices into mainline.Justin McPherson2009-08-051-0/+15
* Assistant: Use non-GUI version of QApplication for command-line tasks.ck2009-08-041-1/+15
* qdoc: Added \annotated list command to qdoc3.Martin Smith2009-08-046-14/+40
* Assistant: Added search history.ck2009-08-041-57/+238
* 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
|/ /
* | 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
* | 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