Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Update version to 0.7.9.10
Deprecated use of Q3Picture for marker symbols as part of the qt4 porting effort. Markers are now loaded and renderered using the new QSvgRenderer that came with qt 4.1 onto a qpixmap. QgsSvgCache now stores these pixmaps intead of q3pictures. Changed miscellanious other classes to deal wiht the knock-on effect of this cahnge. A benifit of this change is that svgs are now rendered properly (overlooking caveaat below) and that the resampling code that was used to overcome poor svg scaling in qpitcure in qt3 is no longer used. Also we are able to support a richer subset of the svg format including possibility for animated svg in the future. NOTE: there is still a small renderning issue where the background of the svg and various other small issues - these will be fixed in follow up commits git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4721 c8812cc2-4d05-0410-92ff-de0c093fc19c
- Loading branch information
timlinux
committed
Jan 23, 2006
1 parent
9a8da19
commit a202efe
Showing
21 changed files
with
232 additions
and
324 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.