Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | |||||
| * | fix icelandic plural forms | Oswald Buddenhagen | 2009-06-03 | 1 | -1/+5 |
| | | |||||
| * | fix lithuanian plural rules | Oswald Buddenhagen | 2009-06-03 | 1 | -2/+2 |
| | | |||||
* | | improved string operations all over the place | Thierry Bastian | 2009-05-28 | 5 | -13/+13 |
| | | | | | | | | | | used character operations whenever possible better usage of QLatin1String | ||||
* | | implement --locations option (complementing lupdate) | Oswald Buddenhagen | 2009-05-25 | 2 | -1/+18 |
| | | |||||
* | | implement --no-ui-lines option (complementing lupdate) | Oswald Buddenhagen | 2009-05-25 | 3 | -0/+28 |
| | | |||||
* | | remove now unused static function | Oswald Buddenhagen | 2009-05-25 | 1 | -11/+2 |
| | | | | | | | | sneak in white space change :) | ||||
* | | Merge branch '4.5' of ../qt-45-documentation | David Boddie | 2009-05-20 | 1 | -5/+11 |
|\ \ | |/ | |||||
| * | Fix parsing method calls with null arguments in Java code | Eskil Abrahamsen Blomfeldt | 2009-05-20 | 1 | -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 McDonald | 2009-05-20 | 1 | -5/+1 |
| | | | | | | | | Reviewed-by: Trust Me | ||||
* | | make quote/escape parsing more qmake-compatible | Oswald Buddenhagen | 2009-04-29 | 1 | -50/+67 |
| | | |||||
* | | Merge branch '4.5' | Rhys Weatherley | 2009-04-22 | 1 | -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 McDonald | 2009-04-21 | 1 | -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 Macieira | 2009-04-20 | 1 | -7/+0 |
|\ \ | |/ | | | | | | | Conflicts: tests/auto/qaction/tst_qaction.cpp | ||||
| * | mac: remove special handling of the editor frame now that stylesheets work ↵ | Oswald Buddenhagen | 2009-04-20 | 1 | -7/+0 |
| | | | | | | | | properly | ||||
* | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt | Simon Hausmann | 2009-04-20 | 1 | -22/+2 |
|\ \ | |/ | | | | | | | Conflicts: src/gui/itemviews/qheaderview_p.h | ||||
| * | Fix the About Qt dialog text to be truthful, post-LGPL | Jason McDonald | 2009-04-18 | 1 | -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/qt | Simon Hausmann | 2009-04-15 | 2 | -9/+26 |
|\ \ | |/ | |||||
| * | protect against circular inclusion of pro/pri files | Oswald Buddenhagen | 2009-04-15 | 1 | -1/+7 |
| | | | | | | | | Task-number: 250574 | ||||
| * | do not crash on lines starting with an equal sign | Oswald Buddenhagen | 2009-04-15 | 1 | -0/+3 |
| | | |||||
| * | fix uninitialized variable read | Oswald Buddenhagen | 2009-04-15 | 1 | -4/+12 |
| | | |||||
| * | add some comments | Oswald Buddenhagen | 2009-04-15 | 1 | -4/+4 |
| | | |||||
* | | Merge commit 'origin/4.5' | Olivier Goffart | 2009-04-15 | 1 | -2/+2 |
|\ \ | |/ | | | | | | | Conflicts: src/gui/graphicsview/qgraphicsitem.cpp | ||||
| * | compile with aCC | Oswald Buddenhagen | 2009-04-07 | 1 | -2/+2 |
| | | |||||
* | | amend 3570e978058816745101a69b552ad9d07e349542 for master | Oswald Buddenhagen | 2009-04-02 | 1 | -5/+6 |
| | | |||||
* | | don't lose codecForTr in c++ parser | Oswald Buddenhagen | 2009-04-02 | 1 | -1/+3 |
| | | |||||
* | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt | Simon Hausmann | 2009-04-02 | 10 | -51/+87 |
|\ \ | |/ | | | | | | | Conflicts: tools/linguist/shared/profileevaluator.cpp | ||||
| * | re-initialize some variables for each file | Oswald Buddenhagen | 2009-04-02 | 1 | -5/+4 |
| | | |||||
| * | fix evaluation of CONFIG() and contains() | Oswald Buddenhagen | 2009-04-02 | 1 | -3/+4 |
| | | | | | | | | cherry-picked from creator's b3ec859c80bd0656cfc48cfe6514ec4f631b8206 |