Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | compile on Linux. | jasplin | 2009-03-31 | 1 | -1/+1 |
| | | | | Reviewed-by: Samuel | ||||
* | Fix crash when accessing newly constructed QTextObjects. | Benjamin Poulain | 2009-03-26 | 7 | -10/+26 |
| | | | | | | | | | The pieceTable member was only initialized by QTextDocumentPrivate _after_ the call to createObject. This patch initializes it at construction time. Task-number: 246138 Reviewed-by: Simon Hausmann | ||||
* | alphaMask needs to be const, because first bytesPerLine() is called and then ↵ | Alessandro Portale | 2009-03-25 | 1 | -1/+1 |
| | | | | bits(). The non-const bits() may detach and realign the data, so that the previous result of bytesPerLine() ist invalid. On S60, we actually had a 'skew' effect because of that. | ||||
* | Long live Qt 4.5! | Lars Knoll | 2009-03-23 | 90 | -0/+73025 |