summaryrefslogtreecommitdiffstats
path: root/tools/linguist
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of ../../qt into kinetic-declarativeuiAaron Kennedy2009-07-312-2/+4
|\
| * fix infinite loop when meeting improper trId()Oswald Buddenhagen2009-07-301-1/+3
| * Fix compilation with xlC 7: operands to ?: must match.Thiago Macieira2009-07-301-1/+1
* | Merge branch 'master' of ../qt into kinetic-declarativeuiAaron Kennedy2009-07-291-1/+2
|\ \ | |/
| * Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-07-241-1/+2
| |\
| | * Recognize .jui file format in lupdateEskil Abrahamsen Blomfeldt2009-07-231-0/+3
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declar...Aaron Kennedy2009-07-2316-348/+813
|\ \ \ | |/ /
| * | sunpro doesn't like templated friend classes, eitherOswald Buddenhagen2009-07-212-2/+2
| * | Fix static leak to make valgrinding easier.dt2009-07-201-63/+61
| * | micro-optimize: (x.toLower() == y) => !x.compare(y, Qt:: CaseInsensitive)Oswald Buddenhagen2009-07-201-10/+10
| * | fix return value of error() & coOswald Buddenhagen2009-07-201-1/+2
| * | make message() & co. handling more qmake-likeOswald Buddenhagen2009-07-201-14/+1
| * | expand arguments to s// operatorOswald Buddenhagen2009-07-201-1/+1
| * | support loops: implement for(), next() & break()Oswald Buddenhagen2009-07-204-4/+149
| * | implement if() testOswald Buddenhagen2009-07-201-1/+81
| * | implement {greater,less}Than(), equals(), clear() & unset()Oswald Buddenhagen2009-07-201-5/+53
| * | 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 commit 'origin/4.5'Oswald Buddenhagen2009-07-2010-35/+65
| |\ \ | | |/
| | * 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
| * | Added a version information to our executables.Denis Dzyubenko2009-07-151-0/+31
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declar...Michael Brasser2009-07-157-181/+255
|\ \ \ | |/ /
| * | 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
| * | Merge commit 'origin/4.5'Bill King2009-07-131-11/+5
| |\ \ | | |/
| | * Fix memory leak in $$system() calls from .pro filesOswald Buddenhagen2009-07-101-0/+4
| | * remove totally pointless conditionalOswald Buddenhagen2009-07-101-1/+1
| | * remove dead codeOswald Buddenhagen2009-07-101-10/+0
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declar...Michael Brasser2009-07-1012-77/+460
|\ \ \ | |/ /
| * | Updated the french phrasebook (some translations from Qt Creator)Pierre Rossi2009-07-091-1/+226
| * | Merge commit 'origin/4.5'Bill King2009-07-082-12/+45
| |\ \ | | |/
| | * don't drop all location tags after the first file without anyOswald Buddenhagen2009-07-081-2/+3
| | * Update Russian Qt phrase bookRitt Konstantin2009-07-061-10/+42
| * | general wording change for some file type namesFrederik Schwarzer2009-07-068-31/+31
| * | support for id-based translationsOswald Buddenhagen2009-07-064-17/+126
| * | remove arbitrary string length limitsOswald Buddenhagen2009-07-061-11/+2
| * | add support for attaching meta data to translatable messagesOswald Buddenhagen2009-07-021-5/+30
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declar...Michael Brasser2009-07-0219-86/+478
|\ \ \ | |/ /
| * | tools: Remove QT_WA and non-Unicode code paths, dropping Win9x and NT supportminiak2009-07-011-2/+2
| * | const ref for foreach()Oswald Buddenhagen2009-06-301-1/+1
| * | Linguist: defers the creation of the QPrinterThierry Bastian2009-06-302-8/+20
| * | Merge branch '4.5'Marius Storm-Olsen2009-06-301-0/+1
| |\ \ | | |/