]> git.street.me.uk Git - andy/viking.git/blobdiff - ChangeLog
ticket 1577378: make viking compile with older gtk
[andy/viking.git] / ChangeLog
index b2402ea6ca899991c7774f91b942edc82b205847..b0469e33d3d77fd8c702c8ad4e18ab47d64fa1b7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,110 @@
+2006-10-26
+Alex Foobarian <foobarian@gmail.com>:
+       * Cleared up the drawing modes and map type descriptions
+       * Updated google version string to make it work in Europe
+       * Added Cut/Copy/Paste shortcuts to right-click menus
+       * Compacted the track properties dialog
+
+2006-10-23
+Alex Foobarian <foobarian@gmail.com>:
+       * Introduced a toolbar tool interface, converted existing tools to use it
+       * As a result, ruler drawing bugs are gone
+       * Sped up ruler drawing by increasing the redraw priority
+
+2006-08-15
+Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
+    * Add implicit DMS->DDD conversions in waypoints dialogs
+
+2006-07-26
+Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
+       * src/degrees_converters.c, src/degrees_converters.h,
+         test/degrees_converter.c: add dec -> DDD conversion
+       * src/degrees_converters.c, src/degrees_converters.h,
+         test/degrees_converter.c: add dec -> DMM conversion
+       * src/degrees_converters.c: refactor dms conversions
+
+2006-07-24
+Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
+    * Add patch for GoogleMaps from Reid Priedhorsky
+
+2006-07-22
+Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
+       * Makefile.am, configure.ac, src/Makefile.am,
+         src/degrees_converters.c, src/degrees_converters.h,
+         test/Makefile.am, test/check_degrees_conversions.sh,
+         test/degrees_converter.c: Adding degrees conversion functions
+         (DDD/DMM/DMS)
+
+2006-07-06
+Evan Battaglia <gtoevan@gmx.net>
+       * ChangeLog, src/google.c: Upgrade Google Maps -- Europe
+
+2006-07-01
+Evan Battaglia <gtoevan@gmx.net>:
+       * Upgrade Google Maps version (yay Europe!)
+
+2006-06-11
+Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
+       * NEWS, configure.ac: Preparing 0.1.1
+
+2006-05-25
+Alex Foobarian <foobarian@gmail.com>:
+       * Cleaned up the data source interface
+       * Added a setup dialog to the GPS data source, with protocol type and serial port location
+
+2006-05-12
+Alex Foobarian <foobarian@gmail.com>:
+       * Small fixes in Acquire from GPS code
+
+2006-05-08  Guilhem BONNEFILLE  <guilhem.bonnefille@gmail.com>
+       * autogen.sh: simpler method to start from CVS
+
+2005-12-03
+Evan Battaglia <gtoevan@gmx.net>
+       * Data sources -- check for existence of necessary things
+
+2005-11-25
+Evan Battaglia <gtoevan@gmx.net>
+       * Created "data sources" structure to easily add new data sources via GPS babel.
+          It's ugly now and there's a lot to be done, but I think 79-line datasources_google.c
+          shows the power of the approach.
+       * Data sources: Google & Geocaches
+
+2005-11-23  Guilhem BONNEFILLE  <guilhem.bonnefille@gmail.com>
+       * src/gpx.c (gpx_dtostr): add better GPX export
+Evan Battaglia <gtoevan@gmx.net>:
+       * dtostr -> coords.c; use in gpsmapper.c and gpspoint.c (locale-independent output)
+
+2005-11-21
+Alex Foobarian <foobarian@gmail.com>:
+       * Fixed v-t diagram crash bug
+
+2005-11-19
+Alex Foobarian <foobarian@gmail.com>:
+       * GPSBabel acquire code
+
+2005-11-18
+Alex Foobarian <foobarian@gmail.com>:
+        * Copy/paste of individual track- and way-points updated to work between processes.
+
+2005-11-17
+Alex Foobarian <foobarian@gmail.com>:
+        * Copy/paste between viking processes
+       * Layer marshalling support
+
+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.
@@ -34,7 +141,7 @@ 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@laposte.net>
+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
@@ -60,7 +167,7 @@ Alex Foobarian <foobarian@gmail.com>:
 Evan:
        * strtod -> g_strtod (i18n glitch)
 
-2005-09-25  Guilhem BONNEFILLE  <guilhem.bonnefille@laposte.net>
+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
@@ -88,7 +195,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
@@ -108,7 +215,7 @@ 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
+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