X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/07596bf46eb937e1a34bd2fa6fa6274a14f272b2..f9c1f33c665d334f49c7943ac91a3ec60bd8e3e9:/ChangeLog diff --git a/ChangeLog b/ChangeLog index e7e8c5bb..e67cc5b9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,187 @@ -2007-10-13 +2008-02-16: +Guilhem Bonnefille : + * main.c: I18N improvements + * French translation update + +2008-02-16: +Jocelyn Jaubert + * I18N improvements + * French translation update + (both submitted the 2008-01-12 on mailing-list) + +2008-01-22: +Alex Foobarian : + * Fix a crash bug in merge-by-time reported by Evan + +2008-01-18 +Qut Tonthat : + * Fix a crash bug in mapcache reported by Jocelyn + * Added mutex to protect mapcache from being corrupted by threads. + +2008-01-04: +Alex Foobarian : + * Tuned the v-t diagram drawing + +2007-12-27: +Evan Battaglia + * Minor fixes/debugging to gcget. Add gcget-perl + * Full screen mode. + * Bugfix for prefernces -- don't cut off last character of password + +2007-12-27: +Guilhem Bonnefille : + * Add GpxWritingOptions to control GPX file writing + +2007-12-23 +Oddgeir Kvien + * Add default values to ele and time fields (due to OSM) + +2007-12-21 +Evan Battaglia + * Preferences groups/tabs + * Fix gcget to accept username and password. Pass this in to gcget. + * Oops! Reading preferences from the file wasn't working. Fixed. + +2007-12-21: +Jocelyn Jaubert + * Update French translation + +2007-12-21: +Christoph Eckert + * Update source for OSM/Osmarender tiles + +2007-12-20: +Evan Battaglia + * Preferences in ~/.viking/viking.prefs, this will soon allow geocaching support to go mainstream, (hopefully) + +2007-12-20 +Qut Tonthat : + * Revert a previous change that disabled realtime tracking if libgps + does not exist. + +2007-12-17: +Jocelyn Jaubert + * Use specific gettext call for plural form + +2007-12-16: +Evan Battaglia + * Sort waypoints in GPX output. + * Use the "next unused" (not really) waypoint number as default. + +2007-12-15: +Guilhem Bonnefille : + * Fix compilation under HURD (missing MAXPATHLEN macro) + * Fix: if libgps is missing, Realtime GPS Tracking is disabled + +2007-12-15: +Jocelyn Jaubert + * Make menu entries translatable + * Mark many strings translatable + * Update french translation + +2007-12-12: +Guilhem Bonnefille : + * Marking translatable strings + * First french translation (incomplete) + +2007-12-12: +Guilhem Bonnefille : + * Fix warning: underquoted definition of AM_WITH_EXPAT + * Fix bug: "config.status: error: cannot find input file: Makefile.in" + +2007-12-07 +Qut Tonthat : + * Fix autogen.sh to remove the assumption that version 1.9 of automake + is available on all systems. + * Now that autogen.sh runs configure, "make full" should not. + +2007-12-07 +Evan Battaglia : + * BlueMarble tiles: http://mike.teczno.com/notes/blue-marble-tiles.html + * Google Terrain maps + * Disable printing to make Viking compile for GTK < 2.10 + +2007-11-27: +Guilhem Bonnefille : + * util.c: Use a list of possible browsers. + +2007-11-20: +Qut Tonthat : + * Fix a bug that can potentially cause segfault. + +2007-11-19: +Qut Tonthat : + * Improve track graphs. Some tracks looked too flat. + +2007-11-09: +Evan Battaglia + * GPSBabel filter work I've been sitting on for a while now. + * Draw circle for downloading geocaches. Constrain by maximum distance. + +2007-11-08: +Qut Tonthat : + * Printing support + +2007-11-01 +Quy Tonthat : + * Fix bug that caused Old Google maps not being disabled by default. + +2007-10-24 +Quy Tonthat : + * Fix crashes on elev graph for some tracks. + * Make low alt tracks look more visible on elev graph. + * Fix "incompatible pointer type" warnings. + +2007-10-23 +Quy Tonthat : + * Missing declaration. Thanks to Bernd Zeimetz + +2007-10-20 +Guilhem Bonnefille : + * Releasing 0.9.3 + +2007-10-20 +Evan Battaglia + * Fixing minor typo in vikdemlayer.c which could cause crashes + +2007-10-20 +Quy Tonthat : + * Track Properties Dialog no longer blocks interaction of the main + window. + * Draw position marker on track elev/speed graphs at mouse click. + * Diasable buttons on Track Properties Dialog when not needed. + * Display track name on title of track property dialog. Now that + viking allows multiple dialogs displayed simultaneously. + +2007-10-17 +Evan Battaglia + * Fix problem with extraneous waypoints being plotted (wrap around problem). May still be problems in UTM mode. + +2007-10-16 +Evan Battaglia + * Fix Google version parsing. Google no longer uses '=' and '&' but hex equivalents to describe the URI. Not sure if this will last :/ + +2007-10-16 +Quy Tonthat : + * Interpolating DEM data in 3 different methods. Track data, + elevation-distance graph and elevation info on status bar now make use + of interpolation. + +2007-10-15 +Quy Tonthat : + * Add more room to the top of elevation-distance graph. + +2007-10-14 +Evan Battaglia + * Fix plotting of DEM elevation data (subtract min altitude) + +2007-10-12 +Evan Battaglia + * Fix Esc and Backspace to work only when VikViewport has focus. + * VikViewport grabs focus on click or release events, or when a + tool move event returns VIK_LAYER_TOOL_ACK_GRAB_FOCUS. + +2007-10-12 Quy Tonthat : * Make use of DEM elevation data and GPS speed for track graphs.