X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/07f39a643b5df825c2310800fe53206ffa3af632..6a9ff0ee313b6ba3e8b3f6237f201e14da4249e8:/ChangeLog?ds=sidebyside diff --git a/ChangeLog b/ChangeLog index 259bb561..e18c53e1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,252 @@ +2007-08-09 +Quy Tonthat : + * Make Google Map default map type. + +2007-08-02 +Quy Tonthat : + * 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 : + * Plug filedescriptor leak in dem.c + +2007-07-26 +Quy Tonthat : + * Display on status bar altitude at cursor using data from DEM layer(s). + +2007-07-25 +Quy Tonthat : + * New google version numbers. + +2007-07-24 +Quy Tonthat : + * Disable GeoCache Acquire since it nolonger works. Can be enabled + again using configure --enable-geocaches. + +2007-07-18 +Quy Tonthat : + * Remove (my) debug messages which are no longer needed. + +2007-07-15 +Quy Tonthat : + * Missing a few changes here. + * release 0.9 (by Guilhem) + +2007-07-13 +Quy Tonthat : + * Eliminate the needs of entering DEM files for every single + track/waypoint layer. + +2007-07-07 +Quy Tonthat : + * Fixed typo in Makefile.am + +2007-07-06 +Evan Battaglia : + * Merge DEM Branch + +2007-07-04 +Quy Tonthat : + * Bug fix: View Mode displayed wrong setting on start up + +2007-07-03 +Quy Tonthat : + * 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 + * 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 : + * Fixed bugs that caused crashes during GPS upload/download. + +2007-07-01 +Quy Tonthat : + * Make "Save Image" and "Save Image Directory" dialogs reusable. + +2007-06-24 +Guilhem Bonnefille : + * Merging with Ralf's work around debianization + * INSTALL: refreshed + +2007-06-23 +Guilhem Bonnefille : + * Minor change to avoid SEGFAULT on x86_64 + * Add DownloadOptions type to specify referer per map source + +2007-06-19 +Quy Tonthat : + * 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 : + * Copying libcurl.m4 as it is needed everywhere + +2007-06-18 +Quy Tonthat : + * 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 ) + * 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 : + * Adding an icon (suggested by Ralf Meyer ) + +2007-06-8 +Quy Tonthat : + * Fix a bug that causes segfault when viewing properties of a + waypoint. + +2007-06-1 +Quy Tonthat : + * 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 : + * 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 + * new waypoint symbols. + +2007-05-26 +Quy Tonthat : + * 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 : + * Adding man pages. + +2007-05-24 +Quy Tonthat : + * Maps layer: Improve performance for map autodownload. + * Make dimensions easier to be found and changed to suit own tastes. + * Small touches on the look. + +2007-05-23 +Quy Tonthat : + * New GPS layer menu items: "empty upload", "empty download", "empty + all" + * acquire->Google Directions now record and display previous queries + fo "From"/"To" entries. + * Position Google Directions dialogs at the center of Viking window. + +2007-05-22 +Quy Tonthat : + * GPS layer track and waypoint data can now be saved. + * Disable prompt for save before exit. + * Add "Save and Exit" to File menu. + +2007-05-20 +Evan Battaglia + * DEM Branch + +2007-05-20 +Quy Tonthat : + * Stop autodownload from running forever on map downloading errors. + +2007-05-18 +Quy Tonthat : + * Add curl-devel to spec file. + * Map tool: Left click can now refresh display of map tiles. + * Check for non-displayable data after downloading map. + +2007-05-17 +Quy Tonthat : + * Fix problems in map downloading caused by unreliable error + detection. + * Release 0.1.3 + +2007-05-15 +Quy Tonthat : + * Fixed bugs that can cause segfault on exit. The problem was caused +by mapslayer's weak_ref not being unref'ed in some cases. + +2007-05-13 +Evan Battaglia + * Fix problem of "bad" tiles showing up when downloading. The problem was loading of incomplete tiles. Fixed this by first downloading to a temporary file, then moving when complete. + +2007-05-11 +Evan Battaglia + * Fix removal of redownloaded tiles from memory cache. + * Fix a stupid segfault in main.c (opening new files) + +2007-05-09 +Quy Tonthat : + * New Google version numbers. + +2007-05-08 +Guilhem Bonnefille + * New "Refresh onscreen tiles" menu entry + +2007-05-04 +Guilhem Bonnefille + * debian/: debianization + +2007-04-29 +Reid Priedhorsky + * libusb support + +2007-04-28 +Guilhem Bonnefille + * OpenSourceMap slippy maps (in osm.c) -- Maplink tiles + * Add configuration option for OpenStreetMap sources + +2007-04-23 +Guilhem Bonnefille + * OpenSourceMap slippy maps (in osm.c) -- Osmarender and Mapnik + +2007-04-21 +Evan Battaglia + * OpenSourceMap slippy maps (in google.c) -- identical to google maps except zoom numbering + +2007-04-16 +Guilhem Bonnefille + * Adding libcurl support + +2007-04-04 +Quy Tonthat : + * New Google version number. + * Fixed Google Directions + +2007-02-20 +Quy Tonthat : + * GPS layer dialog now displayed at the center of the Viking main + window. + +2007-02-19 +Quy Tonthat : + * New Google version numbers. + +2007-02-15 +Quy Tonthat : + * Made viking.spec.in out of Michael's viking.spec + * Added viking.spec.in to autoconf files. + +2007-02-15 +Michael A Peters : + * Added viking.spec + 2007-02-14 Guilhem Bonnefille * NEWS, configure.ac: preparing 0.1.2