summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Regenerate qtsvgwip/cmakeAlexandru Croitor2020-02-124-9/+18
* Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2020-02-1210-56/+108
|\
| * Get rid of QMatrixJarek Kobus2020-02-062-33/+0
| * 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
* | Regenerate projectsAlexandru Croitor2019-11-154-17/+61
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-10-154-4/+4
|\ \
| * \ Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-154-4/+4
| |\ \ | | |/
| | * Small performance improvements suggested by clang-tidyv5.14.0-beta2Albert Astals Cid2019-10-074-4/+4
* | | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-08-157-25/+38
|\ \ \ | |/ /
| * | Merge remote-tracking branch 'origin/dev' into wip/qt6Alexandru Croitor2019-08-115-14/+16
| |\ \ | | |/
| | * 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
* | | | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-06-179-74/+144
|\ \ \ \ | |/ / /
| * | | Fix endl usage to contain prefixes and bump version to 6.0.0Alexandru Croitor2019-06-141-26/+26
| |/ /
| * | 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
| |/
* | cmake: Initial CMake build system supportKevin Funk2019-05-037-0/+101
|/
* 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
|\