]> git.street.me.uk Git - andy/viking.git/log
andy/viking.git
14 years agoFix FILES section of manpage.
Guilhem Bonnefille [Sun, 21 Mar 2010 19:19:48 +0000 (20:19 +0100)]
Fix FILES section of manpage.

14 years agoDocument new files in viking's manpage
Guilhem Bonnefille [Sat, 20 Mar 2010 21:21:34 +0000 (22:21 +0100)]
Document new files in viking's manpage

14 years agoFix: First Track not Black in Draw All Tracks Black Mode.
Rob Norris [Thu, 18 Mar 2010 16:07:55 +0000 (17:07 +0100)]
Fix: First Track not Black in Draw All Tracks Black Mode.

In fact it is green!
This is due to using the GC before setting it to Black when in this mode.
NB Also make use of the VIK_TRW_LAYER_TRACK_GC_BLACK define.

14 years agoAdd a debug printf for map display
Jocelyn Jaubert [Sat, 20 Feb 2010 23:33:11 +0000 (00:33 +0100)]
Add a debug printf for map display

14 years agoIncrease possible smaller zoom
Jocelyn Jaubert [Sat, 20 Feb 2010 23:31:59 +0000 (00:31 +0100)]
Increase possible smaller zoom

14 years agoAdd negative scales so that we can have bigger zoom on maps
Jocelyn Jaubert [Wed, 17 Feb 2010 19:57:26 +0000 (20:57 +0100)]
Add negative scales so that we can have bigger zoom on maps

14 years agoAllow images from bigger and smaller zoom to be selected if current zoom has no image
Jocelyn Jaubert [Sat, 30 Jan 2010 13:54:08 +0000 (14:54 +0100)]
Allow images from bigger and smaller zoom to be selected if current zoom has no image
Merge logic for smaller zoom with current zoom

14 years agoRleasing viking 0.9.92
Guilhem Bonnefille [Mon, 15 Mar 2010 21:29:00 +0000 (22:29 +0100)]
Rleasing viking 0.9.92

14 years agoMerge branch 'i18n-launchpad'
Guilhem Bonnefille [Mon, 15 Mar 2010 20:51:08 +0000 (21:51 +0100)]
Merge branch 'i18n-launchpad'

14 years agoDocument previous import
Guilhem Bonnefille [Mon, 15 Mar 2010 20:37:30 +0000 (21:37 +0100)]
Document previous import

14 years agoImport translations from launchpad
Guilhem Bonnefille [Mon, 15 Mar 2010 20:31:38 +0000 (21:31 +0100)]
Import translations from launchpad

14 years agoMerge remote branch 'rnorris/unitPref'
Guilhem Bonnefille [Sat, 13 Mar 2010 20:25:44 +0000 (21:25 +0100)]
Merge remote branch 'rnorris/unitPref'

14 years agoFix: Correctly rotate thumbnail images
Gerhard Killesreiter [Sat, 13 Mar 2010 19:29:00 +0000 (20:29 +0100)]
Fix: Correctly rotate thumbnail images

Signed-off-by: Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
14 years agoMemorize previously selected go-to service
Guilhem Bonnefille [Wed, 10 Mar 2010 21:34:05 +0000 (22:34 +0100)]
Memorize previously selected go-to service

14 years agoFix #2958601: Support for non ascii characters in "Go-to" search
Guilhem Bonnefille [Tue, 9 Mar 2010 20:34:04 +0000 (21:34 +0100)]
Fix #2958601: Support for non ascii characters in "Go-to" search

When escaping value, we have to enforce that a single byte is encoded. Previous implementation produced a 8 digits hexa value due to negative char value.

14 years agoMinor tidy up.
Rob Norris [Sun, 7 Mar 2010 23:48:23 +0000 (23:48 +0000)]
Minor tidy up.

Noticed as part of unit preferences work.

14 years agoBetter scale when zoomed close in and in miles distance mode.
Rob Norris [Sun, 7 Mar 2010 23:18:56 +0000 (23:18 +0000)]
Better scale when zoomed close in and in miles distance mode.

A unit of 1 mile when zoomed in means the scale indicator is bigger than the viewable window.
Thus work in 0.1 mile units.

14 years agoAdd and use preference for height units.
Rob Norris [Sun, 7 Mar 2010 23:03:26 +0000 (23:03 +0000)]
Add and use preference for height units.

Add height unit options of metres or feet into preferences.
Base the method on the Degrees format option.
Update all revelant displays to show correct information including:
.Track Properties - Stats & Elev/Dist tabs.
.Track Point Properties
.Waypoint Properties

14 years agoAdd and use preference for speed units.
Rob Norris [Sun, 7 Mar 2010 20:49:04 +0000 (20:49 +0000)]
Add and use preference for speed units.

Add speed unit options of kilometres per hour, miles per hour or meters per second into preferences
Base the method on the Degrees format option.
Update all revelant displays to show correct information including:
.Track Properties - Stats & Speed/Time tabs.
.Track Point Properties

Remove the METRIC define from viktrwlayer_propwin.c and the unnecessary conversion of all speeds (Instead just convert the few in the generation for the scale marks text strings)

14 years agoAdd and use preference for distance units.
Rob Norris [Sun, 7 Mar 2010 19:37:35 +0000 (19:37 +0000)]
Add and use preference for distance units.

Add distance unit options of Kilometres or Miles into preferences
Base the method on the Degrees format option.
Update all displays to show correct information including:
.Scale Mark
.Ruler
.Track Properties - Stats & Elev/Dist tabs.
.Track Point Properties

[NB For track point differences use metres or yards rather than the larger units]

14 years agoUse a preference to set the tiles age
Guilhem Bonnefille [Mon, 15 Feb 2010 23:49:00 +0000 (00:49 +0100)]
Use a preference to set the tiles age

This age is used to decided wether or not a new
request must be done.
The user is now able to change the default value.

14 years agoFix error handling in go-to feature
Guilhem Bonnefille [Mon, 15 Feb 2010 22:55:44 +0000 (23:55 +0100)]
Fix error handling in go-to feature

14 years agoNew preference for default maplayer cache
Jocelyn Jaubert [Sun, 12 Apr 2009 18:32:02 +0000 (20:32 +0200)]
New preference for default maplayer cache

This add a new global preference, called maplayer_default_dir, which is used
when adding a new maplayer.

14 years agoImprove DEM-Layer
David Rasmus Piegdon [Mon, 8 Feb 2010 21:52:24 +0000 (22:52 +0100)]
Improve DEM-Layer

- the old version just draws fixed-size boxes in any zoom. in high zoom
 modes, this results in sparse boxes all over the screen. the new
 version scales these boxes so they fill the area completely. this
 works for both absolute and height gradient

- change of DEM source path from /srtm/version2_1/SRTM3/OLD/ to
 /srtm/version2_1/SRTM3/. again, yes. that's because the first is not
 working but the second is.

Signed-off-by: Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
14 years agoRemove OpenAerial
Guilhem Bonnefille [Mon, 8 Feb 2010 21:32:37 +0000 (22:32 +0100)]
Remove OpenAerial

OpenAerialMap project is idle.
Furthermore, such map source
can be set via configuration file.

14 years agoRealising viking 0.9.91
Guilhem Bonnefille [Sat, 6 Feb 2010 13:38:28 +0000 (14:38 +0100)]
Realising viking 0.9.91

14 years agoUpdate POTFILES
Guilhem Bonnefille [Fri, 5 Feb 2010 21:58:10 +0000 (22:58 +0100)]
Update POTFILES

14 years agoMerge branch 'master' into i18n-launchpad
Guilhem Bonnefille [Fri, 5 Feb 2010 21:57:52 +0000 (22:57 +0100)]
Merge branch 'master' into i18n-launchpad

14 years agoDeclare new languages
Guilhem Bonnefille [Fri, 5 Feb 2010 21:46:41 +0000 (22:46 +0100)]
Declare new languages

14 years agoDocument previous import
Guilhem Bonnefille [Fri, 5 Feb 2010 21:35:28 +0000 (22:35 +0100)]
Document previous import

14 years agoImport translation from launchpad
Guilhem Bonnefille [Fri, 5 Feb 2010 21:18:00 +0000 (22:18 +0100)]
Import translation from launchpad

14 years agoFix #2946287: open a recent file
Mike Ryan [Fri, 5 Feb 2010 06:10:42 +0000 (22:10 -0800)]
Fix #2946287: open a recent file

this is a HACK to fix opening a recent file.

recent files are stored as a URI. in our case, this is ALWAYS a file:// URI.
the file reading code expects an ordinary filename, so if the filename begins
with file://, this portion of the filename is dropped.

a more proper (and much larger) fix will involve converting file.c to use GFile.

Signed-off-by: Mike Ryan <mikeryan@lacklustre.net>
14 years agocache the scaled pixbuf in the vikgeoreflayer struct if the newly-scaled width and...
Mike Ryan [Wed, 3 Feb 2010 07:09:54 +0000 (23:09 -0800)]
cache the scaled pixbuf in the vikgeoreflayer struct if the newly-scaled width and height are the same, do not waste CPU rescaling the pixbuf

14 years agoscale the georef layer based on current viewport rescales the image for every repaint...
Mike Ryan [Mon, 1 Feb 2010 01:20:03 +0000 (17:20 -0800)]
scale the georef layer based on current viewport rescales the image for every repaint, even if the mpp hasn't changed

14 years agofix some confusing indentation and bracing
Mike Ryan [Wed, 3 Feb 2010 06:27:51 +0000 (22:27 -0800)]
fix some confusing indentation and bracing

14 years agoFix #2881916: rename a track with c&p
Robert Norris [Tue, 2 Feb 2010 21:26:26 +0000 (22:26 +0100)]
Fix #2881916: rename a track with c&p

There is a problem whereby the track rename checks the *waypoints* names not the tracks name.
Probably a cut 'n' paste error.

Signed-off-by: Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
14 years agoAdd missing ) in string
Jocelyn Jaubert [Tue, 22 Sep 2009 20:59:45 +0000 (22:59 +0200)]
Add missing ) in string

14 years agoadd GIO dependency and header for GFile
Mike Ryan [Thu, 28 Jan 2010 09:13:10 +0000 (01:13 -0800)]
add GIO dependency and header for GFile

vikwindow makes use of GFile, but the headers were missing. This prevents
it from building on at least Ubuntu 8.04 (Hardy).

Signed-off-by: Mike Ryan <mikeryan@lacklustre.net>
Signed-off-by: Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
14 years agoPortability: use GLib function g_utime if possible
Guilhem Bonnefille [Mon, 1 Feb 2010 21:28:50 +0000 (22:28 +0100)]
Portability: use GLib function g_utime if possible

14 years agoUpdate mtime of up-to-date tiles
Sven Wegener [Wed, 20 Jan 2010 21:08:59 +0000 (22:08 +0100)]
Update mtime of up-to-date tiles

When the server reported that there is no newer version available,
update the mtime of our local copy. This avoids having to recheck the
tile over and over again, when scrolling over an area multiple times.

Signed-off-by: Sven Wegener <sven.wegener@stealer.net>
Signed-off-by: Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
14 years agoAllow reuse of curl connection objects
Sven Wegener [Sat, 16 Jan 2010 12:31:35 +0000 (13:31 +0100)]
Allow reuse of curl connection objects

This is quite a huge speed gain when downloading a lot of maps, because it
allows curl to use http keep-alive and avoid the handshake for every
connection.

Signed-off-by: Sven Wegener <sven.wegener@stealer.net>
14 years agoUse combobox to select map type
Guilhem Bonnefille [Sun, 24 Jan 2010 16:01:39 +0000 (17:01 +0100)]
Use combobox to select map type

Since recent changes, it is now possible for the user to add some map types.
So, the list of available map type can become really important.
The previous UI, based on a radio group, became less appropriate than a
combobox menu.
This is particularly true on devices with small screen.

14 years agoAdd compatibility to previous GPS device setting
Guilhem Bonnefille [Thu, 14 Jan 2010 21:52:45 +0000 (22:52 +0100)]
Add compatibility to previous GPS device setting

Previous value of serial_port was an index.
For compatibility, we detect and decode this index.
Then, we retrieve string value.

14 years agoFix #2766373: Use a string as device path
Guilhem Bonnefille [Thu, 14 Jan 2010 21:02:29 +0000 (22:02 +0100)]
Fix #2766373: Use a string as device path

Use GTK_COMBO_BOX_ENTRY for GPS device.
Fill entry with previously set value.

14 years agoMerge branch 'new-maps'
Guilhem Bonnefille [Tue, 12 Jan 2010 23:14:07 +0000 (00:14 +0100)]
Merge branch 'new-maps'

This (long lived) branch hosted a feature to allow automatic download
after a HTTP header check.

The merge is complex as Map_Type evolved to a GObject MapSource.
VikSlippyMapSource now has a new property to set the minimum age
before checking tiles.

14 years agoRecode DownloadOptions as properties to VikSlippyMapSource
Guilhem Bonnefille [Tue, 12 Jan 2010 21:53:10 +0000 (22:53 +0100)]
Recode DownloadOptions as properties to VikSlippyMapSource

This allows user to set fine options when setting new MapSource.

14 years agoChange default map type to OSM
Sven Wegener [Sun, 10 Jan 2010 20:43:55 +0000 (21:43 +0100)]
Change default map type to OSM

Google Maps support has been dropped for quite some time now, change
default map type to OSM Mapnik.

Signed-off-by: Sven Wegener <sven.wegener@stealer.net>
14 years agoFix "Moving Map Method" cannot be disabled
Sven Wegener [Sun, 10 Jan 2010 20:44:25 +0000 (21:44 +0100)]
Fix "Moving Map Method" cannot be disabled

Currently selecting "Disabled" for the "Moving Map Method" results in
"Keep vehicle on screen" behaviour. Add missing check so that the
feature is actually disabled.

Signed-off-by: Sven Wegener <sven.wegener@stealer.net>
14 years agoFix #2880741: replace gps_open with gps_open_r
Guilhem Bonnefille [Mon, 11 Jan 2010 12:40:43 +0000 (13:40 +0100)]
Fix #2880741: replace gps_open with gps_open_r

In libgpsd 2.90, the logic of gps_open silently changed:
the returned data is no more allocated, but directly points to a static structure.
So, we use gps_open_r instead.

Futhermore, it is better to not mix libc and glib allocator functions.
g_realloc is replaced by native realloc and memory freed by free.

14 years agoFix #2921899: uses conditional macro to support two versions of libgps
Guilhem Bonnefille [Mon, 11 Jan 2010 12:31:42 +0000 (13:31 +0100)]
Fix #2921899: uses conditional macro to support two versions of libgps

Versions 2.39 and 2.90 are incompatible, but nothing allow to
detect easily the version installed.
Use autoconf as a workaround.

14 years agoMake Viking compatible with libgps >= 2.90
Bernd Zeimetz [Sun, 3 Jan 2010 20:35:40 +0000 (21:35 +0100)]
Make Viking compatible with libgps >= 2.90

Thanks: Cyril Brulebois
Closes: #560243 (Debian)
14 years agoInclude configuration examples in distribution
Guilhem Bonnefille [Sat, 2 Jan 2010 22:28:24 +0000 (23:28 +0100)]
Include configuration examples in distribution

14 years agoAdd configuration file for go-to search engines
Guilhem Bonnefille [Sat, 2 Jan 2010 22:11:13 +0000 (23:11 +0100)]
Add configuration file for go-to search engines

Viking loads ~/.viking/goto_tools.xml to create go-to search engines.
/doc/examples/goto_tools.xml is such a file.

14 years agoRefactor goto feature to allow multiple search engines
Guilhem Bonnefille [Fri, 1 Jan 2010 22:55:12 +0000 (23:55 +0100)]
Refactor goto feature to allow multiple search engines

14 years agoAdd Name finder search engine
Guilhem Bonnefille [Fri, 1 Jan 2010 21:46:51 +0000 (22:46 +0100)]
Add Name finder search engine

See
http://wiki.openstreetmap.org/index.php/Name_finder

14 years agoAdd Nominatim search engine
Guilhem Bonnefille [Fri, 1 Jan 2010 21:39:47 +0000 (22:39 +0100)]
Add Nominatim search engine

14 years agoAdd XPATH related attribute support
Guilhem Bonnefille [Fri, 1 Jan 2010 21:13:23 +0000 (22:13 +0100)]
Add XPATH related attribute support

It is now possible to set both path and attribute name
in a single, self explanatory, string:
/path/to/element@attribute

14 years agoAdd a unit test for VikGotoXmlTool
Guilhem Bonnefille [Thu, 17 Dec 2009 22:51:57 +0000 (23:51 +0100)]
Add a unit test for VikGotoXmlTool

make test_vikgotoxmltool
./test_vikgotoxmltool geonames.xml fake.xml

14 years agoAdd support for XML attribute based lat/lon values
Guilhem Bonnefille [Thu, 17 Dec 2009 22:50:22 +0000 (23:50 +0100)]
Add support for XML attribute based lat/lon values

It is possible to retrieve lat/lon in XML attributes.
For exemple:
<coordinate lat="..." lon="..."/>

14 years agoRefactoring: move download code to vikgototool
Guilhem Bonnefille [Thu, 17 Dec 2009 22:48:22 +0000 (23:48 +0100)]
Refactoring: move download code to vikgototool

14 years agoFix warnings
Guilhem Bonnefille [Thu, 17 Dec 2009 22:43:29 +0000 (23:43 +0100)]
Fix warnings

14 years agoUse a configure option to set the age of tiles before checking them online
Guilhem Bonnefille [Wed, 16 Dec 2009 20:49:20 +0000 (21:49 +0100)]
Use a configure option to set the age of tiles before checking them online

This also allow to disable the feature.

14 years agoReplace "search" substring by "goto"
Guilhem Bonnefille [Mon, 14 Dec 2009 21:50:17 +0000 (22:50 +0100)]
Replace "search" substring by "goto"

More explicit.
Will also allow to implement a search/find feature different
than go-to.

14 years agoFix URL formatting issue
Guilhem Bonnefille [Mon, 14 Dec 2009 20:57:42 +0000 (21:57 +0100)]
Fix URL formatting issue

Previous URL formatting code was locale dependent.
On a french locale, this code cannot works as geonames does
not understand coordinate values.

14 years agoRemove unused code
Guilhem Bonnefille [Mon, 14 Dec 2009 20:58:14 +0000 (21:58 +0100)]
Remove unused code

14 years agoFix URL formatting issue
Guilhem Bonnefille [Mon, 14 Dec 2009 20:57:42 +0000 (21:57 +0100)]
Fix URL formatting issue

Previous URL formatting code was locale dependent.
On a french locale, this code cannot works as geonames does
not understand coordinate values.

14 years agoUse only the first result
Guilhem Bonnefille [Mon, 14 Dec 2009 20:55:07 +0000 (21:55 +0100)]
Use only the first result

14 years agoFix error messages
Guilhem Bonnefille [Mon, 14 Dec 2009 20:54:47 +0000 (21:54 +0100)]
Fix error messages

14 years agoFix typo
Guilhem Bonnefille [Wed, 9 Dec 2009 13:18:07 +0000 (14:18 +0100)]
Fix typo

14 years agoRemove old code
Guilhem Bonnefille [Wed, 9 Dec 2009 13:17:53 +0000 (14:17 +0100)]
Remove old code

14 years agoCreate the geonames search as an VikXmlSearchTool
Guilhem Bonnefille [Wed, 9 Dec 2009 08:31:20 +0000 (09:31 +0100)]
Create the geonames search as an VikXmlSearchTool

14 years agoParse XML for XPath like path
Guilhem Bonnefille [Tue, 8 Dec 2009 13:06:39 +0000 (14:06 +0100)]
Parse XML for XPath like path

14 years agoAdd copyright
Guilhem Bonnefille [Tue, 8 Dec 2009 13:02:29 +0000 (14:02 +0100)]
Add copyright

14 years agoAdd generic XML earch code
Guilhem Bonnefille [Sun, 6 Dec 2009 22:57:50 +0000 (23:57 +0100)]
Add generic XML earch code

14 years agoMove common last search code to viksearch.c
Guilhem Bonnefille [Sun, 6 Dec 2009 22:55:59 +0000 (23:55 +0100)]
Move common last search code to viksearch.c

14 years agoUse a more expressive icon for "Go to" features
Guilhem Bonnefille [Sun, 6 Dec 2009 20:45:11 +0000 (21:45 +0100)]
Use a more expressive icon for "Go to" features

14 years agoFix typo
Guilhem Bonnefille [Thu, 3 Dec 2009 22:09:48 +0000 (23:09 +0100)]
Fix typo

14 years agoMove GoogleSearch to new framework
Guilhem Bonnefille [Thu, 3 Dec 2009 22:06:35 +0000 (23:06 +0100)]
Move GoogleSearch to new framework

14 years agoGObjectify search dialog
Guilhem Bonnefille [Thu, 26 Nov 2009 21:21:25 +0000 (22:21 +0100)]
GObjectify search dialog

14 years agoFix #2801874: keep second part of a splitted track visible
Guilhem Bonnefille [Thu, 5 Nov 2009 20:51:12 +0000 (21:51 +0100)]
Fix #2801874: keep second part of a splitted track visible

14 years agoUnecessary code
Guilhem Bonnefille [Thu, 5 Nov 2009 20:22:51 +0000 (21:22 +0100)]
Unecessary code

14 years agoFix #2838556: emit warning when gpsbabel is not found in PATH
Guilhem Bonnefille [Thu, 5 Nov 2009 20:22:31 +0000 (21:22 +0100)]
Fix #2838556: emit warning when gpsbabel is not found in PATH

14 years agoUse motion hints to make map motion more responsive in slow environment.
Stanislav Brabec [Thu, 5 Nov 2009 19:03:32 +0000 (20:03 +0100)]
Use motion hints to make map motion more responsive in slow environment.

Problems:

GTK+ motion hint implementation is incorrect. This patch uses deprecated
way to get the best results. See
http://bugzilla.gnome.org/show_bug.cgi?id=587714 for more.

The patch makes a bit more visible some redrawing races (original image is
sometimes redrawn after the just-moved tile).

14 years agoTiles must be older than a specified age before checking server
Guilhem Bonnefille [Sat, 24 Oct 2009 20:47:48 +0000 (22:47 +0200)]
Tiles must be older than a specified age before checking server

This will reduce bandwidth when just paning.

14 years agoUse an internal thread concurrency model
Guilhem Bonnefille [Sat, 24 Oct 2009 19:57:19 +0000 (21:57 +0200)]
Use an internal thread concurrency model

Previous model was based on file: an existing *.tmp file signify a thread is downloading.
This model is not error prone: when viking failed to remove such a file (core dump?),
it won't be able to download this tile in the future.

Now, the concurrency between threads is handle internally: a list contains
all tmp files currently in use. By this way, thread exclude each other and
locks are clean at start.

Drawback: this model does not allow concurrency between multiple instance
of viking.

14 years agoTry to download newer tiles when autodownload is set and server supports such check
Guilhem Bonnefille [Sat, 24 Oct 2009 19:05:52 +0000 (21:05 +0200)]
Try to download newer tiles when autodownload is set and server supports such check

When a server allows to download newer tiles only, the autodownload option
must fire such a download every time.

14 years agoThe "Download new" option must be available via download tool
Guilhem Bonnefille [Sat, 24 Oct 2009 19:02:52 +0000 (21:02 +0200)]
The "Download new" option must be available via download tool

14 years agoAdd support for recently used files
Guilhem Bonnefille [Sat, 24 Oct 2009 16:17:26 +0000 (18:17 +0200)]
Add support for recently used files

14 years agoDistribute old version of ChangeLog
Guilhem Bonnefille [Tue, 20 Oct 2009 19:57:28 +0000 (21:57 +0200)]
Distribute old version of ChangeLog

14 years agoAdd HACKING info
Guilhem Bonnefille [Tue, 20 Oct 2009 19:57:02 +0000 (21:57 +0200)]
Add HACKING info

14 years agosuppress gtk warning
Gleb Smirnoff [Mon, 19 Oct 2009 20:21:56 +0000 (22:21 +0200)]
suppress gtk warning

A layer string parameters may be empty. Do not emit gtk
warning in this case.

14 years agoremove declaration of non-existent function
Gleb Smirnoff [Sun, 18 Oct 2009 07:56:45 +0000 (09:56 +0200)]
remove declaration of non-existent function

Signed-off-by: Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
14 years agokeeping OSM password safe
Gleb Smirnoff [Sat, 17 Oct 2009 08:23:51 +0000 (10:23 +0200)]
keeping OSM password safe

Since preferences files saves OSM login credentials,
it'll be better to store it in secret.

Signed-off-by: Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
14 years agoDeclare new translations
Guilhem Bonnefille [Mon, 12 Oct 2009 20:18:12 +0000 (22:18 +0200)]
Declare new translations

14 years agoMark translatable strings
Guilhem Bonnefille [Fri, 2 Oct 2009 20:16:49 +0000 (22:16 +0200)]
Mark translatable strings

14 years agoFix bashism in test script.
Bernd Zeimetz [Wed, 30 Sep 2009 21:32:56 +0000 (23:32 +0200)]
Fix bashism in test script.

Closes: #548449 (Debian)
Thanks: Kurt Roeckx

Signed-off-by: Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
14 years agoAdd DEM Gradient
David Rasmus Piegdon [Wed, 30 Sep 2009 21:23:58 +0000 (23:23 +0200)]
Add DEM Gradient

add a switch to DEM layers: either `absolute height' or  `height gradient'

Signed-off-by: Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
14 years agoMerge branch 'fix-osm-api-0.6'
Guilhem Bonnefille [Tue, 29 Sep 2009 20:43:26 +0000 (22:43 +0200)]
Merge branch 'fix-osm-api-0.6'

14 years agoUpdate translatable strings
Guilhem Bonnefille [Tue, 29 Sep 2009 20:28:39 +0000 (22:28 +0200)]
Update translatable strings

14 years agofinish OSM 0.6 API support
Gleb Smirnoff [Tue, 29 Sep 2009 20:08:44 +0000 (22:08 +0200)]
finish OSM 0.6 API support

* Finish support on uploading traces via new OSM API.
* Make use of new "visibility" trace property instead of the deprecated "public" boolean.
* Simplify the code a little bit and moves
default focus to the trace title, because in most cases there is no need to edit login credentials, they are stored.