]> git.street.me.uk Git - andy/viking.git/commit
Show Map License information for each map type only once.
authorRob Norris <rw_norris@hotmail.com>
Sun, 15 Sep 2013 13:16:59 +0000 (14:16 +0100)
committerRob Norris <rw_norris@hotmail.com>
Fri, 27 Sep 2013 22:22:54 +0000 (23:22 +0100)
commitb03ae39b446d5f83164173ffc6da8e47219c6a2b
tree6fd4990c5107891216b10cdebca441c47931c1bd
parent4f5565084ec6bde23ee526cde051de240d3fc87e
Show Map License information for each map type only once.

Instead of showing the license each time a map type is added,
 save the map types already used into the Viking settings and only display when a new map type is used.
Settings is extended to handle integer lists to achieve this.

Capture changing the map type in the map layer properties which it did not do previously.

Also make the map license information available all of the time from the map layer right click menu.
src/dialog.c
src/settings.c
src/settings.h
src/viklayer.c
src/vikmapslayer.c
src/vikmapslayer.h
src/vikwindow.c