summaryrefslogtreecommitdiff
path: root/tools/linguist
Commit message (Collapse)AuthorAgeFilesLines
* 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-221-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
| * mac: remove special handling of the editor frame now that stylesheets work ↵Oswald Buddenhagen2009-04-201-7/+0
| | | | | | | | properly
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-04-201-22/+2
|\ \ | |/ | | | | | | Conflicts: src/gui/itemviews/qheaderview_p.h
| * Fix the About Qt dialog text to be truthful, post-LGPLJason McDonald2009-04-181-22/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update the text of the About Qt dialog, as directed by Legal. Note that this change breaks string freeze as the text is translatable, however Legal has decided that shipping legally correct text has priority over shipping complete translations. This change includes updated .ts files to correct the source strings, but no updated translations. This change also removes out-of-date licensing text from the About dialogs of Designer, Assistant, Linguist, QtConfig and qdbusviewer. Those particular changes should not break translations as they only remove translatable strings and do not modify any others. Task-number: 247608 Reviewed-by: Trust Me .....review will be conducted after submission.
* | 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
| | | | | | | | Task-number: 250574
| * 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
|\ \ | |/ | | | | | | Conflicts: src/gui/graphicsview/qgraphicsitem.cpp
| * 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
|\ \ | |/ | | | | | | Conflicts: tools/linguist/shared/profileevaluator.cpp
| * re-initialize some variables for each fileOswald Buddenhagen2009-04-021-5/+4
| |
| * fix evaluation of CONFIG() and contains()Oswald Buddenhagen2009-04-021-3/+4
| | | | | | | | cherry-picked from creator's b3ec859c80bd0656cfc48cfe6514ec4f631b8206