]> git.itanic.dy.fi Git - maemo-mapper/log
maemo-mapper
14 years agogps.c: Convert horizontal accuracy correctly in meters hack
Timo Kokkonen [Sun, 8 Nov 2009 10:08:46 +0000 (12:08 +0200)]
gps.c: Convert horizontal accuracy correctly in meters

Liblocation returns the accuracy value in centimeters, so it needs to
be divided by 100 in order to get meters.

Signed-off-by: Timo Kokkonen <kaapeli@itanic.dy.fi>
14 years agopath.c: Temporary workaround to make the path to be drawn on every move.
Timo Kokkonen [Thu, 5 Nov 2009 17:26:24 +0000 (19:26 +0200)]
path.c: Temporary workaround to make the path to be drawn on every move.

Since we now store the horizontal accuracy in meters, the logic behind
the decision whether the user has moved enough did not work any
more. The whole logic seems buggy and flawed, so this patch simply
disables it altogether.

Signed-off-by: Timo Kokkonen <kaapeli@itanic.dy.fi>
14 years agogps.c: Make better decisions on when we should update the position information
Timo Kokkonen [Thu, 5 Nov 2009 17:25:38 +0000 (19:25 +0200)]
gps.c: Make better decisions on when we should update the position information

Signed-off-by: Timo Kokkonen <kaapeli@itanic.dy.fi>
14 years agodisplay.c: Print the horisontal accuracy in sat panel
Timo Kokkonen [Thu, 5 Nov 2009 17:24:05 +0000 (19:24 +0200)]
display.c: Print the horisontal accuracy in sat panel

The vertical accuracy information was not that interesting, so let's
print the hrizontal accuracy instead.

Signed-off-by: Timo Kokkonen <kaapeli@itanic.dy.fi>
14 years agodisplay.c: Force 24 hour time representation in GPS details
Timo Kokkonen [Mon, 2 Nov 2009 18:17:38 +0000 (20:17 +0200)]
display.c: Force 24 hour time representation in GPS details

Nobody likes the 12 hour time mode. At least I don't. Who cares about
anyone else?

Signed-off-by: Timo Kokkonen <kaapeli@itanic.dy.fi>
14 years agogps.c: Give satellite elevation in correct format
Timo Kokkonen [Mon, 2 Nov 2009 17:59:11 +0000 (19:59 +0200)]
gps.c: Give satellite elevation in correct format

Thanks to the elaborate liblocation documentation, it appears that the
elevation value needs to be divided by 100 in order to get the value
in degrees. After adding this division, the satellite details panel
now draws the satellite constellation exactly the same way as it does
with N810.

Signed-off-by: Timo Kokkonen <kaapeli@itanic.dy.fi>
14 years agodisplay.c: Add one decimal point to the results
Timo Kokkonen [Mon, 26 Oct 2009 19:29:11 +0000 (21:29 +0200)]
display.c: Add one decimal point to the results

This reflects to the fact that the one decimal seems to have some
meaningful number in it.

Signed-off-by: Timo Kokkonen <kaapeli@itanic.dy.fi>
14 years agogps.c: Position accuracy should be divided by 10
Timo Kokkonen [Mon, 26 Oct 2009 19:13:52 +0000 (21:13 +0200)]
gps.c: Position accuracy should be divided by 10

But why?

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

This patch removes allows there to be MAX_SATELLITES number of
satellites in view. At this moment it is defined as 24, which should
be sufficient.

14 years agoStore max speed properly
Timo Kokkonen [Mon, 14 Sep 2009 19:15:28 +0000 (22:15 +0300)]
Store max speed properly

14 years agoChange the default colour for unused satellites in sat_detail view
Timo Kokkonen [Mon, 14 Sep 2009 18:34:48 +0000 (21:34 +0300)]
Change the default colour for unused satellites in sat_detail view

14 years agoTry to save satellie for fix information better
Timo Kokkonen [Mon, 14 Sep 2009 18:32:50 +0000 (21:32 +0300)]
Try to save satellie for fix information better

14 years agoIgnore fix if fix accuracy is less than 10km
Timo Kokkonen [Wed, 2 Sep 2009 17:29:04 +0000 (20:29 +0300)]
Ignore fix if fix accuracy is less than 10km

It doesn't make sense to trust gps fix if the accuracy is less than
that. This also seems to fix the "Oulunsalo syndrome" bug in
liblocation. Furthermore, now it seems that mapper detects correctly
the "no fix" situation too.

14 years agoCorrectly set also azimuth value for satellites
Timo Kokkonen [Wed, 2 Sep 2009 17:23:16 +0000 (20:23 +0300)]
Correctly set also azimuth value for satellites

14 years agoAdd arm-v7 optimizations
Timo Kokkonen [Wed, 2 Sep 2009 17:13:07 +0000 (20:13 +0300)]
Add arm-v7 optimizations

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

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

14 years agoHandle fix modes better
Timo Kokkonen [Tue, 1 Sep 2009 16:48:25 +0000 (19:48 +0300)]
Handle fix modes better

14 years agoRemove the last remains of libhildonhelp
Timo Kokkonen [Tue, 1 Sep 2009 16:10:22 +0000 (19:10 +0300)]
Remove the last remains of libhildonhelp

14 years agoFix typo in debian/control
Timo Kokkonen [Tue, 1 Sep 2009 16:10:06 +0000 (19:10 +0300)]
Fix typo in debian/control

14 years agoSatellite details to work and other fixes..
Timo Kokkonen [Mon, 31 Aug 2009 18:55:46 +0000 (21:55 +0300)]
Satellite details to work and other fixes..

Ugly hacks, but don't worry about it..

14 years agoHack the hardware key configurations
Timo Kokkonen [Mon, 31 Aug 2009 18:55:02 +0000 (21:55 +0300)]
Hack the hardware key configurations

N900 HW is missing those HW keys, so use something else as work
around..

14 years agoChange default background colors for satellite status
Timo Kokkonen [Mon, 31 Aug 2009 18:54:05 +0000 (21:54 +0300)]
Change default background colors for satellite status

This makes it easier to see the satellite SNR bars against the black
background

14 years agoUgly hack to make mapper track location
Timo Kokkonen [Sun, 30 Aug 2009 18:07:39 +0000 (21:07 +0300)]
Ugly hack to make mapper track location

14 years agoMapper starts now
Timo Kokkonen [Sun, 30 Aug 2009 13:41:07 +0000 (16:41 +0300)]
Mapper starts now

14 years agoRemove legacy library dependencies
Timo Kokkonen [Tue, 1 Sep 2009 15:32:30 +0000 (18:32 +0300)]
Remove legacy library dependencies

14 years agoAdd .gitignore
Timo Kokkonen [Tue, 1 Sep 2009 15:10:42 +0000 (18:10 +0300)]
Add .gitignore

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

16 years agoAdded donation button.
gnuite [Sun, 16 Mar 2008 23:09:49 +0000 (23:09 +0000)]
Added donation button.

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

16 years ago * Fixed bug in editing POI categories (closes #2281).
gnuite [Sun, 16 Mar 2008 22:01:21 +0000 (22:01 +0000)]
  * Fixed bug in editing POI categories (closes #2281).
  * Forced default setting of gpsd_ctrl_sock (closes #1714).
  * Fixed display of lat/lon in "Add POI" dialog box.

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

16 years agoFixed placement of file header.
gnuite [Sun, 16 Mar 2008 21:36:20 +0000 (21:36 +0000)]
Fixed placement of file header.

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