summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove inaccurate statement about using setSize() from the documentationv5.9.25.9.2Andy Shaw2017-08-231-3/+1
* Fix matrix multiplication in parseTransformationMatrix()Christoph Stein2017-07-031-3/+3
* Merge remote-tracking branch 'origin/5.9.1' into 5.9Liang Qi2017-06-301-0/+28
|\
| * Add changes file for 5.9.1v5.9.15.9.1Jani Heikkinen2017-06-201-0/+28
* | Bump versionOswald Buddenhagen2017-06-301-1/+1
* | Update binary compatibility files for Qt5.9.0 for QtSvgMilla Pohjanheimo2017-06-301-0/+19016
* | Do not reallocate memory for QImageAllan Sandfeld Jensen2017-06-201-1/+2
|/
* Merge remote-tracking branch 'origin/5.9.0' into 5.9Liang Qi2017-05-311-0/+36
|\
| * Add changes file for 5.9.0v5.9.0-rc2v5.9.0-rc1v5.9.05.9.0Jani Heikkinen2017-05-081-0/+36
* | Correctly parse the stroke-dasharray attributesAndy Shaw2017-05-301-6/+5
* | Bump versionOswald Buddenhagen2017-05-101-1/+1
|/
* 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-108-66/+19046
|\ \ | |/
| * Fix building of examples without bearermanagenementUlf Hermann2017-03-072-2/+2
| * Use the "process" feature to determine if QProcess is availableUlf Hermann2017-03-061-1/+1
| * Binary compatibility file for qtsvg (5.8.0)Milla Pohjanheimo2017-02-031-0/+18996
| * 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-142-3/+3
* | | Add support for pattern brushes to svg generatorEirik Aavitsland2017-02-142-1/+105
* | | 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
* | | 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
| * | Bump versionOswald Buddenhagen2017-01-031-1/+1
* | | Use defaultSize according to svg standard in svg pluginLars Schmertmann2017-01-0418-1/+195
* | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-1234-203/+206
|\ \ \ | |/ /
| * | Add missing override and remove redundant virtualAlexander Volkov2016-12-068-101/+101
| * | Examples: Add missing override and remove redundant virtualAlexander Volkov2016-12-0614-42/+42
| |/
| * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-2611-58/+61
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.75.7Liang Qi2016-11-248-13/+32
| | |\
| | | * Use separate metadata files for plugins if QT_NO_COMPRESS is definedAlexander Volkov2016-11-105-0/+16
| | | * Imageformat plugin: Add mime type "image/svg+xml-compressed"Alexander Volkov2016-11-101-1/+1
| | | * remove dependencies from sync.profileOswald Buddenhagen2016-11-061-10/+0
| | | * Ignore .svgz images unless compression is enabledAlexander Volkov2016-10-272-2/+15
| | * | Remove unused methods from plugin classes5.7.1Alexander Volkov2016-11-112-16/+0
| | * | Add missing 'override' keyword to pluginsAlexander Volkov2016-11-114-18/+18
| | * | Replace Q_DECL_OVERRIDE by overrideAlexander Volkov2016-11-101-11/+11
| * | | Fix checking for feature 'imageformatplugin' in pluginsFriedemann Kleint2016-11-241-2/+2
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-09-2110-48/+37562
|\ \ \ \ | |/ / /
| * | | Merge remote-tracking branch 'origin/5.7' into 5.8v5.8.0-beta1Liang Qi2016-09-193-19/+37519
| |\ \ \ | | |/ /
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7v5.7.1Liang Qi2016-09-172-1/+18525
| | |\ \ | | | |/
| | | * Fix UB (signed overflow) in QSvgIconEnginePrivate::pmcKey()Marc Mutz2016-09-091-1/+1
| | | * BC data files for QtSvg for Qt 5.6Milla Pohjanheimo2016-09-051-0/+18524
| | * | BC data files for QtSvg (5.7)Milla Pohjanheimo2016-09-131-0/+18956
| | * | QSvgIconEngine::addFile(): Use QMimeDatabase to determine file typeFriedemann Kleint2016-08-301-18/+38
| * | | QSvgGenerator: prefer QColor::name() over QString::arg() cascadeMarc Mutz2016-09-131-5/+1