Age | Commit message (Expand) | Author | Files | Lines |
2009-07-22 | qdoc: Reported links to obsolete things that appear in non-obsolete things. | Martin Smith | 1 | -2/+7 |
2009-07-22 | qdoc: Added page for obsolete classes. | Martin Smith | 2 | -21/+59 |
2009-07-22 | qdoc: Changed to build qdoc3 in release mode. | Martin Smith | 1 | -2/+3 |
2009-07-21 | configure -dont-process must build the host tools on Windows CE | Joerg Bornemann | 2 | -2/+2 |
2009-07-21 | sunpro doesn't like templated friend classes, either | Oswald Buddenhagen | 2 | -2/+2 |
2009-07-20 | Fix static leak to make valgrinding easier. | dt | 1 | -63/+61 |
2009-07-20 | micro-optimize: (x.toLower() == y) => !x.compare(y, Qt:: CaseInsensitive) | Oswald Buddenhagen | 1 | -10/+10 |
2009-07-20 | fix return value of error() & co | Oswald Buddenhagen | 1 | -1/+2 |
2009-07-20 | make message() & co. handling more qmake-like | Oswald Buddenhagen | 1 | -14/+1 |
2009-07-20 | expand arguments to s// operator | Oswald Buddenhagen | 1 | -1/+1 |
2009-07-20 | support loops: implement for(), next() & break() | Oswald Buddenhagen | 4 | -4/+149 |
2009-07-20 | implement if() test | Oswald Buddenhagen | 1 | -1/+81 |
2009-07-20 | implement {greater,less}Than(), equals(), clear() & unset() | Oswald Buddenhagen | 1 | -5/+53 |
2009-07-20 | support custom functions: implement defineTest(), defineReplace(), defined(),... | Oswald Buddenhagen | 4 | -110/+283 |
2009-07-20 | remove return values from the visitors which need none | Oswald Buddenhagen | 3 | -38/+36 |
2009-07-20 | surround file inclusion with saving/restoring condition state | Oswald Buddenhagen | 1 | -1/+4 |
2009-07-20 | fix conditionals, in particular the nested else handling | Oswald Buddenhagen | 1 | -31/+27 |
2009-07-20 | fix m_invertNext effect scoping | Oswald Buddenhagen | 1 | -2/+4 |
2009-07-20 | put condition state variables into a structure | Oswald Buddenhagen | 2 | -23/+32 |
2009-07-20 | return value cleanup | Oswald Buddenhagen | 1 | -97/+61 |
2009-07-20 | ifdef cleanup | Oswald Buddenhagen | 1 | -1/+1 |
2009-07-20 | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | Oswald Buddenhagen | 1 | -9/+13 |
2009-07-20 | doc: Print warning where \reimp is used where \internal should be used. | Martin Smith | 1 | -9/+13 |
2009-07-20 | Merge commit 'origin/4.5' | Oswald Buddenhagen | 12 | -40/+78 |
2009-07-20 | doc: Increased memitemleft width from 160px to 180px. | Martin Smith | 2 | -2/+3 |
2009-07-20 | checksdk now uses the bootstrap lib | Joerg Bornemann | 4 | -62/+32 |
2009-07-20 | Fix assert in message handling. | Frans Englich | 1 | -3/+9 |
2009-07-20 | Compile fix for windows and wince | Denis Dzyubenko | 2 | -0/+4 |
2009-07-17 | don't rely on system codec when handling PO files | Oswald Buddenhagen | 4 | -7/+16 |
2009-07-17 | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | David Boddie | 4 | -2/+11 |
2009-07-17 | Doc: Added XML Schema license information to the documentation. | David Boddie | 1 | -2/+3 |
2009-07-17 | reorganize numerus form count normalization | Oswald Buddenhagen | 9 | -30/+51 |
2009-07-17 | Add priority property to QAction | Jens Bache-Wiig | 1 | -1/+7 |
2009-07-17 | Update to also use a uifile.icns file for Designer. | Norwegian Rock Cat | 3 | -1/+4 |
2009-07-17 | Doc: Updated the version numbers in the documentation metadata. | David Boddie | 7 | -13/+13 |
2009-07-16 | Allow picking up tool button style from the system | Jens Bache-Wiig | 1 | -0/+5 |
2009-07-16 | Update the license headers in XML Schema to the new format | Thiago Macieira | 2 | -2/+2 |
2009-07-15 | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | Peter Hartmann | 3 | -0/+92 |
2009-07-15 | Added a version information to our executables. | Denis Dzyubenko | 3 | -0/+92 |
2009-07-15 | Designer fails to compile if Qt is compiled without size grip support | Antonio Aloisio | 1 | -2/+4 |
2009-07-15 | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | Peter Hartmann | 44 | -412/+992 |
2009-07-15 | Improve error message from configure.exe when trying to compile the Windows p... | David Faure | 1 | -2/+8 |
2009-07-14 | fix for mingw to still look into LIB and INCLUDE env var | Thierry Bastian | 1 | -7/+6 |
2009-07-14 | update to the configure program to support mingw+phonon | Thierry Bastian | 2 | -25/+39 |
2009-07-13 | Merge commit 'origin/4.5' | Oswald Buddenhagen | 7 | -170/+250 |
2009-07-13 | implement proper vpath handling | Oswald Buddenhagen | 5 | -114/+93 |
2009-07-13 | factor out linguist-specific part | Oswald Buddenhagen | 7 | -67/+168 |
2009-07-13 | Merge commit 'origin/4.5' | Bill King | 2 | -15/+11 |
2009-07-10 | Fix memory leak in $$system() calls from .pro files | Oswald Buddenhagen | 1 | -0/+4 |
2009-07-10 | remove totally pointless conditional | Oswald Buddenhagen | 1 | -1/+1 |