summaryrefslogtreecommitdiffstats
path: root/src/svg
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.6'Thiago Macieira2009-08-241-12/+9
|\
| * Merge branch '4.5' into 4.6Thiago Macieira2009-08-241-12/+9
| |\
| | * Make assorted constructors follow good coding practiceKeith Isdale2009-08-241-2/+4
| | * Prevented crash when parsing viewBox attribute valueStian Sandvik Thomassen2009-08-241-9/+9
| | * Fixed crash in QtSvg caused by division by zero in animation code.Kim Motoyoshi Kalland2009-08-191-4/+7
| | * Update license headers.Jason McDonald2009-08-1122-22/+22
| * | Fixed SVG stroke attributes to work with 'use' tags.Kim Motoyoshi Kalland2009-08-247-309/+433
* | | Fixed SVG stroke attributes to work with 'use' tags.Kim Motoyoshi Kalland2009-08-247-309/+433
* | | Warning --Alexis Menard2009-08-241-1/+1
|/ /
* | Merge commit 'qt/master'Jason Barron2009-08-204-41/+126
|\ \
| * | Improved support for SVG animation.Kim Motoyoshi Kalland2009-08-203-80/+81
| * | Fixed crash in QtSvg caused by division by zero in animation code.Kim Motoyoshi Kalland2009-08-201-4/+7
| * | Fix for SVG animate-transform when additive = "replace".Suneel BS2009-08-203-19/+99
| * | Changed QSvgPaintEngine::drawImage() to ignore aspect ratio.Kim Motoyoshi Kalland2009-08-201-1/+2
* | | Merge commit 'qt/master'Jason Barron2009-08-188-13/+15
|\| |
| * | Restructure the documentation, both on a file and on a content level.Volker Hilsheimer2009-08-174-4/+3
| * | Initialize QSvgTinyDocument::m_widthPercent and m_heightPercent.Kim Motoyoshi Kalland2009-08-171-4/+6
| * | More coverity warnings removedThierry Bastian2009-08-171-1/+3
| * | Use LIBS_PRIVATE on Mac and X11.Thiago Macieira2009-08-171-1/+1
| * | Fixed compile.Rohan McGovern2009-08-151-1/+1
| * | QVariant: more work on avoinding conversion between float and doublesThierry Bastian2009-08-141-4/+3
* | | Merge commit 'qt/master'Jason Barron2009-08-1322-22/+22
|\| |
| * | Update contact URL in license headers.Jason McDonald2009-08-1222-22/+22
* | | Rename Q_DECLARE_SCOPED_PRIVATE back to Q_DECLARE_PRIVATEHarald Fernengel2009-08-065-5/+5
* | | Merge commit 'origin/master'Jason Barron2009-08-045-5/+5
|\ \ \
| * | | Squashed commit of the topic/exceptions branch.Harald Fernengel2009-08-035-5/+5
* | | | Merge commit 'qt/master-stable'Jason Barron2009-08-046-648/+490
|\ \ \ \ | | |/ / | |/| |
| * | | Warning --Alexis Menard2009-08-031-2/+2
| * | | Fixed font attribute inheritence, text and textArea elements in QtSvg.Kim Motoyoshi Kalland2009-07-306-701/+473
| * | | Added support for 'vector-effect' in QtSvg.Kim Motoyoshi Kalland2009-07-301-82/+150
| * | | Port of Qt to QNXHarald Fernengel2009-07-291-0/+2
| * | | Port of Qt to VxWorksRobert Griebl2009-07-291-1/+1
* | | | Merge commit 'qt/master-stable'Jason Barron2009-07-274-152/+283
|\| | | | |/ / |/| |
| * | Fixed inheritence of SVG 'use' element fill attributes.Kim Motoyoshi Kalland2009-07-213-28/+36
| * | Fix compiler warning about initialization orderhjk2009-07-211-2/+2
| * | Fixed handling of some SVG attributes when value is invalid.Suneel BS2009-07-091-14/+34
| * | Fixed inheritence of SVG fill attributes.Suneel BS2009-07-093-35/+64
| * | Fixed inheritance of some attributes in SVG.Suneel BS2009-07-014-96/+170
* | | Merge commit 'qt/master-stable' into 4.6-mergedJason Barron2009-06-3022-113/+200
|\| |
| * | Fixed bug in the SVG module where display="none" was not respected.Suneel BS2009-06-222-53/+57
| * | Fixed forward gradient reference in the SVG module.Suneel BS2009-06-223-10/+75
| * | Fixed path bug in the SVG module.Suneel BS2009-06-221-0/+10
| * | Clamped opacity to the range [0, 1] in the SVG module.Suneel BS2009-06-221-7/+7
| * | Fixed fill-rule for polygon SVG element.Suneel BS2009-06-223-3/+10
| * | Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-06-181-0/+1
| |\|
| | * Fixed a problem with QSvgRenderer::animationDuration().Trond Kjernåsen2009-06-181-0/+1
| * | Merge license header changes from 4.5Volker Hilsheimer2009-06-1622-44/+44
| |\|
| | * Update license headers as requested by the marketing department.Jason McDonald2009-06-1622-44/+44
* | | Merge commit 'qt/master-stable' into 4.6-stableJason Barron2009-06-254-50/+50
|\| |
| * | improved string operations all over the placeThierry Bastian2009-05-281-40/+37