summaryrefslogtreecommitdiffstats
path: root/tools/linguist
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'origin/4.5' into 4.6Oswald Buddenhagen2009-09-251-10/+82
|\
| * Update Russian phrasebookRitt Konstantin2009-09-251-10/+82
| * Update license headers again.Jason McDonald2009-09-0883-332/+332
* | remove completely useless .qm install sub-targetOswald Buddenhagen2009-09-251-3/+0
* | 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
* | add --sort-contexts optionOswald Buddenhagen2009-09-221-0/+4
* | When parsing a java file do not simply ignore the first character.Jan-Arve Sæther2009-09-151-1/+0
* | Update license headers again.Jason McDonald2009-09-0984-336/+336
* | Merge branch '4.5' into 4.6Thiago Macieira2009-09-041-2/+2
|\ \ | |/
| * Pedantic fixes for license headers.Jason McDonald2009-09-041-2/+2
* | compile since broken merge from 4.5Gunnar Sletta2009-09-031-1/+1
* | Merge branch '4.5' into 4.6Thiago Macieira2009-09-033-286/+1
|\ \ | |/
| * Add missing license headersJason McDonald2009-09-031-0/+40
| * Update license headers.Jason McDonald2009-09-022-6/+1
| * Remove obsolete copies of GPL.Jason McDonald2009-09-021-280/+0
* | Update tech preview license header for files that are new in 4.6.Jason McDonald2009-08-313-39/+39
* | Merge branch '4.5' into 4.6Thiago Macieira2009-08-3181-1057/+1057
|\ \ | |/
| * Update tech preview license header.Jason McDonald2009-08-3182-1070/+1070
* | Merge branch '4.5' into 4.6Thiago Macieira2009-08-284-4/+4
|\ \ | |/
| * Add missing license headers.Jason McDonald2009-08-285-16/+198
* | Fix some missing and duplicated license headers.Jason McDonald2009-08-271-0/+41
* | Merge branch '4.5' into 4.6Thiago Macieira2009-08-241-2/+1
|\ \ | |/
| * remove withdrawn attributes (and fix syntax)Oswald Buddenhagen2009-08-141-9/+0
| * Update URL of online documentation.Jason McDonald2009-08-112-2/+2
| * Qt's domain name is now qt.nokia.com.Jason McDonald2009-08-111-1/+1
| * Update license headers.Jason McDonald2009-08-1177-77/+77
| * remove useles QT += networkOswald Buddenhagen2009-08-071-2/+1
| * Fix compilation with xlC 7: operands to ?: must match.Thiago Macieira2009-08-071-2/+2
| * Fix compilation with xlC 7: operands to ?: must match.Thiago Macieira2009-08-071-1/+1
* | Make the license test pass.Frans Englich2009-08-194-16/+157
* | optimize getToken(), part 2: avoid QString::append()Oswald Buddenhagen2009-08-171-24/+66
* | consolidate some variablesOswald Buddenhagen2009-08-171-70/+66