]> git.street.me.uk Git - andy/viking.git/log
andy/viking.git
12 years agoRemove Direction Finding from the Help as direction finding via Google services has...
Rob Norris [Fri, 21 Sep 2012 00:05:55 +0000 (01:05 +0100)]
Remove Direction Finding from the Help as direction finding via Google services has been disabled.

12 years agoDisable direction finding via Google services as they no longer support KML output.
Rob Norris [Thu, 20 Sep 2012 19:07:34 +0000 (20:07 +0100)]
Disable direction finding via Google services as they no longer support KML output.

From https://developers.google.com/maps/documentation/directions/ only JSON and some kind of XML
GPSBabel doesn't support GeoJSON and Google Maps XML (google) doesn't seem to work any more either
[http://www.gpsbabel.org/htmldoc-development/fmt_google.html]

12 years agoFix usage of vvp in gpslayer in uploading TRW layer data.
Rob Norris [Wed, 19 Sep 2012 23:51:28 +0000 (00:51 +0100)]
Fix usage of vvp in gpslayer in uploading TRW layer data.

Follow on from commit: 10aa2b84d0a30270ee618057f6d67665177d3fc9

12 years agoIgnore built viking.exe file under Windows.
Rob Norris [Mon, 17 Sep 2012 22:59:53 +0000 (23:59 +0100)]
Ignore built viking.exe file under Windows.

12 years agoFix DEM icon usage following internal rename.
Rob Norris [Mon, 17 Sep 2012 18:41:21 +0000 (19:41 +0100)]
Fix DEM icon usage following internal rename.

Name changed in commit: 79dce0cbecc73aef904c1529467195416c1bfe96

12 years agogit ignore output from make dist
Rob Norris [Fri, 14 Sep 2012 00:25:51 +0000 (01:25 +0100)]
git ignore output from make dist

12 years agogit ignore files generated in the data directory
Rob Norris [Fri, 14 Sep 2012 00:24:29 +0000 (01:24 +0100)]
git ignore files generated in the data directory

12 years agoRemove old and unused src/.depend file
Rob Norris [Fri, 14 Sep 2012 00:08:46 +0000 (01:08 +0100)]
Remove old and unused src/.depend file

12 years agoReduce warnings when compiling on Windows
Rob Norris [Thu, 13 Sep 2012 00:40:38 +0000 (01:40 +0100)]
Reduce warnings when compiling on Windows

12 years agoUpdate ‘gdk_pixbuf_ref’ deprecated functions to the g_object_ref equivalents
Rob Norris [Mon, 27 Aug 2012 21:40:54 +0000 (22:40 +0100)]
Update ‘gdk_pixbuf_ref’ deprecated functions to the g_object_ref equivalents

12 years agoEnsure correct selection of track or waypoint following name usage rework.
Rob Norris [Wed, 19 Sep 2012 00:35:18 +0000 (01:35 +0100)]
Ensure correct selection of track or waypoint following name usage rework.

Follow on from commit: 3d2ad4f8f73e4fad30df83199a83d6e947a88786

Remove usage of selected item name property in the window level as it is now unnecessary.

12 years agoAdd a background block to the track drawing distance to make the text easier to read.
Rob Norris [Fri, 31 Aug 2012 17:23:58 +0000 (18:23 +0100)]
Add a background block to the track drawing distance to make the text easier to read.

12 years agoUse gdk_draw_layout() rather than gdk_draw_string() in track distance drawing
Rob Norris [Fri, 31 Aug 2012 16:23:50 +0000 (17:23 +0100)]
Use gdk_draw_layout() rather than gdk_draw_string() in track distance drawing

12 years agoFix flickering map background when creating a new track and panning the map with...
Rob Norris [Wed, 19 Sep 2012 00:20:16 +0000 (01:20 +0100)]
Fix flickering map background when creating a new track and panning the map with the mouse.

Due to the new way of drawing the next potential trackpoint, the pixmap held becomes invalid when the display is panned.
Thus a way of preventing this update is made by exposing the middle button clicks to the tools when they explicitly request it.
Hence the potential trackpoint drawing is temporarily disabled when the map is panning.

12 years agoRework the create track drawing with a specific GC on which to draw the next potentia...
Rob Norris [Fri, 31 Aug 2012 14:36:40 +0000 (15:36 +0100)]
Rework the create track drawing with a specific GC on which to draw the next potential point.

This means this GC is reset on each update and then redrawn. It also ensures the correct colour is used.
This is more reliable than trying to undraw previous information via the GDK_INVERT method, especially for Windows systems.

12 years agoFix for Debian#685817: Statusbar Update From Thread Instability
Rob Norris [Sat, 15 Sep 2012 00:03:46 +0000 (01:03 +0100)]
Fix for Debian#685817: Statusbar Update From Thread Instability

Move the direct statusbar GTK update from the background thread into a signal to the main thread.
The statusbar update in the main thread is then performed according to GTK scheduler via the idle update mechanism.

12 years agoFix openwindow internal type to match actual usage.
Rob Norris [Sat, 15 Sep 2012 00:17:17 +0000 (01:17 +0100)]
Fix openwindow internal type to match actual usage.

12 years ago[Geotagging] Improve detection of image files having GPS information.
Rob Norris [Thu, 6 Sep 2012 20:14:26 +0000 (21:14 +0100)]
[Geotagging] Improve detection of image files having GPS information.

Encountered some images which have just the EXIF_TAG_GPS_VERSION_ID but nothing else.
So to confirm GPS info, check existance of more EXIF GPS tags (Latitude and Longitude)

Thus when such images are requested for geotagging they won't be erroneously skipped over.

12 years agoFix GPSBabel Dynamic Device List generation on Windows Systems.
Rob Norris [Wed, 5 Sep 2012 23:47:24 +0000 (00:47 +0100)]
Fix GPSBabel Dynamic Device List generation on Windows Systems.

Rework babel_general_convert() to be cross platform and support the progress callback on Windows systems.

Minimize the platform specific code by using g_child_watch_add() for cleanup operations and fdopen() or _fdopen() to access the stdout stream.
The previous Windows version of the function has been removed and now all systems use the same babel_general_convert().

Hence with support of the progress callback, the means the Acquire GPS Device list and Import File With GPSBabel file types will be dynamically generated on Windows.

12 years agoAdd zoom by bounds capability when using the zoom tool and holding the SHIFT key...
Rob Norris [Sun, 26 Aug 2012 13:18:10 +0000 (14:18 +0100)]
Add zoom by bounds capability when using the zoom tool and holding the SHIFT key and left click to select the zoom in area.

Similar to zooming in on the OpenStreetMap default map.

In the zoom tool mode, when the SHIFT key is held down and then left mouse button is pressed it draws a bounding box area on the display.
When the left mouse button is released the zoom is performed on the selected area.

12 years agoEnable zoom tool to recenter the display on the clicked position when the CTRL key...
Rob Norris [Sun, 26 Aug 2012 11:58:38 +0000 (12:58 +0100)]
Enable zoom tool to recenter the display on the clicked position when the CTRL key is held at the same time.

12 years agoMore intuitive zoom actions involving the mouse to retain the location under the...
Rob Norris [Thu, 2 Aug 2012 01:09:04 +0000 (02:09 +0100)]
More intuitive zoom actions involving the mouse to retain the location under the pointer within the viewport bounds.

As per request SF#3547438, which is clearly much better behaviour - since clearly this is the point of interest the user wants to see and thus subsequent zoom requests keep focusing on that area without having to recenter the display.

The modifiers of CTRL+SHIFT and mouse zoom retain keeping the center point in the center (which is in fact a reversal of the previous setting - unlikely to effect many users, as I didn't even know of this feature myself).

Note the keyboard & menu zoom requests always maintain the center point.

12 years ago[Geotagging] Update RPM spec for new dependency.
Rob Norris [Thu, 6 Sep 2012 21:26:48 +0000 (22:26 +0100)]
[Geotagging] Update RPM spec for new dependency.

12 years agoImprove feedback for handling erroneous GPX.
Rob Norris [Thu, 6 Sep 2012 19:35:00 +0000 (20:35 +0100)]
Improve feedback for handling erroneous GPX.

Extend current mechanism for reporting specific file load errors by adding a message for GPX read failures.

12 years ago[Geotagging] Fix SF#3564795: Crashing when attempting to create waypoints from EXIF...
Rob Norris [Wed, 5 Sep 2012 00:15:30 +0000 (01:15 +0100)]
[Geotagging] Fix SF#3564795: Crashing when attempting to create waypoints from EXIF images without enough GPS information.

Don't try and use the returned NULL waypoint!

12 years agoPrevent crashing when attempting to import with GPSBabel a file and not specifying...
Rob Norris [Tue, 4 Sep 2012 22:37:20 +0000 (23:37 +0100)]
Prevent crashing when attempting to import with GPSBabel a file and not specifying the file type (due to a malformed (null) result of the GPSBabel file types list).

12 years agoPrevent crashing when attempting to acquire data with a malformed (null) result of...
Rob Norris [Tue, 4 Sep 2012 19:50:41 +0000 (20:50 +0100)]
Prevent crashing when attempting to acquire data with a malformed (null) result of the known GPS devices list.

12 years agoFix lack of feedback when reading erroneous GPX
Guilhem Bonnefille [Tue, 4 Sep 2012 11:07:17 +0000 (13:07 +0200)]
Fix lack of feedback when reading erroneous GPX

When GPX file is incorrect, no error is returned. The user is not
informed that his file is incorrect and can simply imagine the file
is empty.

The status of the XML parser is now returned in order to fire the
right handling.

12 years ago[MAPS] Add OpenSeaMap source
Guilhem Bonnefille [Mon, 27 Aug 2012 13:11:21 +0000 (15:11 +0200)]
[MAPS] Add OpenSeaMap source

Closes #SF3555603

12 years agoFix usage of directory "doc/reference" missing even it is used in configure.ac. Autom...
Guido Scholz [Sun, 5 Aug 2012 16:18:50 +0000 (17:18 +0100)]
Fix usage of directory "doc/reference" missing even it is used in configure.ac. Automake hangs here if called with autoreconf.

Also the configure option --enable-gtk-doc does not work due to this missing directory.

Solve this issue by using AM_CONDITIONAL() to enable the "gtk-doc"-compile feature properly.

Signed-off-by: Rob Norris <rw_norris@hotmail.com>
12 years agoClean gnome-doc-utils.make in target "dist-clean"
Guido Scholz [Sun, 5 Aug 2012 16:17:21 +0000 (17:17 +0100)]
Clean gnome-doc-utils.make in target "dist-clean"

According to common autotools rules this should be cleaned in maintainer mode only.

Signed-off-by: Rob Norris <rw_norris@hotmail.com>
12 years agoFurther tab fixes in Makefiles
Guido Scholz [Sun, 5 Aug 2012 16:14:24 +0000 (17:14 +0100)]
Further tab fixes in Makefiles

Signed-off-by: Rob Norris <rw_norris@hotmail.com>
12 years agoRemove doubled defined "XP" in src/Makefile.am (conplained by automake)
Guido Scholz [Sun, 5 Aug 2012 16:11:35 +0000 (17:11 +0100)]
Remove doubled defined "XP" in src/Makefile.am (conplained by automake)

Signed-off-by: Rob Norris <rw_norris@hotmail.com>
12 years agoFix the missing tabulator
Guido Scholz [Sun, 5 Aug 2012 15:39:09 +0000 (16:39 +0100)]
Fix the missing tabulator

Signed-off-by: Rob Norris <rw_norris@hotmail.com>
12 years agoFix an incompatible make file rule (using "%"); this is complained by automake.
Guido Scholz [Sun, 5 Aug 2012 15:36:45 +0000 (16:36 +0100)]
Fix an incompatible make file rule (using "%"); this is complained by automake.

The broken rule is substituted by proper new one.

Signed-off-by: Rob Norris <rw_norris@hotmail.com>
12 years agoEnhance the "make dist" target wrapping the package also in a tar.bz2 as well as...
Guido Scholz [Sun, 5 Aug 2012 15:22:45 +0000 (16:22 +0100)]
Enhance the "make dist" target wrapping the package also in a tar.bz2 as well as a zip package

Signed-off-by: Rob Norris <rw_norris@hotmail.com>
12 years agoEnsure the pan toolbar button is activated by default to match the default tool mode.
Rob Norris [Mon, 27 Aug 2012 10:45:29 +0000 (11:45 +0100)]
Ensure the pan toolbar button is activated by default to match the default tool mode.

12 years agoFix merge track by times for using the internal track id properly.
Rob Norris [Wed, 22 Aug 2012 23:13:56 +0000 (00:13 +0100)]
Fix merge track by times for using the internal track id properly.

Follow on from commit: 3d2ad4f8f73e4fad30df83199a83d6e947a88786

Generally rewrite it to make it more understandable and remove some implicit behaviour.

12 years agoFix display of track edit dialog values when invoked via Track Edit dialog.
Rob Norris [Mon, 13 Aug 2012 21:11:56 +0000 (22:11 +0100)]
Fix display of track edit dialog values when invoked via Track Edit dialog.

Broken by track naming rework commit: ce4bd1cfaab763dad3aab9b20edce22eb57aac0f

12 years agoFix split track at trackpoint for using the internal track id properly.
Rob Norris [Sun, 12 Aug 2012 10:04:01 +0000 (11:04 +0100)]
Fix split track at trackpoint for using the internal track id properly.

Follow on from commt: 3d2ad4f8f73e4fad30df83199a83d6e947a88786

12 years agoFix the untranslated "top layer" context menu.
Guido Scholz [Thu, 9 Aug 2012 20:27:06 +0000 (21:27 +0100)]
Fix the untranslated "top layer" context menu.
Signed-off-by: Rob Norris <rw_norris@hotmail.com>
12 years agoFix radio button labels not translated in dialog windows.
Guido Scholz [Thu, 9 Aug 2012 20:20:13 +0000 (21:20 +0100)]
Fix radio button labels not translated in dialog windows.

Signed-off-by: Rob Norris <rw_norris@hotmail.com>
12 years agoAdd and use keyboard accelerator shortcuts to be able to create the most likely used...
Rob Norris [Wed, 8 Aug 2012 00:26:30 +0000 (01:26 +0100)]
Add and use keyboard accelerator shortcuts to be able to create the most likely used layers.

12 years agoAdd keyboard accelerator marker for layers used in menus.
Rob Norris [Tue, 7 Aug 2012 22:36:11 +0000 (23:36 +0100)]
Add keyboard accelerator marker for layers used in menus.

12 years ago[I18N] Ensure all layer names are marked for translation
Rob Norris [Tue, 7 Aug 2012 21:10:14 +0000 (22:10 +0100)]
[I18N] Ensure all layer names are marked for translation

12 years agoRework Tool interface for give better control for Tool menu labels and tooltips.
Rob Norris [Mon, 6 Aug 2012 22:20:54 +0000 (23:20 +0100)]
Rework Tool interface for give better control for Tool menu labels and tooltips.

12 years agoAdd some keyboard shortcuts to the help.
Rob Norris [Mon, 6 Aug 2012 22:14:46 +0000 (23:14 +0100)]
Add some keyboard shortcuts to the help.

12 years agoFix header as vik_trw_layer_get_waypoint is required again.
Rob Norris [Sun, 5 Aug 2012 16:42:26 +0000 (17:42 +0100)]
Fix header as vik_trw_layer_get_waypoint is required again.

12 years agoRework Track Draw by Velocity into Draw by Speed with a simple traffic light colourin...
Rob Norris [Wed, 13 Jun 2012 19:48:28 +0000 (20:48 +0100)]
Rework Track Draw by Velocity into Draw by Speed with a simple traffic light colouring scheme.

Determine the colour of the trackpoint (and/or trackline) relative to the average speed
 *  . slow points are red
 *  . average is yellow
 *  . fast points are green

An option is provided to control the percentage factor away from the average speed to determine the transistions to the differing colours.

This now removes the previous Draw by Velocity mode options, which was unclear how it worked and unlikely any one actively uses it.
Thus this means the .vik file format has changed slightly but other than generating warnings all other features will still work.

12 years agoFor tooltips use plain text so that comments with HTML markup or similar are shown...
Rob Norris [Sun, 10 Jun 2012 14:20:17 +0000 (15:20 +0100)]
For tooltips use plain text so that comments with HTML markup or similar are shown in a literal fashion rather than causing parsing failures.

12 years agoAdd simple direct on disk access map type to tiles ideally pregenerated in the OSM...
Rob Norris [Thu, 24 May 2012 16:20:18 +0000 (17:20 +0100)]
Add simple direct on disk access map type to tiles ideally pregenerated in the OSM tile layout format.

12 years agoGeotagging: add option to overwrite existing waypoints.
Rob Norris [Wed, 2 May 2012 23:06:04 +0000 (00:06 +0100)]
Geotagging: add option to overwrite existing waypoints.

This is especially useful when after the first attempt, the waypoints were generated are in the wrong position and you want to repeat the tagging process but with a different time offset. Such as having daylight saving time issues (e.g. GMT v BST)

12 years agoFixup making the track name a property of the track.
Rob Norris [Sat, 4 Aug 2012 00:09:41 +0000 (01:09 +0100)]
Fixup making the track name a property of the track.

Missed geotag usage in commit ce4bd1cfaab763dad3aab9b20edce22eb57aac0f

12 years agoWindows: Really fix opening pictures
Mathieu Albinet [Wed, 4 Jul 2012 18:28:38 +0000 (19:28 +0100)]
Windows: Really fix opening pictures

Signed-off-by: Rob Norris <rw_norris@hotmail.com>
12 years agoRemove create_realtime_trackpoint call in cleanup which can crash.
Rob Norris [Mon, 16 Jul 2012 22:11:16 +0000 (23:11 +0100)]
Remove create_realtime_trackpoint call in cleanup which can crash.

Crashes in g_list_last on my system, although I don't understand why.
However what is the point of creating another trackpoint when stopping, especially since the track is immediately deleted!?
Hence the call has been removed.

12 years agoFix crashing when deleting a GPS layer which has started a realtime tracking.
Rob Norris [Mon, 16 Jul 2012 21:59:25 +0000 (22:59 +0100)]
Fix crashing when deleting a GPS layer which has started a realtime tracking.

Ensure real time disconnect method is closed to cleanup and stop IO events.

12 years agoAdd missing function declaration in dir.h
Rob Norris [Mon, 16 Jul 2012 21:31:52 +0000 (22:31 +0100)]
Add missing function declaration in dir.h

Missed from commit 29f1598c85250ce607a3ededc6f01913e02e92cb

12 years agoWhen uploading to a GPS device, maintain the unique names of tracks and waypoints.
Rob Norris [Fri, 8 Jun 2012 15:44:20 +0000 (16:44 +0100)]
When uploading to a GPS device, maintain the unique names of tracks and waypoints.

NB this may only be a Garmin device restriction (and may be not every Garmin device either...)

12 years agoExpose ability to uniquify both tracks and waypoints names in a TRW layer.
Rob Norris [Fri, 8 Jun 2012 15:42:15 +0000 (16:42 +0100)]
Expose ability to uniquify both tracks and waypoints names in a TRW layer.

12 years agoAdd method to uniquify waypoint names in a TRW layer and give the option to use it...
Rob Norris [Fri, 1 Jun 2012 13:45:49 +0000 (14:45 +0100)]
Add method to uniquify waypoint names in a TRW layer and give the option to use it within the delete selection of waypoints ability.

12 years agoAdd method to uniquify track names in a TRW layer and give the option to use it withi...
Rob Norris [Fri, 1 Jun 2012 13:20:29 +0000 (14:20 +0100)]
Add method to uniquify track names in a TRW layer and give the option to use it within the delete selection of tracks ability.

12 years agoMake the track name a property of the track.
Rob Norris [Wed, 9 May 2012 16:25:14 +0000 (17:25 +0100)]
Make the track name a property of the track.

This is important step in being able to support undo operations.
This also gives the ability to have multiple same named tracks.

ATM maintain usage of a hash table for the list of tracks, but instead of using the (forced unique) name for the hash,
use a simple integer as a kind of UUID.

12 years agoMake the waypoint name a property of the waypoint.
Rob Norris [Mon, 16 Apr 2012 17:31:51 +0000 (18:31 +0100)]
Make the waypoint name a property of the waypoint.

This is important step in being able to support undo operations.
This also gives the ability to have multiple same named waypoints.

ATM maintain usage of a hash table for the list of waypoints, but instead of using the (forced unique) name for the hash,
use a simple integer as a kind of UUID.

12 years agoFix potential crashing when using multiple maps on especially 64bit systems.
Rob Norris [Thu, 28 Jun 2012 18:41:59 +0000 (19:41 +0100)]
Fix potential crashing when using multiple maps on especially 64bit systems.

Use correct type for returned function call, otherwise it can seemingly corrupt the copyrights list leading to undefined behaviour.

12 years agoFix crashing when displayed map copyright(s) is longer than the internal buffer.
Rob Norris [Thu, 28 Jun 2012 18:37:06 +0000 (19:37 +0100)]
Fix crashing when displayed map copyright(s) is longer than the internal buffer.

Ensure strings used are limited to the size of the buffer.

12 years agoRemove incorrect comment
Rob Norris [Thu, 28 Jun 2012 18:27:54 +0000 (19:27 +0100)]
Remove incorrect comment

12 years agoFix crash in Show Picture functionality on Window's Systems.
Rob Norris [Thu, 28 Jun 2012 18:18:00 +0000 (19:18 +0100)]
Fix crash in Show Picture functionality on Window's Systems.

The error was introduced in refactoring commit a412f3f5d942fb2dc389a8a6a97556c7c14acf45

12 years agoFix intended preferences group.
Rob Norris [Sun, 10 Jun 2012 12:44:22 +0000 (13:44 +0100)]
Fix intended preferences group.

12 years agoFix typo
Rob Norris [Sun, 10 Jun 2012 12:43:05 +0000 (13:43 +0100)]
Fix typo

12 years agoAdd missing parameter terminator.
Rob Norris [Sun, 10 Jun 2012 10:04:06 +0000 (11:04 +0100)]
Add missing parameter terminator.

12 years agoAdd a Gradient Graph to the Track properties display
Fernando Arbeiza [Tue, 29 May 2012 11:22:04 +0000 (13:22 +0200)]
Add a Gradient Graph to the Track properties display

12 years agoAdd CalTopo 7.5" (24k) USGS Topos!
Evan Battaglia [Thu, 10 May 2012 19:41:04 +0000 (21:41 +0200)]
Add CalTopo 7.5" (24k) USGS Topos!

msrmaps is going away, add these just in time!

I contacted them about using their tiles. I'm a bit unclear on the license (if there is one?), because it isn't displayed on their home page, but what I mentioned what I wanted to do with them (use them to make my own custom topos for free redistribution) he said that was OK:

"Because the underlying data is public domain I don't know if I could actually prevent someone from reassembling the tiles into a map, but I wouldn't want to even if I could.  By all means feel free to do what you're describing."

When I asked about using the tiles in Viking, he basically said go ahead: "You guys should go ahead and use the tiles, and if bandwidth becomes a concern we can sort it out then."

Signed-off-by: Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
12 years agoAdd support for many extensions' configuration
Guilhem Bonnefille [Thu, 10 May 2012 19:40:41 +0000 (21:40 +0200)]
Add support for many extensions' configuration

Many extensions can be added through a simple configuration file.
Currently, only user's home directory is used to load such configuration.

This patch add support for some standard locations in system.
The behavior can be affected by XDG_DATA_HOME and XDG_DATA_DIRS standard
environment variables.

Signed-off-by: Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
12 years ago[LEGAL] Bump copyright's year
Guilhem Bonnefille [Tue, 8 May 2012 18:59:30 +0000 (20:59 +0200)]
[LEGAL] Bump copyright's year

12 years agoFix printing of DEBUG message since glib 2.32
Guilhem Bonnefille [Mon, 7 May 2012 19:27:30 +0000 (21:27 +0200)]
Fix printing of DEBUG message since glib 2.32

Viking uses g_debug function. But in glib 2.32, the g_debug behavior changed and all
DEBUG messages are discarded, unless G_MESSAGES_DEBUG is set. So, "viking -d"
no more work as its design was to mute DEBUG messages when "-d" is not set.

Now, printing is restored via a dedicated function.

12 years ago[DOC] Declare VikWebtoolBounds in documentation
Guilhem Bonnefille [Sat, 5 May 2012 13:28:36 +0000 (15:28 +0200)]
[DOC] Declare VikWebtoolBounds in documentation

Feature inserted in commit
403418567fee28846658ad7536c3ecc70118d206

12 years ago[DOC] Improve build options for gtk-doc framework
Guilhem Bonnefille [Thu, 3 May 2012 19:23:27 +0000 (21:23 +0200)]
[DOC] Improve build options for gtk-doc framework

12 years ago[DOC] Minor improve on internal documentation
Guilhem Bonnefille [Thu, 3 May 2012 19:21:29 +0000 (21:21 +0200)]
[DOC] Minor improve on internal documentation

12 years ago[BUILD] Remove explicit add of -lexif
Guilhem Bonnefille [Thu, 3 May 2012 19:19:55 +0000 (21:19 +0200)]
[BUILD] Remove explicit add of -lexif

The exif library is already specified by AC_CHECK_LIB in configure.ac.

12 years agoReleasing viking 1.3
Guilhem Bonnefille [Sun, 22 Apr 2012 19:26:38 +0000 (21:26 +0200)]
Releasing viking 1.3

Signed-off-by: Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
12 years agoMerge branch 'i18n-launchpad'
Guilhem Bonnefille [Sun, 22 Apr 2012 19:21:20 +0000 (21:21 +0200)]
Merge branch 'i18n-launchpad'

Conflicts:
po/de.po

12 years agoDocument previous translation updates
Guilhem Bonnefille [Sun, 22 Apr 2012 19:18:21 +0000 (21:18 +0200)]
Document previous translation updates

12 years agoImport Launchpad updates
Guilhem Bonnefille [Sun, 22 Apr 2012 19:15:19 +0000 (21:15 +0200)]
Import Launchpad updates

12 years agoMerge tag 'viking-1.2.2'
Guilhem Bonnefille [Sun, 22 Apr 2012 15:37:46 +0000 (17:37 +0200)]
Merge tag 'viking-1.2.2'

Releasing viking 1.2.2

12 years ago[DOC] Fix DocBook syntax in user manual
Guilhem Bonnefille [Sun, 22 Apr 2012 15:31:49 +0000 (17:31 +0200)]
[DOC] Fix DocBook syntax in user manual

12 years ago[I18N] Fix POTFILES with new files
Guilhem Bonnefille [Sun, 22 Apr 2012 15:31:07 +0000 (17:31 +0200)]
[I18N] Fix POTFILES with new files

12 years agoBe consistent in that track and waypoint list dialogs are always sorted alphabetically.
Rob Norris [Wed, 11 Apr 2012 21:13:45 +0000 (22:13 +0100)]
Be consistent in that track and waypoint list dialogs are always sorted alphabetically.

Only the treeview listing can not alphabetized.

12 years agoFix build when --disable-alphabetized-trw is specified
Rob Norris [Wed, 11 Apr 2012 21:11:36 +0000 (22:11 +0100)]
Fix build when --disable-alphabetized-trw is specified

12 years ago[DOC] Update current built in map types.
Rob Norris [Mon, 9 Apr 2012 12:20:36 +0000 (13:20 +0100)]
[DOC] Update current built in map types.

12 years ago[DOC] Add more detailed help about the available preferences.
Rob Norris [Mon, 9 Apr 2012 12:15:15 +0000 (13:15 +0100)]
[DOC] Add more detailed help about the available preferences.

12 years agoCredit tile supplier Andy Allan for OSM Cyclemap tiles.
Rob Norris [Mon, 9 Apr 2012 11:07:50 +0000 (12:07 +0100)]
Credit tile supplier Andy Allan for OSM Cyclemap tiles.

12 years agoAdd OSM Transport map as a built in map option.
Rob Norris [Mon, 9 Apr 2012 11:01:48 +0000 (12:01 +0100)]
Add OSM Transport map as a built in map option.

12 years agoTidy map examples.
Rob Norris [Mon, 9 Apr 2012 10:55:41 +0000 (11:55 +0100)]
Tidy map examples.

Remove commented out section.
Remove non-working Yahoo examples.

12 years agoRemove Tiles@home support as the service has stopped.
Rob Norris [Mon, 9 Apr 2012 09:56:36 +0000 (10:56 +0100)]
Remove Tiles@home support as the service has stopped.

ATM see ttp://wiki.openstreetmap.org/wiki/Tiles@home for further info.

12 years agoAdd supported MIME types to the desktop file specification.
Rob Norris [Tue, 3 Apr 2012 19:43:21 +0000 (20:43 +0100)]
Add supported MIME types to the desktop file specification.

12 years agoReduce warnings from the build due to slightly misformed libcurl.m4 macros.
Rob Norris [Tue, 3 Apr 2012 19:42:31 +0000 (20:42 +0100)]
Reduce warnings from the build due to slightly misformed libcurl.m4 macros.

12 years agoFix Track Properties graph blob marker drawn at wrong elevation when elevation graphs...
Rob Norris [Sat, 11 Feb 2012 19:31:46 +0000 (19:31 +0000)]
Fix Track Properties graph blob marker drawn at wrong elevation when elevation graphs have different min/max heights.

Use separate values for each elevation graph minimum values and indexing.
Normally these values are the same but sometimes they differ due to differing methods of altitude array creation.

12 years agoExample script that can be used to upload a track as a route to a predefined GPS...
Rob Norris [Sat, 4 Feb 2012 11:36:46 +0000 (11:36 +0000)]
Example script that can be used to upload a track as a route to a predefined GPS device.

This can be used inconjunction with the export GPX with external program to upload a route to the GPS in absence of true GPX route support in Viking at present.

12 years ago[DOC] Update auto generated INSTALL file to latest version.
Rob Norris [Sat, 4 Feb 2012 10:52:28 +0000 (10:52 +0000)]
[DOC] Update auto generated INSTALL file to latest version.

12 years agocleanup: Remove unused and out of date 'viking-remote' script and related files.
Rob Norris [Sat, 4 Feb 2012 10:51:18 +0000 (10:51 +0000)]
cleanup: Remove unused and out of date 'viking-remote' script and related files.