]> git.street.me.uk Git - andy/viking.git/blobdiff - ChangeLog
Added 'Copy' and 'Cut' to popup menus for waypoint and track
[andy/viking.git] / ChangeLog
index 2290a596dbaf13612e709178a5fdfae077519fda..9ee17d44b375305d1777c160c232fe8a27ff94b2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,140 @@
+2007-01-04
+Quy Tonthat <qtonthat@gmail.com>:
+       * Added "Copy" and "Cut" to popup menus for track and waypoint (on the
+       layer panel).
+
+2007-01-03
+Quy Tonthat <qtonthat@gmail.com>:
+       * bug fix: crash on inserting aggregate layer if the selected layer's
+       parent is not an aggregate layer.
+       * bug fix: crash when delete a child layer whose parent is not
+       an aggregiate layer (eg gpslayer)
+       * Menu item selection for layer instances.
+
+2007-01-02
+Quy Tonthat <qtonthat@gmail.com>:
+       * gpslayer: Unexpose interface functions.
+       * Layers now can have their say on what pop up menu items they want.
+
+2007-01-01
+Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
+       * Make all .h self sufficient
+       
+2007-01-01
+Quy Tonthat <qtonthat@gmail.com>:
+       * gpslayer: fix bugs that causes crashes when click "Cancel" on layer
+       creation dialog.
+
+2006-12-31
+Quy Tonthat <qtonthat@gmail.com>:
+       * Added gps layer
+
+2006-12-26
+Quy Tonthat <qtonthat@gmail.com>:
+       * Fix a google version number change (at least in Australia).
+
+2006-12-07
+Quy Tonthat <qtonthat@gmail.com>:
+       * Fix an array overflow bug in Map Layer Properties
+       
+2006-12-04
+Alex Foobarian <foobarian@gmail.com>:
+       * Added an "About" dialog
+       
+2006-11-30
+Alex Foobarian <foobarian@gmail.com>:
+       * Added Quy Tonthat's patch to fix a bug in Track Properties
+
+2006-11-29
+Alex Foobarian <foobarian@gmail.com>:
+       * Added patch by Quy Tonthat <qtonthat@gmail.com> to fix a crash bug
+       
+2006-11-12
+Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
+       * Add expat explicit dependency
+
+2006-10-31
+Alex Foobarian <foobarian@gmail.com>:
+       * Visual feedback for moving waypoints
+
+2006-10-30
+Alex Foobarian <foobarian@gmail.com>:
+       * Created standard Edit menu
+       * Implemented Cut for trackpoints and waypoints
+       * When moving trackpoints, we now draw one under the cursor for visual feedback
+
+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>: