summaryrefslogtreecommitdiffstats
path: root/src/svg
Commit message (Expand)AuthorAgeFilesLines
* Nokia corp to Digia Plc and contact info changesjutaipal2012-12-052-4/+4
* Change copyrights from Nokia to Digia.Marko Valtanen2012-11-3022-502/+524
* Update licenseheader text in source filesJyri Tahtela2011-05-1322-374/+374
* Handle uppercase 'E' when parsing numbers in SVGs.Kim Motoyoshi Kalland2011-04-201-1/+1
* Update copyright year to 2011.Jason McDonald2011-01-1122-22/+22
* Fixed parsing of SVGs with absolute font sizes.Kim Motoyoshi Kalland2010-09-301-1/+32
* Fix static build on Windows with MinGW.Mark Brand2010-08-301-1/+1
* Fix the smallFont test failure for Mac and LinuxAndy Shaw2010-07-221-1/+1
* Ensure that font sizes that are > 0 and < 1 are still respectedAndy Shaw2010-07-211-1/+1
* Consolidate zlib configuration redundancyMark Brand2010-07-021-8/+1
* Updated leading whitespace to make indentation more consistentConstantin Makshin2010-06-101-1/+1
* Updated project files so it is now possible to use "-system-zlib" configurati...Constantin Makshin2010-06-101-1/+3
* doc: Fixed reference to setSize(), which is in QRectF.Martin Smith2010-05-311-2/+4
* Null pointer checkPaul Olav Tvete2010-04-281-1/+1
* Fixed assert failure when trying to load invalid SVG file.Kim Motoyoshi Kalland2010-04-201-1/+8
* Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Olivier Goffart2010-04-161-1/+1
|\
| * Symbol visibility fixes for RVCT4 on SymbianIain2010-04-151-1/+1
* | Fixed rounded SVG rectangles when 'rx' or 'ry' is 0.Kim Motoyoshi Kalland2010-03-111-2/+2
* | Fixed bounds calculation in QtSvg.Kim Motoyoshi Kalland2010-03-0810-226/+173
* | Fixed vector-effect property output from QSvgGenerator.Kim Motoyoshi Kalland2010-03-081-16/+11
|/
* doc: Added \since 4.6 to the properties.Martin Smith2010-02-231-1/+3
* Update copyright year to 2010Jason McDonald2010-01-0722-22/+22
* Merge branch '4.5' into 4.6-stagingThiago Macieira2009-12-181-16/+4
|\
| * Fixed crash when parsing invalid polygons in svgs.Kim Motoyoshi Kalland2009-12-181-16/+4
| * Update license headers again.Jason McDonald2009-09-0822-88/+88
* | Fixed parsing of svg paths.Kim Motoyoshi Kalland2009-12-171-4/+4
* | qreal-izationAleksandar Sasha Babic2009-12-152-6/+6
* | Fixed handling of stroke-dashoffset in the SVG module.Kim Motoyoshi Kalland2009-11-091-1/+4
* | Fixed the SVG paint engine to preserve whitespace when drawing text.Kim Motoyoshi Kalland2009-10-201-0/+1
* | Fixed inheritence of whitespace mode in QtSvg.Kim Motoyoshi Kalland2009-10-051-9/+5
* | Fix warnings on mingwThierry Bastian2009-10-011-0/+2
* | doc: Fixed some qdoc errors.Martin Smith2009-09-151-3/+14
* | Fixed gradient referencing in SVGs.Kim Motoyoshi Kalland2009-09-149-159/+135
* | Fixed white-space handling in the SVG module.Kim Motoyoshi Kalland2009-09-101-10/+13
* | Fixed handling of stop-color="currentColor" in the SVG module.Kim Motoyoshi Kalland2009-09-102-14/+31
* | Make QGraphicsSvgItem a QGraphicsObject.Alexis Menard2009-09-092-15/+11
* | Fixed text positioning in SVGs when using SVG fonts.Kim Motoyoshi Kalland2009-09-091-1/+1
* | Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6Janne Anttila2009-09-0922-88/+88
|\ \
| * | Update license headers again.Jason McDonald2009-09-0922-88/+88
* | | Fixes for compiler warnings reported by RVCTJanne Anttila2009-09-092-22/+9
|/ /
* | Fixed resolving colors of the form "rgb(r,g,b)" in SVGs.Kim Motoyoshi Kalland2009-09-071-10/+13
* | Unbreak static compile (due to symbol conflicts).Ariya Hidayat2009-09-031-21/+21
* | fix warnings on mingwThierry Bastian2009-09-021-0/+1
* | Prospective build fix for SVG parsing.Ariya Hidayat2009-09-021-1/+71
* | Speed-up id look-up for SVG node.Ariya Hidayat2009-09-021-10/+16
* | Faster SVG color parsing by tackling the #rrggbb color early.Ariya Hidayat2009-09-021-31/+47
* | Minor speed-up when parsing SVG color.Ariya Hidayat2009-09-021-20/+34
* | Optimize SVG color decoding.Ariya Hidayat2009-09-021-19/+22
* | Use QStringRef when parsing SVG color opacity.Ariya Hidayat2009-09-021-7/+5
* | Simplify SVG color parsing when the color is opaque.Ariya Hidayat2009-09-021-3/+3