]> git.itanic.dy.fi Git - maemo-mapper/log
maemo-mapper
14 years agoinput.c: HACK: Bind fullscreen HW button to 'f' key gps-fixes-v3
Timo Kokkonen [Sun, 22 Nov 2009 09:02:41 +0000 (11:02 +0200)]
input.c: HACK: Bind fullscreen HW button to 'f' key

Unless a better alternative exists, make some hack that allows the
fullscreen mode to be used.

Signed-off-by: Timo Kokkonen <kaapeli@itanic.dy.fi>
14 years agogps.c: Make feets-to-meters conversion to altitude
Timo Kokkonen [Sun, 22 Nov 2009 08:32:51 +0000 (10:32 +0200)]
gps.c: Make feets-to-meters conversion to altitude

It appears that the altitude information from liblocation is actually
in feets instead of meters, even though the documentation suggests
otherwise. Field testing has proven that the altitude reading won't be
sensible unless this conversion is being made.

Signed-off-by: Timo Kokkonen <kaapeli@itanic.dy.fi>
14 years agogps.c: Do not accept location data unless the fix accuracy is within one kilometer.
Timo Kokkonen [Sun, 22 Nov 2009 08:35:58 +0000 (10:35 +0200)]
gps.c: Do not accept location data unless the fix accuracy is within one kilometer.

The first position coming from liblocation might be aquired by network
position and the error can be very large. Thus, it makes sense to not
accept the position data unless the position is accurate enough.

The previous 10km threshold was causing big glitches. 1km threshold
should be more than enough for any normal use cases.

Signed-off-by: Timo Kokkonen <kaapeli@itanic.dy.fi>
14 years agopath.c: Add a more intelligent "Have we moved enough?" logic
Timo Kokkonen [Wed, 18 Nov 2009 16:32:48 +0000 (18:32 +0200)]
path.c: Add a more intelligent "Have we moved enough?" logic

The old logic did not have any good way of judging whether there was
any reason for adding a track point. Now that liblocation provides us
a rather realistic horizontal accuracy estimate in meters, we can use
that to add track points only when we know the user has really moved
somewhere. This patch rejects all track points when we can estimate
suggests that the movement is within the noise.

In future this should be a configurable threshold with an option to
disable the logic altogether.

Signed-off-by: Timo Kokkonen <kaapeli@itanic.dy.fi>
14 years agogps.c: Improve GPS data handling
Timo Kokkonen [Wed, 18 Nov 2009 16:13:03 +0000 (18:13 +0200)]
gps.c: Improve GPS data handling

Even if there is no GPS fix available, the coordinates aquired by
network positioning should still be used to move the mark in
approximate location on the map. Furthermore, this patch adds various
checks to see whether the fields in question are really set by
liblocation.

Signed-off-by: Timo Kokkonen <kaapeli@itanic.dy.fi>
14 years agoEnable ARMv7 optimizations
Timo Kokkonen [Wed, 18 Nov 2009 16:42:50 +0000 (18:42 +0200)]
Enable ARMv7 optimizations

Signed-off-by: Timo Kokkonen <kaapeli@itanic.dy.fi>
14 years agoHandle speed internally in kilometers per hour
Timo Kokkonen [Thu, 19 Nov 2009 18:22:13 +0000 (20:22 +0200)]
Handle speed internally in kilometers per hour

Previously mapper have been using nautical miles as the internal unit
for measuring speed. This changes the format to kilometers per hour.

Signed-off-by: Timo Kokkonen <kaapeli@itanic.dy.fi>
14 years agogps.c: When there is no fix available, put the receiver in "RCVR_UP" mode
Timo Kokkonen [Wed, 18 Nov 2009 16:17:46 +0000 (18:17 +0200)]
gps.c: When there is no fix available, put the receiver in "RCVR_UP" mode

If this is not done, a "Searching for a GPS receiver" notification is
shown to user. However, this is not the case. We are not searching for
the receiver, we are trying to acquire GPS fix. Changing the receiver
state correctly fixes this problem. The map mark is also kept moving,
in case there is location information available from network
positioning even though we don't have a GPS fix yet.

Signed-off-by: Timo Kokkonen <kaapeli@itanic.dy.fi>
14 years agoShow fix accuracy in satellite panel
Timo Kokkonen [Tue, 1 Sep 2009 17:23:02 +0000 (20:23 +0300)]
Show fix accuracy in satellite panel

Signed-off-by: Timo Kokkonen <kaapeli@itanic.dy.fi>
14 years agogps.c: Add horizontal and vertical accuracy information
Timo Kokkonen [Thu, 19 Nov 2009 19:01:29 +0000 (21:01 +0200)]
gps.c: Add horizontal and vertical accuracy information

-liblocation provides the horizontal accuracy information in
 centimeters. It is being converted to meters before giving to mapper.

-The vertical accuracy information unit is not documented in
 liblocation. It is being divided by 10 in attempt of converting it to
 meters. That way it reflects quite accurately on the fluctuation of
 the actual altitude number. Never the less, 10 is just a guess number
 to make it look right.

Signed-off-by: Timo Kokkonen <kaapeli@itanic.dy.fi>
14 years agoShow altitude with better accuracy
Timo Kokkonen [Tue, 1 Sep 2009 16:57:18 +0000 (19:57 +0300)]
Show altitude with better accuracy

Signed-off-by: Timo Kokkonen <kaapeli@itanic.dy.fi>
14 years agodisplay.c: Change the default colour of unused satellites in gps detail panel
Timo Kokkonen [Mon, 16 Nov 2009 18:47:03 +0000 (20:47 +0200)]
display.c: Change the default colour of unused satellites in gps detail panel

Since the default theme colours in N900 are quite dark, it's bit hard
to see the satellite bars if they are drawn with black color against
the black background. This patch changes the default color to red.

Signed-off-by: Timo Kokkonen <kaapeli@itanic.dy.fi>
14 years agogps.c: Make the statellite information panel work with liblocation
Timo Kokkonen [Mon, 16 Nov 2009 18:39:34 +0000 (20:39 +0200)]
gps.c: Make the statellite information panel work with liblocation

Signed-off-by: Timo Kokkonen <kaapeli@itanic.dy.fi>
14 years agoRemove the arbitrary 12 satellite maximum limit
Timo Kokkonen [Mon, 14 Sep 2009 19:15:43 +0000 (22:15 +0300)]
Remove the arbitrary 12 satellite maximum limit

This patch allows there to be MAX_SATELLITES number of satellites in
view, as the 12 satellite limit is insufficient with liblocation. At
this moment it is defined as 24, which should be sufficient.

Signed-off-by: Timo Kokkonen <kaapeli@itanic.dy.fi>
14 years agoAdd .gitignore
Timo Kokkonen [Mon, 16 Nov 2009 17:17:13 +0000 (19:17 +0200)]
Add .gitignore

Signed-off-by: Timo Kokkonen <kaapeli@itanic.dy.fi>
14 years agoFetch altitude from gps.
Andreas Henriksson [Wed, 4 Nov 2009 14:34:33 +0000 (15:34 +0100)]
Fetch altitude from gps.

If liblocation has the altitude set, store it in the track position.

Signed-off-by: Andreas Henriksson <andreas@fatal.se>
14 years agoDetach volume control from HW buttons to enable zooming on n900.
Andreas Henriksson [Mon, 2 Nov 2009 16:16:41 +0000 (17:16 +0100)]
Detach volume control from HW buttons to enable zooming on n900.

In Maemo 5, applications needs to tell the volume control
to detach to get the button events (which is used
for zooming in MM).

http://wiki.maemo.org/Documentation/Maemo_5_Developer_Guide/Porting_Software/Porting_Existing_GTK%2B_Application_to_Maemo_5#Remapping_volume_keys

Signed-off-by: Andreas Henriksson <andreas@fatal.se>
14 years agoFetch timestamp from liblocation.
Alberto Mardegan [Tue, 27 Oct 2009 18:21:06 +0000 (20:21 +0200)]
Fetch timestamp from liblocation.

(OpenStreepMap rejects tracks without timestamps.)

Signed-off-by: Andreas Henriksson <andreas@fatal.se>
14 years agoRemove selection of menu location
Alberto Mardegan [Tue, 8 Sep 2009 16:18:55 +0000 (19:18 +0300)]
Remove selection of menu location

maemo-select-menu-location doesn't exist anymore.

14 years agoRemove debug lines and unused variable
Alberto Mardegan [Tue, 1 Sep 2009 20:04:57 +0000 (23:04 +0300)]
Remove debug lines and unused variable

14 years agoDon't expose dialogs' widgets for no need
Alberto Mardegan [Tue, 1 Sep 2009 19:58:22 +0000 (22:58 +0300)]
Don't expose dialogs' widgets for no need

14 years agoRearrange buttons in two columns
Alberto Mardegan [Tue, 1 Sep 2009 17:14:40 +0000 (20:14 +0300)]
Rearrange buttons in two columns

14 years agoMove buttons into dialog contents
Alberto Mardegan [Tue, 1 Sep 2009 16:57:22 +0000 (19:57 +0300)]
Move buttons into dialog contents

14 years agoPort the POI page
Alberto Mardegan [Tue, 1 Sep 2009 16:47:00 +0000 (19:47 +0300)]
Port the POI page

14 years agoPort the Misc settings
Alberto Mardegan [Sun, 30 Aug 2009 18:39:45 +0000 (21:39 +0300)]
Port the Misc settings

14 years agoRewrite part of the settings dialog
Alberto Mardegan [Sun, 30 Aug 2009 13:01:42 +0000 (16:01 +0300)]
Rewrite part of the settings dialog

Replace the GtkNotebook with a simple GtkVBox, and put the first two tabs in a
separate sub-dialog (because sliders and pannable areas don't get along very
well).

14 years agoDelete the GPS settings tab
Alberto Mardegan [Sun, 30 Aug 2009 07:16:35 +0000 (10:16 +0300)]
Delete the GPS settings tab

14 years agoIgnore fixes with very low precision.
Alberto Mardegan [Sat, 29 Aug 2009 15:07:01 +0000 (18:07 +0300)]
Ignore fixes with very low precision.

This is rather arbitrary, a configuration option should be given.

14 years agoUse liblocation
Alberto Mardegan [Fri, 28 Aug 2009 14:14:56 +0000 (17:14 +0300)]
Use liblocation

Minimum amount of code to have a barely working connection with the GPS.

14 years agoMake the code compile in fremantle
Alberto Mardegan [Fri, 28 Aug 2009 13:32:23 +0000 (16:32 +0300)]
Make the code compile in fremantle

Remove the minimum amount of code to let the application compile.

15 years agoAdministrative changes in preparation for release of Maemo Mapper v2.6.2. master
gnuite [Sun, 15 Mar 2009 01:02:07 +0000 (01:02 +0000)]
Administrative changes in preparation for release of Maemo Mapper v2.6.2.

git-svn-id: svn+ssh://garage/var/lib/gforge/svnroot/maemo-mapper/trunk@261 6c538b50-5814-0410-93ad-8bdf4c0149d1

15 years agoFinnish translation updated.
mve [Sat, 14 Mar 2009 16:01:22 +0000 (16:01 +0000)]
Finnish translation updated.

git-svn-id: svn+ssh://garage/var/lib/gforge/svnroot/maemo-mapper/trunk@259 6c538b50-5814-0410-93ad-8bdf4c0149d1

15 years agoCorrected error converting a string to an int
camel [Thu, 12 Mar 2009 08:00:52 +0000 (08:00 +0000)]
Corrected error converting a string to an int

git-svn-id: svn+ssh://garage/var/lib/gforge/svnroot/maemo-mapper/trunk@258 6c538b50-5814-0410-93ad-8bdf4c0149d1

15 years agoAdministrative changes in preparation for release of Maemo Mapper v2.6.1.
gnuite [Tue, 10 Mar 2009 05:06:40 +0000 (05:06 +0000)]
Administrative changes in preparation for release of Maemo Mapper v2.6.1.

git-svn-id: svn+ssh://garage/var/lib/gforge/svnroot/maemo-mapper/trunk@257 6c538b50-5814-0410-93ad-8bdf4c0149d1

15 years agoPO updates in preparation for release of Maemo Mapper v2.6.1.
gnuite [Tue, 10 Mar 2009 05:06:09 +0000 (05:06 +0000)]
PO updates in preparation for release of Maemo Mapper v2.6.1.

git-svn-id: svn+ssh://garage/var/lib/gforge/svnroot/maemo-mapper/trunk@256 6c538b50-5814-0410-93ad-8bdf4c0149d1

15 years agoFixed a silly little seg fault on startup.
gnuite [Tue, 10 Mar 2009 05:05:36 +0000 (05:05 +0000)]
Fixed a silly little seg fault on startup.

git-svn-id: svn+ssh://garage/var/lib/gforge/svnroot/maemo-mapper/trunk@255 6c538b50-5814-0410-93ad-8bdf4c0149d1

15 years agoCorrected 'Centre Map' bug in station list view
camel [Mon, 9 Mar 2009 21:24:02 +0000 (21:24 +0000)]
Corrected 'Centre Map' bug in station list view

git-svn-id: svn+ssh://garage/var/lib/gforge/svnroot/maemo-mapper/trunk@253 6c538b50-5814-0410-93ad-8bdf4c0149d1

15 years agoCorrected conversion from BNG to lat/lon
camel [Mon, 9 Mar 2009 21:04:27 +0000 (21:04 +0000)]
Corrected conversion from BNG to lat/lon

git-svn-id: svn+ssh://garage/var/lib/gforge/svnroot/maemo-mapper/trunk@252 6c538b50-5814-0410-93ad-8bdf4c0149d1

15 years agoAlways compile before checkins!
gnuite [Mon, 9 Mar 2009 05:42:40 +0000 (05:42 +0000)]
Always compile before checkins!

git-svn-id: svn+ssh://garage/var/lib/gforge/svnroot/maemo-mapper/trunk@251 6c538b50-5814-0410-93ad-8bdf4c0149d1

15 years agoChanges required for compilation on Gregale.
gnuite [Mon, 9 Mar 2009 05:36:45 +0000 (05:36 +0000)]
Changes required for compilation on Gregale.

git-svn-id: svn+ssh://garage/var/lib/gforge/svnroot/maemo-mapper/trunk@250 6c538b50-5814-0410-93ad-8bdf4c0149d1

15 years agoAdministrative changes in preparation for release of Maemo Mapper v2.6.
gnuite [Mon, 9 Mar 2009 02:27:45 +0000 (02:27 +0000)]
Administrative changes in preparation for release of Maemo Mapper v2.6.

git-svn-id: svn+ssh://garage/var/lib/gforge/svnroot/maemo-mapper/trunk@249 6c538b50-5814-0410-93ad-8bdf4c0149d1

15 years agoAdministrative changes in preparation for release of Maemo Mapper v2.6.
gnuite [Mon, 9 Mar 2009 02:25:40 +0000 (02:25 +0000)]
Administrative changes in preparation for release of Maemo Mapper v2.6.

git-svn-id: svn+ssh://garage/var/lib/gforge/svnroot/maemo-mapper/trunk@248 6c538b50-5814-0410-93ad-8bdf4c0149d1

15 years agoUpdated translations in preparation for release of Maemo Mapper v2.6.
gnuite [Mon, 9 Mar 2009 02:23:56 +0000 (02:23 +0000)]
Updated translations in preparation for release of Maemo Mapper v2.6.

git-svn-id: svn+ssh://garage/var/lib/gforge/svnroot/maemo-mapper/trunk@247 6c538b50-5814-0410-93ad-8bdf4c0149d1

15 years agoRemoved the heinous embedding of timestamps into PNGs. Layer refreshing is
gnuite [Mon, 9 Mar 2009 02:23:10 +0000 (02:23 +0000)]
Removed the heinous embedding of timestamps into PNGs.  Layer refreshing is
now done on an interval fixed across the entire layer.

git-svn-id: svn+ssh://garage/var/lib/gforge/svnroot/maemo-mapper/trunk@246 6c538b50-5814-0410-93ad-8bdf4c0149d1

15 years agoUpdated help files to reflect the database type options.
gnuite [Sun, 8 Mar 2009 22:07:34 +0000 (22:07 +0000)]
Updated help files to reflect the database type options.

git-svn-id: svn+ssh://garage/var/lib/gforge/svnroot/maemo-mapper/trunk@245 6c538b50-5814-0410-93ad-8bdf4c0149d1

15 years agoAdded (default) support for SQLite3 in lieu of GDBM.
gnuite [Sun, 8 Mar 2009 22:06:20 +0000 (22:06 +0000)]
Added (default) support for SQLite3 in lieu of GDBM.

git-svn-id: svn+ssh://garage/var/lib/gforge/svnroot/maemo-mapper/trunk@244 6c538b50-5814-0410-93ad-8bdf4c0149d1

15 years agoold variables prevent DEBUG compile.
btb [Sun, 18 Jan 2009 10:05:22 +0000 (10:05 +0000)]
old variables prevent DEBUG compile.

git-svn-id: svn+ssh://garage/var/lib/gforge/svnroot/maemo-mapper/trunk@243 6c538b50-5814-0410-93ad-8bdf4c0149d1

15 years agoCustomKey enum isn't necessarily signed. comparing against -1 works
btb [Sun, 18 Jan 2009 10:03:38 +0000 (10:03 +0000)]
CustomKey enum isn't necessarily signed. comparing against -1 works
either way, though.

git-svn-id: svn+ssh://garage/var/lib/gforge/svnroot/maemo-mapper/trunk@242 6c538b50-5814-0410-93ad-8bdf4c0149d1

15 years agoConditional compilation for Maemo-only features
btb [Sun, 18 Jan 2009 08:36:13 +0000 (08:36 +0000)]
Conditional compilation for Maemo-only features

git-svn-id: svn+ssh://garage/var/lib/gforge/svnroot/maemo-mapper/trunk@241 6c538b50-5814-0410-93ad-8bdf4c0149d1

15 years agoImproved alternate coordinate system support (e.g. OS NGR)
camel [Thu, 1 Jan 2009 18:09:06 +0000 (18:09 +0000)]
Improved alternate coordinate system support (e.g. OS NGR)

git-svn-id: svn+ssh://garage/var/lib/gforge/svnroot/maemo-mapper/trunk@240 6c538b50-5814-0410-93ad-8bdf4c0149d1

15 years agoImproved APRS bluetouth TNC functionality.
camel [Thu, 1 Jan 2009 18:06:42 +0000 (18:06 +0000)]
Improved APRS bluetouth TNC functionality.

git-svn-id: svn+ssh://garage/var/lib/gforge/svnroot/maemo-mapper/trunk@239 6c538b50-5814-0410-93ad-8bdf4c0149d1

15 years agoImproved APRS beacon timing.
camel [Thu, 1 Jan 2009 18:05:20 +0000 (18:05 +0000)]
Improved APRS beacon timing.

git-svn-id: svn+ssh://garage/var/lib/gforge/svnroot/maemo-mapper/trunk@238 6c538b50-5814-0410-93ad-8bdf4c0149d1

15 years agoAdded APRS station icon to info display.
camel [Thu, 1 Jan 2009 18:04:38 +0000 (18:04 +0000)]
Added APRS station icon to info display.

git-svn-id: svn+ssh://garage/var/lib/gforge/svnroot/maemo-mapper/trunk@237 6c538b50-5814-0410-93ad-8bdf4c0149d1

15 years agoImproved APRS beacon timing.
camel [Thu, 1 Jan 2009 18:02:48 +0000 (18:02 +0000)]
Improved APRS beacon timing.
Added 6 figure OS grid support.

git-svn-id: svn+ssh://garage/var/lib/gforge/svnroot/maemo-mapper/trunk@236 6c538b50-5814-0410-93ad-8bdf4c0149d1

15 years agoImproved APRS beacon timing.
camel [Thu, 1 Jan 2009 18:01:41 +0000 (18:01 +0000)]
Improved APRS beacon timing.
Added APRS bluetouth re-connect functionality.

git-svn-id: svn+ssh://garage/var/lib/gforge/svnroot/maemo-mapper/trunk@235 6c538b50-5814-0410-93ad-8bdf4c0149d1

15 years agoAdded support for 6 figure OS grid references.
camel [Thu, 1 Jan 2009 17:53:45 +0000 (17:53 +0000)]
Added support for 6 figure OS grid references.

git-svn-id: svn+ssh://garage/var/lib/gforge/svnroot/maemo-mapper/trunk@234 6c538b50-5814-0410-93ad-8bdf4c0149d1

15 years agoCorrected conversion to British National Grid
camel [Tue, 30 Dec 2008 21:54:26 +0000 (21:54 +0000)]
Corrected conversion to British National Grid

git-svn-id: svn+ssh://garage/var/lib/gforge/svnroot/maemo-mapper/trunk@233 6c538b50-5814-0410-93ad-8bdf4c0149d1

15 years agoAdded basic APRS support - Can be disabled by removing definition of INCLUDE_APRS
camel [Fri, 19 Dec 2008 18:35:23 +0000 (18:35 +0000)]
Added basic APRS support - Can be disabled by removing definition of INCLUDE_APRS

git-svn-id: svn+ssh://garage/var/lib/gforge/svnroot/maemo-mapper/trunk@232 6c538b50-5814-0410-93ad-8bdf4c0149d1

15 years agoAdded basic APRS support - Can be disabled by removing definition of INCLUDE_APRS
camel [Fri, 19 Dec 2008 18:34:37 +0000 (18:34 +0000)]
Added basic APRS support - Can be disabled by removing definition of INCLUDE_APRS

git-svn-id: svn+ssh://garage/var/lib/gforge/svnroot/maemo-mapper/trunk@231 6c538b50-5814-0410-93ad-8bdf4c0149d1

15 years agoAdded basic APRS support - Can be disabled by removing definition of INCLUDE_APRS
camel [Fri, 19 Dec 2008 18:28:23 +0000 (18:28 +0000)]
Added basic APRS support - Can be disabled by removing definition of INCLUDE_APRS
Added support for UK OS Grid system

git-svn-id: svn+ssh://garage/var/lib/gforge/svnroot/maemo-mapper/trunk@230 6c538b50-5814-0410-93ad-8bdf4c0149d1

15 years agoLatest APRS symbols
camel [Fri, 19 Dec 2008 17:13:47 +0000 (17:13 +0000)]
Latest APRS symbols

git-svn-id: svn+ssh://garage/var/lib/gforge/svnroot/maemo-mapper/trunk@229 6c538b50-5814-0410-93ad-8bdf4c0149d1

15 years agoAdministrative changes in preparation for release of Maemo Mapper
gnuite [Sun, 14 Dec 2008 03:23:59 +0000 (03:23 +0000)]
Administrative changes in preparation for release of Maemo Mapper
v2.5.3.

git-svn-id: svn+ssh://garage/var/lib/gforge/svnroot/maemo-mapper/trunk@227 6c538b50-5814-0410-93ad-8bdf4c0149d1

15 years agoFixed the localization issue with autobuilder.
gnuite [Sun, 14 Dec 2008 03:23:15 +0000 (03:23 +0000)]
Fixed the localization issue with autobuilder.

git-svn-id: svn+ssh://garage/var/lib/gforge/svnroot/maemo-mapper/trunk@226 6c538b50-5814-0410-93ad-8bdf4c0149d1

15 years agoImproved performance when running without an on-disk cache.
gnuite [Sun, 14 Dec 2008 03:22:47 +0000 (03:22 +0000)]
Improved performance when running without an on-disk cache.

git-svn-id: svn+ssh://garage/var/lib/gforge/svnroot/maemo-mapper/trunk@225 6c538b50-5814-0410-93ad-8bdf4c0149d1

15 years agoAdministrative changes in preparation for release of Maemo Mapper v2.5.2.
gnuite [Sat, 22 Nov 2008 05:36:46 +0000 (05:36 +0000)]
Administrative changes in preparation for release of Maemo Mapper v2.5.2.

git-svn-id: svn+ssh://garage/var/lib/gforge/svnroot/maemo-mapper/trunk@223 6c538b50-5814-0410-93ad-8bdf4c0149d1

15 years agoAdministrative changes in preparation for release of Maemo Mapper v2.5.1.
gnuite [Sat, 22 Nov 2008 04:45:22 +0000 (04:45 +0000)]
Administrative changes in preparation for release of Maemo Mapper v2.5.1.

git-svn-id: svn+ssh://garage/var/lib/gforge/svnroot/maemo-mapper/trunk@221 6c538b50-5814-0410-93ad-8bdf4c0149d1

15 years agoAdded AGPS set/override, and fixed seg fault in Add POI.
gnuite [Sat, 22 Nov 2008 04:44:54 +0000 (04:44 +0000)]
Added AGPS set/override, and fixed seg fault in Add POI.

git-svn-id: svn+ssh://garage/var/lib/gforge/svnroot/maemo-mapper/trunk@220 6c538b50-5814-0410-93ad-8bdf4c0149d1

15 years agoMinor fixes in preparation for release of Maemo Mapper v2.5.1.
gnuite [Fri, 17 Oct 2008 03:09:37 +0000 (03:09 +0000)]
Minor fixes in preparation for release of Maemo Mapper v2.5.1.

git-svn-id: svn+ssh://garage/var/lib/gforge/svnroot/maemo-mapper/trunk@219 6c538b50-5814-0410-93ad-8bdf4c0149d1

15 years agoAdministrative changes in preparation for release of Maemo Mapper v2.5.1.
gnuite [Thu, 16 Oct 2008 07:59:56 +0000 (07:59 +0000)]
Administrative changes in preparation for release of Maemo Mapper v2.5.1.

git-svn-id: svn+ssh://garage/var/lib/gforge/svnroot/maemo-mapper/trunk@218 6c538b50-5814-0410-93ad-8bdf4c0149d1

15 years agoFixed flite invocation bug.
gnuite [Thu, 16 Oct 2008 07:50:29 +0000 (07:50 +0000)]
Fixed flite invocation bug.

git-svn-id: svn+ssh://garage/var/lib/gforge/svnroot/maemo-mapper/trunk@217 6c538b50-5814-0410-93ad-8bdf4c0149d1

15 years agoUpdated Finnish translation.
mve [Sun, 12 Oct 2008 19:40:54 +0000 (19:40 +0000)]
Updated Finnish translation.

git-svn-id: svn+ssh://garage/var/lib/gforge/svnroot/maemo-mapper/trunk@215 6c538b50-5814-0410-93ad-8bdf4c0149d1

15 years agoChanged map_cache_clean to be backward-compatible.
gnuite [Sun, 12 Oct 2008 05:18:59 +0000 (05:18 +0000)]
Changed map_cache_clean to be backward-compatible.

git-svn-id: svn+ssh://garage/var/lib/gforge/svnroot/maemo-mapper/trunk@214 6c538b50-5814-0410-93ad-8bdf4c0149d1

15 years agoAdministrative changes in preparation for release of Maemo Mapper v2.5.
gnuite [Sun, 12 Oct 2008 03:08:45 +0000 (03:08 +0000)]
Administrative changes in preparation for release of Maemo Mapper v2.5.

git-svn-id: svn+ssh://garage/var/lib/gforge/svnroot/maemo-mapper/trunk@213 6c538b50-5814-0410-93ad-8bdf4c0149d1

15 years agoUpdated strings.
gnuite [Sun, 12 Oct 2008 03:07:58 +0000 (03:07 +0000)]
Updated strings.

git-svn-id: svn+ssh://garage/var/lib/gforge/svnroot/maemo-mapper/trunk@212 6c538b50-5814-0410-93ad-8bdf4c0149d1

15 years agoAdded support for layered maps. This support is still very
gnuite [Sun, 12 Oct 2008 03:06:36 +0000 (03:06 +0000)]
Added support for layered maps.  This support is still very
experimental, and the potential for crashes is rather large.  Still,
there is demand for it, so I'm posting it early.  By default, layers are
disabled, so it should not affect normal users.

git-svn-id: svn+ssh://garage/var/lib/gforge/svnroot/maemo-mapper/trunk@211 6c538b50-5814-0410-93ad-8bdf4c0149d1

15 years agoAdded explicit directory names for service and desktop files.
gnuite [Sun, 12 Oct 2008 03:03:13 +0000 (03:03 +0000)]
Added explicit directory names for service and desktop files.

git-svn-id: svn+ssh://garage/var/lib/gforge/svnroot/maemo-mapper/trunk@209 6c538b50-5814-0410-93ad-8bdf4c0149d1

15 years agoRemoved context elements from output.
gnuite [Thu, 9 Oct 2008 04:18:24 +0000 (04:18 +0000)]
Removed context elements from output.

git-svn-id: svn+ssh://garage/var/lib/gforge/svnroot/maemo-mapper/trunk@207 6c538b50-5814-0410-93ad-8bdf4c0149d1

15 years agoModified the dpkg-build script to play nicer with chinook/diablo-builder.
gnuite [Thu, 9 Oct 2008 03:34:02 +0000 (03:34 +0000)]
Modified the dpkg-build script to play nicer with chinook/diablo-builder.

git-svn-id: svn+ssh://garage/var/lib/gforge/svnroot/maemo-mapper/trunk@206 6c538b50-5814-0410-93ad-8bdf4c0149d1

15 years agoRemoved obsolete architecture.
gnuite [Thu, 9 Oct 2008 03:24:56 +0000 (03:24 +0000)]
Removed obsolete architecture.

git-svn-id: svn+ssh://garage/var/lib/gforge/svnroot/maemo-mapper/trunk@205 6c538b50-5814-0410-93ad-8bdf4c0149d1

15 years agoChanged the section to appease diablo-extras-devel.
gnuite [Thu, 9 Oct 2008 02:56:05 +0000 (02:56 +0000)]
Changed the section to appease diablo-extras-devel.

git-svn-id: svn+ssh://garage/var/lib/gforge/svnroot/maemo-mapper/trunk@204 6c538b50-5814-0410-93ad-8bdf4c0149d1

15 years ago95% completed
zero [Tue, 7 Oct 2008 15:14:47 +0000 (15:14 +0000)]
95% completed

git-svn-id: svn+ssh://garage/var/lib/gforge/svnroot/maemo-mapper/trunk@203 6c538b50-5814-0410-93ad-8bdf4c0149d1

15 years ago63% completed
zero [Tue, 23 Sep 2008 15:25:08 +0000 (15:25 +0000)]
63% completed

git-svn-id: svn+ssh://garage/var/lib/gforge/svnroot/maemo-mapper/trunk@202 6c538b50-5814-0410-93ad-8bdf4c0149d1

15 years agoadded russian language
zero [Tue, 23 Sep 2008 14:26:44 +0000 (14:26 +0000)]
added russian language

git-svn-id: svn+ssh://garage/var/lib/gforge/svnroot/maemo-mapper/trunk@201 6c538b50-5814-0410-93ad-8bdf4c0149d1

15 years agostart russian translation
zero [Tue, 23 Sep 2008 14:21:04 +0000 (14:21 +0000)]
start russian translation

git-svn-id: svn+ssh://garage/var/lib/gforge/svnroot/maemo-mapper/trunk@200 6c538b50-5814-0410-93ad-8bdf4c0149d1

15 years agoAdded missing Build-Deps for autobuilder.
gnuite [Sat, 16 Aug 2008 20:23:12 +0000 (20:23 +0000)]
Added missing Build-Deps for autobuilder.

git-svn-id: svn+ssh://garage/var/lib/gforge/svnroot/maemo-mapper/trunk@195 6c538b50-5814-0410-93ad-8bdf4c0149d1

15 years agoAdministrative changes in preparation for release of Maemo Mapper
gnuite [Sat, 16 Aug 2008 09:43:37 +0000 (09:43 +0000)]
Administrative changes in preparation for release of Maemo Mapper
v2.4.2.

git-svn-id: svn+ssh://garage/var/lib/gforge/svnroot/maemo-mapper/trunk@194 6c538b50-5814-0410-93ad-8bdf4c0149d1

15 years ago * Made compatible with new Debian autobuilder architecture.
gnuite [Sat, 16 Aug 2008 09:42:29 +0000 (09:42 +0000)]
  * Made compatible with new Debian autobuilder architecture.
  * Added support for reading "cmt" tags in GPX.  They are treated the same as
    "desc" tags.
  * Changed flite invocation to support shell scripts.
  * Fixed bad documentation regarding the "Area" tab of the "Manage Maps"
    dialog.
  * Fixed bug with handling unknown XML extensions.
  * Added support for extra-maemo compilation on Linux.

git-svn-id: svn+ssh://garage/var/lib/gforge/svnroot/maemo-mapper/trunk@193 6c538b50-5814-0410-93ad-8bdf4c0149d1

15 years agoprevious commit probably broke workaround of r153, fixing
btb [Thu, 29 May 2008 04:12:44 +0000 (04:12 +0000)]
previous commit probably broke workaround of r153, fixing

git-svn-id: svn+ssh://garage/var/lib/gforge/svnroot/maemo-mapper/trunk@188 6c538b50-5814-0410-93ad-8bdf4c0149d1

15 years agoMake buildable without conic, gpsbt, gpsmgr, or the maemo version of gtk+
btb [Thu, 29 May 2008 03:58:46 +0000 (03:58 +0000)]
Make buildable without conic, gpsbt, gpsmgr, or the maemo version of gtk+

git-svn-id: svn+ssh://garage/var/lib/gforge/svnroot/maemo-mapper/trunk@187 6c538b50-5814-0410-93ad-8bdf4c0149d1

16 years agode_DE.pho: Fixed typos and adapted strings to better fit UI layout
claudius [Wed, 9 Apr 2008 21:20:07 +0000 (21:20 +0000)]
de_DE.pho: Fixed typos and adapted strings to better fit UI layout

git-svn-id: svn+ssh://garage/var/lib/gforge/svnroot/maemo-mapper/trunk@186 6c538b50-5814-0410-93ad-8bdf4c0149d1

16 years agoUpdated copyright for 2008
claudius [Sun, 23 Mar 2008 17:29:41 +0000 (17:29 +0000)]
Updated copyright for 2008

git-svn-id: svn+ssh://garage/var/lib/gforge/svnroot/maemo-mapper/trunk@185 6c538b50-5814-0410-93ad-8bdf4c0149d1

16 years agoUpdated german translation for 2.4.1
claudius [Sun, 23 Mar 2008 17:26:17 +0000 (17:26 +0000)]
Updated german translation for 2.4.1

git-svn-id: svn+ssh://garage/var/lib/gforge/svnroot/maemo-mapper/trunk@184 6c538b50-5814-0410-93ad-8bdf4c0149d1

16 years agoUpdate for Finnish translations.
mve [Mon, 17 Mar 2008 20:33:30 +0000 (20:33 +0000)]
Update for Finnish translations.

git-svn-id: svn+ssh://garage/var/lib/gforge/svnroot/maemo-mapper/trunk@183 6c538b50-5814-0410-93ad-8bdf4c0149d1

16 years agoAdministrative changes in preparation for release of Maemo Mapper v2.4.1.
gnuite [Mon, 17 Mar 2008 06:08:39 +0000 (06:08 +0000)]
Administrative changes in preparation for release of Maemo Mapper v2.4.1.

git-svn-id: svn+ssh://garage/var/lib/gforge/svnroot/maemo-mapper/trunk@182 6c538b50-5814-0410-93ad-8bdf4c0149d1

16 years agoAdded ability to set "Toggle Tracking" as a hardware key.
gnuite [Mon, 17 Mar 2008 06:08:16 +0000 (06:08 +0000)]
Added ability to set "Toggle Tracking" as a hardware key.

git-svn-id: svn+ssh://garage/var/lib/gforge/svnroot/maemo-mapper/trunk@181 6c538b50-5814-0410-93ad-8bdf4c0149d1

16 years agoAdministrative changes in preparation for release of Maemo Mapper v2.4.1.
gnuite [Mon, 17 Mar 2008 05:33:03 +0000 (05:33 +0000)]
Administrative changes in preparation for release of Maemo Mapper v2.4.1.

git-svn-id: svn+ssh://garage/var/lib/gforge/svnroot/maemo-mapper/trunk@180 6c538b50-5814-0410-93ad-8bdf4c0149d1

16 years agoAdded ability to disable the recording of your track (closes #2311).
gnuite [Mon, 17 Mar 2008 05:32:13 +0000 (05:32 +0000)]
Added ability to disable the recording of your track (closes #2311).

git-svn-id: svn+ssh://garage/var/lib/gforge/svnroot/maemo-mapper/trunk@179 6c538b50-5814-0410-93ad-8bdf4c0149d1

16 years agoAdministrative changes in preparation for release of Maemo Mapper v2.4.1.
gnuite [Mon, 17 Mar 2008 03:52:39 +0000 (03:52 +0000)]
Administrative changes in preparation for release of Maemo Mapper v2.4.1.

git-svn-id: svn+ssh://garage/var/lib/gforge/svnroot/maemo-mapper/trunk@178 6c538b50-5814-0410-93ad-8bdf4c0149d1

16 years agoFixed bugs in POI adding/editing.
gnuite [Mon, 17 Mar 2008 03:39:18 +0000 (03:39 +0000)]
Fixed bugs in POI adding/editing.

git-svn-id: svn+ssh://garage/var/lib/gforge/svnroot/maemo-mapper/trunk@177 6c538b50-5814-0410-93ad-8bdf4c0149d1

16 years agoFixed silly compile-time error.
gnuite [Mon, 17 Mar 2008 03:30:38 +0000 (03:30 +0000)]
Fixed silly compile-time error.

git-svn-id: svn+ssh://garage/var/lib/gforge/svnroot/maemo-mapper/trunk@176 6c538b50-5814-0410-93ad-8bdf4c0149d1