X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/7a31304a2e6ba93b87bcd76beb45d8a5a85c599e..291edcabd127726f9fac5839c225f0beb0e7b191:/ChangeLog?ds=inline diff --git a/ChangeLog b/ChangeLog index 3e0b149c..ddbb9c9b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,167 @@ +2008-11-19 +Quy Tonthat : + * Merging tracks by name. As submitted by Hein Ragas + +2008-11-13 +Quy Tonthat : + * Viking no longer support Google satellite maps due to requests + from Google. + +2008-10-31 +Quy Tonthat : + * Tittle waypoint properties dialog as "Waypoint Properties" + not "Create". + +2008-10-30 +Quy Tonthat : + * Add larger size waypoint symbols (icons) that look similar to + the ones used in Garmin GPS. + * The larger symbols are now used by default. To switch back to the + old smaller icons, use command line option "-s" or "--small_waypoint". + * Waypoint Property Dialog: The combo box "symbol" (used for selecting + waypoint symbol) now has tooltip that shows the name of the selected + symbol. + * src/icons/Makefile.am: Make sure we won't pick up unwanted _pixmap.h + files + * Waypoint names are now displayed at the top of waypoint symbol + and no longer overlap symbols. + +2008-10-28 +Quy Tonthat : + * Waypoint symbols: Use Garmin waypoit names so that waypoint has + proper symbols on GPS after upload (and on Viking after download). + Old viking files still works the way they did. + +2008-10-22 +Quy Tonthat : + * Fix compatibility problem for windows caused by + g_shell_parse_argv() + +2008-10-20 +Quy Tonthat : + * New server for OSM cycle map. + +2008-10-13 +Quy Tonthat : + * GPS realtime tracking: Keep retrying when fail to connect + to gpsd, either because gpsd is not (yet) running or gpsd + disconnect (eg. gps unplugged). + +2008-10-12 +Jon Burgess : + * fix implicit declaration of maps_layer_default_dir() + * fix missing status return in spawn_command_line_async() + * fix curl error buffer usage + +2008-10-12 +Guilhem Bonnefille : + * Release 0.9.7 + +2008-10-12 +Rob Norris : + * Fix 2161310: Fix some more compiler warnings + +2008-10-12 +Jon Burgess : + * Fix 2134452: Properties of some tracks show as NaN + +2008-10-11 +Quy Tonthat : + * Fix segfault in realtime tracking. + * Add new moving map method for realtime tracking. + +2008-09-30 +Stanislav Brabec : + * Rename icon: viking_icon.png -> viking.png + * Fix missing files in po/POTFILES.in + * src/viking.desktop.in: add GenericName and revise Categories + * viking.spec.in, src/icons/Makefile.am: Fix icon target dir + +2008-09-22 +Quy Tonthat : + * Change "Zoom To" short cut to avoid conflict with "Zoom Tool". + +2008-09-16 +Guilhem Bonnefille : + * Update translations + +2008-09-07 +Quy Tonthat : + * fix parallel build (make -j8) on multi-processor machines. Based + on a patch from sbrabec. Thanks. + +2008-09-03 +Guilhem Bonnefille : + * QA: cleanning old stuff + +2008-09-01 +Guilhem Bonnefille : + * Fix #1947260: correct a corrupted escape + +2008-09-01 +Quy Tonthat : + * Google search adapting changes from Google. + +2008-09-01 +Quy Tonthat : + * Fixed crashes when creating new layers. + +2008-08-30 +Guilhem Bonnefille : + * QA: removing specific GtkCellRenderer + +2008-08-30 +Armin Moser : + * add osm cycle layer support + * add a menu entry to extend an existing track using magic scissors + +2008-08-30 +anonymous: + * Patch #2009666: OpenAerialMap + +2008-08-30 +Rob Norris : + * Fix #1952523: mode_button assertion loading old datafile + +2008-08-25 +Guilhem Bonnefille : + * Add preferences to select how degrees are displayed + +2008-08-24 +Guilhem Bonnefille : + * Fix: update layer after applying properties + +2008-06-24 +Mathieu Albinet : + * Color picker button for the Coordlayer properties dialog + +2008-08-23 +Guilhem Bonnefille : + * Cut/Copy/Paste empty selection is not critical + +2008-06-23 +Mathieu Albinet : + * Layers panel UI improvements + +2008-08-22 +Guilhem Bonnefille : + * Replace specific about dialog by GtkAboutDialog + * Replace some g_warning by g_debug + * Homogeneous icons management. + +2008-08-17 +Guilhem Bonnefille : + * Add preferences to store OSM login/password + * Add a password entry widget + +2008-08-16 +Guilhem Bonnefille : + * Ensure that confirmation dialog is over file selector + +2008-08-13 +Quy Tonthat : + * Fixed google map download problem. + 2008-07-31 Guilhem Bonnefille : * Release Viking 0.9.6 @@ -12,11 +176,11 @@ Quy Tonthat : * Google maps no longer worked due to changes made by Google. The Problems now fixed. -2008-07-21: +2008-07-21 Guilhem Bonnefille : * Release Viking 0.9.5 -2008-07-18: +2008-07-18 Guilhem Bonnefille : * Install man pages * Update translations @@ -25,11 +189,11 @@ Guilhem Bonnefille : Quy Tonthat : * Added viking.desktop -2008-07-13: +2008-07-13 Rob Norris : * Fix #1947456: Compiler warning fixes -2008-07-09: +2008-07-09 Guilhem Bonnefille : * Update translations @@ -42,11 +206,11 @@ Quy Tonthat : * Track properties: Keep markers of the graphs in sync with each other. -2008-06-29: +2008-06-29 Guilhem Bonnefille : * Windows port: fallback temporary file -2008-06-29: +2008-06-29 Mathieu Albinet : * Windows port: typo in util.c @@ -62,7 +226,7 @@ Quy Tonthat : Quy Tonthat : * RELEASE: Test release 0.9.4.20080614 (by Guilhem) -2008-06-09: +2008-06-09 Mathieu Albinet : * Windows port: redefine LOCALEDIR @@ -71,59 +235,59 @@ Quy Tonthat : * viking no longer converts waypoint names to uppercase. Waypoint names are now case insensitive. -2008-06-02: +2008-06-02 Mathieu Albinet : * Portability: remove "/dev/null" use -2008-05-08: +2008-05-08 Mathieu Albinet : * Windows port: rename interface to source_interface * Portability: replace mmap functions by g_mapped_file* * Portability: use of g_ascii_dtostr to format google url -2008-05-02: +2008-05-02 Guilhem Bonnefille : * Update man page -2008-05-01: +2008-05-01 Guilhem Bonnefille : * Add file content checking process -2008-05-01: +2008-05-01 Mathieu Albinet : * Remove dependency to wget -2008-05-01: +2008-05-01 Guilhem Bonnefille : * Adding --debug and --verbose command line option -2008-04-26: +2008-04-26 Guilhem Bonnefille : * Fix pipe leaks -2008-04-26: +2008-04-26 Mathieu Albinet : * Portability: provide our own curl WRITE function -2008-04-22: +2008-04-22 Robert Norris : * Fix: Initalize tv_usec field. * Fix for implicit declaration of function 'g_fopen' -2008-04-21: +2008-04-21 Guilhem Bonnefille : * Bug #1915121: add an utility to reproduce (test/gpx2gpx) * Fix #1915121: use GLib functions to handle ISO8601 dates -2008-04-16: +2008-04-16 Tim Scofield : * Fix: typo false -> FALSE -2008-04-12: +2008-04-12 Mathieu Albinet : * M_PI already defined -2008-04-12: +2008-04-12 Guilhem Bonnefille : Mathieu Albinet : * Portability: reduce unistd.h dependency @@ -131,52 +295,52 @@ Mathieu Albinet : * Portability: replace deprecated bzero function by memset * Portability: remove dirname needs with g_mkdir_with_parents -2008-03-27: +2008-03-27 Mathieu Albinet : * Replace GtkFileSelection by GtkFileChooser -2008-03-24: +2008-03-24 Guilhem Bonnefille : * Merge icons in a single binary object -2008-03-15: +2008-03-15 Guilhem Bonnefille : * Fix: [ 1839948 ] Maximize/Restore changes current cursor * Add panning tool as default -2008-02-25: +2008-02-25 Guilhem Bonnefille : * po/ChangeLog: needed file for distribution -2008-02-25: +2008-02-25 Rob Norris : * Fix: autogen can generate broken configure file (SF#1881475) * Fix some compiler warnings (SF#1888407) -2008-02-24: +2008-02-24 Guilhem Bonnefille : * Change OSM's tiles URL -2008-02-22: +2008-02-22 Michael A. Peters : * viking.spec: Correct license, required packages and local. -2008-02-20: +2008-02-20 Guilhem Bonnefille : * Update translations -2008-02-16: +2008-02-16 Guilhem Bonnefille : * main.c: I18N improvements * French translation update -2008-02-16: +2008-02-16 Jocelyn Jaubert : * I18N improvements * French translation update (both submitted the 2008-01-12 on mailing-list) -2008-01-22: +2008-01-22 Alex Foobarian : * Fix a crash bug in merge-by-time reported by Evan @@ -185,17 +349,17 @@ Quy Tonthat : * Fix a crash bug in mapcache reported by Jocelyn * Added mutex to protect mapcache from being corrupted by threads. -2008-01-04: +2008-01-04 Alex Foobarian : * Tuned the v-t diagram drawing -2007-12-27: +2007-12-27 Evan Battaglia : * Minor fixes/debugging to gcget. Add gcget-perl * Full screen mode. * Bugfix for prefernces -- don't cut off last character of password -2007-12-27: +2007-12-27 Guilhem Bonnefille : * Add GpxWritingOptions to control GPX file writing @@ -209,15 +373,15 @@ Evan Battaglia : * Fix gcget to accept username and password. Pass this in to gcget. * Oops! Reading preferences from the file wasn't working. Fixed. -2007-12-21: +2007-12-21 Jocelyn Jaubert : * Update French translation -2007-12-21: +2007-12-21 Christoph Eckert : * Update source for OSM/Osmarender tiles -2007-12-20: +2007-12-20 Evan Battaglia : * Preferences in ~/.viking/viking.prefs, this will soon allow geocaching support to go mainstream, (hopefully) @@ -226,32 +390,32 @@ Quy Tonthat : * Revert a previous change that disabled realtime tracking if libgps does not exist. -2007-12-17: +2007-12-17 Jocelyn Jaubert : * Use specific gettext call for plural form -2007-12-16: +2007-12-16 Evan Battaglia : * Sort waypoints in GPX output. * Use the "next unused" (not really) waypoint number as default. -2007-12-15: +2007-12-15 Guilhem Bonnefille : * Fix compilation under HURD (missing MAXPATHLEN macro) * Fix: if libgps is missing, Realtime GPS Tracking is disabled -2007-12-15: +2007-12-15 Jocelyn Jaubert : * Make menu entries translatable * Mark many strings translatable * Update french translation -2007-12-12: +2007-12-12 Guilhem Bonnefille : * Marking translatable strings * First french translation (incomplete) -2007-12-12: +2007-12-12 Guilhem Bonnefille : * Fix warning: underquoted definition of AM_WITH_EXPAT * Fix bug: "config.status: error: cannot find input file: Makefile.in" @@ -268,24 +432,24 @@ Evan Battaglia : * Google Terrain maps * Disable printing to make Viking compile for GTK < 2.10 -2007-11-27: +2007-11-27 Guilhem Bonnefille : * util.c: Use a list of possible browsers. -2007-11-20: +2007-11-20 Quy Tonthat : * Fix a bug that can potentially cause segfault. -2007-11-19: +2007-11-19 Quy Tonthat : * Improve track graphs. Some tracks looked too flat. -2007-11-09: +2007-11-09 Evan Battaglia : * GPSBabel filter work I've been sitting on for a while now. * Draw circle for downloading geocaches. Constrain by maximum distance. -2007-11-08: +2007-11-08 Quy Tonthat : * Printing support