summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix parsing of forward referrals in use elementsEirik Aavitsland2018-08-203-15/+55
* Migrate QSvgHandler to use QRegularExpressionSamuel Gaist2018-08-121-11/+11
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-07-311-5/+6
|\
| * Fix crash when parsing malformed url referenceEirik Aavitsland2018-07-301-5/+6
* | Fix transformation of gradients for svg objectBoundingBox coordinatesEirik Aavitsland2018-06-292-2/+2
* | Make svg icons work as pixmap iconsThorbjørn Martsum2018-06-111-25/+70
* | SVG image handler: catch and warn about QImage allocation failureEirik Aavitsland2018-05-221-1/+6
|/
* Interpret width or height specified in percent as relative to viewportFrederik Christiani2018-04-301-3/+6
* Fix rotate animation freezing in wrong positionv5.11.0-beta4Friedemann Kleint2018-04-111-1/+1
* QSvgHandler: Change some usages of QString to QStringRefFriedemann Kleint2018-02-271-57/+54
* Fix warning when encountering font-size="none"Friedemann Kleint2018-02-271-27/+51
* Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-121-1/+1
|\
| * MSVC: Don't set a DLL base address for 64-bit5.10Thiago Macieira2018-01-241-1/+1
* | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-201-1/+1
|\ \ | |/
| * svgiconengine: Fix isNull() for deserialized iconsPalo Kisa2018-01-101-1/+1
* | Port away from QRegion::rects()Marc Mutz2017-12-051-2/+1
* | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-2013-43/+78
|\ \ | |/
| * Merge remote-tracking branch 'origin/5.9' into 5.10v5.10.0-rc3v5.10.0-rc2v5.10.0-rc1v5.10.05.10.0Liang Qi2017-11-154-1/+18
| |\
| | * Fix crash on recursive self-referral in <use> elementEirik Aavitsland2017-11-154-1/+18
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-3011-42/+60
| |\ \ | | |/
| | * Fix outdated FDL license headerv5.9.35.9.3Kai Koehne2017-10-173-15/+15
| | * Fix outdated BSD license headerKai Koehne2017-10-173-9/+39
| | * Avoid possible detachingAndré Klitzing2017-10-101-2/+2
| | * Remove unused variablesAndré Klitzing2017-10-062-11/+0
| | * Add missing emitAndré Klitzing2017-10-061-1/+1
| | * Return correct PdmDevicePixelRatioScaled metricAles Erjavec2017-10-041-1/+2
| | * Remove inaccurate statement about using setSize() from the documentationv5.9.25.9.2Andy Shaw2017-08-231-3/+1
* | | Replace Q_NULLPTR with nullptrKevin Funk2017-09-273-9/+9
|/ /
* | Merge remote-tracking branch 'origin/5.9' into devv5.10.0-beta3v5.10.0-beta2v5.10.0-beta1v5.10.0-alpha1Liang Qi2017-08-152-4/+5
|\ \ | |/
| * Fix matrix multiplication in parseTransformationMatrix()Christoph Stein2017-07-031-3/+3
| * Do not reallocate memory for QImageAllan Sandfeld Jensen2017-06-201-1/+2
* | Fix table-row-group in displayStringToEnumRobert Loehning2017-06-071-1/+1
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-071-6/+5
|\ \ | |/
| * Correctly parse the stroke-dasharray attributesAndy Shaw2017-05-301-6/+5
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-219-95/+182
|\ \ | |/
| * Merge remote-tracking branch 'origin/5.8' into 5.9v5.9.0-beta4v5.9.0-beta3Liang Qi2017-04-181-1/+1
| |\
| | * QSvgIconEngine: Paint correct size if device pixel ratio is fractional5.8Błażej Szczygieł2017-03-271-1/+1
| * | Fix warnings for -no-feature-cssparserv5.9.0-beta2v5.9.0-beta1Nikita Krupenko2017-03-291-2/+4
| * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-104-63/+47
| |\ \ | | |/
| | * Merge remote-tracking branch 'origin/5.8.0' into 5.8Liang Qi2017-01-264-63/+47
| | |\
| | | * Document 3rd party code using new setupv5.8.0-rc1v5.8.05.8.0Kai Koehne2016-12-074-63/+47
| * | | Fix radial gradient brushes in svg generatorEirik Aavitsland2017-02-141-1/+1
| * | | Add support for pattern brushes to svg generatorEirik Aavitsland2017-02-141-1/+63
| * | | Fix svg generation for non-normalized rectanglesEirik Aavitsland2017-02-141-1/+1
| * | | Improve the error messages of QSvgHandlerv5.9.0-alpha1Friedemann Kleint2017-02-021-14/+47
| * | | Introduce logging category "qt.svg"Friedemann Kleint2017-02-023-22/+28
* | | | Implement QIcon::isNull support for QtSVG IconsDavid Edmundson2017-04-042-0/+9
|/ / /
* | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-251-0/+4
|\ \ \ | |/ /
| * | Paint the background if one has been set via a stylesheet for the widgetAndy Shaw2017-01-051-0/+4
* | | Use defaultSize according to svg standard in svg pluginLars Schmertmann2017-01-041-1/+1
|/ /