]> git.street.me.uk Git - andy/viking.git/blobdiff - ChangeLog
Alex's optional symbols patch; Fix geocaching .loc symbols
[andy/viking.git] / ChangeLog
index a338e4d0efb3bc3a1585d50bcef9f470bd1dfdf8..8d32c74dd828b6366eb9ed50390660d59389f064 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,60 @@
+2005-10-01
+Evan Battaglia <gtoevan@gmx.net>:
+       * make symbols work for geocaching .loc files (and case-insensitive symbol names)
+
+2005-09-30  Guilhem BONNEFILLE  <guilhem.bonnefille@laposte.net>
+       * configure.ac, src/Makefile.am (SUBDIRS): added auto-tools support for src/icons
+Alex Foobarian <foobarian@gmail.com>:
+       * Added a drag_drop_request method to layer interface, updated DnD to use it
+       * Updated DND to insert layers at the point of the drop, instead of front of list
+       * Added wp symbol support to gpx
+       * Fixed name collisions during track/wp DND
+       * Layer-wide option as to whether to show waypoint symbols      
+
+2005-09-29
+Alex Foobarian <foobarian@gmail.com>:
+       * Added support for waypoint symbols (changing, loading, saving), and a small number of icons.
+       * Added a scale ruler
+       * Changed panning to show less "garbage" in exposed areas
+       
+2005-09-28
+Evan:
+       * menu.xml & icons inline
+
+2005-09-27
+Alex Foobarian <foobarian@gmail.com>:
+       * GtkUIManager/Toolbar
+       * DND in the LayersPanel
+Evan:
+       * strtod -> g_strtod (i18n glitch)
+
+2005-09-25  Guilhem BONNEFILLE  <guilhem.bonnefille@laposte.net>
+       * src/globals.h (VIKING_VERSION): uses the PACKAGE_VERSION macro
+       * Makefile.am (EXTRA_DIST): handles viking-remote
+       * src/Makefile.am (AM_CFLAGS): substitution of CFLAGS by AM_CFLAGS
+       * doc/Makefile.am, doc/dev/Makefile.am: new files
+       * Makefile.am (SUBDIRS): handles doc directory
+       * configure.ac: handles doc and doc/dev directories
+
+2005-09-16
+Alex Foobarian <foobarian@gmail.com>: fix to v-vs-t (better drawing)
+Evan:  * GPX fixes
+       * So Geocaching .LOC _isn't_ GPX?!?!? Oh well, it's XML...
+       * GPX write, click v-vs-t diagram
+       * Option to show stops in TRWLayer options, and stop_length
+       * Elevation plotting relative to min and max elevation in track.
+       * Option to do elevation plotting, and controlling relative height
+
+2005-09-15
+       * 4+ hours later and voila, GPX read support
+       * Fixes in propwin if track doesn't have certain data, say so.
+
+2005-09-14
+Me (Evan) again:
+       * Fix USGS support
+       * Click on the elevation map to go there, so you can see where a mountain-top is etc.
+       * Don't crash on track properties of an empty track.
+
 2005-09-13
 Guilhem BONNEFILLE  <guilhem.bonnefille@laposte.net>:
        * bootstrap: new file to bootstrap auto-tools
@@ -19,6 +76,11 @@ Alex Foobarian <foobarian@gmail.com>'s changes
 My (Evan's) changes:
 * Fix above v-vs-t patch to not crash on tracks without timestamp.
 * Not show v-vs-t graph and/or elevation map if the necessary data isn't there.
+Guilhem BONNEFILLE  <guilhem.bonnefille@laposte.net>'s changes
+       * bootstrap: new file to bootstrap auto-tools
+       * src/config.h (VIK_CONFIG_ALPHABETIZED_TRW): no more set via this file
+       * Makefile.am (bin_SCRIPTS): viking-remote added
+       * configure.ac: --enable-alphabetized-trw option added
 
 2005-09-07
 Autotools support by Guilhem Bonnefille.