]> git.street.me.uk Git - andy/viking.git/blobdiff - ChangeLog
Fix compilation under HURD (missing MAXPATHLEN macro)
[andy/viking.git] / ChangeLog
index b96166047a7e7ccdf861bafc3d07d26e6e08bdcf..2a4aacaaa4a3aa9c0a0b4c3b222ca9c5db347e3e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,202 @@
+2007-12-12:
+Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
+       * Fix compilation under HURD (missing MAXPATHLEN macro)
+
+2007-12-12:
+Jocelyn Jaubert <jocelyn.jaubert@gmail.com>
+       * Make menu entries translatable
+
+2007-12-12:
+Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
+       * Marking translatable strings
+       * First french translation (incomplete)
+
+2007-12-12:
+Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
+       * Fix warning: underquoted definition of AM_WITH_EXPAT
+       * Fix bug: "config.status: error: cannot find input file: Makefile.in"
+
+2007-12-07
+Qut Tonthat <qtonthat@gmail.com>:
+       * 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 <gtoevan@gmx.net>:
+       * 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 <guilhem.bonnefille@gmail.com>:
+       * util.c: Use a list of possible browsers.
+
+2007-11-20:
+Qut Tonthat <qtonthat@gmail.com>:
+       * Fix a bug that can potentially cause segfault.
+
+2007-11-19:
+Qut Tonthat <qtonthat@gmail.com>:
+       * Improve track graphs. Some tracks looked too flat.
+
+2007-11-09:
+Evan Battaglia <gtoevan@gmx.net>
+       * 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 <qtonthat@gmail.com>:
+       * Printing support
+
+2007-11-01
+Quy Tonthat <qtonthat@gmail.com>:
+       * Fix bug that caused Old Google maps not being disabled by default.
+
+2007-10-24
+Quy Tonthat <qtonthat@gmail.com>:
+       * 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 <qtonthat@gmail.com>:
+       * Missing declaration. Thanks to Bernd Zeimetz <bernd@bzed.de>
+
+2007-10-20
+Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
+       * Releasing 0.9.3
+
+2007-10-20
+Evan Battaglia <gtoevan@gmx.net>
+       * Fixing minor typo in vikdemlayer.c which could cause crashes
+
+2007-10-20
+Quy Tonthat <qtonthat@gmail.com>:
+       * 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 <gtoevan@gmx.net>
+       * Fix problem with extraneous waypoints being plotted (wrap around problem). May still be problems in UTM mode.
+
+2007-10-16
+Evan Battaglia <gtoevan@gmx.net>
+       * 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 <qtonthat@gmail.com>:
+       * 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 <qtonthat@gmail.com>:
+       * Add more room to the top of elevation-distance graph.
+
+2007-10-14
+Evan Battaglia <gtoevan@gmx.net>
+       * Fix plotting of DEM elevation data (subtract min altitude)
+
+2007-10-12
+Evan Battaglia <gtoevan@gmx.net>
+       * 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 <qtonthat@gmail.com>:
+       * Make use of DEM elevation data and GPS speed for track graphs.
+
+2007-10-11
+Evan Battaglia
+       * Key press framework for tools. Esc to stop track. Backspace to end track.
+
+2007-10-11
+Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
+       * Upgrading to API 0.5 of OSM
+
+2007-10-11
+Quy Tonthat <qtonthat@gmail.com>:
+       * Make Realtime Tracking a feature that can be disabled at configure
+       time. Do not quietly disable it beacause libgps is not available
+       at compiling time.
+       * Extra data from GPS in realtime mode are now stored in trackpoints.
+
+2007-10-10
+Quy Tonthat <qtonthat@gmail.com>:
+       * Fix a crash bug caused by operation on variable inside a macro.
+
+2007-10-09
+Evan Battaglia <gtoevan@gmx.net>
+       * Ctrl-shift-scroll to zoom like Google. Just scroll zooms like before.
+       * Show currently edited track in red-dashed line. This makes it easier
+       to tell if we've ended the track.
+       * When using new track tool, draw a line before making a point to
+       preview the new point.
+       * Use $BROWSER environment variable (for viewing geocache pages)
+
+2007-10-08
+Quy Tonthat <qtonthat@gmail.com>:
+       * Fix compiling breakage caused by missing icon file from the list.
+
+2007-10-07
+Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
+       * libgps is no more mandatory
+
+2007-10-07
+Evan Battaglia <gtoevan@gmx.net>:
+       * Scroll zoom keeps cursor over same spot on map (like Google, QLandKarte)
+       * Cursors for tools.
+       * Undo magic scissors by right-clicking.
+       * Extend a track by right-clicking on it.
+       * Experiment: "Begin track" tool
+
+2007-10-07
+Quy Tonthat <qtonthat@gmail.com>:
+       * Correctly calculate position (based on time instead of distance)
+       when clicking on speed-time graph.
+       * Added km/h to speed entries of the track properties dialog.
+       * The "Selected Time" on track properties dialog is now correct.
+       * Track Properties: now displays track distance/time instead of
+       "Selected Time".
+
+2007-10-06
+Quy Tonthat <qtonthat@gmail.com>:
+       * Fix bugs that caused odd display of time on track properties dialog.
+       * Pop a message when failed to connect to gpsd.
+
+2007-10-05
+Quy Tonthat <qtonthat@gmail.com>:
+       * Fix a segfault caused by (mistakenly) adding a new layer to gps
+       layer.
+       * Be more selective in collecting realtime trackpoints.
+
+2007-10-04
+Quy Tonthat <qtonthat@gmail.com>:
+       * Improvements for GPS layer's "realtime tracking".
+
+2007-10-02
+Quy Tonthat <qtonthat@gmail.com>:
+       * Fix crashes caused by emitting update too early at layer creation.
+       * Add realtime tracking to GPS layer.
+       * fix half-drawn problems for GPS layer.
+
+2007-10-01
+Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
+       * Relax dependencies about glib by implementing
+       g_hash_table_remove_all ourselves (Evan's patch)
+
+2007-10-01
+Quy Tonthat <qtonthat@gmail.com>:
+       * Disable half-drawn update when the center is moved. Avoid using
+       static "trigger" in viklayer.c which causes problems when viking
+       has more than one windows.
+
 2007-09-28
 Quy Tonthat <qtonthat@gmail.com>:
        * Fix bug that caused Elevation graph not working properly with some