| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch '4.5' into 4.6 | Thiago Macieira | 2009-09-04 | 1 | -2/+2 |
|\ |
|
| * | Pedantic fixes for license headers. | Jason McDonald | 2009-09-04 | 1 | -2/+2 |
|
|
* | | compile since broken merge from 4.5 | Gunnar Sletta | 2009-09-03 | 1 | -1/+1 |
|
|
* | | Merge branch '4.5' into 4.6 | Thiago Macieira | 2009-09-03 | 3 | -286/+1 |
|\ \
| |/ |
|
| * | Add missing license headers | Jason McDonald | 2009-09-03 | 1 | -0/+40 |
|
|
| * | Update license headers. | Jason McDonald | 2009-09-02 | 2 | -6/+1 |
|
|
| * | Remove obsolete copies of GPL. | Jason McDonald | 2009-09-02 | 1 | -280/+0 |
|
|
* | | Update tech preview license header for files that are new in 4.6. | Jason McDonald | 2009-08-31 | 3 | -39/+39 |
|
|
* | | Merge branch '4.5' into 4.6 | Thiago Macieira | 2009-08-31 | 81 | -1057/+1057 |
|\ \
| |/ |
|
| * | Update tech preview license header. | Jason McDonald | 2009-08-31 | 82 | -1070/+1070 |
|
|
* | | Merge branch '4.5' into 4.6 | Thiago Macieira | 2009-08-28 | 4 | -4/+4 |
|\ \
| |/ |
|
| * | Add missing license headers. | Jason McDonald | 2009-08-28 | 5 | -16/+198 |
|
|
* | | Fix some missing and duplicated license headers. | Jason McDonald | 2009-08-27 | 1 | -0/+41 |
|
|
* | | Merge branch '4.5' into 4.6 | Thiago Macieira | 2009-08-24 | 1 | -2/+1 |
|\ \
| |/ |
|
| * | remove withdrawn attributes (and fix syntax) | Oswald Buddenhagen | 2009-08-14 | 1 | -9/+0 |
|
|
| * | Update URL of online documentation. | Jason McDonald | 2009-08-11 | 2 | -2/+2 |
|
|
| * | Qt's domain name is now qt.nokia.com. | Jason McDonald | 2009-08-11 | 1 | -1/+1 |
|
|
| * | Update license headers. | Jason McDonald | 2009-08-11 | 77 | -77/+77 |
|
|
| * | remove useles QT += network | Oswald Buddenhagen | 2009-08-07 | 1 | -2/+1 |
|
|
| * | Fix compilation with xlC 7: operands to ?: must match. | Thiago Macieira | 2009-08-07 | 1 | -2/+2 |
|
|
| * | Fix compilation with xlC 7: operands to ?: must match. | Thiago Macieira | 2009-08-07 | 1 | -1/+1 |
|
|
* | | Make the license test pass. | Frans Englich | 2009-08-19 | 4 | -16/+157 |
|
|
* | | optimize getToken(), part 2: avoid QString::append() | Oswald Buddenhagen | 2009-08-17 | 1 | -24/+66 |
|
|
* | | consolidate some variables | Oswald Buddenhagen | 2009-08-17 | 1 | -70/+66 |
|
|
* | | optimize getToken(), part 1 | Oswald Buddenhagen | 2009-08-17 | 1 | -29/+47 |
|
|
* | | optimize getChar() | Oswald Buddenhagen | 2009-08-17 | 1 | -7/+9 |
|
|
* | | qmake's include function now supports three arguments | Keith Isdale | 2009-08-14 | 1 | -2/+4 |
|
|
* | | Replace "Trolltech" with more appropriate terms. | Jason McDonald | 2009-08-12 | 1 | -1/+1 |
|
|
* | | Update references to online documentation. | Jason McDonald | 2009-08-12 | 2 | -2/+2 |
|
|
* | | Update URL's to use new domain. | Jason McDonald | 2009-08-12 | 1 | -1/+1 |
|
|
* | | Update contact URL in license headers. | Jason McDonald | 2009-08-12 | 79 | -79/+79 |
|
|
* | | Linguist: Fixed spehling error. | Friedemann Kleint | 2009-08-10 | 4 | -10/+10 |
|
|
* | | nicer way to deal with missing support for template class friends | Oswald Buddenhagen | 2009-08-06 | 2 | -4/+13 |
|
|
* | | Fix compilation with xlC 7: operands to ?: must match. | Thiago Macieira | 2009-07-31 | 1 | -2/+2 |
|
|
* | | fix infinite loop when meeting improper trId() | Oswald Buddenhagen | 2009-07-30 | 1 | -1/+3 |
|
|
* | | Fix compilation with xlC 7: operands to ?: must match. | Thiago Macieira | 2009-07-30 | 1 | -1/+1 |
|
|
* | | Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qt | Simon Hausmann | 2009-07-24 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | Recognize .jui file format in lupdate | Eskil Abrahamsen Blomfeldt | 2009-07-23 | 1 | -0/+3 |
|
|
* | | sunpro doesn't like templated friend classes, either | Oswald Buddenhagen | 2009-07-21 | 2 | -2/+2 |
|
|
* | | Fix static leak to make valgrinding easier. | dt | 2009-07-20 | 1 | -63/+61 |
|
|
* | | micro-optimize: (x.toLower() == y) => !x.compare(y, Qt:: CaseInsensitive) | Oswald Buddenhagen | 2009-07-20 | 1 | -10/+10 |
|
|
* | | fix return value of error() & co | Oswald Buddenhagen | 2009-07-20 | 1 | -1/+2 |
|
|
* | | make message() & co. handling more qmake-like | Oswald Buddenhagen | 2009-07-20 | 1 | -14/+1 |
|
|
* | | expand arguments to s// operator | Oswald Buddenhagen | 2009-07-20 | 1 | -1/+1 |
|
|
* | | support loops: implement for(), next() & break() | Oswald Buddenhagen | 2009-07-20 | 4 | -4/+149 |
|
|
* | | implement if() test | Oswald Buddenhagen | 2009-07-20 | 1 | -1/+81 |
|
|
* | | implement {greater,less}Than(), equals(), clear() & unset() | Oswald Buddenhagen | 2009-07-20 | 1 | -5/+53 |
|
|
* | | support custom functions: implement defineTest(), defineReplace(), defined(),... | Oswald Buddenhagen | 2009-07-20 | 4 | -110/+283 |
|
|
* | | remove return values from the visitors which need none | Oswald Buddenhagen | 2009-07-20 | 3 | -38/+36 |
|
|
* | | surround file inclusion with saving/restoring condition state | Oswald Buddenhagen | 2009-07-20 | 1 | -1/+4 |
|
|