summaryrefslogtreecommitdiffstats
path: root/tools/linguist
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'origin/4.5'Oswald Buddenhagen2009-06-081-5/+20
|\
| * explicitly handle windows and mac9 line endingsOswald Buddenhagen2009-06-051-5/+20
* | Fixed build issue with Sun CC 5.5.jasplin2009-06-051-1/+1
* | Merge commit 'origin/4.5'Olivier Goffart2009-06-041-19/+27
|\ \ | |/
| * fix catalan plural rulesOswald Buddenhagen2009-06-031-2/+7
| * rename some plural formsOswald Buddenhagen2009-06-031-4/+3
| * drop traditional czech plural rules in favor of today's slovak-like rulesOswald Buddenhagen2009-06-031-8/+2
| * fix turkish plural formsOswald Buddenhagen2009-06-031-1/+1
| * fix tagalog plural formsOswald Buddenhagen2009-06-031-2/+8
| * fix icelandic plural formsOswald Buddenhagen2009-06-031-1/+5
| * fix lithuanian plural rulesOswald Buddenhagen2009-06-031-2/+2
* | improved string operations all over the placeThierry Bastian2009-05-285-13/+13
* | implement --locations option (complementing lupdate)Oswald Buddenhagen2009-05-252-1/+18
* | implement --no-ui-lines option (complementing lupdate)Oswald Buddenhagen2009-05-253-0/+28
* | remove now unused static functionOswald Buddenhagen2009-05-251-11/+2
* | Merge branch '4.5' of ../qt-45-documentationDavid Boddie2009-05-201-5/+11
|\ \ | |/
| * Fix parsing method calls with null arguments in Java codeEskil Abrahamsen Blomfeldt2009-05-201-5/+11
* | Remove unused variables from various About dialogs.Jason McDonald2009-05-201-5/+1
* | make quote/escape parsing more qmake-compatibleOswald Buddenhagen2009-04-291-50/+67
* | Merge branch '4.5'Rhys Weatherley2009-04-211-1/+0
|\ \ | |/
| * BT: Remove turkish translation files created by previous change.Jason McDonald2009-04-211-1/+0
* | Merge branch '4.5'Thiago Macieira2009-04-201-7/+0
|\ \ | |/
| * mac: remove special handling of the editor frame now that stylesheets work pr...Oswald Buddenhagen2009-04-201-7/+0
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-04-201-22/+2
|\ \ | |/
| * Fix the About Qt dialog text to be truthful, post-LGPLJason McDonald2009-04-181-22/+2
* | Merge branch '4.5' of git@scm.dev.troll.no:qt/qtSimon Hausmann2009-04-152-9/+26
|\ \ | |/
| * protect against circular inclusion of pro/pri filesOswald Buddenhagen2009-04-151-1/+7
| * do not crash on lines starting with an equal signOswald Buddenhagen2009-04-151-0/+3
| * fix uninitialized variable readOswald Buddenhagen2009-04-151-4/+12
| * add some commentsOswald Buddenhagen2009-04-151-4/+4
* | Merge commit 'origin/4.5'Olivier Goffart2009-04-151-2/+2
|\ \ | |/
| * compile with aCCOswald Buddenhagen2009-04-071-2/+2
* | amend 3570e978058816745101a69b552ad9d07e349542 for masterOswald Buddenhagen2009-04-021-5/+6
* | don't lose codecForTr in c++ parserOswald Buddenhagen2009-04-021-1/+3
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-04-0210-51/+87
|\ \ | |/
| * re-initialize some variables for each fileOswald Buddenhagen2009-04-021-5/+4
| * fix evaluation of CONFIG() and contains()Oswald Buddenhagen2009-04-021-3/+4
| * fix wrong evaluation of arguments to qmake functionsOswald Buddenhagen2009-04-021-1/+2
| * duplicate message handling improvementsOswald Buddenhagen2009-04-029-68/+77
| * optimize duplicate resolutionOswald Buddenhagen2009-04-021-5/+26
* | fix 223949: Qt's translation should be installed only if Linguistshjk2009-04-021-5/+8
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-04-014-3/+5
|\ \ | |/
| * normalize file namesOswald Buddenhagen2009-04-012-2/+2
| * do not crash upon dnd-ing text into non-focused lineeditOswald Buddenhagen2009-04-011-0/+2
| * one more bogus trolltech => qtsoftware renameOswald Buddenhagen2009-04-011-1/+1
* | Merge branch '4.5'Thiago Macieira2009-03-2716-255/+372
|\ \ | |/
| * properly process backslash line continuationsOswald Buddenhagen2009-03-271-6/+13
| * static is even better than constOswald Buddenhagen2009-03-271-4/+4
| * declare type info next to the type, not "somewhere"Oswald Buddenhagen2009-03-272-2/+2
| * properly deal with messages which appear in multiple encodingsOswald Buddenhagen2009-03-276-220/+299