X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/80e450c0e3bdd593225655b5502d4c54c28a0a59..093c5c713faec1577367d7bb55791481766db06b:/ChangeLog diff --git a/ChangeLog b/ChangeLog index d52b76ae..47acc296 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,323 @@ +2007-05-11 +Evan Battaglia + * Fix removal of redownloaded tiles from memory cache. + +2007-05-09 +Quy Tonthat : + * New Google version numbers. + +2007-05-08 +Guilhem Bonnefille + * New "Refresh onscreen tiles" menu entry + +2007-05-04 +Guilhem Bonnefille + * debian/: debianization + +2007-04-29 +Reid Priedhorsky + * libusb support + +2007-04-28 +Guilhem Bonnefille + * OpenSourceMap slippy maps (in osm.c) -- Maplink tiles + * Add configuration option for OpenStreetMap sources + +2007-04-23 +Guilhem Bonnefille + * OpenSourceMap slippy maps (in osm.c) -- Osmarender and Mapnik + +2007-04-21 +Evan Battaglia + * OpenSourceMap slippy maps (in google.c) -- identical to google maps except zoom numbering + +2007-04-16 +Guilhem Bonnefille + * Adding libcurl support + +2007-04-04 +Quy Tonthat : + * New Google version number. + * Fixed Google Directions + +2007-02-20 +Quy Tonthat : + * GPS layer dialog now displayed at the center of the Viking main + window. + +2007-02-19 +Quy Tonthat : + * New Google version numbers. + +2007-02-15 +Quy Tonthat : + * Made viking.spec.in out of Michael's viking.spec + * Added viking.spec.in to autoconf files. + +2007-02-15 +Michael A Peters : + * Added viking.spec + +2007-02-14 +Guilhem Bonnefille + * NEWS, configure.ac: preparing 0.1.2 + +2007-02-13 +Guilhem Bonnefille + * src/vikwindow.c: remove URL and version number from window title + * src/dialog.c: add URL and use dynamic information for version + * AUTHORS, src/dialog.c: update contributors list + * AUTHORS, src/dialog.c, src/Makefile.am: About dialog filled with + AUTHORS file + +2007-02-07 +Quy Tonthat : + * Fix bug that causes crashes when click at the right side (outside) + of the track graph area in the Track Poperties window. + +2007-02-06 +Jocelyn Jaubert + * Add new information to Track Properties. Postion in time will be + tracked and display when moving mouse cursor around the track graph. + +2007-02-06 +Quy Tonthat : + * New google version numbers. + * correct main window title and viking website. + +2007-02-05 +Quy Tonthat : + * Cosmetic changes. + +2007-02-04 +Quy Tonthat : + * Simplify tools enable/disable codes. + +2007-02-01 +Quy Tonthat : + * Only tools that work with current active layer are enable, + others are disable (fade out and does nothing when clicked on). + +2007-01-27 +Quy Tonthat : + * Display map sections while downloading (bug 1303429) + +2007-01-25 +Quy Tonthat : + * Fixed bugs that caused crashes on creating new map layer or + new track/waypoint layer. + +2007-01-24 +Quy Tonthat : + * Updated google tranparent version number. + * Made it more convenient to update google version numbers. + +2007-01-23 +Quy Tonthat : + * Merged branch modular to trunk. + +2007-01-05 +Quy Tonthat : + * Bug fix: main menu edit->delete and edit->cut did not work with + waypoints and tracks. + +2007-01-04 +Quy Tonthat : + * Added "Copy" and "Cut" to popup menus for track and waypoint (on the + layer panel). + +2007-01-03 +Quy Tonthat : + * 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 : + * gpslayer: Unexpose interface functions. + * Layers now can have their say on what pop up menu items they want. + +2007-01-02 +Guilhem Bonnefille + * Add ability to disable Terraserver stuff + * Add ability to disable Expedia stuff + +2007-01-01 +Quy Tonthat : + * gpslayer: fix bugs that causes crashes when click "Cancel" on layer + creation dialog. + +2007-01-01 +Guilhem Bonnefille + * Make all .h self sufficient + * Add ability to disable Google stuff + +2006-12-31 +Quy Tonthat : + * Added gps layer + +2007-01-02 +Guilhem Bonnefille + * Add ability to disable Terraserver stuff + * Add ability to disable Expedia stuff + +2007-01-01 +Guilhem Bonnefille + * Make all .h self sufficient + * Add ability to disable Google stuff + +2006-12-26 +Quy Tonthat : + * Fix a google version number change (at least in Australia). + +2006-12-07 +Quy Tonthat : + * Fix an array overflow bug in Map Layer Properties + +2006-12-04 +Alex Foobarian : + * Added an "About" dialog + +2006-11-30 +Alex Foobarian : + * Added Quy Tonthat's patch to fix a bug in Track Properties + +2006-11-29 +Alex Foobarian : + * Added patch by Quy Tonthat to fix a crash bug + +2006-11-12 +Guilhem Bonnefille + * Add expat explicit dependency + +2006-10-31 +Alex Foobarian : + * Visual feedback for moving waypoints + +2006-10-30 +Alex Foobarian : + * 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 : + * 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 : + * 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 + * Add implicit DMS->DDD conversions in waypoints dialogs + +2006-07-26 +Guilhem Bonnefille + * 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 + * Add patch for GoogleMaps from Reid Priedhorsky + +2006-07-22 +Guilhem Bonnefille + * 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 + * ChangeLog, src/google.c: Upgrade Google Maps -- Europe + +2006-07-01 +Evan Battaglia : + * Upgrade Google Maps version (yay Europe!) + +2006-06-11 +Guilhem Bonnefille + * NEWS, configure.ac: Preparing 0.1.1 + +2006-05-25 +Alex Foobarian : + * 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 : + * Small fixes in Acquire from GPS code + +2006-05-08 Guilhem BONNEFILLE + * autogen.sh: simpler method to start from CVS + +2005-12-03 +Evan Battaglia + * Data sources -- check for existence of necessary things + +2005-11-25 +Evan Battaglia + * 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 + * src/gpx.c (gpx_dtostr): add better GPX export +Evan Battaglia : + * dtostr -> coords.c; use in gpsmapper.c and gpspoint.c (locale-independent output) + +2005-11-21 +Alex Foobarian : + * Fixed v-t diagram crash bug + +2005-11-19 +Alex Foobarian : + * GPSBabel acquire code + +2005-11-18 +Alex Foobarian : + * Copy/paste of individual track- and way-points updated to work between processes. + +2005-11-17 +Alex Foobarian : + * Copy/paste between viking processes + * Layer marshalling support + +2005-10-28 Guilhem BONNEFILLE + * configure.ac: Adding --with-mapcache configure option + * src/config.h: Removed because no more used (generated) + +2005-10-18 +Alex Foobarian : + * Fix ruler declination in UTM mode + +2005-10-17 Guilhem BONNEFILLE + * 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 + * 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 : + * Drag and drop whole track/waypoint lists + 2005-10-12 Alex Foobarian : * Coord layer drawing for lat/lon based projections @@ -25,7 +345,7 @@ Evan Battaglia : * 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 +2005-09-30 Guilhem BONNEFILLE * configure.ac, src/Makefile.am (SUBDIRS): added auto-tools support for src/icons Alex Foobarian : * Added a drag_drop_request method to layer interface, updated DnD to use it @@ -51,7 +371,7 @@ Alex Foobarian : Evan: * strtod -> g_strtod (i18n glitch) -2005-09-25 Guilhem BONNEFILLE +2005-09-25 Guilhem BONNEFILLE * 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 @@ -79,7 +399,7 @@ Me (Evan) again: * Don't crash on track properties of an empty track. 2005-09-13 -Guilhem BONNEFILLE : +Guilhem BONNEFILLE : * 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 @@ -99,7 +419,7 @@ Alex Foobarian '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 's changes +Guilhem BONNEFILLE '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