summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2009-07-22qdoc: Reported links to obsolete things that appear in non-obsolete things.Martin Smith1-2/+7
2009-07-22qdoc: Added page for obsolete classes.Martin Smith2-21/+59
2009-07-22qdoc: Changed to build qdoc3 in release mode.Martin Smith1-2/+3
2009-07-21configure -dont-process must build the host tools on Windows CEJoerg Bornemann2-2/+2
2009-07-21sunpro doesn't like templated friend classes, eitherOswald Buddenhagen2-2/+2
2009-07-20Fix static leak to make valgrinding easier.dt1-63/+61
2009-07-20micro-optimize: (x.toLower() == y) => !x.compare(y, Qt:: CaseInsensitive)Oswald Buddenhagen1-10/+10
2009-07-20fix return value of error() & coOswald Buddenhagen1-1/+2
2009-07-20make message() & co. handling more qmake-likeOswald Buddenhagen1-14/+1
2009-07-20expand arguments to s// operatorOswald Buddenhagen1-1/+1
2009-07-20support loops: implement for(), next() & break()Oswald Buddenhagen4-4/+149
2009-07-20implement if() testOswald Buddenhagen1-1/+81
2009-07-20implement {greater,less}Than(), equals(), clear() & unset()Oswald Buddenhagen1-5/+53
2009-07-20support custom functions: implement defineTest(), defineReplace(), defined(),...Oswald Buddenhagen4-110/+283
2009-07-20remove return values from the visitors which need noneOswald Buddenhagen3-38/+36
2009-07-20surround file inclusion with saving/restoring condition stateOswald Buddenhagen1-1/+4
2009-07-20fix conditionals, in particular the nested else handlingOswald Buddenhagen1-31/+27
2009-07-20fix m_invertNext effect scopingOswald Buddenhagen1-2/+4
2009-07-20put condition state variables into a structureOswald Buddenhagen2-23/+32
2009-07-20return value cleanupOswald Buddenhagen1-97/+61
2009-07-20ifdef cleanupOswald Buddenhagen1-1/+1
2009-07-20Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtOswald Buddenhagen1-9/+13
2009-07-20doc: Print warning where \reimp is used where \internal should be used.Martin Smith1-9/+13
2009-07-20Merge commit 'origin/4.5'Oswald Buddenhagen12-40/+78
2009-07-20doc: Increased memitemleft width from 160px to 180px.Martin Smith2-2/+3
2009-07-20checksdk now uses the bootstrap libJoerg Bornemann4-62/+32
2009-07-20Fix assert in message handling.Frans Englich1-3/+9
2009-07-20Compile fix for windows and winceDenis Dzyubenko2-0/+4
2009-07-17don't rely on system codec when handling PO filesOswald Buddenhagen4-7/+16
2009-07-17Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtDavid Boddie4-2/+11
2009-07-17Doc: Added XML Schema license information to the documentation.David Boddie1-2/+3
2009-07-17reorganize numerus form count normalizationOswald Buddenhagen9-30/+51
2009-07-17Add priority property to QActionJens Bache-Wiig1-1/+7
2009-07-17Update to also use a uifile.icns file for Designer.Norwegian Rock Cat3-1/+4
2009-07-17Doc: Updated the version numbers in the documentation metadata.David Boddie7-13/+13
2009-07-16Allow picking up tool button style from the systemJens Bache-Wiig1-0/+5
2009-07-16Update the license headers in XML Schema to the new formatThiago Macieira2-2/+2
2009-07-15Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtPeter Hartmann3-0/+92
2009-07-15Added a version information to our executables.Denis Dzyubenko3-0/+92
2009-07-15Designer fails to compile if Qt is compiled without size grip supportAntonio Aloisio1-2/+4
2009-07-15Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtPeter Hartmann44-412/+992
2009-07-15Improve error message from configure.exe when trying to compile the Windows p...David Faure1-2/+8
2009-07-14fix for mingw to still look into LIB and INCLUDE env varThierry Bastian1-7/+6
2009-07-14update to the configure program to support mingw+phononThierry Bastian2-25/+39
2009-07-13Merge commit 'origin/4.5'Oswald Buddenhagen7-170/+250
2009-07-13implement proper vpath handlingOswald Buddenhagen5-114/+93
2009-07-13factor out linguist-specific partOswald Buddenhagen7-67/+168
2009-07-13Merge commit 'origin/4.5'Bill King2-15/+11
2009-07-10Fix memory leak in $$system() calls from .pro filesOswald Buddenhagen1-0/+4
2009-07-10remove totally pointless conditionalOswald Buddenhagen1-1/+1