]> git.street.me.uk Git - andy/viking.git/blobdiff - ChangeLog
fix implicit declaration warning
[andy/viking.git] / ChangeLog
index cd7c34464d7c1bc7777948ecf9c2e6313bf6ae86..9f708a7ed945c51afa47f27e91e839723789544c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,94 @@
+2005-10-28  Guilhem BONNEFILLE  <guilhem.bonnefille@gmail.com>
+       * configure.ac: Adding --with-mapcache configure option
+       * src/config.h: Removed because no more used (generated)
+
+2005-10-18
+Alex Foobarian <foobarian@gmail.com>:
+        * Fix ruler declination in UTM mode
+
+2005-10-17  Guilhem BONNEFILLE  <guilhem.bonnefille@gmail.com>
+       * src/icons/Makefile.am: assumes the creation of icons.h
+       * src/garminsymbols.c, src/vikwindow.c: icons.h re-located
+       * src/Makefile.am: no more icons.h production
+
+2005-10-16
+Evan Battaglia <gtoevan@gmx.net>
+       * Fix ruler: show angle, distance even when compass off-screen.
+       * Fix bgitemcount. Background items status bar "should" be accurate now.
+
+2005-10-13
+Alex Foobarian <foobarian@gmail.com>:
+        * Drag and drop whole track/waypoint lists
+
+2005-10-12
+Alex Foobarian <foobarian@gmail.com>:
+        * Coord layer drawing for lat/lon based projections
+
+2005-10-11
+Alex Foobarian <foobarian@gmail.com>:
+        * Draw a compass when using a ruler
+
+2005-10-07
+Alex Foobarian <foobarian@gmail.com>:
+        * Added ruler drawing to the ruler tool
+
+2005-10-06
+Alex Foobarian <foobarian@gmail.com>:
+        * Added support for pasting coordinates in lat/lon format
+
+2005-10-05
+Alex Foobarian <foobarian@gmail.com>:
+       * Change clipboard so as to use GTKClipboard. Prepare for support for pasting coordinates, etc.
+Evan Battaglia <gtoevan@gmx.net>:
+       * When pasting waypoints and tracks, do name resolution (add #2, etc)
+
+2005-10-01
+Evan Battaglia <gtoevan@gmx.net>:
+       * make symbols work for geocaching .loc files (and case-insensitive symbol names)
+       * Option as to whether or not to show unit scale (esp for exporting images)
+
+2005-09-30  Guilhem BONNEFILLE  <guilhem.bonnefille@gmail.com>
+       * 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@gmail.com>
+       * 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
-Evan: GPX fixes
-Evan: So Geocaching .LOC _isn't_ GPX?!?!? Oh well, it's XML...
-Evan: GPX write, click v-vs-t diagram
 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
@@ -15,7 +101,7 @@ Me (Evan) again:
        * Don't crash on track properties of an empty track.
 
 2005-09-13
-Guilhem BONNEFILLE  <guilhem.bonnefille@laposte.net>:
+Guilhem BONNEFILLE  <guilhem.bonnefille@gmail.com>:
        * 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
@@ -35,6 +121,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@gmail.com>'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.