2 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
7 Mathieu Albinet <mathieu17@gmail.com>:
8 * Fix loading of world map file
11 Rob Norris <robbieonsea@users.sourceforge.net>:
12 * Fix 2249398: Fix some memory leaks
15 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
16 * configure.ac: allow to enable/disable geonames and select the search method
19 Hein Ragas <viking@ragas.nl>:
20 * Add GeoNames support (both for search and for POI import from Geonames+Wikipedia)
23 Mathieu Albinet <mathieu17@gmail.com>:
24 * Windows port: avoid "\\" in URL
27 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
28 * Remove Google's map tiles
31 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
32 * Remove old Google stuff
35 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
36 * Add external tools framework
37 * Add OpenStreetMap and Google web tools
40 Quy Tonthat <qtonthat@gmail.com>:
41 * Clicking on "vivisble" tick no longer makes the layer selected.
44 Hein Ragas <viking@ragas.nl>
45 * GPX export: sort track by time. Some application can make use
46 of this feature when reading gpx files.
49 Quy Tonthat <qtonthat@gmail.com>:
50 * Merging tracks by name. Users can now select more than one tracks to
52 * Fix bugs that caused magic scissors not working.
55 Quy Tonthat <qtonthat@gmail.com>:
56 * Merging tracks by name. As submitted by Hein Ragas <viking@ragas.nl>
57 * Merging tracks by name. Tracks can only be merged if they have
58 timestamps. Make sure users won't cause damage to themselves by
59 merging tracks without timestamps. Also a few bug fixes and
63 Quy Tonthat <qtonthat@gmail.com>:
64 * Viking no longer support Google satellite maps due to requests
68 Quy Tonthat <qtonthat@gmail.com>:
69 * Tittle waypoint properties dialog as "Waypoint Properties"
73 Quy Tonthat <qtonthat@gmail.com>:
74 * Add larger size waypoint symbols (icons) that look similar to
75 the ones used in Garmin GPS.
76 * The larger symbols are now used by default. To switch back to the
77 old smaller icons, use command line option "-s" or "--small_waypoint".
78 * Waypoint Property Dialog: The combo box "symbol" (used for selecting
79 waypoint symbol) now has tooltip that shows the name of the selected
81 * src/icons/Makefile.am: Make sure we won't pick up unwanted _pixmap.h
83 * Waypoint names are now displayed at the top of waypoint symbol
84 and no longer overlap symbols.
87 Quy Tonthat <qtonthat@gmail.com>:
88 * Waypoint symbols: Use Garmin waypoit names so that waypoint has
89 proper symbols on GPS after upload (and on Viking after download).
90 Old viking files still works the way they did.
93 Quy Tonthat <qtonthat@gmail.com>:
94 * Fix compatibility problem for windows caused by
98 Quy Tonthat <qtonthat@gmail.com>:
99 * New server for OSM cycle map.
102 Quy Tonthat <qtonthat@gmail.com>:
103 * GPS realtime tracking: Keep retrying when fail to connect
104 to gpsd, either because gpsd is not (yet) running or gpsd
105 disconnect (eg. gps unplugged).
108 Jon Burgess <jburgess777@googlemail.com>:
109 * fix implicit declaration of maps_layer_default_dir()
110 * fix missing status return in spawn_command_line_async()
111 * fix curl error buffer usage
114 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
118 Rob Norris <robbieonsea@users.sourceforge.net>:
119 * Fix 2161310: Fix some more compiler warnings
122 Jon Burgess <jburgess777@users.sourceforge.net>:
123 * Fix 2134452: Properties of some tracks show as NaN
126 Quy Tonthat <qtonthat@gmail.com>:
127 * Fix segfault in realtime tracking.
128 * Add new moving map method for realtime tracking.
131 Stanislav Brabec <sbrabec@users.sourceforge.net>:
132 * Rename icon: viking_icon.png -> viking.png
133 * Fix missing files in po/POTFILES.in
134 * src/viking.desktop.in: add GenericName and revise Categories
135 * viking.spec.in, src/icons/Makefile.am: Fix icon target dir
138 Quy Tonthat <qtonthat@gmail.com>:
139 * Change "Zoom To" short cut to avoid conflict with "Zoom Tool".
142 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
143 * Update translations
146 Quy Tonthat <qtonthat@gmail.com>:
147 * fix parallel build (make -j8) on multi-processor machines. Based
148 on a patch from sbrabec. Thanks.
151 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
152 * QA: cleanning old stuff
155 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
156 * Fix #1947260: correct a corrupted escape
159 Quy Tonthat <qtonthat@gmail.com>:
160 * Google search adapting changes from Google.
163 Quy Tonthat <qtonthat@gmail.com>:
164 * Fixed crashes when creating new layers.
167 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
168 * QA: removing specific GtkCellRenderer
171 Armin Moser <armin.moser@student.tugraz.at>:
172 * add osm cycle layer support
173 * add a menu entry to extend an existing track using magic scissors
177 * Patch #2009666: OpenAerialMap
180 Rob Norris <robbieonsea@users.sourceforge.net>:
181 * Fix #1952523: mode_button assertion loading old datafile
184 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
185 * Add preferences to select how degrees are displayed
188 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
189 * Fix: update layer after applying properties
192 Mathieu Albinet <mathieu17@gmail.com>:
193 * Color picker button for the Coordlayer properties dialog
196 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
197 * Cut/Copy/Paste empty selection is not critical
200 Mathieu Albinet <mathieu17@gmail.com>:
201 * Layers panel UI improvements
204 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
205 * Replace specific about dialog by GtkAboutDialog
206 * Replace some g_warning by g_debug
207 * Homogeneous icons management.
210 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
211 * Add preferences to store OSM login/password
212 * Add a password entry widget
215 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
216 * Ensure that confirmation dialog is over file selector
219 Quy Tonthat <qtonthat@gmail.com>:
220 * Fixed google map download problem.
223 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
224 * Release Viking 0.9.6
225 * Fix unecessary (and probably) Makefile.am directive
228 Quy Tonthat <qtonthat@gmail.com>:
229 * Fix gcget command line to accomodate negative coords.
232 Quy Tonthat <qtonthat@gmail.com>:
233 * Google maps no longer worked due to changes made by Google.
234 The Problems now fixed.
237 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
238 * Release Viking 0.9.5
241 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
243 * Update translations
246 Quy Tonthat <qtonthat@gmail.com>:
247 * Added viking.desktop
250 Rob Norris <robbieonsea@users.sourceforge.net>:
251 * Fix #1947456: Compiler warning fixes
254 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
255 * Update translations
258 Quy Tonthat <qtonthat@gmail.com>:
259 * Track properties: split track at marker.
262 Quy Tonthat <qtonthat@gmail.com>:
263 * Track properties: Keep markers of the graphs in sync with each
267 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
268 * Windows port: fallback temporary file
271 Mathieu Albinet <mathieu17@gmail.com>:
272 * Windows port: typo in util.c
275 Quy Tonthat <qtonthat@gmail.com>:
276 * Track graph marker now works again.
279 Quy Tonthat <qtonthat@gmail.com>:
280 * Fix google version number.
283 Quy Tonthat <qtonthat@gmail.com>:
284 * RELEASE: Test release 0.9.4.20080614 (by Guilhem)
287 Mathieu Albinet <mathieu17@gmail.com>:
288 * Windows port: redefine LOCALEDIR
291 Quy Tonthat <qtonthat@gmail.com>:
292 * viking no longer converts waypoint names to uppercase. Waypoint names
293 are now case insensitive.
296 Mathieu Albinet <mathieu17@gmail.com>:
297 * Portability: remove "/dev/null" use
300 Mathieu Albinet <mathieu17@gmail.com>:
301 * Windows port: rename interface to source_interface
302 * Portability: replace mmap functions by g_mapped_file*
303 * Portability: use of g_ascii_dtostr to format google url
306 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
310 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
311 * Add file content checking process
314 Mathieu Albinet <mathieu17@gmail.com>:
315 * Remove dependency to wget
318 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
319 * Adding --debug and --verbose command line option
322 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
326 Mathieu Albinet <mathieu17@gmail.com>:
327 * Portability: provide our own curl WRITE function
330 Robert Norris <rw_norris@hotmail.com>:
331 * Fix: Initalize tv_usec field.
332 * Fix for implicit declaration of function 'g_fopen'
335 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
336 * Bug #1915121: add an utility to reproduce (test/gpx2gpx)
337 * Fix #1915121: use GLib functions to handle ISO8601 dates
340 Tim Scofield <nospam546@comcast.net>:
341 * Fix: typo false -> FALSE
344 Mathieu Albinet <mathieu17@gmail.com>:
345 * M_PI already defined
348 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
349 Mathieu Albinet <mathieu17@gmail.com>:
350 * Portability: reduce unistd.h dependency
351 * Portability: replace mkdir by g_mkdir
352 * Portability: replace deprecated bzero function by memset
353 * Portability: remove dirname needs with g_mkdir_with_parents
356 Mathieu Albinet <mathieu17@gmail.com>:
357 * Replace GtkFileSelection by GtkFileChooser
360 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
361 * Merge icons in a single binary object
364 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
365 * Fix: [ 1839948 ] Maximize/Restore changes current cursor
366 * Add panning tool as default
369 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
370 * po/ChangeLog: needed file for distribution
373 Rob Norris <robbieonsea@users.sourceforge.net>:
374 * Fix: autogen can generate broken configure file (SF#1881475)
375 * Fix some compiler warnings (SF#1888407)
378 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
379 * Change OSM's tiles URL
382 Michael A. Peters <mpeters@mac.com>:
383 * viking.spec: Correct license, required packages and local.
386 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
387 * Update translations
390 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
391 * main.c: I18N improvements
392 * French translation update
395 Jocelyn Jaubert <jocelyn.jaubert@gmail.com>:
397 * French translation update
398 (both submitted the 2008-01-12 on mailing-list)
401 Alex Foobarian <foobarian@gmail.com>:
402 * Fix a crash bug in merge-by-time reported by Evan <gtoevan@gmx.net>
405 Quy Tonthat <qtonthat@gmail.com>:
406 * Fix a crash bug in mapcache reported by Jocelyn <jocelyn.jaubert@gmail.com>
407 * Added mutex to protect mapcache from being corrupted by threads.
410 Alex Foobarian <foobarian@gmail.com>:
411 * Tuned the v-t diagram drawing
414 Evan Battaglia <gtoevan@gmx.net>:
415 * Minor fixes/debugging to gcget. Add gcget-perl
417 * Bugfix for prefernces -- don't cut off last character of password
420 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
421 * Add GpxWritingOptions to control GPX file writing
424 Oddgeir Kvien <oddgeir@oddgeirkvien.com>:
425 * Add default values to ele and time fields (due to OSM)
428 Evan Battaglia <gtoevan@gmx.net>:
429 * Preferences groups/tabs
430 * Fix gcget to accept username and password. Pass this in to gcget.
431 * Oops! Reading preferences from the file wasn't working. Fixed.
434 Jocelyn Jaubert <jocelyn.jaubert@gmail.com>:
435 * Update French translation
438 Christoph Eckert <ce@christeck.de>:
439 * Update source for OSM/Osmarender tiles
442 Evan Battaglia <gtoevan@gmx.net>:
443 * Preferences in ~/.viking/viking.prefs, this will soon allow geocaching support to go mainstream, (hopefully)
446 Quy Tonthat <qtonthat@gmail.com>:
447 * Revert a previous change that disabled realtime tracking if libgps
451 Jocelyn Jaubert <jocelyn.jaubert@gmail.com>:
452 * Use specific gettext call for plural form
455 Evan Battaglia <gtoevan@gmx.net>:
456 * Sort waypoints in GPX output.
457 * Use the "next unused" (not really) waypoint number as default.
460 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
461 * Fix compilation under HURD (missing MAXPATHLEN macro)
462 * Fix: if libgps is missing, Realtime GPS Tracking is disabled
465 Jocelyn Jaubert <jocelyn.jaubert@gmail.com>:
466 * Make menu entries translatable
467 * Mark many strings translatable
468 * Update french translation
471 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
472 * Marking translatable strings
473 * First french translation (incomplete)
476 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
477 * Fix warning: underquoted definition of AM_WITH_EXPAT
478 * Fix bug: "config.status: error: cannot find input file: Makefile.in"
481 Quy Tonthat <qtonthat@gmail.com>:
482 * Fix autogen.sh to remove the assumption that version 1.9 of automake
483 is available on all systems.
484 * Now that autogen.sh runs configure, "make full" should not.
487 Evan Battaglia <gtoevan@gmx.net>:
488 * BlueMarble tiles: http://mike.teczno.com/notes/blue-marble-tiles.html
489 * Google Terrain maps
490 * Disable printing to make Viking compile for GTK < 2.10
493 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
494 * util.c: Use a list of possible browsers.
497 Quy Tonthat <qtonthat@gmail.com>:
498 * Fix a bug that can potentially cause segfault.
501 Quy Tonthat <qtonthat@gmail.com>:
502 * Improve track graphs. Some tracks looked too flat.
505 Evan Battaglia <gtoevan@gmx.net>:
506 * GPSBabel filter work I've been sitting on for a while now.
507 * Draw circle for downloading geocaches. Constrain by maximum distance.
510 Quy Tonthat <qtonthat@gmail.com>:
514 Quy Tonthat <qtonthat@gmail.com>:
515 * Fix bug that caused Old Google maps not being disabled by default.
518 Quy Tonthat <qtonthat@gmail.com>:
519 * Fix crashes on elev graph for some tracks.
520 * Make low alt tracks look more visible on elev graph.
521 * Fix "incompatible pointer type" warnings.
524 Quy Tonthat <qtonthat@gmail.com>:
525 * Missing declaration. Thanks to Bernd Zeimetz <bernd@bzed.de>
528 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
532 Evan Battaglia <gtoevan@gmx.net>:
533 * Fixing minor typo in vikdemlayer.c which could cause crashes
536 Quy Tonthat <qtonthat@gmail.com>:
537 * Track Properties Dialog no longer blocks interaction of the main
539 * Draw position marker on track elev/speed graphs at mouse click.
540 * Diasable buttons on Track Properties Dialog when not needed.
541 * Display track name on title of track property dialog. Now that
542 viking allows multiple dialogs displayed simultaneously.
545 Evan Battaglia <gtoevan@gmx.net>:
546 * Fix problem with extraneous waypoints being plotted (wrap around problem). May still be problems in UTM mode.
549 Evan Battaglia <gtoevan@gmx.net>:
550 * Fix Google version parsing. Google no longer uses '=' and '&' but hex equivalents to describe the URI. Not sure if this will last :/
553 Quy Tonthat <qtonthat@gmail.com>:
554 * Interpolating DEM data in 3 different methods. Track data,
555 elevation-distance graph and elevation info on status bar now make use
559 Quy Tonthat <qtonthat@gmail.com>:
560 * Add more room to the top of elevation-distance graph.
563 Evan Battaglia <gtoevan@gmx.net>:
564 * Fix plotting of DEM elevation data (subtract min altitude)
567 Evan Battaglia <gtoevan@gmx.net>:
568 * Fix Esc and Backspace to work only when VikViewport has focus.
569 * VikViewport grabs focus on click or release events, or when a
570 tool move event returns VIK_LAYER_TOOL_ACK_GRAB_FOCUS.
573 Quy Tonthat <qtonthat@gmail.com>:
574 * Make use of DEM elevation data and GPS speed for track graphs.
578 * Key press framework for tools. Esc to stop track. Backspace to end track.
581 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
582 * Upgrading to API 0.5 of OSM
585 Quy Tonthat <qtonthat@gmail.com>:
586 * Make Realtime Tracking a feature that can be disabled at configure
587 time. Do not quietly disable it beacause libgps is not available
589 * Extra data from GPS in realtime mode are now stored in trackpoints.
592 Quy Tonthat <qtonthat@gmail.com>:
593 * Fix a crash bug caused by operation on variable inside a macro.
596 Evan Battaglia <gtoevan@gmx.net>:
597 * Ctrl-shift-scroll to zoom like Google. Just scroll zooms like before.
598 * Show currently edited track in red-dashed line. This makes it easier
599 to tell if we've ended the track.
600 * When using new track tool, draw a line before making a point to
601 preview the new point.
602 * Use $BROWSER environment variable (for viewing geocache pages)
605 Quy Tonthat <qtonthat@gmail.com>:
606 * Fix compiling breakage caused by missing icon file from the list.
609 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
610 * libgps is no more mandatory
613 Evan Battaglia <gtoevan@gmx.net>:
614 * Scroll zoom keeps cursor over same spot on map (like Google, QLandKarte)
616 * Undo magic scissors by right-clicking.
617 * Extend a track by right-clicking on it.
618 * Experiment: "Begin track" tool
621 Quy Tonthat <qtonthat@gmail.com>:
622 * Correctly calculate position (based on time instead of distance)
623 when clicking on speed-time graph.
624 * Added km/h to speed entries of the track properties dialog.
625 * The "Selected Time" on track properties dialog is now correct.
626 * Track Properties: now displays track distance/time instead of
630 Quy Tonthat <qtonthat@gmail.com>:
631 * Fix bugs that caused odd display of time on track properties dialog.
632 * Pop a message when failed to connect to gpsd.
635 Quy Tonthat <qtonthat@gmail.com>:
636 * Fix a segfault caused by (mistakenly) adding a new layer to gps
638 * Be more selective in collecting realtime trackpoints.
641 Quy Tonthat <qtonthat@gmail.com>:
642 * Improvements for GPS layer's "realtime tracking".
645 Quy Tonthat <qtonthat@gmail.com>:
646 * Fix crashes caused by emitting update too early at layer creation.
647 * Add realtime tracking to GPS layer.
648 * fix half-drawn problems for GPS layer.
651 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
652 * Relax dependencies about glib by implementing
653 g_hash_table_remove_all ourselves (Evan's patch)
656 Quy Tonthat <qtonthat@gmail.com>:
657 * Disable half-drawn update when the center is moved. Avoid using
658 static "trigger" in viklayer.c which causes problems when viking
659 has more than one windows.
662 Quy Tonthat <qtonthat@gmail.com>:
663 * Fix bug that caused Elevation graph not working properly with some
667 Evan Battaglia <gtoevan@gmx.net>:
668 * GPSD Layer -- draw an arrow.
669 * Minimum elevation for DEM layer.
670 * Half-drawn hack to only draw layers on top of the one that has
671 recently changed. A must for realtime GPS.
674 Quy Tonthat <qtonthat@gmail.com>:
675 * SRTM download now works for regions outside North_America too.
678 Evan Battaglia <gtoevan@gmx.net>:
679 * Fix copy & pasting DEM layers -- new serializing string list code.
680 * Don't crash if using tool on wrong type of layer / no layer.
681 Although I really want to know what happened to "use the top visible layer",
682 and return TRUE if the tool "accepts" the use...
683 editing lots of TRWLayers was way easier that way...
684 * Remove unused vik_layer_copy() code
685 * Add Magic Scissors icon (from GIMP)
686 * Add comment when making a Google Route.
687 * Continue a magic scissors route by holding down control. Continue the comment too.
688 * 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)
689 * Experimental GPSD support (VikGpsdLayer)
692 Evan Battaglia <gtoevan@gmx.net>:
693 * Pan Accelerators (Ctrl+Left, etc)
694 * Ctrl-Scroll and Ctrl-Shift-Scroll to pan, kind of like Gimp.
695 * Add a RADIOGROUP_STATIC properties factory type to make it easy
696 for new layers. Uses an array list (like before)
698 * DEM US 10m (dem24k) source! Option in DEM Layer & ./configure
699 * (copying & pasting DEM layers is broken, will fix later)
702 Evan Battaglia <gtoevan@gmx.net>:
703 * Fix right-click on geocache to work with new geocache names.
704 * Download & import SRTM 90m DEM data (still working on US 10m)
707 Evan Battaglia <gtoevan@gmx.net>:
708 * 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.
711 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
712 * Removing unused files (*.png.h).
715 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
716 * Fix #1789550: define MAX macro if not defined on ALL systems
719 Quy Tonthat <qtonthat@gmail.com>:
720 * AUtomatically fetching google version number.
723 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
724 * Fix #1789550: mkdtemp usage is conditioned, so it is possible
725 to build viking on system not offering such feature.
728 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
729 * Adding command line option framework.
732 Quy Tonthat <qtonthat@gmail.com>:
733 * Make viking's default start location somewhere more likely has maps.
734 * Fix crash when using "Maps Download" tools right after viking is
735 started (without a viking file).
738 Quy Tonthat <qtonthat@gmail.com>:
739 * Viking 0.9.2 (By Guilhem Bonnefille <guilhem.bonnefille@gmail.com>)
742 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
743 * Fix: crash when "applying" a map layer property dialog.
744 * QA: strong type the second argument of the *_post_read functions.
745 * Preset filename when exporting a TrwLayer.
746 * Refactoring: retrieve the VikWindow from the VikViewport via its
748 * Use $EMAIL to initialise email field for OSM upload.
749 * Do not warn about drawmode inconsistency while reading file.
750 * Hide Expedia view mode when expedia is not built in.
753 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
754 * Disable Expedia map layer by default (as it is not working).
757 Bernd Zeimetz <bernd@bzed.de>:
758 * Add redirect support (for Expedia map layer).
761 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
762 * Add ability to upload a single track.
765 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
766 * Check current drawmode after creating a new MapsLayer.
769 Quy Tonthat <qtonthat@gmail.com>:
770 * New google version number.
771 * Better checking to detect downloaded text instead of images.
772 * Give more instructive message for attempting to download maps in
776 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
777 * libcurl is a requirement
780 Quy Tonthat <qtonthat@gmail.com>:
781 * Fix bugs that cause crashes on layers copy/paste/delete.
782 * Fix bug in Google search that caused viking jump to wrong location
783 when Google can not find the match.
786 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
787 * Group "Export Layer..." entries in a sub-menu.
790 Quy Tonthat <qtonthat@gmail.com>:
791 * Clean up and eliminate compiler warning.
794 Quy Tonthat <qtonthat@gmail.com>:
795 * Fix bug in creating temporary HOME when HOME is not set.
796 * Added --enable-old-google to configure script. Old google modes are
797 now disabled by default.
798 * Default mode for new maps is Google Maps.
801 Quy Tonthat <qtonthat@gmail.com>:
802 * Make Google Map default map type.
805 Quy Tonthat <qtonthat@gmail.com>:
806 * DEM module can now read hgt.zip files directly (no need to unzip
808 * DEM module can now process 1 arc sec hgt(.zip) files (mainly for USA
812 Quy Tonthat <qtonthat@gmail.com>:
813 * Plug filedescriptor leak in dem.c
816 Quy Tonthat <qtonthat@gmail.com>:
817 * Display on status bar altitude at cursor using data from DEM layer(s).
820 Quy Tonthat <qtonthat@gmail.com>:
821 * New google version numbers.
824 Quy Tonthat <qtonthat@gmail.com>:
825 * Disable GeoCache Acquire since it nolonger works. Can be enabled
826 again using configure --enable-geocaches.
829 Quy Tonthat <qtonthat@gmail.com>:
830 * Remove (my) debug messages which are no longer needed.
833 Quy Tonthat <qtonthat@gmail.com>:
834 * Missing a few changes here.
835 * release 0.9 (by Guilhem)
838 Quy Tonthat <qtonthat@gmail.com>:
839 * Eliminate the needs of entering DEM files for every single
840 track/waypoint layer.
843 Quy Tonthat <qtonthat@gmail.com>:
844 * Fixed typo in Makefile.am
847 Evan Battaglia <gtoevan@gmx.net>:
851 Quy Tonthat <qtonthat@gmail.com>:
852 * Bug fix: View Mode displayed wrong setting on start up
855 Quy Tonthat <qtonthat@gmail.com>:
856 * Fixed bugs that caused draw_scale and draw_centermark status not being
857 consistent among View menu, viewport and loaded files.
860 Evan Battaglia <gtoevan@gmx.net>:
861 * DEM Branch: Trying to fix/cleanup various DEM things
862 * DEM Branch: Support for SRTM 3 arcsecond _global_ DEM data from http://www2.jpl.nasa.gov/srtm/
865 Quy Tonthat <qtonthat@gmail.com>:
866 * Fixed bugs that caused crashes during GPS upload/download.
869 Quy Tonthat <qtonthat@gmail.com>:
870 * Make "Save Image" and "Save Image Directory" dialogs reusable.
873 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
874 * Merging with Ralf's work around debianization
878 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
879 * Minor change to avoid SEGFAULT on x86_64
880 * Add DownloadOptions type to specify referer per map source
883 Quy Tonthat <qtonthat@gmail.com>:
884 * Fix bugs that causes "drawcentermark" not recognised when reading
886 * Fix a wild pointer bug that can cause crashes
889 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
890 * Copying libcurl.m4 as it is needed everywhere
893 Quy Tonthat <qtonthat@gmail.com>:
894 * New google version numbers.
895 * Make scale more visible.
896 * Add center mark which can be turn on/off in View menu.
897 * Viking now uses cookies for http requests. Some server(s) is quite
898 picky about this. (With great help from Lixus <gps@muellers.ms>)
899 * Download maps along a track. Right click on a track layer, select map
900 type and zoom level, viking will do the rest.
901 * release 0.1.3-20070618
904 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
905 * Adding an icon (suggested by Ralf Meyer <ranfyy@gmail.com>)
908 Quy Tonthat <qtonthat@gmail.com>:
909 * Fix a bug that causes segfault when viewing properties of a
913 Quy Tonthat <qtonthat@gmail.com>:
914 * Fix a bug that causes segfault when viewing properties of a track
915 that has only one trackpoint with elevation information.
916 * Backport Evan's magic scissors from DEM branch.
919 Quy Tonthat <qtonthat@gmail.com>:
920 * Add Google Maps search to View menu and Toolbar
921 * Waypoint created right after the search will pick up the search
922 string as comment. (Use TrackWaypoint Layer menu, not toolbar, to
926 Mark Coulter <i_offroad@yahoo.com>:
927 * new waypoint symbols.
930 Quy Tonthat <qtonthat@gmail.com>:
931 * Fix intermittent problem of map redraw.
932 * Mapslayer: Fixed bugs that cause in some cases, map display can not
933 be refreshed without downloading.
936 Ralf Meyer <ranfyy@gmail.com>:
940 Quy Tonthat <qtonthat@gmail.com>:
941 * Maps layer: Improve performance for map autodownload.
942 * Make dimensions easier to be found and changed to suit own tastes.
943 * Small touches on the look.
946 Quy Tonthat <qtonthat@gmail.com>:
947 * New GPS layer menu items: "empty upload", "empty download", "empty
949 * acquire->Google Directions now record and display previous queries
950 fo "From"/"To" entries.
951 * Position Google Directions dialogs at the center of Viking window.
954 Quy Tonthat <qtonthat@gmail.com>:
955 * GPS layer track and waypoint data can now be saved.
956 * Disable prompt for save before exit.
957 * Add "Save and Exit" to File menu.
960 Evan Battaglia <gtoevan@gmx.net>:
964 Quy Tonthat <qtonthat@gmail.com>:
965 * Stop autodownload from running forever on map downloading errors.
968 Quy Tonthat <qtonthat@gmail.com>:
969 * Add curl-devel to spec file.
970 * Map tool: Left click can now refresh display of map tiles.
971 * Check for non-displayable data after downloading map.
974 Quy Tonthat <qtonthat@gmail.com>:
975 * Fix problems in map downloading caused by unreliable error
980 Quy Tonthat <qtonthat@gmail.com>:
981 * Fixed bugs that can cause segfault on exit. The problem was caused
982 by mapslayer's weak_ref not being unref'ed in some cases.
985 Evan Battaglia <gtoevan@gmx.net>:
986 * Fix problem of "bad" tiles showing up when downloading. The problem was loading of incomplete tiles. Fixed this by first downloading to a temporary file, then moving when complete.
989 Evan Battaglia <gtoevan@gmx.net>:
990 * Fix removal of redownloaded tiles from memory cache.
991 * Fix a stupid segfault in main.c (opening new files)
994 Quy Tonthat <qtonthat@gmail.com>:
995 * New Google version numbers.
998 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
999 * New "Refresh onscreen tiles" menu entry
1002 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
1003 * debian/: debianization
1006 Reid Priedhorsky <reid@reidster.net>:
1010 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
1011 * OpenSourceMap slippy maps (in osm.c) -- Maplink tiles
1012 * Add configuration option for OpenStreetMap sources
1015 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
1016 * OpenSourceMap slippy maps (in osm.c) -- Osmarender and Mapnik
1019 Evan Battaglia <gtoevan@gmx.net>:
1020 * OpenSourceMap slippy maps (in google.c) -- identical to google maps except zoom numbering
1023 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
1024 * Adding libcurl support
1027 Quy Tonthat <qtonthat@gmail.com>:
1028 * New Google version number.
1029 * Fixed Google Directions
1032 Quy Tonthat <qtonthat@gmail.com>:
1033 * GPS layer dialog now displayed at the center of the Viking main
1037 Quy Tonthat <qtonthat@gmail.com>:
1038 * New Google version numbers.
1041 Quy Tonthat <qtonthat@gmail.com>:
1042 * Made viking.spec.in out of Michael's viking.spec
1043 * Added viking.spec.in to autoconf files.
1046 Michael A. Peters <mpeters@mac.com>:
1050 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
1051 * NEWS, configure.ac: preparing 0.1.2
1054 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
1055 * src/vikwindow.c: remove URL and version number from window title
1056 * src/dialog.c: add URL and use dynamic information for version
1057 * AUTHORS, src/dialog.c: update contributors list
1058 * AUTHORS, src/dialog.c, src/Makefile.am: About dialog filled with
1062 Quy Tonthat <qtonthat@gmail.com>:
1063 * Fix bug that causes crashes when click at the right side (outside)
1064 of the track graph area in the Track Poperties window.
1067 Jocelyn Jaubert <jocelyn.jaubert@gmail.com>:
1068 * Add new information to Track Properties. Postion in time will be
1069 tracked and display when moving mouse cursor around the track graph.
1072 Quy Tonthat <qtonthat@gmail.com>:
1073 * New google version numbers.
1074 * correct main window title and viking website.
1077 Quy Tonthat <qtonthat@gmail.com>:
1081 Quy Tonthat <qtonthat@gmail.com>:
1082 * Simplify tools enable/disable codes.
1085 Quy Tonthat <qtonthat@gmail.com>:
1086 * Only tools that work with current active layer are enable,
1087 others are disable (fade out and does nothing when clicked on).
1090 Quy Tonthat <qtonthat@gmail.com>:
1091 * Display map sections while downloading (bug 1303429)
1094 Quy Tonthat <qtonthat@gmail.com>:
1095 * Fixed bugs that caused crashes on creating new map layer or
1096 new track/waypoint layer.
1099 Quy Tonthat <qtonthat@gmail.com>:
1100 * Updated google tranparent version number.
1101 * Made it more convenient to update google version numbers.
1104 Quy Tonthat <qtonthat@gmail.com>:
1105 * Merged branch modular to trunk.
1108 Quy Tonthat <qtonthat@gmail.com>:
1109 * Bug fix: main menu edit->delete and edit->cut did not work with
1110 waypoints and tracks.
1113 Quy Tonthat <qtonthat@gmail.com>:
1114 * Added "Copy" and "Cut" to popup menus for track and waypoint (on the
1118 Quy Tonthat <qtonthat@gmail.com>:
1119 * bug fix: crash on inserting aggregate layer if the selected layer's
1120 parent is not an aggregate layer.
1121 * bug fix: crash when delete a child layer whose parent is not
1122 an aggregiate layer (eg gpslayer)
1123 * Menu item selection for layer instances.
1126 Quy Tonthat <qtonthat@gmail.com>:
1127 * gpslayer: Unexpose interface functions.
1128 * Layers now can have their say on what pop up menu items they want.
1131 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
1132 * Add ability to disable Terraserver stuff
1133 * Add ability to disable Expedia stuff
1136 Quy Tonthat <qtonthat@gmail.com>:
1137 * gpslayer: fix bugs that causes crashes when click "Cancel" on layer
1141 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
1142 * Make all .h self sufficient
1143 * Add ability to disable Google stuff
1146 Quy Tonthat <qtonthat@gmail.com>:
1150 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
1151 * Add ability to disable Terraserver stuff
1152 * Add ability to disable Expedia stuff
1155 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
1156 * Make all .h self sufficient
1157 * Add ability to disable Google stuff
1160 Quy Tonthat <qtonthat@gmail.com>:
1161 * Fix a google version number change (at least in Australia).
1164 Quy Tonthat <qtonthat@gmail.com>:
1165 * Fix an array overflow bug in Map Layer Properties
1168 Alex Foobarian <foobarian@gmail.com>:
1169 * Added an "About" dialog
1172 Alex Foobarian <foobarian@gmail.com>:
1173 * Added Quy Tonthat's patch to fix a bug in Track Properties
1176 Alex Foobarian <foobarian@gmail.com>:
1177 * Added patch by Quy Tonthat <qtonthat@gmail.com> to fix a crash bug
1180 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
1181 * Add expat explicit dependency
1184 Alex Foobarian <foobarian@gmail.com>:
1185 * Visual feedback for moving waypoints
1188 Alex Foobarian <foobarian@gmail.com>:
1189 * Created standard Edit menu
1190 * Implemented Cut for trackpoints and waypoints
1191 * When moving trackpoints, we now draw one under the cursor for visual feedback
1194 Alex Foobarian <foobarian@gmail.com>:
1195 * Cleared up the drawing modes and map type descriptions
1196 * Updated google version string to make it work in Europe
1197 * Added Cut/Copy/Paste shortcuts to right-click menus
1198 * Compacted the track properties dialog
1201 Alex Foobarian <foobarian@gmail.com>:
1202 * Introduced a toolbar tool interface, converted existing tools to use it
1203 * As a result, ruler drawing bugs are gone
1204 * Sped up ruler drawing by increasing the redraw priority
1207 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
1208 * Add implicit DMS->DDD conversions in waypoints dialogs
1211 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
1212 * src/degrees_converters.c, src/degrees_converters.h,
1213 test/degrees_converter.c: add dec -> DDD conversion
1214 * src/degrees_converters.c, src/degrees_converters.h,
1215 test/degrees_converter.c: add dec -> DMM conversion
1216 * src/degrees_converters.c: refactor dms conversions
1219 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
1220 * Add patch for GoogleMaps from Reid Priedhorsky
1223 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
1224 * Makefile.am, configure.ac, src/Makefile.am,
1225 src/degrees_converters.c, src/degrees_converters.h,
1226 test/Makefile.am, test/check_degrees_conversions.sh,
1227 test/degrees_converter.c: Adding degrees conversion functions
1231 Evan Battaglia <gtoevan@gmx.net>:
1232 * ChangeLog, src/google.c: Upgrade Google Maps -- Europe
1235 Evan Battaglia <gtoevan@gmx.net>:
1236 * Upgrade Google Maps version (yay Europe!)
1239 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
1240 * NEWS, configure.ac: Preparing 0.1.1
1243 Alex Foobarian <foobarian@gmail.com>:
1244 * Cleaned up the data source interface
1245 * Added a setup dialog to the GPS data source, with protocol type and serial port location
1248 Alex Foobarian <foobarian@gmail.com>:
1249 * Small fixes in Acquire from GPS code
1252 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
1253 * autogen.sh: simpler method to start from CVS
1256 Evan Battaglia <gtoevan@gmx.net>:
1257 * Data sources -- check for existence of necessary things
1260 Evan Battaglia <gtoevan@gmx.net>:
1261 * Created "data sources" structure to easily add new data sources via GPS babel.
1262 It's ugly now and there's a lot to be done, but I think 79-line datasources_google.c
1263 shows the power of the approach.
1264 * Data sources: Google & Geocaches
1267 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
1268 * src/gpx.c (gpx_dtostr): add better GPX export
1269 Evan Battaglia <gtoevan@gmx.net>:
1270 * dtostr -> coords.c; use in gpsmapper.c and gpspoint.c (locale-independent output)
1273 Alex Foobarian <foobarian@gmail.com>:
1274 * Fixed v-t diagram crash bug
1277 Alex Foobarian <foobarian@gmail.com>:
1278 * GPSBabel acquire code
1281 Alex Foobarian <foobarian@gmail.com>:
1282 * Copy/paste of individual track- and way-points updated to work between processes.
1285 Alex Foobarian <foobarian@gmail.com>:
1286 * Copy/paste between viking processes
1287 * Layer marshalling support
1290 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
1291 * configure.ac: Adding --with-mapcache configure option
1292 * src/config.h: Removed because no more used (generated)
1295 Alex Foobarian <foobarian@gmail.com>:
1296 * Fix ruler declination in UTM mode
1299 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
1300 * src/icons/Makefile.am: assumes the creation of icons.h
1301 * src/garminsymbols.c, src/vikwindow.c: icons.h re-located
1302 * src/Makefile.am: no more icons.h production
1305 Evan Battaglia <gtoevan@gmx.net>:
1306 * Fix ruler: show angle, distance even when compass off-screen.
1307 * Fix bgitemcount. Background items status bar "should" be accurate now.
1310 Alex Foobarian <foobarian@gmail.com>:
1311 * Drag and drop whole track/waypoint lists
1314 Alex Foobarian <foobarian@gmail.com>:
1315 * Coord layer drawing for lat/lon based projections
1318 Alex Foobarian <foobarian@gmail.com>:
1319 * Draw a compass when using a ruler
1322 Alex Foobarian <foobarian@gmail.com>:
1323 * Added ruler drawing to the ruler tool
1326 Alex Foobarian <foobarian@gmail.com>:
1327 * Added support for pasting coordinates in lat/lon format
1330 Alex Foobarian <foobarian@gmail.com>:
1331 * Change clipboard so as to use GTKClipboard. Prepare for support for pasting coordinates, etc.
1332 Evan Battaglia <gtoevan@gmx.net>:
1333 * When pasting waypoints and tracks, do name resolution (add #2, etc)
1336 Evan Battaglia <gtoevan@gmx.net>:
1337 * make symbols work for geocaching .loc files (and case-insensitive symbol names)
1338 * Option as to whether or not to show unit scale (esp for exporting images)
1341 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
1342 * configure.ac, src/Makefile.am (SUBDIRS): added auto-tools support for src/icons
1343 Alex Foobarian <foobarian@gmail.com>:
1344 * Added a drag_drop_request method to layer interface, updated DnD to use it
1345 * Updated DND to insert layers at the point of the drop, instead of front of list
1346 * Added wp symbol support to gpx
1347 * Fixed name collisions during track/wp DND
1348 * Layer-wide option as to whether to show waypoint symbols
1351 Alex Foobarian <foobarian@gmail.com>:
1352 * Added support for waypoint symbols (changing, loading, saving), and a small number of icons.
1353 * Added a scale ruler
1354 * Changed panning to show less "garbage" in exposed areas
1358 * menu.xml & icons inline
1361 Alex Foobarian <foobarian@gmail.com>:
1362 * GtkUIManager/Toolbar
1363 * DND in the LayersPanel
1365 * strtod -> g_strtod (i18n glitch)
1368 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
1369 * src/globals.h (VIKING_VERSION): uses the PACKAGE_VERSION macro
1370 * Makefile.am (EXTRA_DIST): handles viking-remote
1371 * src/Makefile.am (AM_CFLAGS): substitution of CFLAGS by AM_CFLAGS
1372 * doc/Makefile.am, doc/dev/Makefile.am: new files
1373 * Makefile.am (SUBDIRS): handles doc directory
1374 * configure.ac: handles doc and doc/dev directories
1377 Alex Foobarian <foobarian@gmail.com>: fix to v-vs-t (better drawing)
1379 * So Geocaching .LOC _isn't_ GPX?!?!? Oh well, it's XML...
1380 * GPX write, click v-vs-t diagram
1381 * Option to show stops in TRWLayer options, and stop_length
1382 * Elevation plotting relative to min and max elevation in track.
1383 * Option to do elevation plotting, and controlling relative height
1386 * 4+ hours later and voila, GPX read support
1387 * Fixes in propwin if track doesn't have certain data, say so.
1392 * Click on the elevation map to go there, so you can see where a mountain-top is etc.
1393 * Don't crash on track properties of an empty track.
1396 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
1397 * bootstrap: new file to bootstrap auto-tools
1398 * src/config.h (VIK_CONFIG_ALPHABETIZED_TRW): no more set via this file
1399 * Makefile.am (bin_SCRIPTS): viking-remote added
1400 * configure.ac: --enable-alphabetized-trw option added
1402 Evan Battaglia <gtoevan@gmx.net>:
1403 * Experimental altitude funky plotting I'm working on
1406 Alex Foobarian <foobarian@gmail.com>'s changes
1407 * disable stops, for now (I forgot about those...)
1408 * Track elevation graph: minimum altitude difference for less jagged curves
1409 * Track elevation graph: gray background, blue foreground
1410 * Track elevation graph: lines to clearly show absolute elevation
1411 * New velocity-vs-time graph & calculating function
1412 * Notebook to hold this new graph with track elevation graph
1413 My (Evan's) changes:
1414 * Fix above v-vs-t patch to not crash on tracks without timestamp.
1415 * Not show v-vs-t graph and/or elevation map if the necessary data isn't there.
1416 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>'s changes
1417 * bootstrap: new file to bootstrap auto-tools
1418 * src/config.h (VIK_CONFIG_ALPHABETIZED_TRW): no more set via this file
1419 * Makefile.am (bin_SCRIPTS): viking-remote added
1420 * configure.ac: --enable-alphabetized-trw option added
1423 Autotools support by Guilhem Bonnefille.
1426 Added Alex Foobarian's track duration patch.
1427 Added Alex Foobarian's track profile patch.
1428 Added Alex Foobarian's elevation map fix.
1431 Map cache fix: if only one map can fit / one map is bigger than cache size, then that's OK.
1432 Delete from cache when updating image.
1435 Map cache size based on memory usage, not number of images. Some flaws to be worked out still in this.
1438 Accepted USGS maps support from Clark McKines. Pretty slick, I'll have to take a look at it.
1441 Quite easily added support for Mercator projection & Google Mercator maps (regular, transparent etc)
1442 Chaned waypoint types a little bit (size of waypoint)
1445 Hopefully fixed background.c item # count
1449 A little research & added KH Maps support.
1452 Fixed right-click waypoint edit -> crash bug, hopefully.
1453 Fixed "everyone lives in zone 11" assumption for vikgeoreflayer.c; still monozone though ...
1454 Made it so when you paste or add a new layer, it pastes it before the selected layer, not to the top.
1455 Fixed the bug where pasting a map layer messed up the name.
1456 Made dragging middle mouse button pan. Removed pan tool. Thanks Reid for the idea.
1457 Made different options for drawing waypoint dots. Not very good but we can make better-looking ones later.
1458 Side view of tracks à la Garmin MapSource, nice ...
1459 Fixed Google street maps simply by changing "v=.1" to "v=.3" ; the newest version of gmaps is completely different, I'm unsure how long this will work for.
1462 Experimenting with stops
1465 Fixed cheap ruler bug (use ruler, change draw mode, use ruler, crash). That's really not good... but hey, it _is_ alpha software.
1468 Added "how many maps currently downloading" status bar hack
1471 What the heck? Viking-remote didn't work? Fixing --/- stuff. Also fixing hang if can't open. Did this by putting gdk_threads_enter() before file opening in main.c.
1472 Update viking-remote to work _right_ with maps, also geo://GC1234/ works, nice...
1475 Uffda, I forgot Oggdeir's gpsmapper.c patch.
1476 Also fixed Windows compiling.
1479 Fixed Windows compiling, hopefully.
1480 Removed TopoZone support per topozone.com request.
1483 Instituted a really nice background downloading system with a separate system, works like a charm.
1484 Fixed (hopefully) a bug where a download failed the filename wasn't deleted, leaving an empty file.
1485 Misc cleanups/testing surrounding downloading.
1487 Fix other stuff, including moving a waypoint (delete while moving -> crash)
1490 X and Y zoom levels for maps so factors don't have to be equal.
1491 Fixed maps zoomed out, added an combo box for it by adding a combo box in viklayer.c, fixed maptype to use map id and not internal array index
1492 Changed VikTrwLayer properties dialog to add an image tab, fixed GtkTable layout so as not to stretch out stuff in the y direction.
1493 Fixed /var/cache/maps stuff
1494 Safety for maps zoomed out
1495 Fixed mapzoom for cases where factors aren't equal
1496 Got the basic download in background code on, now just minor nicities
1497 Got the genius idea that someone might want to open up more than one file at one time ;)
1500 No time tonight, gotta get some sleep. Did work on hooking up Google Maps with GPSBabel's module into viking with a wget & a sed command. Totally awesome.
1501 Also, added support for the highest google zoom level which I didn't know existed.
1504 I'm not really supposed to be working on this ... but it get's addictive, so close to a release...
1505 Added back alpha support. It works for all map types now. Mostly useless for other types, unless you want to see tracks under your map, since you can't show more than one non-Terraserver map at the same time.
1506 Started work on maps for different zoom levels. You can do all different maps at all different zoom levels, even zoom in. Don't zoom in with expedia maps though, it could create a 2000px x 3000px size image or so, and cache up to 10,000 of those. Yeah.
1509 Made it easier to use all these maps -- switching between them, correct zoom levels, etc.
1510 Expedia for Europe (thanks GPSDrive people again)
1511 Kit Transue's UTM zone patch is back in for the new MapLayer. This marks the first time I have seen cross-UTM zone Topozone maps. Interestingly enough it seems that they patch the maps together. Viking messes this up a little bit but in general it works fairly well. I'm still amazed it's possible ;)
1515 Tons of work today, too much to list really. Basicly I threw away VikMapLayer and started over. This one's nice, really easy to add new types. Google, Expedia, and Terraserver maps are now functioning, but the layer isn't completed yet, many things such as alpha, download in the background, etc. aren't quite there yet.
1516 Topozone support, heh ;) Of course none of these maps can be used together. Especially since scaling isn't done yet. I'm also going to have to create some handy ways to switch between layers.
1519 Finally got the brilliant notion that a GSList isn't the smartest way to do memory map caching. In fact it's probably one of the stupidest. Increased speed (when all maps loaded) by 30x or so by using a GHashTable shared between layers. How much of the slowdown was accumulated somehow since 0.0.8 is unknown.
1520 New map caching file naming scheme. Hierarchial directory structure for faster lookup.
1521 Tweaked the above memory caching scheme to use a linked list in conjunction with a hashtable to allow for a maximum size limit to the cache. Currently you have to edit the file to set this upper limit. And it's in tiles -- doesn't matter the size of the tiles.
1522 Added some code in http.c of all places to make 2 directories above if they don't exist (new caching filename scheme)
1525 Fixed params[3] -> params[2] l1738 to fix click image
1526 Fixed delete a waypoint->crash bug
1527 Fixed TOPLAYER_FROM_WIDGET() error on right click wp -> properties (no VLP to use this on; use FROM_LAYER())
1530 Wow, Haven't worked on this in a while...
1531 Sorry, just adding a hack to allow me use mapzoom at 0.25 quality.
1534 Changed pan, a little bit, to move the map. Not good enough though, it leaves behind stuff now. Couldn't get it to not flicker, and run at a decent speed.
1537 Fixed waypoint pango drawing.
1538 Compatibility layer for GtkColorButton to use an entry for GTK 2.2
1539 Move Waypoints by dragging
1540 Snap to WP (shift-) for TP & WP moving. Snap to TP (ctrl-) for WP moving and still TP moving.
1541 Select WP on the side when editing (if the layer is selected that is)
1544 Changed over to Pango, finally. Just experimentally so far, though; gotta cement it and fix it over.
1545 Changed the properties/parameters system to allow tabs (groups) in properties boxes.
1546 Tracks & waypoints now alphabetized! Three cheers! I can't believe how relatively easy that was. Two new functions in viktreewview.c and two more lines of code in viktrwlayer.c, I thought it was going to be hard for some reason...
1547 Added a GtkColorButton thing for layer properties. This officially boosts the minimum requirements to GTK+ 2.4. This shouldn't be too much of a problem since 2.6 is out already.
1548 Settable waypoint background & text colors. Different ones for different layers is incredibly snazzy.
1549 Settable track bg color. Also fix some switch/case stuff... forgot to break...
1550 So you can do plain transparent (no WP background) by choosing white and selecting color translucency... Not exactly clear. But wow, these colors are looking really awesome.
1553 Expedia maps working now. Don't *exactly* match up on the top and bottom sides, but I'm not sure I can get much better. Good enough. More fixes, added autodownload (thought that was already in here? maybe only in my topozone version).
1554 Fixes, lots of small stuff -- e.g. a bug I introduced where it wasn't getting the correct utm zone for terraserver maps when downloading.
1555 Fixed a weird GTK bug where updating the coord mode menu radio button would change the coord mode. See only_updating_coord_mode_ui
1556 Implemented "invisble auto-downloads". Thought up a new way of doing downloads -- a queue and only one other process -- but probably won't implement that for a while.
1557 Wow, auto-download + street maps is really neat!
1560 Working on implementing Expedia maps .. Lots of stuff, had to change HTTP to hande forwarding, that took a while just to test. Had to restructure some vikmaplayer code to know about expedia maps and download differently. LOTS more to go however. It now downloads maps, but that's about it. Lots of work to go.
1561 OK, now it cuts off the sides (ads) and stuff. Snazzy. I made a test "draw" function but it isn't working perfectly yet. It is working and piecing together maps though. They look OK pieced together but street names are messed up at borders sometimes to I'm going to make the pieces bigger.
1562 Did I mention it draws the maps in the wrong places?
1565 Many little things tonight:
1566 Much cleaner way of doing alpha/bleach. Slightly less functionality (can't do bleach and alpha) but cleaner and should be faster.
1567 Made it so it saves coordinate mode in the .vik file.
1568 Made it so you can change the background. Saves this to the .vik file.
1569 White background under tracks. Inefficient but it works.
1572 Added support for Urban Areas color photograph maps from TerraServer.
1573 Just a note: TopoZone isn't going to work. I had added support for it in my own prviate version, and used it happily for areas where TerraServer was messed up. But one day it didn't work. They changed their site so it's hard (if not impossible) to get to the image directly. I could always do indirect, though ...
1576 Made it so you can change modes
1577 Optimized a little tiny bit, drawing still slow
1578 GREATLY Improved UTM drawing speed by remember zone width in VikViewport. I think kit meant to do that, there was a zonie_width item in VikViewport; it went unused.
1579 Re-instituted UTM ce1, cn2, etc. checks that went out the door when multiple zones became available. It now does these checks only if UTM is used and there is one zone. Performance is now comparable to 0.0.5 speeds.
1580 Fixed minor UTM 2 zones bug I (apparently) introduced above where some things are on zoom.
1583 Added "Visit Geocache Webpage" right-click waypoint option. Not very useful until I can click on waypoints, though.
1586 Started massive UTM -> VikCoord abstraction project
1588 Biggest. Change. Ever.
1589 Worked on it about 5 hours. It seems to be going excellent! Most UTM's have been made into VikCoord's, except for some things like VikCoordLayer which I simply disabled. I just plugged in the Lat/Lon coord to screen code and it works! Now I have to work out all the bugs, add a change coordinate / conversion system, and fix a lot of stuff. WOO HOO!!!
1590 Update: added coord_to_screen and screen_to_coord for Lat/Lon. works FLAWLESSLY!!! AWESOME!!!
1592 --- viking 0.0.8 ---
1595 Added UTM zone glue-together by Kit Transue
1596 Fixed various things regarding this patch (distance, lines, etc.)
1597 Packages & uploaded changes
1600 Back, but not really ...
1601 Added a fix by Peter Jones (gpspoint.c glitch)
1602 Added CYGWIN/Makefile fixes by Alex Stohr
1604 --- viking 0.0.8 ---
1607 Back from a 3-day GPS data gathering mission.
1608 Fixed bug wherein track GC's weren't getting updated when line_thickness was updated.
1609 Only waypoints and trackpoints if they're in the right UTM zone.
1610 Use g_spawn_command_line_async for showing pictures; support for Windows for this too.
1611 Rather drastically changed background.c so as not to use pthread's detach() and cancel() functions which are strangely absent in gthread.
1612 Changed background.c to gthread.
1613 Auto-switch UTM if you go too far.
1614 Draw little star on tracks if it was cut off due to UTM zones.
1615 Show human-readable time in trackpoint window.
1616 Fix trackpoint window so as to not show time of '0' if the TP has no timestamp.
1617 I didn't want to take this long with 0.0.8. 0.0.7 was released in just 27 days but 0.0.8 took 50. Oh well, I'll have to work doubly hard for 0.0.9. Here is Viking 0.0.8 all. Enjoy.
1620 Prevent loading partially-downloaded file by first writing to a temp file and them writing that data to the image file.
1621 g_error_free () where neccessary.
1622 Changed "Map Download All" to clearer, more direct and generic code.
1623 Very easily used this code to make downloading lots of maps with the "map download" tool. Just drag over the square you want to download.
1624 Added map size parameter. Had to change viklayer.[ch], add an extra_widget_data field in the param struct and change viklayer.c to support different uint values for options
1627 Some experimental work with maps at a different zoom level (e.g. 4mpp maps viewed at 16mpp)
1630 Load thumbs in a background thread. Thumbs show up as soon as they are loaded and you redraw.
1631 Cleanup function for maps so incomplete map downloads will be deleted, woo hoo!
1632 Snap to TP for edit TP and new track. Hold down control.
1633 Added Max Speed, Average Speed, Average Dist Between Trackpoints in track property window.
1634 Added "Diff Speed" in TPWin so you can tell speed between one trackpoint to the next.
1637 Put maps in a background thread while updating the UI, but you can still use viking. I have to duplicate all necessary data passed to the thread (what threads to download and where) in case that layer is deleted. I still have to a couple things (actually canceling the download operation) but it works very nicely, I can download lots of maps at the same time! It feels very liberating...
1638 Right click to redownload a map. Regretably some messed up maps have been showing up with the above method, it's a big mystery how exactly...
1639 Did a little test: disconnected my Internet connection and tried to download a map. Viking hanged for 22 seconds. I consider that acceptable, for now at least.
1642 Fixed trw_layer_new_track_gcs getting called twice -- post_read link and in vik_trw_layer_create
1643 Just got finished loading thumbnails in the background. Aye, what a bother. But it works nice. (However once I got it to crash with an Xlib async error? Sigh, that's not good...)
1646 Added support for clicking images to show it, using eog -- this currently cannot be changed. (!)
1649 Fix crash on export code (Mike Davison)
1650 Use $VIKING_MAPS for default map directory if available (Mike Davison)
1653 Move image to use when alpha drawing to VikViewport. That simplifies a lot.
1654 Little changes, here and there. Lots of options for images.
1657 More work on dynamic Properties boxes, it will make adding new options _so_ much easier...
1658 A lot of work on this. Wow, Viking is getting big. And ugly.
1659 Also fixed a bug similar to another old bug -- forgot to copy waypoint image filename when a waypoint is copied.
1660 You can now choose the image size, via the new dynamic properties box.
1663 Fixed a dumb bug that prevented you from opening GPSPoint files after Viking files.
1664 Working on dynamic Properties boxes, getting nowhere fast...
1667 Wrote a tiny bit of code to further shrink and cache thumbnails.
1670 background.c to use pthread to run stuff in the background (think -- downloading maps) and give a dialog to cancel (d'uh!)
1671 The ability to use pthread opens up a lot of possibilities about how to handle map downloads. For instance, you could have a little dialog where you have different groups of maps downloading. Lots of possibilities, I just have to think about how I want to implement them.
1674 Lately I've been working on a GUI tool written in Python to link up pictures and track logs to figure out where a picture was taken. That's my excuse, anyways, for not working on Viking.
1675 Thought a little bit about how I'm going to do pictures in Viking. Looked over ROX-Filer's thumbnailing code.
1676 Added a bit of picture thumbnail code. You can now see photos in Viking.
1678 --- viking 0.0.7 ---
1681 Fixed edit TP, then rename track -> updates current_tp_track_name glitch.
1682 Took quite a bit of time to change the way tools work. Instead of returning TRUE to redraw, tools return TRUE if they "accept" the tool call. If they don't, then it will look for another layer that will accept the tool call. That way you can edit trackpoints on different layers. It's nice, actually.
1683 Fixed "edit layer name, then move it" bug the crept in somehow. It wasn't in 0.0.5-pre4, but I don't see any differences in the code, oh well, fixed it this time.
1684 One month and almost 4000 LOC later... Viking 0.0.7 "Gonna Move Those Mountains Aside"
1687 Fixed track join deleting problem mentioned yesterday by keeping track of individual GtkTreeIter's for all tracks in a hash_table. Whenever a track is added/realized it's iter is added to the hash. Actually a rather pleasant (and fairly easy) solution. This simplifies deleting tracks in other places too, since we now don't need to know the iter.
1688 Very easily made it so that when you edit a trackpoint it selects the appropriate track in the layers panel. Press Shift+10 for fast deleting. Evidently the tracks list must be expanded.
1689 Fixed last_tpl (VikTrwLayer) / cur_tp (VikTrwLayerTpwin) confusion.
1690 Changed split up track to change current tp to first of new track rather than last of old.
1691 For some reason I felt I needed to add a thing in track properties which would count the number of duplicate TPs (same coords, one after the other) and make a button to remove them.
1692 You can now change latitude, longitude, and altitude of each TP in the track window. Good for setting exact location rather then moving.
1693 Added _real_ transparency support. I've tried before, but this time it actually wasn't hard it all. It was harder adding the UI stuff and layer attribute and all that. Anyway it might be a tad slow wise but it looks FANTASTIC!
1694 Fixed open and save dialogs (including VikFileEntry, but excluding render to image and export as gps* dialogs) so that the dialogs are not deleted and created each time but the same one is used. This means that it will stay in the same directory.
1695 How does a release tomorrow sound?
1698 Can't seem to find the time for Viking these days. Today I managed to get a little work in.
1699 I did manage to add support for moving trackpoints. It's awesome. You just choose the edit TP tool, select a TP, and drag it.
1700 After experimenting with arcs (arrows) for TPs (it didn't work), I changed track drawing to draw a triangle for the startpoint and a circle for the endpoint.
1701 OK, So you can now join tracks (kind of ugly solution, but that was how it worked out), but the really ugly part is that it won't show up as deleted in the layers panel, and to make it do that, I need the track's layers panel Iter which I don't have from the tpwin. I sense major hackage ahead.
1704 Thursday through Sunday was another "data gathering mission". I also though up a _lot_ of great ideas for Viking. Now I just have to find the time to implement them all.
1705 Today I added support in file.c for opening from stdin, aka "-". I also changed the magic number determining code to use ungetc() rather than rewind() so it will work correctly with stdin.
1706 Not part of viking, but I wrote a quickie viking-remote script.
1709 Gotta get back to work. Sigh. Saturday and Sunday I went on a "data gathering mission", so there's my excuse. Yesterday I was away hacking on gpsbabel to support gpspoint (Viking) files.
1710 Fixing little tiny things, like making the tpwin not close when you delete a waypoint, fixing little mistakes in trwlayer, graying buttons, etc.
1711 Added little things to tpwin -- forward, previous, diff, makind diff work for delete button, etc.
1712 Added a_coord_utm_diff for tpwin diff & ruler tool & track length
1713 Added a_dialog_create_vbox_label function, converted vik_trw_layer_tpwin_new()
1714 Added track length, tp count, segment count in properties box
1715 Fixed if try to rename waypoint or track to one that already exists, crash bug (had to uppercase user input)
1716 Added split up into segments. Had to change a_dialog_new_track, do above change, and a million other things. Sigh.
1717 Fixed split up segments so it first makes a copy, then deletes the old copy. That way if the track was on the clipboard you can paste to get the original track again. Nifty eh?
1718 Added reverse track.
1719 That's all folks. I'm a-goin to bed.
1722 Just got through fixing the hardest-to-track-bug I've ever tackled. Viking would crash when I copied a
1723 pasted a layer in a certain file, but it seemed fairly random and gdb's backtraces were no help because
1724 it was crashing on totally unrelated things (free'ing memory twice does weird things). I finally narrowed
1725 it down to do a certain sequence to give me the warning: viking in free() chunk already freed, etc. Then
1726 I used step (starting from vik_trw_layer_free) to determine exactly where it was free'ing something
1727 twice. It was the waypoint comment. I noticed comments were different from the original waypoint (on the
1728 original layer that had been copied) so I tried stepping thru vik_waypoint_copy to see whether the
1729 waypoint was being copied correctly. It was then when I something wrong. I had assigned one waypoint to
1730 another, then called the function vik_waypoint_set_comment(), which, upon seeing that the comment of this
1731 new waypoint was not null, proceeded to free it, whilst the old waypoint still carried that comment
1732 pointer around. The ironic part is one line of code (new_wp->comment = NULL;) fixed everything.
1734 Well, glad to get that out of the way. Now I can proceed to work on new stuff.
1736 I also made sure to delete the trackpoint window if the track gets deleted.
1737 The long-awaited SPLIT UP TRACK is finally in Viking. Goodie.
1740 Set up signals for VikLayer. Constructed a super-cool yet slightly-slow chain of signals using VikAggregateLayer. It's wacky.
1741 All my hard internal work has finally payed off. I just added code for deleting trackpoints. It works, the signal is given to update and all is good. Yay.
1744 Back to work. I hit a snag and had to switch VikLayer to a GObject to give off signals for updating for the track editing tool.
1747 Very very small amount of code to report export image write errors to stderr.
1748 Some various work on track editing:
1749 Made another file/class viktrwlayer_tpwin.c
1750 Added labels to show info when you click a trackpoint
1751 Made it draw a big TP for the current TP
1752 I don't know why it's not in this ChangeLog, but some experimental Track[point] "editing" (realling finding) support was already there: the tool, the code for finding the nearest TP, and a line of code showing a dialog with the buttons which would be useful (I obviously did some planning.)
1753 Oh, Also, cut and paste waypoints support has been in for quite a while, before September, I'd say, somehow that escaped this log.
1754 Anywho, the road looks clear as to how to procede with respect to track editing: make sure to reset current_tp if track is deleted, add on features, etc.
1757 Added a little thing to tell you how much are the map(s) will cover.
1758 FINALLY fixed coord layer so it shows ALL necessary coord lines (<sarcasm>it actually checks your zoom level now!!!</sarcasm>)
1761 Slowly added "Generate directory of Images" support.
1765 You can now choose the name of the image to export to, choose the zoom level, and choose to get everything in the current viewing window.
1766 Also took 15 minutes to add a pan tool.
1767 Also made it remember your choices of width and height and image format for draw to image file.
1770 I'm celebrating Australia Day by working on the Vik for the first time in ... My fingers don't go up that high, anyway.
1771 Adding code for exporting to image.
1774 Took a short two month break. Hehe.
1775 Finally got around to checking whether server returns "200". Sometimes terraserver has erras.
1780 Simplified vikfileentry.c by using gtk_dialog_run
1781 Loading from World files
1782 Saving to World files
1785 Map Layer -- default cache directory ~/.viking-maps (on UNIX) or C:\VIKING-MAPS (on Windows). This way people don't have to worry at all about cache directories, they can just use the default and it will automatically be created.
1786 Create default cache directory if it doesn't exist. Automatically add file separator on cache directory name.
1787 Don't write cache directory name to Viking file if it is default; if no directory use default (that way people can share files without having to worry about someone elses cache directory)
1788 Readability/Naming: InitGcs -> PostRead
1791 More work on GeorefLayer. It's now pretty much working.
1792 Made vikfileentry.c, changed vikgeoreflayer and vikmaplayer to use it.
1795 Changed zoom to two variables -- xmpp and ympp and implemented necessary changes in the layers.
1796 Added a "Goto Any Zoom" kind of dialog/function.
1797 Changed status bar a tad to reflect this.
1798 Started some work (mainly UI/semantics/program interface) on GeorefLayer. Will make it actually do something later.
1801 Changed zoom limit from 32 mpp to 512 mpp.
1802 Changed zoom to a double to allow any zoom level.
1805 Sorry ... "Real Life" (tm) has been taking up a lot of time lately. Anyway today I managed to implement track visibility in Viking GPS files.
1808 Don't show an empty menu for a sublayer if it doesn't add anything to the empty menu
1812 Put all file stuff in one file.
1813 Removed old binary fileformat support. 3 days of work deleted in no time.
1814 Track -> VikTrack, Waypoint -> VikWaypoint, Trackpoint -> VikTrackpoint, vikwaypoint.c, viktrack.c
1815 Comment support, comment support for gpsmapper export
1816 Comment for gpspoint, backslashed quotes, etc. in comment in gpspoint.c. Lot of work... I could easily backslash track/wp name, but they usually dont have quotes in
1817 OK, I've been programming for over 4 hours. Break time.
1818 OK, back to work. Comment support complete, I've also added altitude output support for gpspoint.
1819 Switched various button order around in dialog.c to comply with HIG
1820 Track undo support. Double-click to end, right click to undo. Crazy day, huh?
1823 Support for reading map and trackwaypoint layers. Also support for trackwaypoint data (in GPSPoint format)
1824 Whew! Write support is complete! Man, that's a lot of work. Now I just gotta iron out any wrinkles (such as getting rid of old file format support)
1827 Half hour's worth of coding has made copying and pasting TrackWaypoint layers a reality.
1828 Started working on FF2. TODO: implement individual layer getters/setters functions, write support
1829 I've done an incredible amount of work today.
1830 Mission: By the weekend I must have FF2 support out the door.
1833 Created Viking 0.0.5 branch.
1834 Started work on copy & paste layers. With just two hours or so worth of code, you can now cut, copy and paste coord and map layers and aggregate layers made up of these.
1835 You can even copy and paste between windows.
1836 Next up -- trackwaypoint layers, then we're off to copying items.
1839 --- viking 0.0.4 ---
1842 Viking 0.0.4 "Lame Duck Release"
1843 Alright, I haven't been doing anything for the last two days. Guess I'll just release what I have...
1846 Added GpsMapper export support to make it easy to make Garmin maps.
1847 Made it so you can now rename tracks.
1848 Implemented map fade into white (alpha)! This should help distinguish tracks while still seeing maps.
1851 Fixed a map caching problem that occurs when you lower the size of the memory cache (it won't really be lowered).
1852 Started experimenting with map semi-transparency. It's pretty cool.
1855 HIG document compliance (Open, New, Close, modified flag, etc.) I probably won't be making a "Exit" menu item, because that is the dumbest and most confusing aspect of the HIG.
1856 Tearoff item for tools.
1857 Made a_file_basename and replaced all places where I previously just copied and pasted the code.
1858 Fixed _another_ "forgot to initialize" bug (layer.realized)
1859 Simplified interface by having one Open menu item for opening any type of file and an Append menu item to do the same
1860 In doing this, "./viking my.vik my2.vik my.gps my2.gps" etc. now works (concatenates into an unamed file.)
1861 Removed "Properties" from Aggregate Layer popup, and added info message when running "Properties" from the Layers menu on an Aggregate
1862 Provided a info message that tells the user the Top Layer cannot be deleted.
1865 Added error message for failed writes, fixed various bugs such as not free()ing any of the layers on exit (!)
1866 Also fixed some crashes such as when you try to export a trw layer and you can't write to it.
1867 Fixed button order in model dialogs to comply with GNOME HIG.
1868 Added a "Delete All Layers" item from the menu. Change menu names a little bit.
1869 Added "Save" support (current filename)
1870 Started thinking about HIG compliance in the way of documents. Will probably get rid of delete all layers and add new, open (in new window)
1873 Added VikTrwLayer serialization support, added "open" and "save" dialog boxes.
1874 Added error messages for failed reads, etc.
1877 More serialization work. The basics are now working, I have to add VikTrwlayer, maybe add some things in to make
1878 it less vulnerable to crashes and really big mallocs(), and maintain compatibility between versions.
1881 Got some more sample data for Viking via motorcycle riding ;)
1884 Fixed serious glitch that crashes on creating a new track.
1885 Fixed viking crash that happens when a new track is being created, then deleted.
1886 Designed file format & started on serialization of layers.
1887 Moved Layer Icon loading stuff to VikTreeview, as poor designed as it sounds, to get ready for Serialization code.
1890 Viking 0.0.3, first public release