Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix a regression: icons with slightly wrong ICO header did not load. | Jan-Arve Sæther | 2010-01-28 | 7 | -0/+0 |
| | | | | | | | | | | Regression was introduced by commit fd9cdaa55da455b90eacec571aeb2c84fa55f7e0. Also fix a completely broken autotest that didn't actually test anything. Task-number: QTBUG-7688 Reviewed-by: Alexis | ||||
* | Improve the icon parsing for files with a slightly wrong BMP header. | Jan-Arve Sæther | 2009-04-22 | 3 | -0/+0 |
The reason it failed was that we always expected the height property of the BMP header to be double the height of the icon. The kde_favicon.ico did not fulfill this requirement. We can fix that by simply reading from the ICONDIR entry instead, since that has always the correct height. Task-number: 229829 Reviewed-by: alexis |