]> git.street.me.uk Git - andy/viking.git/blobdiff - ChangeLog
Experimental "begin track" tool
[andy/viking.git] / ChangeLog
index 3afc2e289d66ec7f0381f925202508096b1795bb..75ea7a8e5d56b3a6c3888f867be61081596a9bd8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,249 @@
+2007-10-07
+Evan Battaglia <gtoevan@gmx.net>:
+       * Scroll zoom keeps cursor over same spot on map (like Google, QLandKarte)
+       * Cursors for tools.
+       * Undo magic scissors by right-clicking.
+       * Extend a track by right-clicking on it.
+       * Experiment: "Begin track" tool
+
+Quy Tonthat <qtonthat@gmail.com>:
+       * Correctly calculate position (based on time instead of distance)
+       when clicking on speed-time graph.
+       * Added km/h to speed entries of the track properties dialog.
+       * The "Selected Time" on track properties dialog is now correct.
+       * Track Properties: now displays track distance/time instead of
+       "Selected Time".
+
+2007-10-06
+Quy Tonthat <qtonthat@gmail.com>:
+       * Fix bugs that caused odd display of time on track properties dialog.
+       * Pop a message when failed to connect to gpsd.
+
+2007-10-05
+Quy Tonthat <qtonthat@gmail.com>:
+       * Fix a segfault caused by (mistakenly) adding a new layer to gps
+       layer.
+       * Be more selective in collecting realtime trackpoints.
+
+2007-10-04
+Quy Tonthat <qtonthat@gmail.com>:
+       * Improvements for GPS layer's "realtime tracking".
+
+2007-10-02
+Quy Tonthat <qtonthat@gmail.com>:
+       * Fix crashes caused by emitting update too early at layer creation.
+       * Add realtime tracking to GPS layer.
+       * fix half-drawn problems for GPS layer.
+
+2007-10-01
+Quy Tonthat <qtonthat@gmail.com>:
+       * Disable half-drawn update when the center is moved. Avoid using
+       static "trigger" in viklayer.c which causes problems when viking
+       has more than one windows.
+
+2007-09-28
+Quy Tonthat <qtonthat@gmail.com>:
+       * Fix bug that caused Elevation graph not working properly with some
+       tracks.
+
+2007-09-27
+Evan Battaglia <gtoevan@gmx.net>
+       * GPSD Layer -- draw an arrow.
+       * Minimum elevation for DEM layer.
+       * Half-drawn hack to only draw layers on top of the one that has
+               recently changed. A must for realtime GPS.
+
+2007-09-25
+Quy Tonthat <qtonthat@gmail.com>:
+       * SRTM download now works for regions outside North_America too.
+
+2007-09-23
+Evan Battaglia <gtoevan@gmx.net>
+       * Fix copy & pasting DEM layers -- new serializing string list code.
+       * Don't crash if using tool on wrong type of layer / no layer.
+               Although I really want to know what happened to "use the top visible layer",
+               and return TRUE if the tool "accepts" the use...
+               editing lots of TRWLayers was way easier that way...
+       * Remove unused vik_layer_copy() code
+       * Add Magic Scissors icon (from GIMP)
+       * Add comment when making a Google Route.
+       * Continue a magic scissors route by holding down control. Continue the comment too.
+       * Right-click a route created by google route (multiple or single) to see the Google directions web page which created it. Useful for creating a route w/ Viking, then seeing the verbal directions (left here, right there)
+        * Experimental GPSD support (VikGpsdLayer)
+
+2007-09-22
+Evan Battaglia <gtoevan@gmx.net>
+        * Pan Accelerators (Ctrl+Left, etc)
+        * Ctrl-Scroll and Ctrl-Shift-Scroll to pan, kind of like Gimp.
+        * Add a RADIOGROUP_STATIC properties factory type to make it easy
+                for new layers. Uses an array list (like before)
+                instead of a GList.
+        * DEM US 10m (dem24k) source! Option in DEM Layer & ./configure
+        * (copying & pasting DEM layers is broken, will fix later)
+
+2007-09-21
+Evan Battaglia <gtoevan@gmx.net>
+       * Fix right-click on geocache to work with new geocache names.
+       * Download & import SRTM 90m DEM data (still working on US 10m)
+
+2007-09-17
+Evan Battaglia <gtoevan@gmx.net>
+       * Draw lines to show file existence for MapsLayer for very zoomed out maps. It's faster that actually showing the maps but still gets slow at a certain level.
+
+2007-09-09
+Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
+       * Removing unused files (*.png.h).
+
+2007-09-08
+Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
+       * Fix #1789550: define MAX macro if not defined on ALL systems
+
+2007-09-08
+Quy Tonthat <qtonthat@gmail.com>:
+       * AUtomatically fetching google version number.
+
+2007-09-07
+Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
+       * Fix #1789550: mkdtemp usage is conditioned, so it is possible
+       to build viking on system not offering such feature.
+
+2007-09-06
+Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
+       * Adding command line option framework.
+
+2007-09-06
+Quy Tonthat <qtonthat@gmail.com>:
+       * Make viking's default start location somewhere more likely has maps.
+       * Fix crash when using "Maps Download" tools right after viking is
+       started (without a viking file).
+
+2007-09-05
+Quy Tonthat <qtonthat@gmail.com>:
+       * Viking 0.9.2 (By Guilhem Bonnefille <guilhem.bonnefille@gmail.com>)
+
+2007-09-03
+Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
+       * Fix: crash when "applying" a map layer property dialog.
+       * QA: strong type the second argument of the *_post_read functions.
+       * Preset filename when exporting a TrwLayer.
+       * Refactoring: retrieve the VikWindow from the VikViewport via its
+       GtkWidget nature.
+       * Use $EMAIL to initialise email field for OSM upload.
+       * Do not warn about drawmode inconsistency while reading file.
+       * Hide Expedia view mode when expedia is not built in.
+
+2007-09-01
+Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
+       * Disable Expedia map layer by default (as it is not working).
+
+2007-08-30
+Bernd Zeimetz <bernd@bzed.de>:
+       * Add redirect support (for Expedia map layer).
+
+2007-08-30
+Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
+       * Add ability to upload a single track.
+
+2007-08-28
+Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
+       * Check current drawmode after creating a new MapsLayer.
+
+2007-08-25
+Quy Tonthat <qtonthat@gmail.com>:
+       * New google version number.
+       * Better checking to detect downloaded text instead of images.
+       * Give more instructive message for attempting to download maps in
+       wrong mapmode.
+
+2007-08-20
+Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
+       * libcurl is a requirement
+
+2007-08-20
+Quy Tonthat <qtonthat@gmail.com>:
+       * Fix bugs that cause crashes on layers copy/paste/delete.
+       * Fix bug in Google search that caused viking jump to wrong location
+       when Google can not find the match.
+
+2007-08-16
+Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
+       * Group "Export Layer..." entries in a sub-menu.
+
+2007-08-16
+Quy Tonthat <qtonthat@gmail.com>:
+       * Clean up and eliminate compiler warning.
+
+2007-08-15
+Quy Tonthat <qtonthat@gmail.com>:
+       * Fix bug in creating temporary HOME when HOME is not set.
+       * Added --enable-old-google to configure script. Old google modes are
+       now disabled by default.
+       * Default mode for new maps is Google Maps.
+
+2007-08-09
+Quy Tonthat <qtonthat@gmail.com>:
+       * Make Google Map default map type.
+
+2007-08-02
+Quy Tonthat <qtonthat@gmail.com>:
+       * DEM module can now read hgt.zip files directly (no need to unzip
+       them).
+       * DEM module can now process 1 arc sec hgt(.zip) files (mainly for USA
+       regions).
+
+2007-07-27
+Quy Tonthat <qtonthat@gmail.com>:
+       * Plug filedescriptor leak in dem.c
+
+2007-07-26
+Quy Tonthat <qtonthat@gmail.com>:
+       * Display on status bar altitude at cursor using data from DEM layer(s).
+
+2007-07-25
+Quy Tonthat <qtonthat@gmail.com>:
+       * New google version numbers.
+
+2007-07-24
+Quy Tonthat <qtonthat@gmail.com>:
+       * Disable GeoCache Acquire since it nolonger works. Can be enabled
+       again using configure --enable-geocaches.
+
+2007-07-18
+Quy Tonthat <qtonthat@gmail.com>:
+       * Remove (my) debug messages which are no longer needed.
+
+2007-07-15
+Quy Tonthat <qtonthat@gmail.com>:
+       * Missing a few changes here.
+       * release 0.9 (by Guilhem)
+
+2007-07-13
+Quy Tonthat <qtonthat@gmail.com>:
+       * Eliminate the needs of entering DEM files for every single
+       track/waypoint layer.
+
+2007-07-07
+Quy Tonthat <qtonthat@gmail.com>:
+       * Fixed typo in Makefile.am
+
+2007-07-06
+Evan Battaglia <gtoevan@gmx.net>:
+       * Merge DEM Branch
+
+2007-07-04
+Quy Tonthat <qtonthat@gmail.com>:
+       * Bug fix: View Mode displayed wrong setting on start up
+
 2007-07-03
 Quy Tonthat <qtonthat@gmail.com>:
        * Fixed bugs that caused draw_scale and draw_centermark status not being
        consistent among View menu, viewport and loaded files.
 
+2007-07-02
+Evan Battaglia <gtoevan@gmx.net>
+        * DEM Branch: Trying to fix/cleanup various DEM things
+        * DEM Branch: Support for SRTM 3 arcsecond _global_ DEM data from http://www2.jpl.nasa.gov/srtm/ 
+
 2007-07-02
 Quy Tonthat <qtonthat@gmail.com>:
        * Fixed bugs that caused crashes during GPS upload/download.
@@ -14,7 +255,6 @@ Quy Tonthat <qtonthat@gmail.com>:
 2007-06-24
 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
        * Merging with Ralf's work around debianization
-       * Adding debian subdirectory to automaked tarball
        * INSTALL: refreshed
 
 2007-06-23
@@ -99,6 +339,10 @@ Quy Tonthat <qtonthat@gmail.com>:
        * Disable prompt for save before exit.
        * Add "Save and Exit" to File menu.
 
+2007-05-20
+Evan Battaglia <gtoevan@gmx.net>
+        * DEM Branch
+
 2007-05-20
 Quy Tonthat <qtonthat@gmail.com>:
        * Stop autodownload from running forever on map downloading errors.