X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/2ab9b4803cf4db54db2d8692b5e390c1a81cc6e7..9b4c77ad677480f56c598f63afc7fa30e1bf3b19:/ChangeLog diff --git a/ChangeLog b/ChangeLog index cd7c3446..9f708a7e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,94 @@ +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 + +2005-10-11 +Alex Foobarian : + * Draw a compass when using a ruler + +2005-10-07 +Alex Foobarian : + * Added ruler drawing to the ruler tool + +2005-10-06 +Alex Foobarian : + * Added support for pasting coordinates in lat/lon format + +2005-10-05 +Alex Foobarian : + * Change clipboard so as to use GTKClipboard. Prepare for support for pasting coordinates, etc. +Evan Battaglia : + * When pasting waypoints and tracks, do name resolution (add #2, etc) + +2005-10-01 +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 + * 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 + * 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 : + * 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 : + * GtkUIManager/Toolbar + * DND in the LayersPanel +Evan: + * strtod -> g_strtod (i18n glitch) + +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 + * 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 : 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 : * 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 '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 + * 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.