]> git.street.me.uk Git - andy/viking.git/log
andy/viking.git
17 years agoAdding an icon for the entry menu (Debian package only)
Ralf Meyer [Wed, 13 Jun 2007 13:53:39 +0000 (13:53 +0000)]
Adding an icon for the entry menu (Debian package only)

(Suggested by Ralf Meyer <ranfyy@gmail.com>)

Signed-off-by: Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
17 years agoCorrect the man pages generation
Guilhem Bonnefille [Wed, 13 Jun 2007 13:53:30 +0000 (13:53 +0000)]
Correct the man pages generation

Signed-off-by: Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
17 years agoAdding an icon
Guilhem Bonnefille [Wed, 13 Jun 2007 13:53:25 +0000 (13:53 +0000)]
Adding an icon

Signed-off-by: Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
17 years agoChangLog entries
Quy Tonthat [Fri, 8 Jun 2007 13:17:15 +0000 (13:17 +0000)]
ChangLog entries

17 years agoFix a bug that causes segfault on trackpoint properties dialog.
Quy Tonthat [Fri, 8 Jun 2007 13:17:02 +0000 (13:17 +0000)]
Fix a bug that causes segfault on trackpoint properties dialog.

Signed-off-by: Quy Tonthat <qtonthat@gmail.com>
17 years agoBacported Evan's magic scissors from DEM branch.
Quy Tonthat [Fri, 1 Jun 2007 11:22:55 +0000 (11:22 +0000)]
Bacported Evan's magic scissors from DEM branch.

To use it, select a TrackWaypoint layer, click on Magic Scissors tool,
then click 2 points on the map, viking will draw the route between the
two point using data from google maps.

Requires gpsbabel 1.3.4-beta or later.

Signed-off-by: Quy Tonthat <qtonthat@gmail.com>
17 years agoFix a segfault on track properties dialog.
Quy Tonthat [Fri, 1 Jun 2007 04:07:13 +0000 (04:07 +0000)]
Fix a segfault on track properties dialog.

The problem occurs when viewing properties of a track that has only
one trackpoint with elevation information.

Signed-off-by: Quy Tonthat <qtonthat@gmail.com>
17 years agoChangeLog entry.
Quy Tonthat [Thu, 31 May 2007 12:01:34 +0000 (12:01 +0000)]
ChangeLog entry.

Signed-off-by: Quy Tonthat <qtonthat@gmail.com>
17 years agoUse google maps search string as comment for new immediately created waypoint.
Quy Tonthat [Thu, 31 May 2007 12:01:22 +0000 (12:01 +0000)]
Use google maps search string as comment for new immediately created waypoint.

After a successful search, before any operation that moves the map area,
a waypoint can be created for the resulted location by using "New Waypoint"
from the context menu of a TrackWaypoint layer. The "New Waypoint" dialog
will then use the search string as default "Comment".

Signed-off-by: Quy Tonthat <qtonthat@gmail.com>
17 years agoAdd Google Maps search to toolbar.
Quy Tonthat [Thu, 31 May 2007 12:00:48 +0000 (12:00 +0000)]
Add Google Maps search to toolbar.

Signed-off-by: Quy Tonthat <qtonthat@gmail.com>
17 years agoGoogle Maps search: code clean up.
Quy Tonthat [Thu, 31 May 2007 12:00:27 +0000 (12:00 +0000)]
Google Maps search: code clean up.

Signed-off-by: Quy Tonthat <qtonthat@gmail.com>
17 years agoGo to location using Google Maps search.
Quy Tonthat [Thu, 31 May 2007 12:00:13 +0000 (12:00 +0000)]
Go to location using Google Maps search.

New View menu item that enableviking to go to a location specified as
street address or place name that is recognised by Google Maps search
engine.

Signed-off-by: Quy Tonthat <qtonthat@gmail.com>
17 years agoCosmetic changes: fix compiler warnings.
Quy Tonthat [Thu, 31 May 2007 04:59:59 +0000 (04:59 +0000)]
Cosmetic changes: fix compiler warnings.

Signed-off-by: Quy Tonthat <qtonthat@gmail.com>
17 years agoMany new waypoint symbols created by Mark Coulter.
Mark Coulter [Sat, 26 May 2007 14:13:32 +0000 (14:13 +0000)]
Many new waypoint symbols created by Mark Coulter.

Signed-off-by: Quy Tonthat <qtonthat@gmail.com>
17 years agoviking 0.1.3.20070526
Quy Tonthat [Sat, 26 May 2007 11:26:38 +0000 (11:26 +0000)]
viking 0.1.3.20070526

17 years agoChangeLog entries
Quy Tonthat [Sat, 26 May 2007 11:16:51 +0000 (11:16 +0000)]
ChangeLog entries

17 years agoFix intermittent problem of map redraw.
Quy Tonthat [Sat, 26 May 2007 11:16:39 +0000 (11:16 +0000)]
Fix intermittent problem of map redraw.

The type mismatching (gint vs guint16) in the cache removing function can
cause coords truncated which leads to pixmaps not removed from the cache,
hence they are not updated on screen.

This only happens for coords with values larger than what a 16-bit number
can hold (> 65535). This is why the problem seems intermittent.

Signed-off-by: Quy Tonthat <qtonthat@gmail.com>
17 years agoHandle cases that only need redraw (without downloading).
Quy Tonthat [Sat, 26 May 2007 11:16:21 +0000 (11:16 +0000)]
Handle cases that only need redraw (without downloading).

Signed-off-by: Quy Tonthat <qtonthat@gmail.com>
17 years agoRemoving generated files
Guilhem Bonnefille [Thu, 24 May 2007 20:24:46 +0000 (20:24 +0000)]
Removing generated files

Signed-off-by: Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
17 years agoAdding man pages
Guilhem Bonnefille [Thu, 24 May 2007 20:24:38 +0000 (20:24 +0000)]
Adding man pages

Signed-off-by: Ralf Meyer <ranfyy@gmail.com>
17 years agoMake window dimensions easier to be changed.
Quy Tonthat [Thu, 24 May 2007 08:39:11 +0000 (08:39 +0000)]
Make window dimensions easier to be changed.

Signed-off-by: Quy Tonthat <qtonthat@gmail.com>
17 years agoSmall touches on the look.
Quy Tonthat [Thu, 24 May 2007 08:26:40 +0000 (08:26 +0000)]
Small touches on the look.

- Ajust field width and alignment of treeview columns.
- Bring dimension constants to the top to make them easier to be found and
changed (Until we implement something more flexible for users to change
them)

Signed-off-by: Quy Tonthat <qtonthat@gmail.com>
17 years agoMaps layer: Improve performance for map autodownload.
Quy Tonthat [Thu, 24 May 2007 05:18:47 +0000 (05:18 +0000)]
Maps layer: Improve performance for map autodownload.

Autodownload is now only triggered when there are changes in zoom scale
or view location.

Map autodownload caused poor performance because it was triggered unnecessarily
by every update event. Most of these events are caused by interactions
that do not require map downloading. Autodownload itself is among the worst
sources of triggers. Autodownload threads generate update event for each
downloaded map tile. These events in turn create other threads
which generates more events and so on. Most of these threads will die out
quickly but the performance still suffers.

Signed-off-by: Quy Tonthat <qtonthat@gmail.com>
17 years agoChangeLog entries
Quy Tonthat [Wed, 23 May 2007 14:03:58 +0000 (14:03 +0000)]
ChangeLog entries

Signed-off-by: Quy Tonthat <qtonthat@gmail.com>
17 years agoPut Google Directions dialogs at the center of viking window.
Quy Tonthat [Wed, 23 May 2007 14:03:46 +0000 (14:03 +0000)]
Put Google Directions dialogs at the center of viking window.

Signed-off-by: Quy Tonthat <qtonthat@gmail.com>
17 years agoGoogle Directions now remembers previous query (from/to entries).
Quy Tonthat [Wed, 23 May 2007 14:03:34 +0000 (14:03 +0000)]
Google Directions now remembers previous query (from/to entries).

The from/to dialog will now display the previous query so that users can edit
or finetune the search.
(It was frustating mistyping a query just to get blank entriess back for
mistyping again, and again).
Note that this only works for one lifetime. Viking will forget the queries
once restarted.

Signed-off-by: Quy Tonthat <qtonthat@gmail.com>
17 years agoChangeLog Entries
Quy Tonthat [Wed, 23 May 2007 07:24:52 +0000 (07:24 +0000)]
ChangeLog Entries

17 years agoGpslayer: New menu items to remove all tracks and waypoints in GPS folders.
Quy Tonthat [Wed, 23 May 2007 07:20:54 +0000 (07:20 +0000)]
Gpslayer: New menu items to remove all tracks and waypoints in GPS folders.

Data in Gps folders are likely short lived. Old data are often removed
before upload/download operation. The new menu items
(empty upload, empty download, empty all) are to make the task of
cleaning up the folders less painful (now that gps data are saved
and there is multiple selection is not yet implemented).

Signed-off-by: Quy Tonthat <qtonthat@gmail.com>
17 years agoAdd "Save and Exit" to File menu.
Quy Tonthat [Tue, 22 May 2007 01:50:48 +0000 (01:50 +0000)]
Add "Save and Exit" to File menu.

Signed-off-by: Quy Tonthat <qtonthat@gmail.com>
17 years agoDisable temporarily prompt for saving on exit.
Quy Tonthat [Tue, 22 May 2007 01:50:19 +0000 (01:50 +0000)]
Disable temporarily prompt for saving on exit.

Except some changes made through the top window menu, "modified" status is not
recorded for the rest of the codes. This inconsistent behaviour is misleading
especially to new users. Until someone has time to go through the whole codes
and set "modified" flags accordingly, the prompt is temporarily disable.

ALl changes are wrapped with "ifdef VIKING_PROMPT_IF_MODIFIED" for easily
restoring the feature later.

Signed-off-by: Quy Tonthat <qtonthat@gmail.com>
17 years agoChangeLog entry
Quy Tonthat [Mon, 21 May 2007 15:23:52 +0000 (15:23 +0000)]
ChangeLog entry

Signed-off-by: Quy Tonthat <qtonthat@gmail.com>
17 years agoSave function for GPS layer (part 2: read)
Quy Tonthat [Mon, 21 May 2007 15:09:01 +0000 (15:09 +0000)]
Save function for GPS layer (part 2: read)

Also fixed a bug on the write side.

Signed-off-by: Quy Tonthat <qtonthat@gmail.com>
17 years agoSave function for GPS layer (part 1: write only)
Quy Tonthat [Mon, 21 May 2007 15:08:32 +0000 (15:08 +0000)]
Save function for GPS layer (part 1: write only)

Read side is to follow.

Signed-off-by: Quy Tonthat <qtonthat@gmail.com>
17 years agoedit waypoint fix
Alex Foobarian [Sun, 20 May 2007 04:43:52 +0000 (04:43 +0000)]
edit waypoint fix

17 years agoChangeLog entry for autodownload fixes
Quy Tonthat [Sat, 19 May 2007 16:15:06 +0000 (16:15 +0000)]
ChangeLog entry for autodownload fixes

Signed-off-by: Quy Tonthat <qtonthat@gmail.com>
17 years agoosm now reports download error status.
Quy Tonthat [Sat, 19 May 2007 16:14:55 +0000 (16:14 +0000)]
osm now reports download error status.

Signed-off-by: Quy Tonthat <qtonthat@gmail.com>
17 years agoTerraserver now reports download error status.
Quy Tonthat [Sat, 19 May 2007 16:14:38 +0000 (16:14 +0000)]
Terraserver now reports download error status.

Signed-off-by: Quy Tonthat <qtonthat@gmail.com>
17 years agoExpedia now reports download error status.
Quy Tonthat [Sat, 19 May 2007 16:14:25 +0000 (16:14 +0000)]
Expedia now reports download error status.

Signed-off-by: Quy Tonthat <qtonthat@gmail.com>
17 years agoStop autodownload from running forever on map downloading errors.
Quy Tonthat [Sat, 19 May 2007 16:14:10 +0000 (16:14 +0000)]
Stop autodownload from running forever on map downloading errors.

The error status from low level of map download was not passed on.
Therefore update emits (to refrsh display) are generated even when
downloading got errors and no map tile needs to be redisplayed.

This caused serious problems when "Autodownload" is turned on.
The update emits also trigger autodownload to start new download thread
which in turn generates update emit for failed downloading of the
same tiles. And on and on.

This commit allow the download error status to be passed on and limit
update emits to successful download only.

Only google module was changed to use the new method. Other modules
will follow in the next commits.

Signed-off-by: Quy Tonthat <qtonthat@gmail.com>
17 years agoAdd curl-devel to spec file
Quy Tonthat [Fri, 18 May 2007 03:13:34 +0000 (03:13 +0000)]
Add curl-devel to spec file

17 years agoChangeLog entry
Quy Tonthat [Thu, 17 May 2007 16:46:32 +0000 (16:46 +0000)]
ChangeLog entry

Signed-off-by: Quy Tonthat <qtonthat@gmail.com>
17 years agoCheck for non-displayable data after downloading map.
Quy Tonthat [Thu, 17 May 2007 16:46:20 +0000 (16:46 +0000)]
Check for non-displayable data after downloading map.

Some servers, eg google, give an html file when a map tile does not exist.
Those files are not displayabled by viking. They should not be stored in
the disk cache.

Signed-off-by: Quy Tonthat <qtonthat@gmail.com>
17 years agoChangeLog entry
Quy Tonthat [Thu, 17 May 2007 16:22:22 +0000 (16:22 +0000)]
ChangeLog entry

Signed-off-by: Quy Tonthat <qtonthat@gmail.com>
17 years agoMap tool: Left click can now refresh display of map tiles.
Quy Tonthat [Thu, 17 May 2007 16:22:11 +0000 (16:22 +0000)]
Map tool: Left click can now refresh display of map tiles.

Currently, left click a blank tile will download map tile for that area.
With this changes, left click on a map tile will refresh display of the
tile by clearing its memory cache and reload its on-disk map file.

Signed-off-by: Quy Tonthat <qtonthat@gmail.com>
17 years agoReleasing 0.1.3
Guilhem Bonnefille [Thu, 17 May 2007 14:44:59 +0000 (14:44 +0000)]
Releasing 0.1.3

17 years agoFix problems in map downloading caused by unreliable error detection.
Quy Tonthat [Thu, 17 May 2007 07:50:51 +0000 (07:50 +0000)]
Fix problems in map downloading caused by unreliable error detection.

Make sure curl_download module return right error codes. The upper level
acts upon them.

Signed-off-by: Quy Tonthat <qtonthat@gmail.com>
17 years agoChangelog entry for the last commit
Quy Tonthat [Mon, 14 May 2007 15:53:19 +0000 (15:53 +0000)]
Changelog entry for the last commit

17 years agoFix bug that causes crash on viking exit.
Quy Tonthat [Mon, 14 May 2007 14:17:34 +0000 (14:17 +0000)]
Fix bug that causes crash on viking exit.

In some situations, for examples, when there is no map file to download,
the weak_ref is never unref'ed. This will lead to an unexpected call to
the unref callback (weak_ref_cb()) when the map layer is destroyed
(viking is terminated or the layer is removed).

17 years agoRemove the old tile from cache BEFORE redrawing.
Evan Battaglia [Sun, 13 May 2007 22:12:23 +0000 (22:12 +0000)]
Remove the old tile from cache BEFORE redrawing.

17 years agoFix "corrupted tile" problem -- was really just that incomplete tiles were being...
Evan Battaglia [Sun, 13 May 2007 18:10:25 +0000 (18:10 +0000)]
Fix "corrupted tile" problem -- was really just that incomplete tiles were being drawn & subsequently taken into memory cache. We should really add a "clear memory cache" menu item too.

17 years agoFix stupid segfault bug in main.c (open file)
Evan Battaglia [Fri, 11 May 2007 08:11:05 +0000 (08:11 +0000)]
Fix stupid segfault bug in main.c (open file)

17 years agoNow when we refresh tiles it will remove them from the memory cache like it was suppo...
Evan Battaglia [Fri, 11 May 2007 07:27:32 +0000 (07:27 +0000)]
Now when we refresh tiles it will remove them from the memory cache like it was supposed to.

17 years agoNew google version number
Quy Tonthat [Wed, 9 May 2007 08:41:35 +0000 (08:41 +0000)]
New google version number

17 years agoRefreshing tiles
Guilhem Bonnefille [Tue, 8 May 2007 17:22:51 +0000 (17:22 +0000)]
Refreshing tiles

A right click on a "map" item now allows to request a refresh of visible tiles.
These tiles are progressively deleted from cache and redownloaded.

Signed-off-by: Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
17 years agoDeclaring Debianization
Guilhem Bonnefille [Fri, 4 May 2007 21:03:14 +0000 (21:03 +0000)]
Declaring Debianization

17 years agoAdded watch configuration files for other Debian packager
Guilhem Bonnefille [Fri, 4 May 2007 20:59:05 +0000 (20:59 +0000)]
Added watch configuration files for other Debian packager

17 years agoRemoving Debian maintainer script examples
Guilhem Bonnefille [Fri, 4 May 2007 20:58:58 +0000 (20:58 +0000)]
Removing Debian maintainer script examples

Default ones will be enougth for a long time (probably)

17 years agoAdding menu entry inside the Debian package
Guilhem Bonnefille [Fri, 4 May 2007 20:58:52 +0000 (20:58 +0000)]
Adding menu entry inside the Debian package

17 years agoRemoving unused file for Viking's Debian package
Guilhem Bonnefille [Fri, 4 May 2007 20:58:45 +0000 (20:58 +0000)]
Removing unused file for Viking's Debian package

17 years agoCorrect copyright holder in Debian package
Guilhem Bonnefille [Fri, 4 May 2007 20:58:33 +0000 (20:58 +0000)]
Correct copyright holder in Debian package

17 years agoUpdate Debian package documentation
Guilhem Bonnefille [Fri, 4 May 2007 20:58:27 +0000 (20:58 +0000)]
Update Debian package documentation

17 years agoInitial dh_make debianization
Guilhem Bonnefille [Fri, 4 May 2007 20:58:16 +0000 (20:58 +0000)]
Initial dh_make debianization

17 years agoDeclaring Reid's patch
Guilhem Bonnefille [Sun, 29 Apr 2007 19:44:20 +0000 (19:44 +0000)]
Declaring Reid's patch

17 years agoApplying Reid's patch
Guilhem Bonnefille [Sun, 29 Apr 2007 19:41:09 +0000 (19:41 +0000)]
Applying Reid's patch

17 years agoAllows to enable/disable OpenStreetMap module
Guilhem Bonnefille [Sat, 28 Apr 2007 15:14:19 +0000 (15:14 +0000)]
Allows to enable/disable OpenStreetMap module

17 years agoAdding Maplint OpenStreetMap layer
Guilhem Bonnefille [Sat, 28 Apr 2007 14:57:43 +0000 (14:57 +0000)]
Adding Maplint OpenStreetMap layer

17 years agoNew module for OpenStreetMap sources.
Guilhem Bonnefille [Mon, 23 Apr 2007 20:25:05 +0000 (20:25 +0000)]
New module for OpenStreetMap sources.

Extract slippy maps code from google.c and create a new module.
This one inserts two map sources: Osmarender and Mapnik.

17 years agoUpdating Changelog for libcurl adition
Guilhem Bonnefille [Mon, 23 Apr 2007 19:46:59 +0000 (19:46 +0000)]
Updating Changelog for libcurl adition

17 years agoSlippy maps
Evan Battaglia [Sat, 21 Apr 2007 18:17:31 +0000 (18:17 +0000)]
Slippy maps

17 years agoslippy maps
Evan Battaglia [Sat, 21 Apr 2007 18:14:58 +0000 (18:14 +0000)]
slippy maps

17 years agoAdd libcurl
Guilhem Bonnefille [Mon, 16 Apr 2007 20:12:04 +0000 (20:12 +0000)]
Add libcurl

17 years agoMoving up cache management
Guilhem Bonnefille [Mon, 16 Apr 2007 20:11:53 +0000 (20:11 +0000)]
Moving up cache management

17 years agoIntroducing download module
Guilhem Bonnefille [Mon, 16 Apr 2007 20:11:43 +0000 (20:11 +0000)]
Introducing download module

Used for indirections between simple http module and curl module.

17 years agoUnused function
Guilhem Bonnefille [Mon, 16 Apr 2007 20:11:23 +0000 (20:11 +0000)]
Unused function

17 years agoFixed Google Directions
Quy Tonthat [Wed, 4 Apr 2007 09:11:52 +0000 (09:11 +0000)]
Fixed Google Directions

17 years agoNew google version number
Quy Tonthat [Wed, 4 Apr 2007 09:06:22 +0000 (09:06 +0000)]
New google version number

17 years agoGPS layer dialog is now displayed at the center of the Viking main window
Quy Tonthat [Tue, 20 Feb 2007 12:40:01 +0000 (12:40 +0000)]
GPS layer dialog is now displayed at the center of the Viking main window

17 years agoNew Google version numbers
Quy Tonthat [Mon, 19 Feb 2007 06:00:19 +0000 (06:00 +0000)]
New Google version numbers

17 years agoAdded viking.spec.in (by Michael A Peters). Made autoconf be aware of the new file
Quy Tonthat [Thu, 15 Feb 2007 12:37:27 +0000 (12:37 +0000)]
Added viking.spec.in (by Michael A Peters). Made autoconf be aware of the new file

17 years agoAdded viking.spec.in (by Michael A Peters). Made autoconf be aware of the new file
Quy Tonthat [Thu, 15 Feb 2007 12:36:19 +0000 (12:36 +0000)]
Added viking.spec.in (by Michael A Peters). Made autoconf be aware of the new file

17 years agoPreparing 0.1.2
Guilhem Bonnefille [Wed, 14 Feb 2007 08:19:16 +0000 (08:19 +0000)]
Preparing 0.1.2

17 years agoCleanup
Guilhem Bonnefille [Wed, 14 Feb 2007 08:19:07 +0000 (08:19 +0000)]
Cleanup

17 years agoAbout dialog filled with AUTHORS file
Guilhem Bonnefille [Tue, 13 Feb 2007 19:47:23 +0000 (19:47 +0000)]
About dialog filled with AUTHORS file

17 years agoPreparing 0.1.2: update contributors lists
Guilhem Bonnefille [Tue, 13 Feb 2007 19:46:53 +0000 (19:46 +0000)]
Preparing 0.1.2: update contributors lists

17 years agoUpdate ChangeLog for my recent modifications
Guilhem Bonnefille [Tue, 13 Feb 2007 19:46:20 +0000 (19:46 +0000)]
Update ChangeLog for my recent modifications

17 years agoAdd (current) version and URL in about dialog
Guilhem Bonnefille [Tue, 13 Feb 2007 14:28:15 +0000 (14:28 +0000)]
Add (current) version and URL in about dialog

17 years agoRemove URL and version from title
Guilhem Bonnefille [Tue, 13 Feb 2007 14:28:08 +0000 (14:28 +0000)]
Remove URL and version from title

It's not "standard" to have version and URL in the window title.
Such informations must appear somewhere else (About dialog)

17 years agoFix bug that causes crashes when click at the right of the track graph.
Quy Tonthat [Tue, 6 Feb 2007 13:18:29 +0000 (13:18 +0000)]
Fix bug that causes crashes when click at the right of the track graph.

17 years agoPatch from Jocelyn Jaubert. Add time position to Track Poperties
Jocelyn Jaubert [Tue, 6 Feb 2007 12:54:24 +0000 (12:54 +0000)]
Patch from Jocelyn Jaubert. Add time position to Track Poperties

17 years agoCorrected main window title and viking website
Quy Tonthat [Mon, 5 Feb 2007 13:08:17 +0000 (13:08 +0000)]
Corrected main window title and viking website

17 years agoNew google version numbers
Quy Tonthat [Mon, 5 Feb 2007 12:18:55 +0000 (12:18 +0000)]
New google version numbers

17 years agoCosmetic changes
Quy Tonthat [Mon, 5 Feb 2007 12:15:57 +0000 (12:15 +0000)]
Cosmetic changes

17 years agoSimplify tools enable/disable codes
Quy Tonthat [Sun, 4 Feb 2007 12:03:50 +0000 (12:03 +0000)]
Simplify tools enable/disable codes

17 years agoDisable/enable tools according to what layer is active
Quy Tonthat [Thu, 1 Feb 2007 06:50:59 +0000 (06:50 +0000)]
Disable/enable tools according to what layer is active

17 years agoWork done by Quy
Guilhem Bonnefille [Sun, 28 Jan 2007 18:18:44 +0000 (18:18 +0000)]
Work done by Quy

17 years agoDisplay map sections while downloading
Quy Tonthat [Sat, 27 Jan 2007 15:40:54 +0000 (15:40 +0000)]
Display map sections while downloading

17 years agoFixed bugs that caused crashes on creating new map layer or new track/waypoint layer
Quy Tonthat [Thu, 25 Jan 2007 12:00:23 +0000 (12:00 +0000)]
Fixed bugs that caused crashes on creating new map layer or new track/waypoint layer

17 years agoUpdated google tranparent version number
Quy Tonthat [Tue, 23 Jan 2007 14:40:43 +0000 (14:40 +0000)]
Updated google tranparent version number

17 years agoMerged branch modular (r146:173) to trunk
Quy Tonthat [Tue, 23 Jan 2007 02:18:19 +0000 (02:18 +0000)]
Merged branch modular (r146:173) to trunk

17 years agoContent moved to the Wiki
Guilhem Bonnefille [Thu, 18 Jan 2007 21:02:21 +0000 (21:02 +0000)]
Content moved to the Wiki