summaryrefslogtreecommitdiffstats
path: root/tools/linguist/lupdate/cpp.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* optimize getToken(), part 2: avoid QString::append()Oswald Buddenhagen2009-08-171-24/+66
|
* consolidate some variablesOswald Buddenhagen2009-08-171-70/+66
| | | | | only one of yyIdent, yyComment and yyString is used at a time, so use a common yyWord instead
* optimize getToken(), part 1Oswald Buddenhagen2009-08-171-29/+47
| | | | | compare with pre-initialized qstrings instead of qlatin1strings. that way the length is known in advance.
* optimize getChar()Oswald Buddenhagen2009-08-171-7/+9
| | | | work more with raw data instead of qstring functions
* Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
| | | | Reviewed-by: Trust Me
* fix infinite loop when meeting improper trId()Oswald Buddenhagen2009-07-301-1/+3
|
* support for id-based translationsOswald Buddenhagen2009-07-061-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 limitsOswald Buddenhagen2009-07-061-11/+2
|
* add support for attaching meta data to translatable messagesOswald Buddenhagen2009-07-021-5/+30
| | | | Requirement: QT-457
* const ref for foreach()Oswald Buddenhagen2009-06-301-1/+1
|
* Update license headers in files that are new in 4.6.Jason McDonald2009-06-171-2/+2
| | | | Reviewed-by: Trust Me
* 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'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
* Fixed build issue with Sun CC 5.5.jasplin2009-06-051-1/+1
| | | | Reviewed-by: TrustMe
* don't lose codecForTr in c++ parserOswald Buddenhagen2009-04-021-1/+3
|
* Long live Qt!Lars Knoll2009-03-231-0/+1816