| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed parsing of SVGs with absolute font sizes. | Kim Motoyoshi Kalland | 2010-09-30 | 1 | -1/+32 |
|
|
* | Fix static build on Windows with MinGW. | Mark Brand | 2010-08-30 | 1 | -1/+1 |
|
|
* | Fix the smallFont test failure for Mac and Linux | Andy Shaw | 2010-07-22 | 1 | -1/+1 |
|
|
* | Ensure that font sizes that are > 0 and < 1 are still respected | Andy Shaw | 2010-07-21 | 1 | -1/+1 |
|
|
* | Consolidate zlib configuration redundancy | Mark Brand | 2010-07-02 | 1 | -8/+1 |
|
|
* | Updated leading whitespace to make indentation more consistent | Constantin Makshin | 2010-06-10 | 1 | -1/+1 |
|
|
* | Updated project files so it is now possible to use "-system-zlib" configurati... | Constantin Makshin | 2010-06-10 | 1 | -1/+3 |
|
|
* | doc: Fixed reference to setSize(), which is in QRectF. | Martin Smith | 2010-05-31 | 1 | -2/+4 |
|
|
* | Null pointer check | Paul Olav Tvete | 2010-04-28 | 1 | -1/+1 |
|
|
* | Fixed assert failure when trying to load invalid SVG file. | Kim Motoyoshi Kalland | 2010-04-20 | 1 | -1/+8 |
|
|
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6 | Olivier Goffart | 2010-04-16 | 1 | -1/+1 |
|\ |
|
| * | Symbol visibility fixes for RVCT4 on Symbian | Iain | 2010-04-15 | 1 | -1/+1 |
|
|
* | | Fixed rounded SVG rectangles when 'rx' or 'ry' is 0. | Kim Motoyoshi Kalland | 2010-03-11 | 1 | -2/+2 |
|
|
* | | Fixed bounds calculation in QtSvg. | Kim Motoyoshi Kalland | 2010-03-08 | 10 | -226/+173 |
|
|
* | | Fixed vector-effect property output from QSvgGenerator. | Kim Motoyoshi Kalland | 2010-03-08 | 1 | -16/+11 |
|/ |
|
* | doc: Added \since 4.6 to the properties. | Martin Smith | 2010-02-23 | 1 | -1/+3 |
|
|
* | Update copyright year to 2010 | Jason McDonald | 2010-01-06 | 22 | -22/+22 |
|
|
* | Merge branch '4.5' into 4.6-staging | Thiago Macieira | 2009-12-18 | 1 | -16/+4 |
|\ |
|
| * | Fixed crash when parsing invalid polygons in svgs. | Kim Motoyoshi Kalland | 2009-12-18 | 1 | -16/+4 |
|
|
| * | Update license headers again. | Jason McDonald | 2009-09-08 | 22 | -88/+88 |
|
|
* | | Fixed parsing of svg paths. | Kim Motoyoshi Kalland | 2009-12-17 | 1 | -4/+4 |
|
|
* | | qreal-ization | Aleksandar Sasha Babic | 2009-12-15 | 2 | -6/+6 |
|
|
* | | Fixed handling of stroke-dashoffset in the SVG module. | Kim Motoyoshi Kalland | 2009-11-09 | 1 | -1/+4 |
|
|
* | | Fixed the SVG paint engine to preserve whitespace when drawing text. | Kim Motoyoshi Kalland | 2009-10-20 | 1 | -0/+1 |
|
|
* | | Fixed inheritence of whitespace mode in QtSvg. | Kim Motoyoshi Kalland | 2009-10-05 | 1 | -9/+5 |
|
|
* | | Fix warnings on mingw | Thierry Bastian | 2009-10-01 | 1 | -0/+2 |
|
|
* | | doc: Fixed some qdoc errors. | Martin Smith | 2009-09-15 | 1 | -3/+14 |
|
|
* | | Fixed gradient referencing in SVGs. | Kim Motoyoshi Kalland | 2009-09-14 | 9 | -159/+135 |
|
|
* | | Fixed white-space handling in the SVG module. | Kim Motoyoshi Kalland | 2009-09-10 | 1 | -10/+13 |
|
|
* | | Fixed handling of stop-color="currentColor" in the SVG module. | Kim Motoyoshi Kalland | 2009-09-10 | 2 | -14/+31 |
|
|
* | | Make QGraphicsSvgItem a QGraphicsObject. | Alexis Menard | 2009-09-09 | 2 | -15/+11 |
|
|
* | | Fixed text positioning in SVGs when using SVG fonts. | Kim Motoyoshi Kalland | 2009-09-09 | 1 | -1/+1 |
|
|
* | | Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6 | Janne Anttila | 2009-09-09 | 22 | -88/+88 |
|\ \ |
|
| * | | Update license headers again. | Jason McDonald | 2009-09-09 | 22 | -88/+88 |
|
|
* | | | Fixes for compiler warnings reported by RVCT | Janne Anttila | 2009-09-09 | 2 | -22/+9 |
|/ / |
|
* | | Fixed resolving colors of the form "rgb(r,g,b)" in SVGs. | Kim Motoyoshi Kalland | 2009-09-07 | 1 | -10/+13 |
|
|
* | | Unbreak static compile (due to symbol conflicts). | Ariya Hidayat | 2009-09-03 | 1 | -21/+21 |
|
|
* | | fix warnings on mingw | Thierry Bastian | 2009-09-02 | 1 | -0/+1 |
|
|
* | | Prospective build fix for SVG parsing. | Ariya Hidayat | 2009-09-02 | 1 | -1/+71 |
|
|
* | | Speed-up id look-up for SVG node. | Ariya Hidayat | 2009-09-02 | 1 | -10/+16 |
|
|
* | | Faster SVG color parsing by tackling the #rrggbb color early. | Ariya Hidayat | 2009-09-02 | 1 | -31/+47 |
|
|
* | | Minor speed-up when parsing SVG color. | Ariya Hidayat | 2009-09-02 | 1 | -20/+34 |
|
|
* | | Optimize SVG color decoding. | Ariya Hidayat | 2009-09-02 | 1 | -19/+22 |
|
|
* | | Use QStringRef when parsing SVG color opacity. | Ariya Hidayat | 2009-09-02 | 1 | -7/+5 |
|
|
* | | Simplify SVG color parsing when the color is opaque. | Ariya Hidayat | 2009-09-02 | 1 | -3/+3 |
|
|
* | | Speed-up parsing of SVG path data. | Ariya Hidayat | 2009-09-01 | 1 | -117/+127 |
|
|
* | | Use QStringRef when parsing SVG transformation matrix. | Ariya Hidayat | 2009-09-01 | 1 | -8/+31 |
|
|
* | | Minor improvement when parsing matrix transformation in SVG. | Ariya Hidayat | 2009-08-31 | 1 | -1/+24 |
|
|
* | | Speed-up floating-point decoding for SVG parsing. | Ariya Hidayat | 2009-08-31 | 1 | -4/+11 |
|
|
* | | Faster cut-off when SVG "display" attribute is not explicitly set. | Ariya Hidayat | 2009-08-31 | 1 | -2/+3 |
|
|