summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove overridden QSvgIOHandler::name()Shawn Rutledge2020-03-032-10/+0
* Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-03-021-2/+2
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-292-1/+18
|\
| * Restrict nested use nodes processedAllan Sandfeld Jensen2020-02-262-1/+18
* | Add API to enable opt-in aspect ratio feature in QSvgRendererEirik Aavitsland2020-01-284-1/+47
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-281-7/+8
|\ \ | |/
| * Revert the keep-aspectratio feature for 5.14.1v5.14.15.14.1Eirik Aavitsland2020-01-161-7/+8
* | Don't use deprecated QMatrix class anymoreJarek Kobus2020-01-178-30/+67
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-072-10/+10
|\ \ | |/
| * Fix yet another viewbox scaling issue, for render to boundsEirik Aavitsland2020-01-032-10/+10
* | Fix endl usage to contain prefixes and bump version to 6.0.0Alexandru Croitor2019-12-061-26/+26
* | Avoid initializing QFlags with 0 or nullptrFriedemann Kleint2019-11-252-5/+4
|/
* Re-fix scaling when rendering a specific element by idAlessandro Portale2019-11-141-1/+3
* QSvgRenderer: Allow to remove a viewBoxAlessandro Portale2019-11-131-1/+1
* Fix rendering of SVG with translating viewBoxEirik Aavitsland2019-11-111-4/+4
* Small performance improvements suggested by clang-tidyv5.14.0-beta2Albert Astals Cid2019-10-074-4/+4
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-163-2/+5
|\
| * Doc: Replace example file lists with links to code.qt.ioTopi Reinio2019-07-091-0/+1
| * Fix compilation with disabled deprecated APIsSona Kurazyan2019-07-092-2/+4
* | Convert uses of QTime as a timer to QElapsedTimerEdward Welbourne2019-06-132-12/+11
* | Fix rendering of SVGs with viewBoxesSimon Hausmann2019-05-242-9/+34
* | QtSvg: remove deprecated functions and enumerationsChristian Ehrlicher2019-05-271-1/+1
|/
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-273-16/+22
|\
| * Fix stack overflow on indirect self-referralAllan Sandfeld Jensen2019-04-242-9/+15
| * Fix leak in SVG font nodesAllan Sandfeld Jensen2019-04-241-7/+7
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-202-2/+10
|\ \ | |/
| * Merge remote-tracking branch 'origin/5.12.3' into 5.12Qt Forward Merge Bot2019-04-172-2/+10
| |\
| | * Fix crash for recursive gradient referencesEirik Aavitsland2019-04-022-2/+10
* | | Merge remote-tracking branch 'origin/5.12' into 5.13v5.13.0-beta3Qt Forward Merge Bot2019-04-131-0/+7
|\ \ \ | |/ /
| * | Fix assert on misplaced tspan elementAllan Sandfeld Jensen2019-04-121-0/+7
| |/
* | Merge remote-tracking branch 'origin/5.12' into 5.13v5.13.0-beta1Qt Forward Merge Bot2019-03-092-3/+16
|\ \ | |/
| * Fix IRI parsing, and use after freeAllan Sandfeld Jensen2019-03-042-3/+16
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-022-5/+16
|\ \ | |/
| * Fix heap overflow in path parsingAllan Sandfeld Jensen2019-03-011-1/+1
| * Don't leak nodes on parsing failuresAllan Sandfeld Jensen2019-02-272-4/+15
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-093-11/+11
|\ \ | |/
| * Fix QSvgRenderer incorrect render of svg:imageDavid Crémoux2019-02-063-11/+11
* | Fix deprecation warningsv5.13.0-alpha1Friedemann Kleint2019-02-051-1/+1
|/
* Allow <style> without type attributeChih-Hsuan Yen2019-01-291-1/+1
* Consider relative path in image tagsLars Schmertmann2018-11-302-5/+20
* 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