Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge license header changes from 4.5 | Volker Hilsheimer | 2009-06-16 | 1 | -2/+2 |
|\ | |||||
| * | Update license headers as requested by the marketing department. | Jason McDonald | 2009-06-16 | 1 | -2/+2 |
| | | | | | | | | Reviewed-by: Trust Me | ||||
* | | small improvement/refactor to cssparser | Thierry Bastian | 2009-06-09 | 1 | -41/+1 |
| | | |||||
* | | Fixed 'crazy' warnings about using a string instead of a character | Thierry Bastian | 2009-05-25 | 1 | -2/+2 |
|/ | | | | | | | Wherever I found that we were using a string instead of a single char I fixed the code. Reviewed-by: olivier | ||||
* | QCss: font-family handle fallback font specs | Olivier Goffart | 2009-05-18 | 1 | -7/+12 |
| | | | | | | | | | | | | if one specify more than one parameter in font-family, e.g., font-family: Verdana, Arial Qt should fallback on the second font if the first cannot be found. QFont::setFamily handle the case when the family name contains a comas, so we do not need to handle that specially in the css parser code. Task-number: 252311 Reviewed-by: Thomas Zander | ||||
* | Fix reentrency of the QCSS engine. | Olivier Goffart | 2009-05-08 | 1 | -10/+6 |
| | | | | | | | | | QTextDocument which is suposed to be reentrant may use the CSS Parser in different threads. The way the indexOfId was computed is not thread safe. Insert the pre-computed value instead Reviewed-by: Thierry | ||||
* | Long live Qt 4.5! | Lars Knoll | 2009-03-23 | 1 | -0/+2808 |