summaryrefslogtreecommitdiffstats
path: root/tools/linguist
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.6' of git://scm.dev.nokia.troll.no/qt/qt into kinetic-declara...Warwick Allison2010-01-1485-144/+150
|\
| * Merge remote branch 'mainline/4.6' into 4.6Oswald Buddenhagen2010-01-1385-86/+86
| |\
| | * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-01-0785-86/+86
| | |\
| | | * Update copyright year to 2010Jason McDonald2010-01-0685-86/+86
| * | | QFile cannot deal with crlf-translated stdio, so use binary modeOswald Buddenhagen2010-01-121-0/+12
| * | | don't complain about unresolved base when the reference is absoluteOswald Buddenhagen2010-01-071-1/+1
| * | | fix sametext and number heuristicsOswald Buddenhagen2010-01-061-45/+46
| * | | fix number heuristics, part 1Oswald Buddenhagen2010-01-061-2/+2
| * | | remove dead codeOswald Buddenhagen2010-01-061-8/+0
| |/ /
| * | do not accumulate messagesOswald Buddenhagen2010-01-041-2/+3
| |/
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into kinetic-declarativeuiMichael Brasser2009-12-172-1/+3
|\ \ | |/
| * fix build with namespaced qtOswald Buddenhagen2009-12-161-0/+2
| * Fix precision loss warning (qreal vs. float on Windows)Alessandro Portale2009-12-151-1/+1
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into kinetic-declarativeuiMichael Brasser2009-12-101-1/+1
|\ \ | |/
| * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6Jan-Arve Sæther2009-12-037-32/+76
| |\
| * | Make lrelease link again with the win32-icc and win32-g++ mkspecsJan-Arve Sæther2009-12-031-1/+1
* | | Merge branch '4.6' of git://scm.dev.nokia.troll.no/qt/qt into kinetic-declara...Warwick Allison2009-11-307-32/+76
|\ \ \ | | |/ | |/|
| * | fix crash on closing all files under certain circumstancesOswald Buddenhagen2009-11-263-11/+11
| * | ignore Alt+Space acelerators - useless and too many false positivesOswald Buddenhagen2009-11-261-2/+13
| * | offer only possible countries for each languageOswald Buddenhagen2009-11-252-8/+27
| * | make qph use language attributesOswald Buddenhagen2009-11-251-5/+18
| * | the definition needs xml escaping, tooOswald Buddenhagen2009-11-251-1/+1
| * | don't write context into <definition> fieldOswald Buddenhagen2009-11-251-3/+2
| * | qph: don't clobber <definition> fieldsOswald Buddenhagen2009-11-251-1/+1
| * | fix class/struct mismatch in the bootstrap magicOswald Buddenhagen2009-11-251-2/+4
| |/
* | Merge branch '4.6' of git://scm.dev.nokia.troll.no/qt/qt into kinetic-declara...Warwick Allison2009-11-2711-46/+105
|\ \ | |/
| * Merge remote branch 'mainline/4.6' into 4.6Oswald Buddenhagen2009-11-251-0/+36
| |\
| | * updates french phrasebookPierre Rossi2009-11-231-0/+36
| * | Fix build on AIX: all of the .a file is linked into the program.Oswald Buddenhagen2009-11-241-0/+7
| |/
| * don't use qWarning for things which are not really warningsOswald Buddenhagen2009-11-202-6/+15
| * fix crash on closing "rightmost" fileOswald Buddenhagen2009-11-201-2/+4
| * fix encodings, take NOswald Buddenhagen2009-11-203-17/+21
| * don't overwrite explicitly specified CODECFORTR on UTF-16 inputOswald Buddenhagen2009-11-193-2/+3
| * fix potentially wrong output codec for UTF-16 input filesOswald Buddenhagen2009-11-191-1/+1
| * Merge oslo-staging-2/4.6 into upstream/4.6Olivier Goffart2009-11-194-18/+18
| |\
| | * Ran the script utils/normalizeOlivier Goffart2009-11-184-18/+18
* | | Merge branch '4.6' of git://scm.dev.nokia.troll.no/qt/qt into kinetic-declara...Warwick Allison2009-11-197-29/+200
|\ \ \ | |/ /
| * | Updates the french translation of qt strings in qt_fr.tsPierre Rossi2009-11-181-2/+38
| * | fix linking following lrelease bootstrappingOswald Buddenhagen2009-11-131-0/+2
| * | Merge remote branch 'mainline/4.6' into 4.6Oswald Buddenhagen2009-11-131-0/+20
| |\ \ | | |/
| * | build lrelease bootstrappedOswald Buddenhagen2009-11-106-11/+145
| * | don't use qApp->arguments()Oswald Buddenhagen2009-11-101-16/+15
* | | Merge remote branch 'qt/4.6' into kinetic-declarativeuiAndreas Aardal Hanssen2009-11-1112-191/+249
|\ \ \ | | |/ | |/|
| * | french translation of qt_helpPierre Rossi2009-11-101-0/+20
| |/
| * record id-based messages even if they have an empty sourceOswald Buddenhagen2009-11-063-20/+16
| * handle messages with ids (more) correctlyOswald Buddenhagen2009-11-064-52/+138
| * kill TranslatorMessage::operator==() and qHash(TranslatorMessage)Oswald Buddenhagen2009-11-065-29/+27
| * eliminate TranslatorMessagePtr from the Translator apiOswald Buddenhagen2009-11-066-48/+51
| * improve ordered message insertionOswald Buddenhagen2009-11-061-1/+1
| * eliminate Translator::contains()Oswald Buddenhagen2009-11-063-11/+11