]> git.street.me.uk Git - andy/viking.git/blobdiff - ChangeLog
Make Google Map default map type.
[andy/viking.git] / ChangeLog
index 3a8889bfeb86d29d27139c535c7e5e5b0aefeb19..e18c53e1ec79002bdca49e2058bcbb28c9efc822 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,138 @@
+2007-08-09
+Quy Tonthat <qtonthat@gmail.com>:
+       * Make Google Map default map type.
+
+2007-08-02
+Quy Tonthat <qtonthat@gmail.com>:
+       * DEM module can now read hgt.zip files directly (no need to unzip
+       them).
+       * DEM module can now process 1 arc sec hgt(.zip) files (mainly for USA
+       regions).
+
+2007-07-27
+Quy Tonthat <qtonthat@gmail.com>:
+       * Plug filedescriptor leak in dem.c
+
+2007-07-26
+Quy Tonthat <qtonthat@gmail.com>:
+       * Display on status bar altitude at cursor using data from DEM layer(s).
+
+2007-07-25
+Quy Tonthat <qtonthat@gmail.com>:
+       * New google version numbers.
+
+2007-07-24
+Quy Tonthat <qtonthat@gmail.com>:
+       * Disable GeoCache Acquire since it nolonger works. Can be enabled
+       again using configure --enable-geocaches.
+
+2007-07-18
+Quy Tonthat <qtonthat@gmail.com>:
+       * Remove (my) debug messages which are no longer needed.
+
+2007-07-15
+Quy Tonthat <qtonthat@gmail.com>:
+       * Missing a few changes here.
+       * release 0.9 (by Guilhem)
+
+2007-07-13
+Quy Tonthat <qtonthat@gmail.com>:
+       * Eliminate the needs of entering DEM files for every single
+       track/waypoint layer.
+
+2007-07-07
+Quy Tonthat <qtonthat@gmail.com>:
+       * Fixed typo in Makefile.am
+
+2007-07-06
+Evan Battaglia <gtoevan@gmx.net>:
+       * Merge DEM Branch
+
+2007-07-04
+Quy Tonthat <qtonthat@gmail.com>:
+       * Bug fix: View Mode displayed wrong setting on start up
+
+2007-07-03
+Quy Tonthat <qtonthat@gmail.com>:
+       * Fixed bugs that caused draw_scale and draw_centermark status not being
+       consistent among View menu, viewport and loaded files.
+
+2007-07-02
+Evan Battaglia <gtoevan@gmx.net>
+        * DEM Branch: Trying to fix/cleanup various DEM things
+        * DEM Branch: Support for SRTM 3 arcsecond _global_ DEM data from http://www2.jpl.nasa.gov/srtm/ 
+
+2007-07-02
+Quy Tonthat <qtonthat@gmail.com>:
+       * Fixed bugs that caused crashes during GPS upload/download.
+
+2007-07-01
+Quy Tonthat <qtonthat@gmail.com>:
+       * Make "Save Image" and "Save Image Directory" dialogs reusable.
+
+2007-06-24
+Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
+       * Merging with Ralf's work around debianization
+       * INSTALL: refreshed
+
+2007-06-23
+Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
+       * Minor change to avoid SEGFAULT on x86_64
+       * Add DownloadOptions type to specify referer per map source
+
+2007-06-19
+Quy Tonthat <qtonthat@gmail.com>:
+       * Fix bugs that causes "drawcentermark" not recognised when reading
+       from files.
+       * Fix a wild pointer bug that can cause crashes
+
+2007-06-18
+Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
+       * Copying libcurl.m4 as it is needed everywhere
+
+2007-06-18
+Quy Tonthat <qtonthat@gmail.com>:
+       * New google version numbers.
+       * Make scale more visible.
+       * Add center mark which can be turn on/off in View menu.
+       * Viking now uses cookies for http requests. Some server(s) is quite
+       picky about this. (With great help from Lixus <gps@muellers.ms>)
+       * Download maps along a track. Right click on a track layer, select map
+       type and zoom level, viking will do the rest.
+       * release 0.1.3-20070618
+
+2007-06-13
+Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
+       * Adding an icon (suggested by Ralf Meyer <ranfyy@gmail.com>)
+
+2007-06-8
+Quy Tonthat <qtonthat@gmail.com>:
+       * Fix a bug that causes segfault when viewing properties of a
+       waypoint.
+
+2007-06-1
+Quy Tonthat <qtonthat@gmail.com>:
+       * Fix a bug that causes segfault when viewing properties of a track
+       that has only one trackpoint with elevation information.
+       * Backport Evan's magic scissors from DEM branch.
+
+2007-05-31
+Quy Tonthat <qtonthat@gmail.com>:
+       * Add Google Maps search to View menu and Toolbar
+       * Waypoint created right after the search will pick up the search
+       string as comment. (Use TrackWaypoint Layer menu, not toolbar, to
+       create waypoint).
+
+2007-05-26
+Mark Coulter <i_offroad@yahoo.com>
+       * new waypoint symbols.
+
+2007-05-26
+Quy Tonthat <qtonthat@gmail.com>:
+       * Fix intermittent problem of map redraw.
+       * Mapslayer: Fixed bugs that cause in some cases, map display can not
+       be refreshed without downloading.
+
 2007-05-24
 Ralf Meyer <ranfyy@gmail.com>:
        * Adding man pages.
@@ -22,6 +157,10 @@ Quy Tonthat <qtonthat@gmail.com>:
        * Disable prompt for save before exit.
        * Add "Save and Exit" to File menu.
 
+2007-05-20
+Evan Battaglia <gtoevan@gmx.net>
+        * DEM Branch
+
 2007-05-20
 Quy Tonthat <qtonthat@gmail.com>:
        * Stop autodownload from running forever on map downloading errors.