]> git.street.me.uk Git - andy/viking.git/blame - ChangeLog.0
Auto-Generation of ChangeLog file
[andy/viking.git] / ChangeLog.0
CommitLineData
a65476dc
GB
12009-07-28
2Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
3 * Fix #2766609: Don't use gpsd_units()
4
52009-07-26
6Herm <hermk@users.sourceforge.net>:
7 * Fix #2812856: Change SRTM URL
8
92009-07-26
10Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
11 * Fix #2818818: unset langage preset while opening external Google
12
132009-06-19
14Jonas Norling <norling@lysator.liu.se>
15 * Filters out irrelevant modifiers when using the scroll wheel
16 * Minor refactoring of the zooming code
17 * Fix #2796985: Crash when cancelling background job
18
192009-06-02
20Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
21 * Upgrade OSM-traces support to 0.6 API
22
232009-05-22
24Tal <tal.bav@gmail.com>:
25 * Add hdop,vdop,pdop,nsat support in GPX
26
272009-05-22
28Jocelyn Jaubert <jocelyn.jaubert@gmail.com>:
29 * Fix #570956: change saved_width to 1
30
312009-05-09
32Jocelyn Jaubert <jocelyn.jaubert@gmail.com>:
33 * Allow to flush memory consumed by map cache
34 * Add a preference to change the map cache size
35
362009-05-09
37Tal <tal.bav@gmail.com>:
38 * Replace g_strtod by g_ascii_strtod
39
402009-05-06
41Jocelyn Jaubert <jocelyn.jaubert@gmail.com>:
42 * Add a thread pool for downloading
43
442009-04-04
45Jocelyn Jaubert <jocelyn.jaubert@gmail.com>:
46 * Include full libcurl version in user agent
47 * replace deprecated CURLOPT_FILE by CURLOPT_WRITEDATA
48 * Fix bug #2481237: Maps directory file chooser should look for directory
49
502009-02-08
51Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
52 * Update translations
53 * Release 0.9.8
54
552009-01-22
56Mathieu Albinet <mathieu17@gmail.com>:
57 * Fix loading of world map file
58
592009-01-22
60Rob Norris <robbieonsea@users.sourceforge.net>:
61 * Fix 2249398: Fix some memory leaks
62
632009-01-18
64Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
65 * configure.ac: allow to enable/disable geonames and select the search method
66
672009-01-18
68Hein Ragas <viking@ragas.nl>:
69 * Add GeoNames support (both for search and for POI import from Geonames+Wikipedia)
70
712009-01-15
72Mathieu Albinet <mathieu17@gmail.com>:
73 * Windows port: avoid "\\" in URL
74
752008-12-20
76Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
77 * Remove Google's map tiles
78
792008-12-17
80Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
81 * Remove old Google stuff
82
832008-12-13
84Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
85 * Add external tools framework
86 * Add OpenStreetMap and Google web tools
87
882008-12-07
89Quy Tonthat <qtonthat@gmail.com>:
90 * Clicking on "vivisble" tick no longer makes the layer selected.
91
922008-12-03
93Hein Ragas <viking@ragas.nl>
94 * GPX export: sort track by time. Some application can make use
95 of this feature when reading gpx files.
96
972008-11-22
98Quy Tonthat <qtonthat@gmail.com>:
99 * Merging tracks by name. Users can now select more than one tracks to
100 merge with.
101 * Fix bugs that caused magic scissors not working.
102
1032008-11-19
104Quy Tonthat <qtonthat@gmail.com>:
105 * Merging tracks by name. As submitted by Hein Ragas <viking@ragas.nl>
106 * Merging tracks by name. Tracks can only be merged if they have
107 timestamps. Make sure users won't cause damage to themselves by
108 merging tracks without timestamps. Also a few bug fixes and
109 optimisation.
110
1112008-11-13
112Quy Tonthat <qtonthat@gmail.com>:
113 * Viking no longer support Google satellite maps due to requests
114 from Google.
115
1162008-10-31
117Quy Tonthat <qtonthat@gmail.com>:
118 * Tittle waypoint properties dialog as "Waypoint Properties"
119 not "Create".
120
1212008-10-30
122Quy Tonthat <qtonthat@gmail.com>:
123 * Add larger size waypoint symbols (icons) that look similar to
124 the ones used in Garmin GPS.
125 * The larger symbols are now used by default. To switch back to the
126 old smaller icons, use command line option "-s" or "--small_waypoint".
127 * Waypoint Property Dialog: The combo box "symbol" (used for selecting
128 waypoint symbol) now has tooltip that shows the name of the selected
129 symbol.
130 * src/icons/Makefile.am: Make sure we won't pick up unwanted _pixmap.h
131 files
132 * Waypoint names are now displayed at the top of waypoint symbol
133 and no longer overlap symbols.
134
1352008-10-28
136Quy Tonthat <qtonthat@gmail.com>:
137 * Waypoint symbols: Use Garmin waypoit names so that waypoint has
138 proper symbols on GPS after upload (and on Viking after download).
139 Old viking files still works the way they did.
140
1412008-10-22
142Quy Tonthat <qtonthat@gmail.com>:
143 * Fix compatibility problem for windows caused by
144 g_shell_parse_argv()
145
1462008-10-20
147Quy Tonthat <qtonthat@gmail.com>:
148 * New server for OSM cycle map.
149
1502008-10-13
151Quy Tonthat <qtonthat@gmail.com>:
152 * GPS realtime tracking: Keep retrying when fail to connect
153 to gpsd, either because gpsd is not (yet) running or gpsd
154 disconnect (eg. gps unplugged).
155
1562008-10-12
157Jon Burgess <jburgess777@googlemail.com>:
158 * fix implicit declaration of maps_layer_default_dir()
159 * fix missing status return in spawn_command_line_async()
160 * fix curl error buffer usage
161
1622008-10-12
163Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
164 * Release 0.9.7
165
1662008-10-12
167Rob Norris <robbieonsea@users.sourceforge.net>:
168 * Fix 2161310: Fix some more compiler warnings
169
1702008-10-12
171Jon Burgess <jburgess777@users.sourceforge.net>:
172 * Fix 2134452: Properties of some tracks show as NaN
173
1742008-10-11
175Quy Tonthat <qtonthat@gmail.com>:
176 * Fix segfault in realtime tracking.
177 * Add new moving map method for realtime tracking.
178
1792008-09-30
180Stanislav Brabec <sbrabec@users.sourceforge.net>:
181 * Rename icon: viking_icon.png -> viking.png
182 * Fix missing files in po/POTFILES.in
183 * src/viking.desktop.in: add GenericName and revise Categories
184 * viking.spec.in, src/icons/Makefile.am: Fix icon target dir
185
1862008-09-22
187Quy Tonthat <qtonthat@gmail.com>:
188 * Change "Zoom To" short cut to avoid conflict with "Zoom Tool".
189
1902008-09-16
191Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
192 * Update translations
193
1942008-09-07
195Quy Tonthat <qtonthat@gmail.com>:
196 * fix parallel build (make -j8) on multi-processor machines. Based
197 on a patch from sbrabec. Thanks.
198
1992008-09-03
200Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
201 * QA: cleanning old stuff
202
2032008-09-01
204Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
205 * Fix #1947260: correct a corrupted escape
206
2072008-09-01
208Quy Tonthat <qtonthat@gmail.com>:
209 * Google search adapting changes from Google.
210
2112008-09-01
212Quy Tonthat <qtonthat@gmail.com>:
213 * Fixed crashes when creating new layers.
214
2152008-08-30
216Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
217 * QA: removing specific GtkCellRenderer
218
2192008-08-30
220Armin Moser <armin.moser@student.tugraz.at>:
221 * add osm cycle layer support
222 * add a menu entry to extend an existing track using magic scissors
223
2242008-08-30
225anonymous:
226 * Patch #2009666: OpenAerialMap
227
2282008-08-30
229Rob Norris <robbieonsea@users.sourceforge.net>:
230 * Fix #1952523: mode_button assertion loading old datafile
231
2322008-08-25
233Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
234 * Add preferences to select how degrees are displayed
235
2362008-08-24
237Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
238 * Fix: update layer after applying properties
239
2402008-06-24
241Mathieu Albinet <mathieu17@gmail.com>:
242 * Color picker button for the Coordlayer properties dialog
243
2442008-08-23
245Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
246 * Cut/Copy/Paste empty selection is not critical
247
2482008-06-23
249Mathieu Albinet <mathieu17@gmail.com>:
250 * Layers panel UI improvements
251
2522008-08-22
253Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
254 * Replace specific about dialog by GtkAboutDialog
255 * Replace some g_warning by g_debug
256 * Homogeneous icons management.
257
2582008-08-17
259Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
260 * Add preferences to store OSM login/password
261 * Add a password entry widget
262
2632008-08-16
264Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
265 * Ensure that confirmation dialog is over file selector
266
2672008-08-13
268Quy Tonthat <qtonthat@gmail.com>:
269 * Fixed google map download problem.
270
2712008-07-31
272Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
273 * Release Viking 0.9.6
274 * Fix unecessary (and probably) Makefile.am directive
275
2762008-07-28
277Quy Tonthat <qtonthat@gmail.com>:
278 * Fix gcget command line to accomodate negative coords.
279
2802008-07-22
281Quy Tonthat <qtonthat@gmail.com>:
282 * Google maps no longer worked due to changes made by Google.
283 The Problems now fixed.
284
2852008-07-21
286Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
287 * Release Viking 0.9.5
288
2892008-07-18
290Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
291 * Install man pages
292 * Update translations
293
2942008-07-15
295Quy Tonthat <qtonthat@gmail.com>:
296 * Added viking.desktop
297
2982008-07-13
299Rob Norris <robbieonsea@users.sourceforge.net>:
300 * Fix #1947456: Compiler warning fixes
301
3022008-07-09
303Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
304 * Update translations
305
3062008-07-02
307Quy Tonthat <qtonthat@gmail.com>:
308 * Track properties: split track at marker.
309
3102008-06-30
311Quy Tonthat <qtonthat@gmail.com>:
312 * Track properties: Keep markers of the graphs in sync with each
313 other.
314
3152008-06-29
316Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
317 * Windows port: fallback temporary file
318
3192008-06-29
320Mathieu Albinet <mathieu17@gmail.com>:
321 * Windows port: typo in util.c
322
3232008-06-24
324Quy Tonthat <qtonthat@gmail.com>:
325 * Track graph marker now works again.
326
3272008-06-22
328Quy Tonthat <qtonthat@gmail.com>:
329 * Fix google version number.
330
3312008-06-15
332Quy Tonthat <qtonthat@gmail.com>:
333 * RELEASE: Test release 0.9.4.20080614 (by Guilhem)
334
3352008-06-09
336Mathieu Albinet <mathieu17@gmail.com>:
337 * Windows port: redefine LOCALEDIR
338
3392008-06-06
340Quy Tonthat <qtonthat@gmail.com>:
341 * viking no longer converts waypoint names to uppercase. Waypoint names
342 are now case insensitive.
343
3442008-06-02
345Mathieu Albinet <mathieu17@gmail.com>:
346 * Portability: remove "/dev/null" use
347
3482008-05-08
349Mathieu Albinet <mathieu17@gmail.com>:
350 * Windows port: rename interface to source_interface
351 * Portability: replace mmap functions by g_mapped_file*
352 * Portability: use of g_ascii_dtostr to format google url
353
3542008-05-02
355Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
356 * Update man page
357
3582008-05-01
359Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
360 * Add file content checking process
361
3622008-05-01
363Mathieu Albinet <mathieu17@gmail.com>:
364 * Remove dependency to wget
365
3662008-05-01
367Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
368 * Adding --debug and --verbose command line option
369
3702008-04-26
371Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
372 * Fix pipe leaks
373
3742008-04-26
375Mathieu Albinet <mathieu17@gmail.com>:
376 * Portability: provide our own curl WRITE function
377
3782008-04-22
379Robert Norris <rw_norris@hotmail.com>:
380 * Fix: Initalize tv_usec field.
381 * Fix for implicit declaration of function 'g_fopen'
382
3832008-04-21
384Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
385 * Bug #1915121: add an utility to reproduce (test/gpx2gpx)
386 * Fix #1915121: use GLib functions to handle ISO8601 dates
387
3882008-04-16
389Tim Scofield <nospam546@comcast.net>:
390 * Fix: typo false -> FALSE
391
3922008-04-12
393Mathieu Albinet <mathieu17@gmail.com>:
394 * M_PI already defined
395
3962008-04-12
397Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
398Mathieu Albinet <mathieu17@gmail.com>:
399 * Portability: reduce unistd.h dependency
400 * Portability: replace mkdir by g_mkdir
401 * Portability: replace deprecated bzero function by memset
402 * Portability: remove dirname needs with g_mkdir_with_parents
403
4042008-03-27
405Mathieu Albinet <mathieu17@gmail.com>:
406 * Replace GtkFileSelection by GtkFileChooser
407
4082008-03-24
409Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
410 * Merge icons in a single binary object
411
4122008-03-15
413Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
414 * Fix: [ 1839948 ] Maximize/Restore changes current cursor
415 * Add panning tool as default
416
4172008-02-25
418Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
419 * po/ChangeLog: needed file for distribution
420
4212008-02-25
422Rob Norris <robbieonsea@users.sourceforge.net>:
423 * Fix: autogen can generate broken configure file (SF#1881475)
424 * Fix some compiler warnings (SF#1888407)
425
4262008-02-24
427Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
428 * Change OSM's tiles URL
429
4302008-02-22
431Michael A. Peters <mpeters@mac.com>:
432 * viking.spec: Correct license, required packages and local.
433
4342008-02-20
435Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
436 * Update translations
437
4382008-02-16
439Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
440 * main.c: I18N improvements
441 * French translation update
442
4432008-02-16
444Jocelyn Jaubert <jocelyn.jaubert@gmail.com>:
445 * I18N improvements
446 * French translation update
447 (both submitted the 2008-01-12 on mailing-list)
448
4492008-01-22
450Alex Foobarian <foobarian@gmail.com>:
451 * Fix a crash bug in merge-by-time reported by Evan <gtoevan@gmx.net>
452
4532008-01-18
454Quy Tonthat <qtonthat@gmail.com>:
455 * Fix a crash bug in mapcache reported by Jocelyn <jocelyn.jaubert@gmail.com>
456 * Added mutex to protect mapcache from being corrupted by threads.
457
4582008-01-04
459Alex Foobarian <foobarian@gmail.com>:
460 * Tuned the v-t diagram drawing
461
4622007-12-27
463Evan Battaglia <gtoevan@gmx.net>:
464 * Minor fixes/debugging to gcget. Add gcget-perl
465 * Full screen mode.
466 * Bugfix for prefernces -- don't cut off last character of password
467
4682007-12-27
469Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
470 * Add GpxWritingOptions to control GPX file writing
471
4722007-12-23
473Oddgeir Kvien <oddgeir@oddgeirkvien.com>:
474 * Add default values to ele and time fields (due to OSM)
475
4762007-12-21
477Evan Battaglia <gtoevan@gmx.net>:
478 * Preferences groups/tabs
479 * Fix gcget to accept username and password. Pass this in to gcget.
480 * Oops! Reading preferences from the file wasn't working. Fixed.
481
4822007-12-21
483Jocelyn Jaubert <jocelyn.jaubert@gmail.com>:
484 * Update French translation
485
4862007-12-21
487Christoph Eckert <ce@christeck.de>:
488 * Update source for OSM/Osmarender tiles
489
4902007-12-20
491Evan Battaglia <gtoevan@gmx.net>:
492 * Preferences in ~/.viking/viking.prefs, this will soon allow geocaching support to go mainstream, (hopefully)
493
4942007-12-20
495Quy Tonthat <qtonthat@gmail.com>:
496 * Revert a previous change that disabled realtime tracking if libgps
497 does not exist.
498
4992007-12-17
500Jocelyn Jaubert <jocelyn.jaubert@gmail.com>:
501 * Use specific gettext call for plural form
502
5032007-12-16
504Evan Battaglia <gtoevan@gmx.net>:
505 * Sort waypoints in GPX output.
506 * Use the "next unused" (not really) waypoint number as default.
507
5082007-12-15
509Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
510 * Fix compilation under HURD (missing MAXPATHLEN macro)
511 * Fix: if libgps is missing, Realtime GPS Tracking is disabled
512
5132007-12-15
514Jocelyn Jaubert <jocelyn.jaubert@gmail.com>:
515 * Make menu entries translatable
516 * Mark many strings translatable
517 * Update french translation
518
5192007-12-12
520Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
521 * Marking translatable strings
522 * First french translation (incomplete)
523
5242007-12-12
525Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
526 * Fix warning: underquoted definition of AM_WITH_EXPAT
527 * Fix bug: "config.status: error: cannot find input file: Makefile.in"
528
5292007-12-07
530Quy Tonthat <qtonthat@gmail.com>:
531 * Fix autogen.sh to remove the assumption that version 1.9 of automake
532 is available on all systems.
533 * Now that autogen.sh runs configure, "make full" should not.
534
5352007-12-07
536Evan Battaglia <gtoevan@gmx.net>:
537 * BlueMarble tiles: http://mike.teczno.com/notes/blue-marble-tiles.html
538 * Google Terrain maps
539 * Disable printing to make Viking compile for GTK < 2.10
540
5412007-11-27
542Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
543 * util.c: Use a list of possible browsers.
544
5452007-11-20
546Quy Tonthat <qtonthat@gmail.com>:
547 * Fix a bug that can potentially cause segfault.
548
5492007-11-19
550Quy Tonthat <qtonthat@gmail.com>:
551 * Improve track graphs. Some tracks looked too flat.
552
5532007-11-09
554Evan Battaglia <gtoevan@gmx.net>:
555 * GPSBabel filter work I've been sitting on for a while now.
556 * Draw circle for downloading geocaches. Constrain by maximum distance.
557
5582007-11-08
559Quy Tonthat <qtonthat@gmail.com>:
560 * Printing support
561
5622007-11-01
563Quy Tonthat <qtonthat@gmail.com>:
564 * Fix bug that caused Old Google maps not being disabled by default.
565
5662007-10-24
567Quy Tonthat <qtonthat@gmail.com>:
568 * Fix crashes on elev graph for some tracks.
569 * Make low alt tracks look more visible on elev graph.
570 * Fix "incompatible pointer type" warnings.
571
5722007-10-23
573Quy Tonthat <qtonthat@gmail.com>:
574 * Missing declaration. Thanks to Bernd Zeimetz <bernd@bzed.de>
575
5762007-10-20
577Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
578 * Releasing 0.9.3
579
5802007-10-20
581Evan Battaglia <gtoevan@gmx.net>:
582 * Fixing minor typo in vikdemlayer.c which could cause crashes
583
5842007-10-20
585Quy Tonthat <qtonthat@gmail.com>:
586 * Track Properties Dialog no longer blocks interaction of the main
587 window.
588 * Draw position marker on track elev/speed graphs at mouse click.
589 * Diasable buttons on Track Properties Dialog when not needed.
590 * Display track name on title of track property dialog. Now that
591 viking allows multiple dialogs displayed simultaneously.
592
5932007-10-17
594Evan Battaglia <gtoevan@gmx.net>:
595 * Fix problem with extraneous waypoints being plotted (wrap around problem). May still be problems in UTM mode.
596
5972007-10-16
598Evan Battaglia <gtoevan@gmx.net>:
599 * Fix Google version parsing. Google no longer uses '=' and '&' but hex equivalents to describe the URI. Not sure if this will last :/
600
6012007-10-16
602Quy Tonthat <qtonthat@gmail.com>:
603 * Interpolating DEM data in 3 different methods. Track data,
604 elevation-distance graph and elevation info on status bar now make use
605 of interpolation.
606
6072007-10-15
608Quy Tonthat <qtonthat@gmail.com>:
609 * Add more room to the top of elevation-distance graph.
610
6112007-10-14
612Evan Battaglia <gtoevan@gmx.net>:
613 * Fix plotting of DEM elevation data (subtract min altitude)
614
6152007-10-12
616Evan Battaglia <gtoevan@gmx.net>:
617 * Fix Esc and Backspace to work only when VikViewport has focus.
618 * VikViewport grabs focus on click or release events, or when a
619 tool move event returns VIK_LAYER_TOOL_ACK_GRAB_FOCUS.
620
6212007-10-12
622Quy Tonthat <qtonthat@gmail.com>:
623 * Make use of DEM elevation data and GPS speed for track graphs.
624
6252007-10-11
626Evan Battaglia
627 * Key press framework for tools. Esc to stop track. Backspace to end track.
628
6292007-10-11
630Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
631 * Upgrading to API 0.5 of OSM
632
6332007-10-11
634Quy Tonthat <qtonthat@gmail.com>:
635 * Make Realtime Tracking a feature that can be disabled at configure
636 time. Do not quietly disable it beacause libgps is not available
637 at compiling time.
638 * Extra data from GPS in realtime mode are now stored in trackpoints.
639
6402007-10-10
641Quy Tonthat <qtonthat@gmail.com>:
642 * Fix a crash bug caused by operation on variable inside a macro.
643
6442007-10-09
645Evan Battaglia <gtoevan@gmx.net>:
646 * Ctrl-shift-scroll to zoom like Google. Just scroll zooms like before.
647 * Show currently edited track in red-dashed line. This makes it easier
648 to tell if we've ended the track.
649 * When using new track tool, draw a line before making a point to
650 preview the new point.
651 * Use $BROWSER environment variable (for viewing geocache pages)
652
6532007-10-08
654Quy Tonthat <qtonthat@gmail.com>:
655 * Fix compiling breakage caused by missing icon file from the list.
656
6572007-10-07
658Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
659 * libgps is no more mandatory
660
6612007-10-07
662Evan Battaglia <gtoevan@gmx.net>:
663 * Scroll zoom keeps cursor over same spot on map (like Google, QLandKarte)
664 * Cursors for tools.
665 * Undo magic scissors by right-clicking.
666 * Extend a track by right-clicking on it.
667 * Experiment: "Begin track" tool
668
6692007-10-07
670Quy Tonthat <qtonthat@gmail.com>:
671 * Correctly calculate position (based on time instead of distance)
672 when clicking on speed-time graph.
673 * Added km/h to speed entries of the track properties dialog.
674 * The "Selected Time" on track properties dialog is now correct.
675 * Track Properties: now displays track distance/time instead of
676 "Selected Time".
677
6782007-10-06
679Quy Tonthat <qtonthat@gmail.com>:
680 * Fix bugs that caused odd display of time on track properties dialog.
681 * Pop a message when failed to connect to gpsd.
682
6832007-10-05
684Quy Tonthat <qtonthat@gmail.com>:
685 * Fix a segfault caused by (mistakenly) adding a new layer to gps
686 layer.
687 * Be more selective in collecting realtime trackpoints.
688
6892007-10-04
690Quy Tonthat <qtonthat@gmail.com>:
691 * Improvements for GPS layer's "realtime tracking".
692
6932007-10-02
694Quy Tonthat <qtonthat@gmail.com>:
695 * Fix crashes caused by emitting update too early at layer creation.
696 * Add realtime tracking to GPS layer.
697 * fix half-drawn problems for GPS layer.
698
6992007-10-01
700Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
701 * Relax dependencies about glib by implementing
702 g_hash_table_remove_all ourselves (Evan's patch)
703
7042007-10-01
705Quy Tonthat <qtonthat@gmail.com>:
706 * Disable half-drawn update when the center is moved. Avoid using
707 static "trigger" in viklayer.c which causes problems when viking
708 has more than one windows.
709
7102007-09-28
711Quy Tonthat <qtonthat@gmail.com>:
712 * Fix bug that caused Elevation graph not working properly with some
713 tracks.
714
7152007-09-27
716Evan Battaglia <gtoevan@gmx.net>:
717 * GPSD Layer -- draw an arrow.
718 * Minimum elevation for DEM layer.
719 * Half-drawn hack to only draw layers on top of the one that has
720 recently changed. A must for realtime GPS.
721
7222007-09-25
723Quy Tonthat <qtonthat@gmail.com>:
724 * SRTM download now works for regions outside North_America too.
725
7262007-09-23
727Evan Battaglia <gtoevan@gmx.net>:
728 * Fix copy & pasting DEM layers -- new serializing string list code.
729 * Don't crash if using tool on wrong type of layer / no layer.
730 Although I really want to know what happened to "use the top visible layer",
731 and return TRUE if the tool "accepts" the use...
732 editing lots of TRWLayers was way easier that way...
733 * Remove unused vik_layer_copy() code
734 * Add Magic Scissors icon (from GIMP)
735 * Add comment when making a Google Route.
736 * Continue a magic scissors route by holding down control. Continue the comment too.
737 * 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)
738 * Experimental GPSD support (VikGpsdLayer)
739
7402007-09-22
741Evan Battaglia <gtoevan@gmx.net>:
742 * Pan Accelerators (Ctrl+Left, etc)
743 * Ctrl-Scroll and Ctrl-Shift-Scroll to pan, kind of like Gimp.
744 * Add a RADIOGROUP_STATIC properties factory type to make it easy
745 for new layers. Uses an array list (like before)
746 instead of a GList.
747 * DEM US 10m (dem24k) source! Option in DEM Layer & ./configure
748 * (copying & pasting DEM layers is broken, will fix later)
749
7502007-09-21
751Evan Battaglia <gtoevan@gmx.net>:
752 * Fix right-click on geocache to work with new geocache names.
753 * Download & import SRTM 90m DEM data (still working on US 10m)
754
7552007-09-17
756Evan Battaglia <gtoevan@gmx.net>:
757 * 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.
758
7592007-09-09
760Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
761 * Removing unused files (*.png.h).
762
7632007-09-08
764Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
765 * Fix #1789550: define MAX macro if not defined on ALL systems
766
7672007-09-08
768Quy Tonthat <qtonthat@gmail.com>:
769 * AUtomatically fetching google version number.
770
7712007-09-07
772Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
773 * Fix #1789550: mkdtemp usage is conditioned, so it is possible
774 to build viking on system not offering such feature.
775
7762007-09-06
777Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
778 * Adding command line option framework.
779
7802007-09-06
781Quy Tonthat <qtonthat@gmail.com>:
782 * Make viking's default start location somewhere more likely has maps.
783 * Fix crash when using "Maps Download" tools right after viking is
784 started (without a viking file).
785
7862007-09-05
787Quy Tonthat <qtonthat@gmail.com>:
788 * Viking 0.9.2 (By Guilhem Bonnefille <guilhem.bonnefille@gmail.com>)
789
7902007-09-03
791Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
792 * Fix: crash when "applying" a map layer property dialog.
793 * QA: strong type the second argument of the *_post_read functions.
794 * Preset filename when exporting a TrwLayer.
795 * Refactoring: retrieve the VikWindow from the VikViewport via its
796 GtkWidget nature.
797 * Use $EMAIL to initialise email field for OSM upload.
798 * Do not warn about drawmode inconsistency while reading file.
799 * Hide Expedia view mode when expedia is not built in.
800
8012007-09-01
802Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
803 * Disable Expedia map layer by default (as it is not working).
804
8052007-08-30
806Bernd Zeimetz <bernd@bzed.de>:
807 * Add redirect support (for Expedia map layer).
808
8092007-08-30
810Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
811 * Add ability to upload a single track.
812
8132007-08-28
814Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
815 * Check current drawmode after creating a new MapsLayer.
816
8172007-08-25
818Quy Tonthat <qtonthat@gmail.com>:
819 * New google version number.
820 * Better checking to detect downloaded text instead of images.
821 * Give more instructive message for attempting to download maps in
822 wrong mapmode.
823
8242007-08-20
825Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
826 * libcurl is a requirement
827
8282007-08-20
829Quy Tonthat <qtonthat@gmail.com>:
830 * Fix bugs that cause crashes on layers copy/paste/delete.
831 * Fix bug in Google search that caused viking jump to wrong location
832 when Google can not find the match.
833
8342007-08-16
835Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
836 * Group "Export Layer..." entries in a sub-menu.
837
8382007-08-16
839Quy Tonthat <qtonthat@gmail.com>:
840 * Clean up and eliminate compiler warning.
841
8422007-08-15
843Quy Tonthat <qtonthat@gmail.com>:
844 * Fix bug in creating temporary HOME when HOME is not set.
845 * Added --enable-old-google to configure script. Old google modes are
846 now disabled by default.
847 * Default mode for new maps is Google Maps.
848
8492007-08-09
850Quy Tonthat <qtonthat@gmail.com>:
851 * Make Google Map default map type.
852
8532007-08-02
854Quy Tonthat <qtonthat@gmail.com>:
855 * DEM module can now read hgt.zip files directly (no need to unzip
856 them).
857 * DEM module can now process 1 arc sec hgt(.zip) files (mainly for USA
858 regions).
859
8602007-07-27
861Quy Tonthat <qtonthat@gmail.com>:
862 * Plug filedescriptor leak in dem.c
863
8642007-07-26
865Quy Tonthat <qtonthat@gmail.com>:
866 * Display on status bar altitude at cursor using data from DEM layer(s).
867
8682007-07-25
869Quy Tonthat <qtonthat@gmail.com>:
870 * New google version numbers.
871
8722007-07-24
873Quy Tonthat <qtonthat@gmail.com>:
874 * Disable GeoCache Acquire since it nolonger works. Can be enabled
875 again using configure --enable-geocaches.
876
8772007-07-18
878Quy Tonthat <qtonthat@gmail.com>:
879 * Remove (my) debug messages which are no longer needed.
880
8812007-07-15
882Quy Tonthat <qtonthat@gmail.com>:
883 * Missing a few changes here.
884 * release 0.9 (by Guilhem)
885
8862007-07-13
887Quy Tonthat <qtonthat@gmail.com>:
888 * Eliminate the needs of entering DEM files for every single
889 track/waypoint layer.
890
8912007-07-07
892Quy Tonthat <qtonthat@gmail.com>:
893 * Fixed typo in Makefile.am
894
8952007-07-06
896Evan Battaglia <gtoevan@gmx.net>:
897 * Merge DEM Branch
898
8992007-07-04
900Quy Tonthat <qtonthat@gmail.com>:
901 * Bug fix: View Mode displayed wrong setting on start up
902
9032007-07-03
904Quy Tonthat <qtonthat@gmail.com>:
905 * Fixed bugs that caused draw_scale and draw_centermark status not being
906 consistent among View menu, viewport and loaded files.
907
9082007-07-02
909Evan Battaglia <gtoevan@gmx.net>:
910 * DEM Branch: Trying to fix/cleanup various DEM things
911 * DEM Branch: Support for SRTM 3 arcsecond _global_ DEM data from http://www2.jpl.nasa.gov/srtm/
912
9132007-07-02
914Quy Tonthat <qtonthat@gmail.com>:
915 * Fixed bugs that caused crashes during GPS upload/download.
916
9172007-07-01
918Quy Tonthat <qtonthat@gmail.com>:
919 * Make "Save Image" and "Save Image Directory" dialogs reusable.
920
9212007-06-24
922Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
923 * Merging with Ralf's work around debianization
924 * INSTALL: refreshed
925
9262007-06-23
927Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
928 * Minor change to avoid SEGFAULT on x86_64
929 * Add DownloadOptions type to specify referer per map source
930
9312007-06-19
932Quy Tonthat <qtonthat@gmail.com>:
933 * Fix bugs that causes "drawcentermark" not recognised when reading
934 from files.
935 * Fix a wild pointer bug that can cause crashes
936
9372007-06-18
938Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
939 * Copying libcurl.m4 as it is needed everywhere
940
9412007-06-18
942Quy Tonthat <qtonthat@gmail.com>:
943 * New google version numbers.
944 * Make scale more visible.
945 * Add center mark which can be turn on/off in View menu.
946 * Viking now uses cookies for http requests. Some server(s) is quite
947 picky about this. (With great help from Lixus <gps@muellers.ms>)
948 * Download maps along a track. Right click on a track layer, select map
949 type and zoom level, viking will do the rest.
950 * release 0.1.3-20070618
951
9522007-06-13
953Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
954 * Adding an icon (suggested by Ralf Meyer <ranfyy@gmail.com>)
955
9562007-06-8
957Quy Tonthat <qtonthat@gmail.com>:
958 * Fix a bug that causes segfault when viewing properties of a
959 waypoint.
960
9612007-06-1
962Quy Tonthat <qtonthat@gmail.com>:
963 * Fix a bug that causes segfault when viewing properties of a track
964 that has only one trackpoint with elevation information.
965 * Backport Evan's magic scissors from DEM branch.
966
9672007-05-31
968Quy Tonthat <qtonthat@gmail.com>:
969 * Add Google Maps search to View menu and Toolbar
970 * Waypoint created right after the search will pick up the search
971 string as comment. (Use TrackWaypoint Layer menu, not toolbar, to
972 create waypoint).
973
9742007-05-26
975Mark Coulter <i_offroad@yahoo.com>:
976 * new waypoint symbols.
977
9782007-05-26
979Quy Tonthat <qtonthat@gmail.com>:
980 * Fix intermittent problem of map redraw.
981 * Mapslayer: Fixed bugs that cause in some cases, map display can not
982 be refreshed without downloading.
983
9842007-05-24
985Ralf Meyer <ranfyy@gmail.com>:
986 * Adding man pages.
987
9882007-05-24
989Quy Tonthat <qtonthat@gmail.com>:
990 * Maps layer: Improve performance for map autodownload.
991 * Make dimensions easier to be found and changed to suit own tastes.
992 * Small touches on the look.
993
9942007-05-23
995Quy Tonthat <qtonthat@gmail.com>:
996 * New GPS layer menu items: "empty upload", "empty download", "empty
997 all"
998 * acquire->Google Directions now record and display previous queries
999 fo "From"/"To" entries.
1000 * Position Google Directions dialogs at the center of Viking window.
1001
10022007-05-22
1003Quy Tonthat <qtonthat@gmail.com>:
1004 * GPS layer track and waypoint data can now be saved.
1005 * Disable prompt for save before exit.
1006 * Add "Save and Exit" to File menu.
1007
10082007-05-20
1009Evan Battaglia <gtoevan@gmx.net>:
1010 * DEM Branch
1011
10122007-05-20
1013Quy Tonthat <qtonthat@gmail.com>:
1014 * Stop autodownload from running forever on map downloading errors.
1015
10162007-05-18
1017Quy Tonthat <qtonthat@gmail.com>:
1018 * Add curl-devel to spec file.
1019 * Map tool: Left click can now refresh display of map tiles.
1020 * Check for non-displayable data after downloading map.
1021
10222007-05-17
1023Quy Tonthat <qtonthat@gmail.com>:
1024 * Fix problems in map downloading caused by unreliable error
1025 detection.
1026 * Release 0.1.3
1027
10282007-05-15
1029Quy Tonthat <qtonthat@gmail.com>:
1030 * Fixed bugs that can cause segfault on exit. The problem was caused
1031by mapslayer's weak_ref not being unref'ed in some cases.
1032
10332007-05-13
1034Evan Battaglia <gtoevan@gmx.net>:
1035 * 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.
1036
10372007-05-11
1038Evan Battaglia <gtoevan@gmx.net>:
1039 * Fix removal of redownloaded tiles from memory cache.
1040 * Fix a stupid segfault in main.c (opening new files)
1041
10422007-05-09
1043Quy Tonthat <qtonthat@gmail.com>:
1044 * New Google version numbers.
1045
10462007-05-08
1047Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
1048 * New "Refresh onscreen tiles" menu entry
1049
10502007-05-04
1051Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
1052 * debian/: debianization
1053
10542007-04-29
1055Reid Priedhorsky <reid@reidster.net>:
1056 * libusb support
1057
10582007-04-28
1059Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
1060 * OpenSourceMap slippy maps (in osm.c) -- Maplink tiles
1061 * Add configuration option for OpenStreetMap sources
1062
10632007-04-23
1064Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
1065 * OpenSourceMap slippy maps (in osm.c) -- Osmarender and Mapnik
1066
10672007-04-21
1068Evan Battaglia <gtoevan@gmx.net>:
1069 * OpenSourceMap slippy maps (in google.c) -- identical to google maps except zoom numbering
1070
10712007-04-16
1072Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
1073 * Adding libcurl support
1074
10752007-04-04
1076Quy Tonthat <qtonthat@gmail.com>:
1077 * New Google version number.
1078 * Fixed Google Directions
1079
10802007-02-20
1081Quy Tonthat <qtonthat@gmail.com>:
1082 * GPS layer dialog now displayed at the center of the Viking main
1083 window.
1084
10852007-02-19
1086Quy Tonthat <qtonthat@gmail.com>:
1087 * New Google version numbers.
1088
10892007-02-15
1090Quy Tonthat <qtonthat@gmail.com>:
1091 * Made viking.spec.in out of Michael's viking.spec
1092 * Added viking.spec.in to autoconf files.
1093
10942007-02-15
1095Michael A. Peters <mpeters@mac.com>:
1096 * Added viking.spec
1097
10982007-02-14
1099Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
1100 * NEWS, configure.ac: preparing 0.1.2
1101
11022007-02-13
1103Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
1104 * src/vikwindow.c: remove URL and version number from window title
1105 * src/dialog.c: add URL and use dynamic information for version
1106 * AUTHORS, src/dialog.c: update contributors list
1107 * AUTHORS, src/dialog.c, src/Makefile.am: About dialog filled with
1108 AUTHORS file
1109
11102007-02-07
1111Quy Tonthat <qtonthat@gmail.com>:
1112 * Fix bug that causes crashes when click at the right side (outside)
1113 of the track graph area in the Track Poperties window.
1114
11152007-02-06
1116Jocelyn Jaubert <jocelyn.jaubert@gmail.com>:
1117 * Add new information to Track Properties. Postion in time will be
1118 tracked and display when moving mouse cursor around the track graph.
1119
11202007-02-06
1121Quy Tonthat <qtonthat@gmail.com>:
1122 * New google version numbers.
1123 * correct main window title and viking website.
1124
11252007-02-05
1126Quy Tonthat <qtonthat@gmail.com>:
1127 * Cosmetic changes.
1128
11292007-02-04
1130Quy Tonthat <qtonthat@gmail.com>:
1131 * Simplify tools enable/disable codes.
1132
11332007-02-01
1134Quy Tonthat <qtonthat@gmail.com>:
1135 * Only tools that work with current active layer are enable,
1136 others are disable (fade out and does nothing when clicked on).
1137
11382007-01-27
1139Quy Tonthat <qtonthat@gmail.com>:
1140 * Display map sections while downloading (bug 1303429)
1141
11422007-01-25
1143Quy Tonthat <qtonthat@gmail.com>:
1144 * Fixed bugs that caused crashes on creating new map layer or
1145 new track/waypoint layer.
1146
11472007-01-24
1148Quy Tonthat <qtonthat@gmail.com>:
1149 * Updated google tranparent version number.
1150 * Made it more convenient to update google version numbers.
1151
11522007-01-23
1153Quy Tonthat <qtonthat@gmail.com>:
1154 * Merged branch modular to trunk.
1155
11562007-01-05
1157Quy Tonthat <qtonthat@gmail.com>:
1158 * Bug fix: main menu edit->delete and edit->cut did not work with
1159 waypoints and tracks.
1160
11612007-01-04
1162Quy Tonthat <qtonthat@gmail.com>:
1163 * Added "Copy" and "Cut" to popup menus for track and waypoint (on the
1164 layer panel).
1165
11662007-01-03
1167Quy Tonthat <qtonthat@gmail.com>:
1168 * bug fix: crash on inserting aggregate layer if the selected layer's
1169 parent is not an aggregate layer.
1170 * bug fix: crash when delete a child layer whose parent is not
1171 an aggregiate layer (eg gpslayer)
1172 * Menu item selection for layer instances.
1173
11742007-01-02
1175Quy Tonthat <qtonthat@gmail.com>:
1176 * gpslayer: Unexpose interface functions.
1177 * Layers now can have their say on what pop up menu items they want.
1178
11792007-01-02
1180Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
1181 * Add ability to disable Terraserver stuff
1182 * Add ability to disable Expedia stuff
1183
11842007-01-01
1185Quy Tonthat <qtonthat@gmail.com>:
1186 * gpslayer: fix bugs that causes crashes when click "Cancel" on layer
1187 creation dialog.
1188
11892007-01-01
1190Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
1191 * Make all .h self sufficient
1192 * Add ability to disable Google stuff
1193
11942006-12-31
1195Quy Tonthat <qtonthat@gmail.com>:
1196 * Added gps layer
1197
11982007-01-02
1199Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
1200 * Add ability to disable Terraserver stuff
1201 * Add ability to disable Expedia stuff
1202
12032007-01-01
1204Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
1205 * Make all .h self sufficient
1206 * Add ability to disable Google stuff
1207
12082006-12-26
1209Quy Tonthat <qtonthat@gmail.com>:
1210 * Fix a google version number change (at least in Australia).
1211
12122006-12-07
1213Quy Tonthat <qtonthat@gmail.com>:
1214 * Fix an array overflow bug in Map Layer Properties
1215
12162006-12-04
1217Alex Foobarian <foobarian@gmail.com>:
1218 * Added an "About" dialog
1219
12202006-11-30
1221Alex Foobarian <foobarian@gmail.com>:
1222 * Added Quy Tonthat's patch to fix a bug in Track Properties
1223
12242006-11-29
1225Alex Foobarian <foobarian@gmail.com>:
1226 * Added patch by Quy Tonthat <qtonthat@gmail.com> to fix a crash bug
1227
12282006-11-12
1229Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
1230 * Add expat explicit dependency
1231
12322006-10-31
1233Alex Foobarian <foobarian@gmail.com>:
1234 * Visual feedback for moving waypoints
1235
12362006-10-30
1237Alex Foobarian <foobarian@gmail.com>:
1238 * Created standard Edit menu
1239 * Implemented Cut for trackpoints and waypoints
1240 * When moving trackpoints, we now draw one under the cursor for visual feedback
1241
12422006-10-26
1243Alex Foobarian <foobarian@gmail.com>:
1244 * Cleared up the drawing modes and map type descriptions
1245 * Updated google version string to make it work in Europe
1246 * Added Cut/Copy/Paste shortcuts to right-click menus
1247 * Compacted the track properties dialog
1248
12492006-10-23
1250Alex Foobarian <foobarian@gmail.com>:
1251 * Introduced a toolbar tool interface, converted existing tools to use it
1252 * As a result, ruler drawing bugs are gone
1253 * Sped up ruler drawing by increasing the redraw priority
1254
12552006-08-15
1256Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
1257 * Add implicit DMS->DDD conversions in waypoints dialogs
1258
12592006-07-26
1260Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
1261 * src/degrees_converters.c, src/degrees_converters.h,
1262 test/degrees_converter.c: add dec -> DDD conversion
1263 * src/degrees_converters.c, src/degrees_converters.h,
1264 test/degrees_converter.c: add dec -> DMM conversion
1265 * src/degrees_converters.c: refactor dms conversions
1266
12672006-07-24
1268Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
1269 * Add patch for GoogleMaps from Reid Priedhorsky
1270
12712006-07-22
1272Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
1273 * Makefile.am, configure.ac, src/Makefile.am,
1274 src/degrees_converters.c, src/degrees_converters.h,
1275 test/Makefile.am, test/check_degrees_conversions.sh,
1276 test/degrees_converter.c: Adding degrees conversion functions
1277 (DDD/DMM/DMS)
1278
12792006-07-06
1280Evan Battaglia <gtoevan@gmx.net>:
1281 * ChangeLog, src/google.c: Upgrade Google Maps -- Europe
1282
12832006-07-01
1284Evan Battaglia <gtoevan@gmx.net>:
1285 * Upgrade Google Maps version (yay Europe!)
1286
12872006-06-11
1288Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
1289 * NEWS, configure.ac: Preparing 0.1.1
1290
12912006-05-25
1292Alex Foobarian <foobarian@gmail.com>:
1293 * Cleaned up the data source interface
1294 * Added a setup dialog to the GPS data source, with protocol type and serial port location
1295
12962006-05-12
1297Alex Foobarian <foobarian@gmail.com>:
1298 * Small fixes in Acquire from GPS code
1299
13002006-05-08
1301Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
1302 * autogen.sh: simpler method to start from CVS
1303
13042005-12-03
1305Evan Battaglia <gtoevan@gmx.net>:
1306 * Data sources -- check for existence of necessary things
1307
13082005-11-25
1309Evan Battaglia <gtoevan@gmx.net>:
1310 * Created "data sources" structure to easily add new data sources via GPS babel.
1311 It's ugly now and there's a lot to be done, but I think 79-line datasources_google.c
1312 shows the power of the approach.
1313 * Data sources: Google & Geocaches
1314
13152005-11-23
1316Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
1317 * src/gpx.c (gpx_dtostr): add better GPX export
1318Evan Battaglia <gtoevan@gmx.net>:
1319 * dtostr -> coords.c; use in gpsmapper.c and gpspoint.c (locale-independent output)
1320
13212005-11-21
1322Alex Foobarian <foobarian@gmail.com>:
1323 * Fixed v-t diagram crash bug
1324
13252005-11-19
1326Alex Foobarian <foobarian@gmail.com>:
1327 * GPSBabel acquire code
1328
13292005-11-18
1330Alex Foobarian <foobarian@gmail.com>:
1331 * Copy/paste of individual track- and way-points updated to work between processes.
1332
13332005-11-17
1334Alex Foobarian <foobarian@gmail.com>:
1335 * Copy/paste between viking processes
1336 * Layer marshalling support
1337
13382005-10-28
1339Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
1340 * configure.ac: Adding --with-mapcache configure option
1341 * src/config.h: Removed because no more used (generated)
1342
13432005-10-18
1344Alex Foobarian <foobarian@gmail.com>:
1345 * Fix ruler declination in UTM mode
1346
13472005-10-17
1348Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
1349 * src/icons/Makefile.am: assumes the creation of icons.h
1350 * src/garminsymbols.c, src/vikwindow.c: icons.h re-located
1351 * src/Makefile.am: no more icons.h production
1352
13532005-10-16
1354Evan Battaglia <gtoevan@gmx.net>:
1355 * Fix ruler: show angle, distance even when compass off-screen.
1356 * Fix bgitemcount. Background items status bar "should" be accurate now.
1357
13582005-10-13
1359Alex Foobarian <foobarian@gmail.com>:
1360 * Drag and drop whole track/waypoint lists
1361
13622005-10-12
1363Alex Foobarian <foobarian@gmail.com>:
1364 * Coord layer drawing for lat/lon based projections
1365
13662005-10-11
1367Alex Foobarian <foobarian@gmail.com>:
1368 * Draw a compass when using a ruler
1369
13702005-10-07
1371Alex Foobarian <foobarian@gmail.com>:
1372 * Added ruler drawing to the ruler tool
1373
13742005-10-06
1375Alex Foobarian <foobarian@gmail.com>:
1376 * Added support for pasting coordinates in lat/lon format
1377
13782005-10-05
1379Alex Foobarian <foobarian@gmail.com>:
1380 * Change clipboard so as to use GTKClipboard. Prepare for support for pasting coordinates, etc.
1381Evan Battaglia <gtoevan@gmx.net>:
1382 * When pasting waypoints and tracks, do name resolution (add #2, etc)
1383
13842005-10-01
1385Evan Battaglia <gtoevan@gmx.net>:
1386 * make symbols work for geocaching .loc files (and case-insensitive symbol names)
1387 * Option as to whether or not to show unit scale (esp for exporting images)
1388
13892005-09-30
1390Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
1391 * configure.ac, src/Makefile.am (SUBDIRS): added auto-tools support for src/icons
1392Alex Foobarian <foobarian@gmail.com>:
1393 * Added a drag_drop_request method to layer interface, updated DnD to use it
1394 * Updated DND to insert layers at the point of the drop, instead of front of list
1395 * Added wp symbol support to gpx
1396 * Fixed name collisions during track/wp DND
1397 * Layer-wide option as to whether to show waypoint symbols
1398
13992005-09-29
1400Alex Foobarian <foobarian@gmail.com>:
1401 * Added support for waypoint symbols (changing, loading, saving), and a small number of icons.
1402 * Added a scale ruler
1403 * Changed panning to show less "garbage" in exposed areas
1404
14052005-09-28
1406Evan:
1407 * menu.xml & icons inline
1408
14092005-09-27
1410Alex Foobarian <foobarian@gmail.com>:
1411 * GtkUIManager/Toolbar
1412 * DND in the LayersPanel
1413Evan:
1414 * strtod -> g_strtod (i18n glitch)
1415
14162005-09-25
1417Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
1418 * src/globals.h (VIKING_VERSION): uses the PACKAGE_VERSION macro
1419 * Makefile.am (EXTRA_DIST): handles viking-remote
1420 * src/Makefile.am (AM_CFLAGS): substitution of CFLAGS by AM_CFLAGS
1421 * doc/Makefile.am, doc/dev/Makefile.am: new files
1422 * Makefile.am (SUBDIRS): handles doc directory
1423 * configure.ac: handles doc and doc/dev directories
1424
14252005-09-16
1426Alex Foobarian <foobarian@gmail.com>: fix to v-vs-t (better drawing)
1427Evan: * GPX fixes
1428 * So Geocaching .LOC _isn't_ GPX?!?!? Oh well, it's XML...
1429 * GPX write, click v-vs-t diagram
1430 * Option to show stops in TRWLayer options, and stop_length
1431 * Elevation plotting relative to min and max elevation in track.
1432 * Option to do elevation plotting, and controlling relative height
1433
14342005-09-15
1435 * 4+ hours later and voila, GPX read support
1436 * Fixes in propwin if track doesn't have certain data, say so.
1437
14382005-09-14
1439Me (Evan) again:
1440 * Fix USGS support
1441 * Click on the elevation map to go there, so you can see where a mountain-top is etc.
1442 * Don't crash on track properties of an empty track.
1443
14442005-09-13
1445Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
1446 * bootstrap: new file to bootstrap auto-tools
1447 * src/config.h (VIK_CONFIG_ALPHABETIZED_TRW): no more set via this file
1448 * Makefile.am (bin_SCRIPTS): viking-remote added
1449 * configure.ac: --enable-alphabetized-trw option added
1450
1451Evan Battaglia <gtoevan@gmx.net>:
1452 * Experimental altitude funky plotting I'm working on
1453
14542005-09-12
1455Alex Foobarian <foobarian@gmail.com>'s changes
1456* disable stops, for now (I forgot about those...)
1457* Track elevation graph: minimum altitude difference for less jagged curves
1458* Track elevation graph: gray background, blue foreground
1459* Track elevation graph: lines to clearly show absolute elevation
1460* New velocity-vs-time graph & calculating function
1461* Notebook to hold this new graph with track elevation graph
1462My (Evan's) changes:
1463* Fix above v-vs-t patch to not crash on tracks without timestamp.
1464* Not show v-vs-t graph and/or elevation map if the necessary data isn't there.
1465Guilhem Bonnefille <guilhem.bonnefille@gmail.com>'s changes
1466 * bootstrap: new file to bootstrap auto-tools
1467 * src/config.h (VIK_CONFIG_ALPHABETIZED_TRW): no more set via this file
1468 * Makefile.am (bin_SCRIPTS): viking-remote added
1469 * configure.ac: --enable-alphabetized-trw option added
1470
14712005-09-07
1472Autotools support by Guilhem Bonnefille.
1473
14742005-09-06
1475Added Alex Foobarian's track duration patch.
1476Added Alex Foobarian's track profile patch.
1477Added Alex Foobarian's elevation map fix.
1478
14792005-09-04
1480Map cache fix: if only one map can fit / one map is bigger than cache size, then that's OK.
1481Delete from cache when updating image.
1482
14832005-08-18
1484Map cache size based on memory usage, not number of images. Some flaws to be worked out still in this.
1485
14862005-08-16
1487Accepted USGS maps support from Clark McKines. Pretty slick, I'll have to take a look at it.
1488
14892005-08-02
1490Quite easily added support for Mercator projection & Google Mercator maps (regular, transparent etc)
1491Chaned waypoint types a little bit (size of waypoint)
1492
14932005-07-31
1494Hopefully fixed background.c item # count
1495Fixed KH Maps (v=2)
1496
14972005-06-20
1498A little research & added KH Maps support.
1499
15002005-06-19
1501Fixed right-click waypoint edit -> crash bug, hopefully.
1502Fixed "everyone lives in zone 11" assumption for vikgeoreflayer.c; still monozone though ...
1503Made it so when you paste or add a new layer, it pastes it before the selected layer, not to the top.
1504Fixed the bug where pasting a map layer messed up the name.
1505Made dragging middle mouse button pan. Removed pan tool. Thanks Reid for the idea.
1506Made different options for drawing waypoint dots. Not very good but we can make better-looking ones later.
1507