Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make it possible to use sse2 with mingw | Thierry Bastian | 2010-03-11 | 2 | -2/+2 |
| | | | | | | | All the windows callback functions need an attribute to force the alignment of the arg pointer. Reviewed-by: Benjamin Poulain | ||||
* | optimization: get rid of QString::fromUtf16() usage, part 2 | Oswald Buddenhagen | 2010-02-16 | 1 | -1/+1 |
| | | | | | | | | | | | | | QString::fromUtf16() is slow - it does a BOM check and optionally byte swapping, which is utterly irrelevant when converting internal data structures which are raw utf16 in host byte order. so replace it with QString::fromUnicode() where possible (which seems to be everywhere). the reasoning is the same as in commit e0fda52f, so not getting further reviews. Reviewed-by: denis Reviewed-by: joao | ||||
* | Ran the script utils/normalize | Olivier Goffart | 2009-11-18 | 1 | -2/+2 |
| | | | | Over src/ tools/ examples/ and demos/ | ||||
* | Long live Qt for S60! | axis | 2009-04-24 | 6 | -0/+1191 |