Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated the french phrasebook (some translations from Qt Creator) | Pierre Rossi | 2009-07-09 | 1 | -1/+226 |
| | | | | Reviewed-by: TrustMe | ||||
* | Merge commit 'origin/4.5' | Bill King | 2009-07-08 | 2 | -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 any | Oswald Buddenhagen | 2009-07-08 | 1 | -2/+3 |
| | | | | | | | | Task-number: 256647 | ||||
| * | Update Russian Qt phrase book | Ritt Konstantin | 2009-07-06 | 1 | -10/+42 |
| | | | | | | | | | | Merge-request: 803 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | ||||
* | | general wording change for some file type names | Frederik Schwarzer | 2009-07-06 | 8 | -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 translations | Oswald Buddenhagen | 2009-07-06 | 4 | -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 limits | Oswald Buddenhagen | 2009-07-06 | 1 | -11/+2 |
| | | |||||
* | | add support for attaching meta data to translatable messages | Oswald Buddenhagen | 2009-07-02 | 1 | -5/+30 |
| | | | | | | | | Requirement: QT-457 | ||||
* | | tools: Remove QT_WA and non-Unicode code paths, dropping Win9x and NT support | miniak | 2009-07-01 | 1 | -2/+2 |
| | | | | | | | | | | | | | | Also QString::fromUtf16() -> QString::fromWCharArray() Merge-request: 604 Reviewed-by: Marius Storm-Olsen <marius@trolltech.com> | ||||
* | | const ref for foreach() | Oswald Buddenhagen | 2009-06-30 | 1 | -1/+1 |
| | | |||||
* | | Linguist: defers the creation of the QPrinter | Thierry Bastian | 2009-06-30 | 2 | -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-Olsen | 2009-06-30 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | add Russian to the "'own' languages hack" until task #196275 will be closed | Ritt Konstantin | 2009-06-29 | 1 | -0/+1 |
| | | | | | | | | | | Merge-request: 760 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | ||||
* | | support editing of length variants | Oswald Buddenhagen | 2009-06-29 | 15 | -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 Konstantin | 2009-06-29 | 2 | -12/+12 |
| | | | | | | | | | | Merge-request: 758 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | ||||
* | | Merge commit 'origin/4.5' | Oswald Buddenhagen | 2009-06-23 | 2 | -3/+28 |
|\ \ | |/ | | | | | | | Conflicts: src/sql/drivers/psql/qsql_psql.cpp | ||||
| * | mark plural messages as such in the qm reader | Oswald Buddenhagen | 2009-06-23 | 1 | -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 reader | Oswald Buddenhagen | 2009-06-23 | 2 | -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/qt | Simon Hausmann | 2009-06-18 | 2 | -23/+105 |
|\ \ | |/ | | | | | | | | | | | Conflicts: configure.exe tests/auto/qpainter/tst_qpainter.cpp translations/qt_ru.ts | ||||
| * | Add Russian translation for Qt Linguist. | Ritt Konstantin | 2009-06-17 | 1 | -0/+1 |
| | | | | | | | | | | Merge-request: 689 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | ||||
| * | Update Russian phrase book. | Ritt Konstantin | 2009-06-17 | 1 | -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 McDonald | 2009-06-17 | 2 | -4/+4 |
| | | | | | | | | Reviewed-by: Trust Me | ||||
* | | fix typo | Oswald Buddenhagen | 2009-06-16 | 1 | -1/+1 |
| | | |||||
* | | Merge license header changes from 4.5 | Volker Hilsheimer | 2009-06-16 | 78 | -180/+215 |
|\ \ | |/ | |||||
| * | Update license headers as requested by the marketing department. | Jason McDonald | 2009-06-16 | 77 | -172/+214 |
| | | | | | | | | Reviewed-by: Trust Me | ||||
| * | no point in ProFile being a QObject | Oswald Buddenhagen | 2009-06-15 | 1 | -4/+1 |
| | | |||||
| * | remove unused includes | Oswald Buddenhagen | 2009-06-15 | 2 | -2/+0 |
| | | |||||
| * | remove pointless pris | Oswald Buddenhagen | 2009-06-15 | 1 | -2/+0 |
| | | |||||
* | | purge dead code | Oswald Buddenhagen | 2009-06-15 | 1 | -18/+4 |
| | | |||||
* | | simplify ending() | Oswald Buddenhagen | 2009-06-15 | 1 | -4/+3 |
| | | |||||
* | | use textedit's signal instead of the textedit's document's | Oswald Buddenhagen | 2009-06-15 | 1 | -4/+3 |
| | | |||||
* | | centralize settings | Oswald Buddenhagen | 2009-06-15 | 8 | -33/+128 |
| | | |||||
* | | make the focus tracking insensitive to loss of actual window focus | Oswald Buddenhagen | 2009-06-15 | 4 | -26/+55 |
| | | |||||
* | | greatly simplify exclusive selection handling | Oswald Buddenhagen | 2009-06-15 | 4 | -73/+49 |
| | | |||||
* | | make MessageEditor::activeEditor() & co. return a QTextEdit instead of a | Oswald Buddenhagen | 2009-06-15 | 2 | -37/+33 |
| | | | | | | | | | | | | FormWidget all users need that anyway | ||||
* | | don't let comments weaved into strings confuse us | Oswald Buddenhagen | 2009-06-15 | 1 | -1/+3 |
| | | | | | | | | | | | | | | Task-number: 254260 cherry-picked 941a03814a5f8f7be93425f71ee65a4222d16899 after botched merge from 4.5 | ||||
* | | Merge commit 'origin/4.5' | Bjørn Erik Nilsen | 2009-06-12 | 2 | -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 plurals | Oswald Buddenhagen | 2009-06-11 | 1 | -2/+2 |
| | | |||||
| * | add plural rules for urdu | Oswald Buddenhagen | 2009-06-11 | 1 | -0/+1 |
| | | |||||
| * | fix hover selection of source strings | Oswald Buddenhagen | 2009-06-10 | 1 | -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 us | Oswald Buddenhagen | 2009-06-10 | 1 | -1/+3 |
| | | | | | | | | | | | | Reviewed-by: TrustMe Task-number: 254260 Testcase: 323072@p4 | ||||
* | | Merge commit 'origin/4.5' | Oswald Buddenhagen | 2009-06-08 | 1 | -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 endings | Oswald Buddenhagen | 2009-06-05 | 1 | -5/+20 |
| | | | | | | | | | | | | in practice, this matters only for backslashed line continuations Task-number: 255336 | ||||
* | | Fixed build issue with Sun CC 5.5. | jasplin | 2009-06-05 | 1 | -1/+1 |
| | | | | | | | | Reviewed-by: TrustMe | ||||
* | | Merge commit 'origin/4.5' | Olivier Goffart | 2009-06-04 | 1 | -19/+27 |
|\ \ | |/ | |||||
| * | fix catalan plural rules | Oswald Buddenhagen | 2009-06-03 | 1 | -2/+7 |
| | | |||||
| * | rename some plural forms | Oswald Buddenhagen | 2009-06-03 | 1 | -4/+3 |
| | | |||||
| * | drop traditional czech plural rules in favor of today's slovak-like rules | Oswald Buddenhagen | 2009-06-03 | 1 | -8/+2 |
| | | |||||
| * | fix turkish plural forms | Oswald Buddenhagen | 2009-06-03 | 1 | -1/+1 |
| | | |||||
| * | fix tagalog plural forms | Oswald Buddenhagen | 2009-06-03 | 1 | -2/+8 |
| | |