Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | optimize getToken(), part 2: avoid QString::append() | Oswald Buddenhagen | 2009-08-17 | 1 | -24/+66 | |
| | ||||||
* | consolidate some variables | Oswald Buddenhagen | 2009-08-17 | 1 | -70/+66 | |
| | | | | | only one of yyIdent, yyComment and yyString is used at a time, so use a common yyWord instead | |||||
* | optimize getToken(), part 1 | Oswald Buddenhagen | 2009-08-17 | 1 | -29/+47 | |
| | | | | | compare with pre-initialized qstrings instead of qlatin1strings. that way the length is known in advance. | |||||
* | optimize getChar() | Oswald Buddenhagen | 2009-08-17 | 1 | -7/+9 | |
| | | | | work more with raw data instead of qstring functions | |||||
* | Update contact URL in license headers. | Jason McDonald | 2009-08-12 | 1 | -1/+1 | |
| | | | | Reviewed-by: Trust Me | |||||
* | fix infinite loop when meeting improper trId() | Oswald Buddenhagen | 2009-07-30 | 1 | -1/+3 | |
| | ||||||
* | support for id-based translations | Oswald Buddenhagen | 2009-07-06 | 1 | -1/+69 | |
| | | | | | | | | | | | 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 | |||||
* | const ref for foreach() | Oswald Buddenhagen | 2009-06-30 | 1 | -1/+1 | |
| | ||||||
* | Update license headers in files that are new in 4.6. | Jason McDonald | 2009-06-17 | 1 | -2/+2 | |
| | | | | Reviewed-by: Trust Me | |||||
* | 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' | 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 | |||||
* | Fixed build issue with Sun CC 5.5. | jasplin | 2009-06-05 | 1 | -1/+1 | |
| | | | | Reviewed-by: TrustMe | |||||
* | don't lose codecForTr in c++ parser | Oswald Buddenhagen | 2009-04-02 | 1 | -1/+3 | |
| | ||||||
* | Long live Qt! | Lars Knoll | 2009-03-23 | 1 | -0/+1816 | |