summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
| * | qdoc: Removed the "No such group" qdoc error.Martin Smith2009-08-051-0/+2
* | | Rename Q_DECLARE_SCOPED_PRIVATE back to Q_DECLARE_PRIVATEHarald Fernengel2009-08-0624-65/+65
* | | Merge commit 'qt/master-stable'Jason Barron2009-08-069-72/+308
|\ \ \ | |/ /
| * | 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
* | | Merge commit 'origin/master'Jason Barron2009-08-0426-65/+67
|\ \ \
| * | | Squashed commit of the topic/exceptions branch.Harald Fernengel2009-08-0324-65/+65
| * | | Enabled QtUiTools and related example building for Symbian OS.Janne Anttila2009-07-272-0/+2
* | | | 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