42 Commits

Author SHA1 Message Date
Nyall Dawson
709b47e11c Followup b81933e fix other symbols with paths out of viewport 2015-11-15 14:45:34 +11:00
Nyall Dawson
06c2190e3d Remove default outline-width param from included SVGs if
default value is non 0

using the monstrosity:
zerowidth='!0'; grep -R -rl -P "\"param\(outline-width\) (?${zerowidth})(.*?)\"" | xargs sed -i -b 's/\(param(outline-width)\)[^"]*"/\1\"/g'

(fix #10908)
2015-10-12 07:49:41 +11:00
Nyall Dawson
be6faef0fc Remove default outline param from included SVG files if default is #000
using:
grep -R -rl \"param\(outline\)[[:space:]]*#000\" | xargs sed -i -b 's/\(param(outline)\)\s*#000"/\1\"/g'

(refs #10908)
2015-10-12 07:49:41 +11:00
Nyall Dawson
66e6f399c4 Remove default fill param from included SVG files if default is #FFF
using:
grep -R -rl \"param\(fill\)[[:space:]]*#FFF\" | xargs sed -i -b 's/\(param(fill)\)\s*#FFF"/\1\"/g'

(refs #10908)
2015-10-12 07:49:41 +11:00
Nyall Dawson
a784d6bc3d If svg files with params do not have a default value set, then don't
reset the fill/border color and border width when changing svg
marker/svg fill SVG files

This change makes the behaviour consistent between the svg marker
symbol and the other marker symbols. Additionally, svg files
which have customisable colors and NO default values set will
be shaded in gray fill/black outline in the svg selector widget,
to follow the same behaviour as the other marker symbol selectors.

Note that this change has NO EFFECT unless the svg files are
modified to remove the default param value, so there will be no
change for users' custom symbols. A follow up commit will need
to remove the default param values from the preinstalled SVG
files though. If you want to test in the meantime, I've modified
just the first two symbols in the accomodation group to make
this change for testing.

(refs #10908)
2015-10-11 23:00:01 +11:00
Martin Dobias
b81933ee56 Fixed fish and alcohol SVG files (fixes #12948)
Both SVGs had an extra path out of specified bounds which was getting
clipped out when rendering to canvas, but not in other places.
2015-06-18 11:14:38 +08:00
Nyall Dawson
d1cdc2085c Add north arrow variants without text 2014-06-03 20:42:42 +10:00
Antonio Locandro
44c6231bec North_Arrows
Additional arrows, including without Letter Marks and Surveying with
Declination
2014-06-03 20:42:42 +10:00
Antonio Locandro
f69ed7d63e North Arrows SVG
Adds 3 additional SVG North Arrows symbols to expand the current limited
selection
2014-05-19 14:08:14 -06:00
anitagraser
1399c6ed07 fixed SVG markersto work with anchor point=bottom 2014-04-05 22:24:07 +02:00
Tim Sutton
cb6f8cc7d1 Added some red and blue point markers. 2013-09-21 18:28:37 +02:00
Juergen E. Fischer
ff7aaba323 make QgsCompositionChecker less forgiving and readd a svg used in tests (fixes #7731) 2013-07-13 21:11:33 +02:00
olivierdalang
211a090c61 SVG : some more backgrounds again 2013-04-29 20:36:07 +00:00
olivierdalang
f9386d9786 SVG : forgot some 2013-04-29 20:31:42 +00:00
olivierdalang
31a77cd403 SVG : added some backgrounds 2013-04-29 19:53:08 +00:00
olivierdalang
4dcc0823eb SVG : separate arrows and wind roses 2013-04-29 19:53:07 +00:00
olivierdalang
514fe886c2 SVG : manual correction of GPS icon 2013-04-29 19:53:07 +00:00
olivierdalang
33926aa1ad SVG : clean arrows
Conflicts:
	images/svg/north_arrows/NorthArrow1.svg
	images/svg/north_arrows/NorthArrow10.svg
	images/svg/north_arrows/NorthArrow11.svg
	images/svg/north_arrows/NorthArrow12.svg
	images/svg/north_arrows/NorthArrow13.svg
	images/svg/north_arrows/NorthArrow14.svg
	images/svg/north_arrows/NorthArrow15.svg
	images/svg/north_arrows/NorthArrow16.svg
	images/svg/north_arrows/NorthArrow2.svg
	images/svg/north_arrows/NorthArrow4.svg
	images/svg/north_arrows/NorthArrow5.svg
	images/svg/north_arrows/NorthArrow6.svg
	images/svg/north_arrows/NorthArrow_blackgreenblack.svg
	images/svg/north_arrows/NorthArrow_blackwhiteblack.svg
	images/svg/north_arrows/NorthArrow_blackyellowblack.svg
	images/svg/north_arrows/NorthArrow_bluegreenblue.svg
	images/svg/north_arrows/NorthArrow_source.svg
	images/svg/north_arrows/default.svg
	images/svg/north_arrows/north-arrow_0_qgis_decoration.svg
	images/svg/north_arrows/north-arrow_10_with_map_layers.svg
	images/svg/north_arrows/north-arrow_11_simple_corner.svg
	images/svg/north_arrows/north-arrow_12_triangular_arrows_with_worldmap.svg
	images/svg/north_arrows/north-arrow_13_checkerboard_earth.svg
	images/svg/north_arrows/north-arrow_14_steering_wheel.svg
	images/svg/north_arrows/north-arrow_15_checkerboard_corner_arrows.svg
	images/svg/north_arrows/north-arrow_16_corner_arrows_unfilled_with_circle.svg
	images/svg/north_arrows/north-arrow_17_corner_n_e.svg
	images/svg/north_arrows/north-arrow_1_simple_half_arrow.svg
	images/svg/north_arrows/north-arrow_2_simple_half_arrow.svg
	images/svg/north_arrows/north-arrow_3_simple_symmetric_triangular.svg
	images/svg/north_arrows/north-arrow_4_double_arrow.svg
	images/svg/north_arrows/north-arrow_5_arrow_in_circle_small_n.svg
	images/svg/north_arrows/north-arrow_6_unfilled_big_arrow_symmetric.svg
	images/svg/north_arrows/north-arrow_7_big_circle_with_small_arrow_unfilled_n.svg
	images/svg/north_arrows/north-arrow_8_checkered.svg
	images/svg/north_arrows/north-arrow_9_half_arrow_unfilled.svg
2013-04-29 19:53:06 +00:00
olivierdalang
c15768bf0a SVG : add parameters 2013-04-29 19:53:05 +00:00
olivierdalang
1ca02c8e13 SVG : add a directory for crosses 2013-04-29 19:53:04 +00:00
olivierdalang
d3a988ba91 SVG : remove backgrounds, harmonize coulours, harmonize sizes, and add some symbols 2013-04-29 19:53:03 +00:00
olivierdalang
b6958fdfb0 SVG : remove some old-looking svg 2013-04-29 19:53:02 +00:00
Larry Shaffer
b809723977 [FEATURE] Add background shapes and svg symbols to labels
- Rectangle, square, circle and ellipse generated symbols
- SVG background via new symbology, so uses cache
- Add new gui class QgsSvgSelectorWidget, symbol selector setup culled from symbologyV2
- Does not include any associated data defined mappings, yet
- Does not auto-search for missing SVGs, yet
- Caveat: does not currently account for background size in PAL collision calculations (overlaps occur)
- Allow direct update of QgsColorButton background
2013-04-04 15:38:27 -06:00
Larry Shaffer
e38b2222ab Add SVG symbol of QGIS north arrow decoration (provided by ramon)
- Feature request #6814
- Converted 'N' text to path and centered
2012-12-11 19:42:46 -07:00
Marco Hugentobler
ae6fb04fea small tweak to svg file 2011-06-29 17:23:21 +02:00
Marco Hugentobler
3ca74587eb Added svg parameters to marker files 2011-06-29 11:42:26 +02:00
jef
cf578ef78e remove .cvsignore files
git-svn-id: http://svn.osgeo.org/qgis/trunk@14165 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-08-28 22:35:41 +00:00
timlinux
81dd9405d8 Added SJJB icons - see http://www.sjjb.co.uk/mapicons/introduction
git-svn-id: http://svn.osgeo.org/qgis/trunk@14131 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-08-23 14:40:16 +00:00
timlinux
5d09df1691 Tidy up north arrows
git-svn-id: http://svn.osgeo.org/qgis/trunk@13978 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-07-29 01:21:25 +00:00
jef
1541ff5225 update permissions
git-svn-id: http://svn.osgeo.org/qgis/trunk@13463 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-05-10 18:52:30 +00:00
pcav
af67563218 Updating cleaned north arrows - thanks Andreas Neumann, and updating all GRASS icons: smaller, slicker, and transparent (UI still to be adjusted)
git-svn-id: http://svn.osgeo.org/qgis/trunk@12049 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-11-09 09:15:02 +00:00
pcav
bc4457da72 Added 50 more North arrow, made and donated by Silvio Grosso
git-svn-id: http://svn.osgeo.org/qgis/trunk@11982 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-11-07 20:37:36 +00:00
jef
44b7fd348a fix more line endings
git-svn-id: http://svn.osgeo.org/qgis/trunk@11650 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-09-13 10:49:37 +00:00
timlinux
aa076d59e9 Added svg symbols from Matt Amos (with his permission)
git-svn-id: http://svn.osgeo.org/qgis/trunk@9903 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-12-28 03:40:47 +00:00
timlinux
d59294e5d2 Added north arrows contributed by Nikos Alexandris <nikos.alexandris @ uranus.uni-freiburg.de>
git-svn-id: http://svn.osgeo.org/qgis/trunk@9643 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-11-15 21:03:52 +00:00
timlinux
8a55d7f241 Merge renderer branch to trunk r7761:7920
git-svn-id: http://svn.osgeo.org/qgis/trunk@7922 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-01-10 22:38:05 +00:00
timlinux
017f965798 Removal of automake infrastructure - CMAKE will be the official build system from here forward
git-svn-id: http://svn.osgeo.org/qgis/trunk@7086 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-07-25 20:00:26 +00:00
wonder
46a2d125a2 Merged refactoring branch back to trunk.
git-svn-id: http://svn.osgeo.org/qgis/trunk@6415 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-01-09 02:39:15 +00:00
g_j_m
ba52dcf24c Apply icon mods and additions as in ticket #315.
git-svn-id: http://svn.osgeo.org/qgis/trunk@5901 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-10-01 08:21:40 +00:00
timlinux
3b52d01ee9 Get rid of some of these new svgs until they can be properly supported in qt4.1
git-svn-id: http://svn.osgeo.org/qgis/trunk@4741 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-24 22:21:08 +00:00
timlinux
814bf697b1 Added some icons from the open clipart project
git-svn-id: http://svn.osgeo.org/qgis/trunk@4728 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-24 02:41:54 +00:00
timlinux
ef715a8e0e Moved images svg themes and resources out of src/
Moved svg and themes into images dir
Tidy up to configure.in


git-svn-id: http://svn.osgeo.org/qgis/trunk@4492 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-07 02:25:11 +00:00