X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/1ef9e637033d8407b916e982abbcb9035b820939..35462baf9d647b54f10aced2332614a518c4c48d:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 2d0ed63b..41bcbcd1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,108 @@ +2007-09-08 +Quy Tonthat : + * AUtomatically fetching google version number. + +2007-09-07 +Guilhem Bonnefille : + * Fix #1789550: mkdtemp usage is conditioned, so it is possible + to build viking on system not offering such feature. + +2007-09-06 +Guilhem Bonnefille : + * Adding command line option framework. + +2007-09-06 +Quy Tonthat : + * Make viking's default start location somewhere more likely has maps. + * Fix crash when using "Maps Download" tools right after viking is + started (without a viking file). + +2007-09-05 +Quy Tonthat : + * Viking 0.9.2 (By Guilhem Bonnefille ) + +2007-09-03 +Guilhem Bonnefille : + * Fix: crash when "applying" a map layer property dialog. + * QA: strong type the second argument of the *_post_read functions. + * Preset filename when exporting a TrwLayer. + * Refactoring: retrieve the VikWindow from the VikViewport via its + GtkWidget nature. + * Use $EMAIL to initialise email field for OSM upload. + * Do not warn about drawmode inconsistency while reading file. + * Hide Expedia view mode when expedia is not built in. + +2007-09-01 +Guilhem Bonnefille : + * Disable Expedia map layer by default (as it is not working). + +2007-08-30 +Bernd Zeimetz : + * Add redirect support (for Expedia map layer). + +2007-08-30 +Guilhem Bonnefille : + * Add ability to upload a single track. + +2007-08-28 +Guilhem Bonnefille : + * Check current drawmode after creating a new MapsLayer. + +2007-08-25 +Quy Tonthat : + * New google version number. + * Better checking to detect downloaded text instead of images. + * Give more instructive message for attempting to download maps in + wrong mapmode. + +2007-08-20 +Guilhem Bonnefille : + * libcurl is a requirement + +2007-08-20 +Quy Tonthat : + * Fix bugs that cause crashes on layers copy/paste/delete. + * Fix bug in Google search that caused viking jump to wrong location + when Google can not find the match. + +2007-08-16 +Guilhem Bonnefille : + * Group "Export Layer..." entries in a sub-menu. + +2007-08-16 +Quy Tonthat : + * Clean up and eliminate compiler warning. + +2007-08-15 +Quy Tonthat : + * Fix bug in creating temporary HOME when HOME is not set. + * Added --enable-old-google to configure script. Old google modes are + now disabled by default. + * Default mode for new maps is Google Maps. + +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 @@ -7,7 +112,7 @@ Quy Tonthat : Quy Tonthat : * Remove (my) debug messages which are no longer needed. -2007-07-1r58 +2007-07-15 Quy Tonthat : * Missing a few changes here. * release 0.9 (by Guilhem)