Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | normalize file names | Oswald Buddenhagen | 2009-04-01 | 2 | -2/+2 |
| | | | | | | makes tool tips less ugly Task-number: 246114 | ||||
* | do not crash upon dnd-ing text into non-focused lineedit | Oswald Buddenhagen | 2009-04-01 | 1 | -0/+2 |
| | | | | Task-number: 249519 | ||||
* | one more bogus trolltech => qtsoftware rename | Oswald Buddenhagen | 2009-04-01 | 1 | -1/+1 |
| | |||||
* | properly process backslash line continuations | Oswald Buddenhagen | 2009-03-27 | 1 | -6/+13 |
| | | | | | | this is a backport of be5a9587865f9f042cac8feb5296b71b11a1a80f Task-number: 249633 | ||||
* | static is even better than const | Oswald Buddenhagen | 2009-03-27 | 1 | -4/+4 |
| | |||||
* | declare type info next to the type, not "somewhere" | Oswald Buddenhagen | 2009-03-27 | 2 | -2/+2 |
| | |||||
* | properly deal with messages which appear in multiple encodings | Oswald Buddenhagen | 2009-03-27 | 6 | -220/+299 |
| | | | | | | | | | | | | | in ts 1.1 and qm files, messages appear in their native encoding. that means that a message can appear multiple times - once in utf8 and once in the codecForTr. however, in ts 2.0 files, everything is utf8 and messages can have a utf8 flag for the later transformation into qm. unfortunately, there was no flag to mark that the message is needed in *both* encodings, and the respective case was completely ignored when reading ts 1.1 and qm files (causing error messages). Task-number: 249022 AutoTest: 322690 | ||||
* | micro-optimization: don't evaluate same condition twice | Oswald Buddenhagen | 2009-03-27 | 1 | -2/+2 |
| | |||||
* | actually ignore untranslated messages as it claims | Oswald Buddenhagen | 2009-03-27 | 1 | -2/+4 |
| | |||||
* | avoid empty codec name | Oswald Buddenhagen | 2009-03-27 | 2 | -2/+4 |
| | |||||
* | beautify / micro-optimize | Oswald Buddenhagen | 2009-03-27 | 1 | -3/+4 |
| | |||||
* | proper encoding and escaping | Oswald Buddenhagen | 2009-03-27 | 1 | -4/+37 |
| | |||||
* | whitespace | Oswald Buddenhagen | 2009-03-27 | 16 | -27/+27 |
| | |||||
* | Long live Qt 4.5! | Lars Knoll | 2009-03-23 | 179 | -0/+42194 |