Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move static objects out of function scope | Oswald Buddenhagen | 2009-09-23 | 1 | -6/+6 |
* | use a source char pointer instead of a string + index | Oswald Buddenhagen | 2009-09-23 | 1 | -13/+18 |
* | take advantage of knowing that qstrings are zero-terminated internally | Oswald Buddenhagen | 2009-09-23 | 1 | -6/+5 |
* | no need to actually compute number values. only 0 is special | Oswald Buddenhagen | 2009-09-23 | 1 | -37/+18 |
* | when matching strings, skip also leading comments | Oswald Buddenhagen | 2009-09-23 | 1 | -6/+8 |
* | avoid isalpha() & isalnum() | Oswald Buddenhagen | 2009-09-23 | 1 | -2/+3 |
* | cut down use of qstring::simplified() | Oswald Buddenhagen | 2009-09-23 | 1 | -6/+10 |
* | optimize directory scanning | Oswald Buddenhagen | 2009-09-23 | 1 | -21/+12 |
* | simplify | Oswald Buddenhagen | 2009-09-23 | 1 | -4/+1 |
* | missing & in foreach | Oswald Buddenhagen | 2009-09-23 | 1 | -1/+1 |
* | add --sort-contexts option | Oswald Buddenhagen | 2009-09-22 | 1 | -0/+4 |
* | When parsing a java file do not simply ignore the first character. | Jan-Arve Sæther | 2009-09-15 | 1 | -1/+0 |
* | Update license headers again. | Jason McDonald | 2009-09-09 | 84 | -336/+336 |
* | 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 |
|\ \ | |/ |