summaryrefslogtreecommitdiffstats
path: root/src/svg
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
| * | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-05-271-1/+1
| |\|
| * | Merge commit 'origin/4.5'Olivier Goffart2009-05-181-3/+12
| |\ \
| * \ \ Merge branch '4.5'Thiago Macieira2009-04-241-0/+1
| |\ \ \
| * \ \ \ Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-04-231-13/+3
| |\ \ \ \
| * | | | | Make sure the cached SVG image node uses the premultiplied format.Trond Kjernåsen2009-04-201-0/+3
| * | | | | Rename qIsFuzzyNull to qFuzzyIsNullBjoern Erik Nilsen2009-04-083-10/+10
| * | | | | Use qIsFuzzyNull rather than the more expensive qFuzzyCompareBjoern Erik Nilsen2009-04-083-10/+10
* | | | | | Make Qt exception safer.Robert Griebl2009-06-103-5/+5
* | | | | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-06-021-1/+1
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | fix warning in QtSvg if qreal == floatJoerg Bornemann2009-05-251-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-05-181-3/+12
|\| | | |
| * | | | Fixed the SVG parser to handle CSS properties with multiple values.Trond Kjernåsen2009-05-181-3/+12
| | |_|/ | |/| |
* | | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-04-275-30/+56
|\| | |
| * | | Fix an issue with SVG gradient rendering.Alexis Menard2009-04-241-0/+1
| | |/ | |/|
| * | Fixes memory leak in QSvgWidget.Rohan McGovern2009-04-231-13/+3
| |/
| * Removed usage of NaN in SVG gradients.Kim Motoyoshi Kalland2009-04-062-3/+5