summaryrefslogtreecommitdiffstats
path: root/tests/auto/qcssparser
Commit message (Collapse)AuthorAgeFilesLines
* Disable private unit tests when Qt is configured withoutRohan McGovern2009-07-091-0/+1
| | | | | | | | | | | | -developer-build, part 2. Some autotests use private (unexported) code, either because they're testing private classes or because that's the easiest way to test the public classes. Configuring Qt with `-developer-build' is needed for these tests. This commit fixes the tests so configuring without `-developer-build' only builds the tests which strictly use public API.
* Merge license header changes from 4.5Volker Hilsheimer2009-06-161-2/+2
|\
| * Update license headers as requested by the marketing department.Jason McDonald2009-06-161-2/+2
| | | | | | | | Reviewed-by: Trust Me
* | small improvement/refactor to cssparserThierry Bastian2009-06-091-2/+43
|/
* Correct invalid font.Norwegian Rock Cat2009-06-021-1/+1
| | | | QFont() returns the app font, not an invalid font.
* QCss: font-family handle fallback font specsOlivier Goffart2009-05-181-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 McDonald2009-04-161-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 QColorAlexis Menard2009-04-141-1/+1
| | | | Reviewed-by: ogoffart
* Long live Qt 4.5!Lars Knoll2009-03-2317-0/+1674