summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
| | * | 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
| | * | return value cleanupOswald Buddenhagen2009-07-201-97/+61
| | * | ifdef cleanupOswald Buddenhagen2009-07-201-1/+1
| | * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtOswald Buddenhagen2009-07-201-9/+13
| | |\ \
| | | * | doc: Print warning where \reimp is used where \internal should be used.Martin Smith2009-07-201-9/+13
| | * | | Merge commit 'origin/4.5'Oswald Buddenhagen2009-07-2012-40/+78
| | |\ \ \ | | | |/ / | | |/| / | | | |/
| | | * Fix assert in message handling.Frans Englich2009-07-201-3/+9
| | | * don't rely on system codec when handling PO filesOswald Buddenhagen2009-07-174-7/+16
| | | * reorganize numerus form count normalizationOswald Buddenhagen2009-07-179-30/+51
| | | * Designer fails to compile if Qt is compiled without size grip supportAntonio Aloisio2009-07-151-2/+4
| | * | doc: Increased memitemleft width from 160px to 180px.Martin Smith2009-07-202-2/+3
| | * | checksdk now uses the bootstrap libJoerg Bornemann2009-07-204-62/+32
| | * | Compile fix for windows and winceDenis Dzyubenko2009-07-202-0/+4
| | * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtDavid Boddie2009-07-174-2/+11
| | |\ \
| | | * | Add priority property to QActionJens Bache-Wiig2009-07-171-1/+7
| | | * | Update to also use a uifile.icns file for Designer.Norwegian Rock Cat2009-07-173-1/+4
| | * | | Doc: Added XML Schema license information to the documentation.David Boddie2009-07-171-2/+3
| | |/ /
| | * | Doc: Updated the version numbers in the documentation metadata.David Boddie2009-07-177-13/+13
| | * | Allow picking up tool button style from the systemJens Bache-Wiig2009-07-161-0/+5
| | * | Update the license headers in XML Schema to the new formatThiago Macieira2009-07-162-2/+2
| | * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtPeter Hartmann2009-07-153-0/+92
| | |\ \
| | | * | Added a version information to our executables.Denis Dzyubenko2009-07-153-0/+92
| | * | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtPeter Hartmann2009-07-1544-412/+992
| | |\ \ \ | | | |/ /
| | * | | Merge branch 'master' of git://gitorious.org/qt/qtTobias Koenig2009-07-051172-2891/+3766
| | |\ \ \
| | * \ \ \ Merge branch 'master' of git://gitorious.org/qt/qtTobias Koenig2009-06-1624-300/+411
| | |\ \ \ \
| | * \ \ \ \ Merge branch 'master' of git://gitorious.org/qt/qtTobias Koenig2009-06-108-102/+217
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge commit 'qt-mainline/master'Tobias Koenig2009-06-04134-3132/+1456
| | |\ \ \ \ \ \
| | * | | | | | | Adapt license headers to LGPLTobias Koenig2009-05-162-2/+62
| | * | | | | | | Various api, documentation and code cleanupsTobias Koenig2009-05-161-17/+24
| | * | | | | | | Add W3C XML Schema validation supportTobias Koenig2009-05-164-1/+162
* | | | | | | | | Don't try to record while constructing (size is wrong).Warwick Allison2009-07-231-6/+1
* | | | | | | | | Move all QML types to Qt/4.6 namespace.Warwick Allison2009-07-231-0/+2
|/ / / / / / / /
* | | | | | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-07-203-13/+18
|\ \ \ \ \ \ \ \
| * | | | | | | | Make network cache size settable.Warwick Allison2009-07-203-13/+18
* | | | | | | | | Rework expression stuff to use a more efficient notify handlerAaron Kennedy2009-07-201-1/+0
|/ / / / / / / /
* | | | | | | | Don't try to build qmldebugger.Yann Bodson2009-07-161-1/+1
* | | | | | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-07-1610-212/+307
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-07-152-11/+1
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declar...Michael Brasser2009-07-1510-212/+307
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / | | |/| | | | | | |
| | * | | | | | | | Improve error message from configure.exe when trying to compile the Windows p...David Faure2009-07-141-2/+8
| | * | | | | | | | fix for mingw to still look into LIB and INCLUDE env varThierry Bastian2009-07-141-7/+6
| | * | | | | | | | update to the configure program to support mingw+phononThierry Bastian2009-07-142-25/+39
| | * | | | | | | | Merge commit 'origin/4.5'Oswald Buddenhagen2009-07-137-170/+250
| | |\ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|/ | | | |/| | | | | |
| | | * | | | | | | implement proper vpath handlingOswald Buddenhagen2009-07-135-114/+93
| | | * | | | | | | factor out linguist-specific partOswald Buddenhagen2009-07-137-67/+168