summaryrefslogtreecommitdiffstats
path: root/tools/linguist/lupdate
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.6' of git://scm.dev.nokia.troll.no/qt/qt into kinetic-declara...Warwick Allison2009-11-041-5/+7
|\
| * do not crashOswald Buddenhagen2009-10-291-5/+7
* | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-10-301-9/+9
|\ \
| * \ Merge branch '4.6' of ../qt into kinetic-declarativeuiAaron Kennedy2009-10-291-9/+9
| |\ \ | | |/
| | * make magic comment parsing stricterOswald Buddenhagen2009-10-281-9/+9
* | | fix headersWarwick Allison2009-10-291-16/+16
|/ /
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declarati...Michael Brasser2009-10-251-0/+2
|\ \ | |/
| * actually guess the target language from the file nameOswald Buddenhagen2009-10-221-0/+2
* | Merge commit 'qt-mainline/4.6' into kinetic-declarativeuiAndreas Aardal Hanssen2009-10-022-6/+9
|\ \ | |/
| * Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qt into 4.6Simon Hausmann2009-10-011-5/+4
| |\
| | * make -help reflect realityOswald Buddenhagen2009-10-011-5/+4
| | * Update license headers again.Jason McDonald2009-09-082-8/+8
| * | fix solaris buildOswald Buddenhagen2009-09-291-1/+5
* | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declarati...Michael Brasser2009-09-292-356/+507
|\ \ \ | |/ /
| * | detect and eliminate forwarding headersOswald Buddenhagen2009-09-231-7/+20
| * | reduce peak memory consumptionOswald Buddenhagen2009-09-231-30/+70
| * | actually use the argument of Q_DECLARE_TR_FUNCTIONSOswald Buddenhagen2009-09-231-9/+59
| * | namespaces *can* have tr() functions, after allOswald Buddenhagen2009-09-231-11/+8
| * | drastically improve lupdate's scalabilityOswald Buddenhagen2009-09-231-197/+280
| * | optimize/clarify function context stringificationOswald Buddenhagen2009-09-231-5/+6
| * | do not record class forward declarationsOswald Buddenhagen2009-09-231-28/+27
| * | remove more dead codeOswald Buddenhagen2009-09-231-2/+1
| * | remove dead codeOswald Buddenhagen2009-09-231-13/+2
| * | move static objects out of function scopeOswald Buddenhagen2009-09-231-6/+6
| * | use a source char pointer instead of a string + indexOswald Buddenhagen2009-09-231-13/+18
| * | take advantage of knowing that qstrings are zero-terminated internallyOswald Buddenhagen2009-09-231-6/+5
| * | no need to actually compute number values. only 0 is specialOswald Buddenhagen2009-09-231-37/+18
| * | when matching strings, skip also leading commentsOswald Buddenhagen2009-09-231-6/+8
| * | avoid isalpha() & isalnum()Oswald Buddenhagen2009-09-231-2/+3
| * | cut down use of qstring::simplified()Oswald Buddenhagen2009-09-231-6/+10
| * | optimize directory scanningOswald Buddenhagen2009-09-231-21/+12
| * | simplifyOswald Buddenhagen2009-09-231-4/+1
| * | missing & in foreachOswald Buddenhagen2009-09-231-1/+1
* | | Merge commit 'qt-mainline/4.6' into kinetic-declarativeuiAndreas Aardal Hanssen2009-09-151-1/+0
|\ \ \ | |/ /
| * | When parsing a java file do not simply ignore the first character.Jan-Arve Sæther2009-09-151-1/+0
* | | Merge commit 'qt-mainline/4.6' into kinetic-declarativeuiAndreas Aardal Hanssen2009-09-159-36/+36
|\ \ \ | |/ /
| * | Update license headers again.Jason McDonald2009-09-099-36/+36
* | | Merge commit 'qt/4.6' into kinetic-declarativeuiBjørn Erik Nilsen2009-09-031-3/+0
|\ \ \ | |/ /
| * | Merge branch '4.5' into 4.6Thiago Macieira2009-09-031-3/+0
| |\ \ | | |/
* | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declarati...Michael Brasser2009-08-319-117/+117
|\ \ \ | |/ /
| * | Update tech preview license header for files that are new in 4.6.Jason McDonald2009-08-311-13/+13
| * | Merge branch '4.5' into 4.6Thiago Macieira2009-08-318-104/+104
| |\ \ | | |/
| | * Update tech preview license header.Jason McDonald2009-08-312-26/+26
| | * Update URL of online documentation.Jason McDonald2009-08-111-1/+1
| | * Update license headers.Jason McDonald2009-08-112-2/+2
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declar...Michael Brasser2009-08-191-91/+149
|\ \ \ | |/ /
| * | optimize getToken(), part 2: avoid QString::append()Oswald Buddenhagen2009-08-171-24/+66
| * | consolidate some variablesOswald Buddenhagen2009-08-171-70/+66
| * | optimize getToken(), part 1Oswald Buddenhagen2009-08-171-29/+47
| * | optimize getChar()Oswald Buddenhagen2009-08-171-7/+9