~x2go/x2go/+git/x2goclient:bugfix/translation

Last commit made on 2015-05-11
Get this branch:
git clone -b bugfix/translation https://git.launchpad.net/~x2go/x2go/+git/x2goclient

Branch merges

Branch information

Name:
bugfix/translation
Repository:
lp:~x2go/x2go/+git/x2goclient

Recent commits

181fc10... by Mihai Moldovan

onmainwindow.h: revert const-qualifier for get_translator().

It's static and can't have any cv-qualifier.

81a3e1c... by Mihai Moldovan

debian/changelog: fixup for non-referenced file.

553b75c... by Mihai Moldovan

onmainwindow.cpp: workaround https://bugreports.qt.io/browse/QTBUG-25973.

2df78cd... by Mihai Moldovan

onmainwindow.cpp: fix compile error triggered by a missing parenthesis/typo.

ddbf9b4... by Mihai Moldovan

onmainwindow.h: make get_translator() const. Does not change any state.

351e405... by Mihai Moldovan

onmainwindow.cpp: copy strings before manipulating them.

c857cba... by Mihai Moldovan

onmainwindow.cpp: correctly call QLocale::uiLanguages ().

cc5d696... by Mihai Moldovan

onmainwindow.h: include used types/headers.

e680566... by Mihai Moldovan

onmainwindow.{cpp,h}: make new get_translator() function static.

Correct typo in implementation.

36c2dd5... by Mihai Moldovan

onmainwindow.cpp: follow-up to last translation fix.

Actually handle English locales correctly and don't duplicate code too much.