Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | small improvement/refactor to cssparser | Thierry Bastian | 2009-06-09 | 1 | -2/+43 |
| | |||||
* | Correct invalid font. | Norwegian Rock Cat | 2009-06-02 | 1 | -1/+1 |
| | | | | QFont() returns the app font, not an invalid font. | ||||
* | QCss: font-family handle fallback font specs | Olivier Goffart | 2009-05-18 | 1 | -4/+9 |
| | | | | | | | | | | | | 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 | ||||
* | Remove obsolete code from autotests. | Jason McDonald | 2009-04-16 | 1 | -6/+2 |
| | | | | | | | | Each version of Qt has its own set of autotests, therefore preprocessor directives relating to obsolete QT_VERSION's are not necessary. Reviewed-by: Carlos Duclos | ||||
* | Fix auto-test failure since we remove the warning in QColor | Alexis Menard | 2009-04-14 | 1 | -1/+1 |
| | | | | Reviewed-by: ogoffart | ||||
* | Long live Qt 4.5! | Lars Knoll | 2009-03-23 | 17 | -0/+1674 |