Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update license headers as requested by the marketing department. | Jason McDonald | 2009-06-16 | 1 | -2/+2 |
| | | | | Reviewed-by: Trust Me | ||||
* | Fix an issue with SVG gradient rendering. | Alexis Menard | 2009-04-24 | 1 | -0/+1 |
| | | | | | | | | | | | | This patch complete the two others made by Kim : - 6c2dd295b2ca2f9125fe072d035a3784ce748718 - 003223dcfc1fa884b82085db19d4c4056bf6eaa0 It fix the stops if the gradient link to another gradient below. Task-number: KDE Reviewed-by: Kim Reviewed-by: Samuel | ||||
* | Removed usage of NaN in SVG gradients. | Kim Motoyoshi Kalland | 2009-04-06 | 1 | -1/+1 |
| | | | | | | | | | The previous change 6c2dd295b2ca2f9125fe072d035a3784ce748718 to remove usage of NaN in SVG gradients was incomplete. This commit should fix that. Task-number: 250146 Reviewed-by: Samuel | ||||
* | Removed usage of NaN in SVG gradients. | Kim Motoyoshi Kalland | 2009-04-03 | 1 | -7/+6 |
| | | | | | | | | | | | | | | Since there is no way to find out if gradient stops have been added to a gradient, a gradient stop at NaN was earlier used in the SVG module to mark the gradient as empty. This could cause floating point exceptions. The usage of NaN has now been replaced by a boolean in QSvgGradientStyle. Duplicate entry "qxmlpatterns" was removed from auto.pro in the auto test directory. Task-number: 250146 Reviewed-by: Samuel | ||||
* | Long live Qt 4.5! | Lars Knoll | 2009-03-23 | 1 | -0/+820 |