Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed inheritance of some attributes in SVG. | Suneel BS | 2009-07-01 | 1 | -1/+11 |
| | | | | | | | Fixed inheritance of stroke attributes, the font-size and text-anchor attribute. Autotest added by Kim. Reviewed-by: Kim | ||||
* | Fixed forward gradient reference in the SVG module. | Suneel BS | 2009-06-22 | 1 | -0/+34 |
| | | | | | | | Autotest added by Kim. Task-number: 204686 Reviewed-by: Kim | ||||
* | Update license headers as requested by the marketing department. | Jason McDonald | 2009-06-16 | 1 | -2/+2 |
| | | | | Reviewed-by: Trust Me | ||||
* | Removed usage of NaN in SVG gradients. | Kim Motoyoshi Kalland | 2009-04-03 | 1 | -0/+11 |
| | | | | | | | | | | | | | | 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/+564 |