summaryrefslogtreecommitdiffstats
path: root/tools/linguist
Commit message (Collapse)AuthorAgeFilesLines
* Updated the french phrasebook (some translations from Qt Creator)Pierre Rossi2009-07-091-1/+226
| | | | Reviewed-by: TrustMe
* Merge commit 'origin/4.5'Bill King2009-07-082-12/+45
|\ | | | | | | | | | | | | | | | | | | Conflicts: src/sql/drivers/ibase/qsql_ibase.cpp tests/auto/q3sqlcursor/tst_q3sqlcursor.cpp tests/auto/qsqldatabase/tst_databases.h tests/auto/qsqldatabase/tst_qsqldatabase.cpp translations/qt_ru.ts
| * don't drop all location tags after the first file without anyOswald Buddenhagen2009-07-081-2/+3
| | | | | | | | Task-number: 256647
| * Update Russian Qt phrase bookRitt Konstantin2009-07-061-10/+42
| | | | | | | | | | Merge-request: 803 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* | general wording change for some file type namesFrederik Schwarzer2009-07-068-31/+31
| | | | | | | | | | | | | | | | | | | | | | - .ts file -> TS file - .qm file -> QM file - .ui file -> UI file + a handfull of typos I stumbled over Merge-request: 802 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* | support for id-based translationsOswald Buddenhagen2009-07-064-17/+126
| | | | | | | | | | | | | | | | | | | | | | unlike in an earlier attempt, ids are textual this time. the developer is able to provide a template for the string. when lupdate and lrelease are integrated into the build process, this makes it possible to avoid a round-trip to a dedicated string designer during the early development stage. Requirement-id: QT-435
* | remove arbitrary string length limitsOswald Buddenhagen2009-07-061-11/+2
| |
* | add support for attaching meta data to translatable messagesOswald Buddenhagen2009-07-021-5/+30
| | | | | | | | Requirement: QT-457
* | tools: Remove QT_WA and non-Unicode code paths, dropping Win9x and NT supportminiak2009-07-011-2/+2
| | | | | | | | | | | | | | Also QString::fromUtf16() -> QString::fromWCharArray() Merge-request: 604 Reviewed-by: Marius Storm-Olsen <marius@trolltech.com>
* | const ref for foreach()Oswald Buddenhagen2009-06-301-1/+1
| |
* | Linguist: defers the creation of the QPrinterThierry Bastian2009-06-302-8/+20
| | | | | | | | | | | | | | | | On windows, if your default printer is not reachable it would take a lot of time to fail to construct the print engine. During that time the UI would be frozen on the splash screen. Reviewed-by: ossi
* | Merge branch '4.5'Marius Storm-Olsen2009-06-301-0/+1
|\ \ | |/
| * add Russian to the "'own' languages hack" until task #196275 will be closedRitt Konstantin2009-06-291-0/+1
| | | | | | | | | | Merge-request: 760 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* | 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
| |