summaryrefslogtreecommitdiffstats
path: root/tools/linguist
Commit message (Collapse)AuthorAgeFilesLines
* support editing of length variantsOswald Buddenhagen2009-06-2915-63/+442
| | | | | | | | | this is not complete, e.g. full text search does not discern which variant contains the hit, the integration with phrases&guesses is non-existing, etc. the form preview will do funny things as long as the widgets don't support the multi-variant strings.
* Remove trailing dot in tooltips.Ritt Konstantin2009-06-292-12/+12
| | | | | Merge-request: 758 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* Merge commit 'origin/4.5'Oswald Buddenhagen2009-06-232-3/+28
|\ | | | | | | | | Conflicts: src/sql/drivers/psql/qsql_psql.cpp
| * mark plural messages as such in the qm readerOswald Buddenhagen2009-06-231-0/+18
| | | | | | | | | | | | this contains both a "clean" code path based on translation count and a fallback path based on looking for "%n" (for languages with only one form).
| * add -input-codec option for qm readerOswald Buddenhagen2009-06-232-3/+10
| | | | | | | | | | basing the input codec on the locale was broken by design and didn't really work anyway. so adding this option really is a bugfix, kind of.
* | Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-06-182-23/+105
|\ \ | |/ | | | | | | | | | | Conflicts: configure.exe tests/auto/qpainter/tst_qpainter.cpp translations/qt_ru.ts
| * Add Russian translation for Qt Linguist.Ritt Konstantin2009-06-171-0/+1
| | | | | | | | | | Merge-request: 689 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
| * Update Russian phrase book.Ritt Konstantin2009-06-171-23/+104
| | | | | | | | | | | | | | | | Several uncorrect phrases was re-translated. Added new common used phrases. Merge-request: 689 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* | Update license headers in files that are new in 4.6.Jason McDonald2009-06-172-4/+4
| | | | | | | | Reviewed-by: Trust Me
* | fix typoOswald Buddenhagen2009-06-161-1/+1
| |
* | Merge license header changes from 4.5Volker Hilsheimer2009-06-1678-180/+215
|\ \ | |/
| * Update license headers as requested by the marketing department.Jason McDonald2009-06-1677-172/+214
| | | | | | | | Reviewed-by: Trust Me
| * no point in ProFile being a QObjectOswald Buddenhagen2009-06-151-4/+1
| |
| * remove unused includesOswald Buddenhagen2009-06-152-2/+0
| |
| * remove pointless prisOswald Buddenhagen2009-06-151-2/+0
| |
* | purge dead codeOswald Buddenhagen2009-06-151-18/+4
| |
* | simplify ending()Oswald Buddenhagen2009-06-151-4/+3
| |
* | use textedit's signal instead of the textedit's document'sOswald Buddenhagen2009-06-151-4/+3
| |
* | centralize settingsOswald Buddenhagen2009-06-158-33/+128
| |
* | make the focus tracking insensitive to loss of actual window focusOswald Buddenhagen2009-06-154-26/+55
| |
* | greatly simplify exclusive selection handlingOswald Buddenhagen2009-06-154-73/+49
| |
* | make MessageEditor::activeEditor() & co. return a QTextEdit instead of aOswald Buddenhagen2009-06-152-37/+33
| | | | | | | | | | | | FormWidget all users need that anyway
* | don't let comments weaved into strings confuse usOswald Buddenhagen2009-06-151-1/+3
| | | | | | | | | | | | | | Task-number: 254260 cherry-picked 941a03814a5f8f7be93425f71ee65a4222d16899 after botched merge from 4.5
* | Merge commit 'origin/4.5'Bjørn Erik Nilsen2009-06-122-2/+5
|\ \ | |/ | | | | | | | | | | | | | | | | Conflicts: demos/boxes/glshaders.cpp src/gui/graphicsview/qgraphicsitem.cpp tests/auto/qgraphicsitem/tst_qgraphicsitem.cpp tools/linguist/shared/cpp.cpp translations/linguist_ja.qm translations/qt_ru.qm
| * fix arabic pluralsOswald Buddenhagen2009-06-111-2/+2
| |
| * add plural rules for urduOswald Buddenhagen2009-06-111-0/+1
| |
| * fix hover selection of source stringsOswald Buddenhagen2009-06-101-0/+2
| | | | | | | | | | snatching ctrl-a from line edits seems to need a shortcut override for some time now
| * don't let comments weaved into strings confuse usOswald Buddenhagen2009-06-101-1/+3
| | | | | | | | | | | | Reviewed-by: TrustMe Task-number: 254260 Testcase: 323072@p4
* | Merge commit 'origin/4.5'Oswald Buddenhagen2009-06-081-5/+20
|\ \ | |/ | | | | | | | | | | | | Conflicts: src/3rdparty/phonon/qt7/mediaobject.mm src/3rdparty/phonon/qt7/quicktimevideoplayer.mm src/gui/text/qfontengine_win.cpp tools/linguist/shared/cpp.cpp
| * explicitly handle windows and mac9 line endingsOswald Buddenhagen2009-06-051-5/+20
| | | | | | | | | | | | in practice, this matters only for backslashed line continuations Task-number: 255336
* | Fixed build issue with Sun CC 5.5.jasplin2009-06-051-1/+1
| | | | | | | | Reviewed-by: TrustMe
* | 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
| | | | | | | | | | used character operations whenever possible better usage of QLatin1String
* | 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
| | | | | | | | sneak in white space change :)
* | 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
| | | | | | | | | | | | | | | | | | | | | | In Java, "null" is represented as a keyword, not as the integer 0. The old code assumed the latter. Code such as translate("fooBar", "fooBar", null); would thus not be detected by lupdate when parsing Java files. Reviewed-by: ossi
* | Remove unused variables from various About dialogs.Jason McDonald2009-05-201-5/+1
| | | | | | | | Reviewed-by: Trust Me
* | make quote/escape parsing more qmake-compatibleOswald Buddenhagen2009-04-291-50/+67
| |
* | Merge branch '4.5'Rhys Weatherley2009-04-211-1/+0
|\ \ | |/ | | | | | | | | | | | | | | | | | | Conflicts: src/gui/graphicsview/qgraphicsitem.cpp tools/qdoc3/test/assistant.qdocconf tools/qdoc3/test/designer.qdocconf tools/qdoc3/test/linguist.qdocconf tools/qdoc3/test/qmake.qdocconf tools/qdoc3/test/qt-build-docs.qdocconf tools/qdoc3/test/qt.qdocconf
| * BT: Remove turkish translation files created by previous change.Jason McDonald2009-04-211-1/+0
| | | | | | | | | | | | | | | | Remove the *_tr_TR.ts files added in change 5e3cae2754bf5f50aa10fef2c8d3bb7d33407b96 and remove their entries from .pro files to prevent them coming back next time someone does "make ts". Reviewed-by: Trust Me
* | Merge branch '4.5'Thiago Macieira2009-04-201-7/+0
|\ \ | |/ | | | | | | Conflicts: tests/auto/qaction/tst_qaction.cpp