summaryrefslogtreecommitdiff
path: root/tools/linguist/shared
AgeCommit message (Expand)AuthorFilesLines
2010-02-01optimization: get rid of QString::fromUtf16() usageOswald Buddenhagen1-1/+1
2010-01-27don't falsely complain about mismatched codecfortrOswald Buddenhagen1-0/+1
2010-01-27unshare pro post-processing codeOswald Buddenhagen3-189/+0
2010-01-27do not sort the TS filesOswald Buddenhagen1-2/+1
2010-01-13Merge remote branch 'mainline/4.6' into 4.6Oswald Buddenhagen20-20/+20
2010-01-12QFile cannot deal with crlf-translated stdio, so use binary modeOswald Buddenhagen1-0/+12
2010-01-07Update copyright year to 2010Jason McDonald20-20/+20
2009-11-25make qph use language attributesOswald Buddenhagen1-5/+18
2009-11-25the definition needs xml escaping, tooOswald Buddenhagen1-1/+1
2009-11-25don't write context into <definition> fieldOswald Buddenhagen1-3/+2
2009-11-25qph: don't clobber <definition> fieldsOswald Buddenhagen1-1/+1
2009-11-25fix class/struct mismatch in the bootstrap magicOswald Buddenhagen1-2/+4
2009-11-20fix encodings, take NOswald Buddenhagen2-5/+11
2009-11-19don't overwrite explicitly specified CODECFORTR on UTF-16 inputOswald Buddenhagen1-1/+1
2009-11-10build lrelease bootstrappedOswald Buddenhagen4-0/+49
2009-11-06record id-based messages even if they have an empty sourceOswald Buddenhagen1-2/+2
2009-11-06handle messages with ids (more) correctlyOswald Buddenhagen2-36/+100
2009-11-06kill TranslatorMessage::operator==() and qHash(TranslatorMessage)Oswald Buddenhagen4-27/+25
2009-11-06eliminate TranslatorMessagePtr from the Translator apiOswald Buddenhagen3-39/+41
2009-11-06improve ordered message insertionOswald Buddenhagen1-1/+1
2009-11-06eliminate Translator::contains()Oswald Buddenhagen3-11/+11
2009-11-06eliminate Translator::replace()Oswald Buddenhagen2-10/+0
2009-11-06do not consider plural source in comparisonsOswald Buddenhagen1-4/+0
2009-11-06remove unused TranslatorMessage::operator<()Oswald Buddenhagen2-12/+0
2009-11-06don't construct a new message for look-up purposes onlyOswald Buddenhagen2-10/+0
2009-11-04add -markuntranslated optionOswald Buddenhagen2-16/+20
2009-10-22consider message id when comparing messagesOswald Buddenhagen1-2/+6
2009-10-22id-based: do not drop unfinished untranslated messagesOswald Buddenhagen1-1/+1
2009-10-22id-based: use source strings instead of empty translations only for unfinishe...Oswald Buddenhagen1-3/+4
2009-09-30Merge branch '4.5' into 4.6Thiago Macieira1-4/+11
2009-09-30Fix locale encoding in XLIFF filesAndy Shaw1-4/+11
2009-09-09Update license headers again.Jason McDonald20-80/+80
2009-09-08Update license headers again.Jason McDonald28-112/+112
2009-09-03Add missing license headersJason McDonald1-0/+40
2009-09-02Update license headers.Jason McDonald1-3/+0
2009-08-31Merge branch '4.5' into 4.6Thiago Macieira20-260/+260
2009-08-31Update tech preview license header.Jason McDonald27-351/+351
2009-08-14remove withdrawn attributes (and fix syntax)Oswald Buddenhagen1-9/+0
2009-08-14qmake's include function now supports three argumentsKeith Isdale1-2/+4
2009-08-12Update contact URL in license headers.Jason McDonald20-20/+20
2009-08-11Update license headers.Jason McDonald27-27/+27
2009-08-07Fix compilation with xlC 7: operands to ?: must match.Thiago Macieira1-2/+2
2009-08-07Fix compilation with xlC 7: operands to ?: must match.Thiago Macieira1-1/+1
2009-08-06nicer way to deal with missing support for template class friendsOswald Buddenhagen2-4/+13
2009-07-31Fix compilation with xlC 7: operands to ?: must match.Thiago Macieira1-2/+2
2009-07-30Fix compilation with xlC 7: operands to ?: must match.Thiago Macieira1-1/+1
2009-07-21sunpro doesn't like templated friend classes, eitherOswald Buddenhagen2-2/+2
2009-07-20Fix static leak to make valgrinding easier.dt1-63/+61
2009-07-20micro-optimize: (x.toLower() == y) => !x.compare(y, Qt:: CaseInsensitive)Oswald Buddenhagen1-10/+10
2009-07-20fix return value of error() & coOswald Buddenhagen1-1/+2