summaryrefslogtreecommitdiffstats
path: root/tools/linguist/shared
Commit message (Expand)AuthorAgeFilesLines
* qmake's include function now supports three argumentsKeith Isdale2009-08-141-2/+4
* Update contact URL in license headers.Jason McDonald2009-08-1220-20/+20
* nicer way to deal with missing support for template class friendsOswald Buddenhagen2009-08-062-4/+13
* Fix compilation with xlC 7: operands to ?: must match.Thiago Macieira2009-07-311-2/+2
* Fix compilation with xlC 7: operands to ?: must match.Thiago Macieira2009-07-301-1/+1
* 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-206-31/+44
|\
| * don't rely on system codec when handling PO filesOswald Buddenhagen2009-07-173-4/+7
| * reorganize numerus form count normalizationOswald Buddenhagen2009-07-175-29/+39
* | Merge commit 'origin/4.5'Oswald Buddenhagen2009-07-135-168/+247
|\ \ | |/
| * implement proper vpath handlingOswald Buddenhagen2009-07-134-113/+92
| * factor out linguist-specific partOswald Buddenhagen2009-07-135-66/+166
* | 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
* | general wording change for some file type namesFrederik Schwarzer2009-07-062-5/+5
* | support for id-based translationsOswald Buddenhagen2009-07-062-10/+44
* | tools: Remove QT_WA and non-Unicode code paths, dropping Win9x and NT supportminiak2009-07-011-2/+2
* | support editing of length variantsOswald Buddenhagen2009-06-296-18/+28
* | Merge commit 'origin/4.5'Oswald Buddenhagen2009-06-231-3/+20
|\ \ | |/
| * mark plural messages as such in the qm readerOswald Buddenhagen2009-06-231-0/+18
| * add -input-codec option for qm readerOswald Buddenhagen2009-06-231-3/+2
* | Merge license header changes from 4.5Volker Hilsheimer2009-06-1618-42/+37
|\ \ | |/
| * Update license headers as requested by the marketing department.Jason McDonald2009-06-1625-50/+50
| * no point in ProFile being a QObjectOswald Buddenhagen2009-06-151-4/+1
| * remove unused includesOswald Buddenhagen2009-06-152-2/+0
* | purge dead codeOswald Buddenhagen2009-06-151-18/+4
* | Merge commit 'origin/4.5'Bjørn Erik Nilsen2009-06-121-2/+3
|\ \ | |/
| * fix arabic pluralsOswald Buddenhagen2009-06-111-2/+2
| * add plural rules for urduOswald Buddenhagen2009-06-111-0/+1
| * don't let comments weaved into strings confuse usOswald Buddenhagen2009-06-101-1/+3
| * explicitly handle windows and mac9 line endingsOswald Buddenhagen2009-06-051-5/+20
* | Merge commit 'origin/4.5'Olivier Goffart2009-06-041-19/+27
|\ \ | |/