]> git.street.me.uk Git - andy/viking.git/blame_incremental - ChangeLog
Merge 'thread-pool' features from Jocelyn Jaubert
[andy/viking.git] / ChangeLog
... / ...
CommitLineData
12009-04-04
2Jocelyn Jaubert <jocelyn.jaubert@gmail.com>:
3 * Include full libcurl version in user agent
4 * replace deprecated CURLOPT_FILE by CURLOPT_WRITEDATA
5 * Fix bug #2481237: Maps directory file chooser should look for directory
6
72009-02-08
8Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
9 * Update translations
10 * Release 0.9.8
11
122009-01-22
13Mathieu Albinet <mathieu17@gmail.com>:
14 * Fix loading of world map file
15
162009-01-22
17Rob Norris <robbieonsea@users.sourceforge.net>:
18 * Fix 2249398: Fix some memory leaks
19
202009-01-18
21Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
22 * configure.ac: allow to enable/disable geonames and select the search method
23
242009-01-18
25Hein Ragas <viking@ragas.nl>:
26 * Add GeoNames support (both for search and for POI import from Geonames+Wikipedia)
27
282009-01-15
29Mathieu Albinet <mathieu17@gmail.com>:
30 * Windows port: avoid "\\" in URL
31
322008-12-20
33Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
34 * Remove Google's map tiles
35
362008-12-17
37Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
38 * Remove old Google stuff
39
402008-12-13
41Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
42 * Add external tools framework
43 * Add OpenStreetMap and Google web tools
44
452008-12-07
46Quy Tonthat <qtonthat@gmail.com>:
47 * Clicking on "vivisble" tick no longer makes the layer selected.
48
492008-12-03
50Hein Ragas <viking@ragas.nl>
51 * GPX export: sort track by time. Some application can make use
52 of this feature when reading gpx files.
53
542008-11-22
55Quy Tonthat <qtonthat@gmail.com>:
56 * Merging tracks by name. Users can now select more than one tracks to
57 merge with.
58 * Fix bugs that caused magic scissors not working.
59
602008-11-19
61Quy Tonthat <qtonthat@gmail.com>:
62 * Merging tracks by name. As submitted by Hein Ragas <viking@ragas.nl>
63 * Merging tracks by name. Tracks can only be merged if they have
64 timestamps. Make sure users won't cause damage to themselves by
65 merging tracks without timestamps. Also a few bug fixes and
66 optimisation.
67
682008-11-13
69Quy Tonthat <qtonthat@gmail.com>:
70 * Viking no longer support Google satellite maps due to requests
71 from Google.
72
732008-10-31
74Quy Tonthat <qtonthat@gmail.com>:
75 * Tittle waypoint properties dialog as "Waypoint Properties"
76 not "Create".
77
782008-10-30
79Quy Tonthat <qtonthat@gmail.com>:
80 * Add larger size waypoint symbols (icons) that look similar to
81 the ones used in Garmin GPS.
82 * The larger symbols are now used by default. To switch back to the
83 old smaller icons, use command line option "-s" or "--small_waypoint".
84 * Waypoint Property Dialog: The combo box "symbol" (used for selecting
85 waypoint symbol) now has tooltip that shows the name of the selected
86 symbol.
87 * src/icons/Makefile.am: Make sure we won't pick up unwanted _pixmap.h
88 files
89 * Waypoint names are now displayed at the top of waypoint symbol
90 and no longer overlap symbols.
91
922008-10-28
93Quy Tonthat <qtonthat@gmail.com>:
94 * Waypoint symbols: Use Garmin waypoit names so that waypoint has
95 proper symbols on GPS after upload (and on Viking after download).
96 Old viking files still works the way they did.
97
982008-10-22
99Quy Tonthat <qtonthat@gmail.com>:
100 * Fix compatibility problem for windows caused by
101 g_shell_parse_argv()
102
1032008-10-20
104Quy Tonthat <qtonthat@gmail.com>:
105 * New server for OSM cycle map.
106
1072008-10-13
108Quy Tonthat <qtonthat@gmail.com>:
109 * GPS realtime tracking: Keep retrying when fail to connect
110 to gpsd, either because gpsd is not (yet) running or gpsd
111 disconnect (eg. gps unplugged).
112
1132008-10-12
114Jon Burgess <jburgess777@googlemail.com>:
115 * fix implicit declaration of maps_layer_default_dir()
116 * fix missing status return in spawn_command_line_async()
117 * fix curl error buffer usage
118
1192008-10-12
120Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
121 * Release 0.9.7
122
1232008-10-12
124Rob Norris <robbieonsea@users.sourceforge.net>:
125 * Fix 2161310: Fix some more compiler warnings
126
1272008-10-12
128Jon Burgess <jburgess777@users.sourceforge.net>:
129 * Fix 2134452: Properties of some tracks show as NaN
130
1312008-10-11
132Quy Tonthat <qtonthat@gmail.com>:
133 * Fix segfault in realtime tracking.
134 * Add new moving map method for realtime tracking.
135
1362008-09-30
137Stanislav Brabec <sbrabec@users.sourceforge.net>:
138 * Rename icon: viking_icon.png -> viking.png
139 * Fix missing files in po/POTFILES.in
140 * src/viking.desktop.in: add GenericName and revise Categories
141 * viking.spec.in, src/icons/Makefile.am: Fix icon target dir
142
1432008-09-22
144Quy Tonthat <qtonthat@gmail.com>:
145 * Change "Zoom To" short cut to avoid conflict with "Zoom Tool".
146
1472008-09-16
148Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
149 * Update translations
150
1512008-09-07
152Quy Tonthat <qtonthat@gmail.com>:
153 * fix parallel build (make -j8) on multi-processor machines. Based
154 on a patch from sbrabec. Thanks.
155
1562008-09-03
157Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
158 * QA: cleanning old stuff
159
1602008-09-01
161Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
162 * Fix #1947260: correct a corrupted escape
163
1642008-09-01
165Quy Tonthat <qtonthat@gmail.com>:
166 * Google search adapting changes from Google.
167
1682008-09-01
169Quy Tonthat <qtonthat@gmail.com>:
170 * Fixed crashes when creating new layers.
171
1722008-08-30
173Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
174 * QA: removing specific GtkCellRenderer
175
1762008-08-30
177Armin Moser <armin.moser@student.tugraz.at>:
178 * add osm cycle layer support
179 * add a menu entry to extend an existing track using magic scissors
180
1812008-08-30
182anonymous:
183 * Patch #2009666: OpenAerialMap
184
1852008-08-30
186Rob Norris <robbieonsea@users.sourceforge.net>:
187 * Fix #1952523: mode_button assertion loading old datafile
188
1892008-08-25
190Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
191 * Add preferences to select how degrees are displayed
192
1932008-08-24
194Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
195 * Fix: update layer after applying properties
196
1972008-06-24
198Mathieu Albinet <mathieu17@gmail.com>:
199 * Color picker button for the Coordlayer properties dialog
200
2012008-08-23
202Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
203 * Cut/Copy/Paste empty selection is not critical
204
2052008-06-23
206Mathieu Albinet <mathieu17@gmail.com>:
207 * Layers panel UI improvements
208
2092008-08-22
210Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
211 * Replace specific about dialog by GtkAboutDialog
212 * Replace some g_warning by g_debug
213 * Homogeneous icons management.
214
2152008-08-17
216Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
217 * Add preferences to store OSM login/password
218 * Add a password entry widget
219
2202008-08-16
221Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
222 * Ensure that confirmation dialog is over file selector
223
2242008-08-13
225Quy Tonthat <qtonthat@gmail.com>:
226 * Fixed google map download problem.
227
2282008-07-31
229Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
230 * Release Viking 0.9.6
231 * Fix unecessary (and probably) Makefile.am directive
232
2332008-07-28
234Quy Tonthat <qtonthat@gmail.com>:
235 * Fix gcget command line to accomodate negative coords.
236
2372008-07-22
238Quy Tonthat <qtonthat@gmail.com>:
239 * Google maps no longer worked due to changes made by Google.
240 The Problems now fixed.
241
2422008-07-21
243Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
244 * Release Viking 0.9.5
245
2462008-07-18
247Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
248 * Install man pages
249 * Update translations
250
2512008-07-15
252Quy Tonthat <qtonthat@gmail.com>:
253 * Added viking.desktop
254
2552008-07-13
256Rob Norris <robbieonsea@users.sourceforge.net>:
257 * Fix #1947456: Compiler warning fixes
258
2592008-07-09
260Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
261 * Update translations
262
2632008-07-02
264Quy Tonthat <qtonthat@gmail.com>:
265 * Track properties: split track at marker.
266
2672008-06-30
268Quy Tonthat <qtonthat@gmail.com>:
269 * Track properties: Keep markers of the graphs in sync with each
270 other.
271
2722008-06-29
273Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
274 * Windows port: fallback temporary file
275
2762008-06-29
277Mathieu Albinet <mathieu17@gmail.com>:
278 * Windows port: typo in util.c
279
2802008-06-24
281Quy Tonthat <qtonthat@gmail.com>:
282 * Track graph marker now works again.
283
2842008-06-22
285Quy Tonthat <qtonthat@gmail.com>:
286 * Fix google version number.
287
2882008-06-15
289Quy Tonthat <qtonthat@gmail.com>:
290 * RELEASE: Test release 0.9.4.20080614 (by Guilhem)
291
2922008-06-09
293Mathieu Albinet <mathieu17@gmail.com>:
294 * Windows port: redefine LOCALEDIR
295
2962008-06-06
297Quy Tonthat <qtonthat@gmail.com>:
298 * viking no longer converts waypoint names to uppercase. Waypoint names
299 are now case insensitive.
300
3012008-06-02
302Mathieu Albinet <mathieu17@gmail.com>:
303 * Portability: remove "/dev/null" use
304
3052008-05-08
306Mathieu Albinet <mathieu17@gmail.com>:
307 * Windows port: rename interface to source_interface
308 * Portability: replace mmap functions by g_mapped_file*
309 * Portability: use of g_ascii_dtostr to format google url
310
3112008-05-02
312Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
313 * Update man page
314
3152008-05-01
316Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
317 * Add file content checking process
318
3192008-05-01
320Mathieu Albinet <mathieu17@gmail.com>:
321 * Remove dependency to wget
322
3232008-05-01
324Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
325 * Adding --debug and --verbose command line option
326
3272008-04-26
328Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
329 * Fix pipe leaks
330
3312008-04-26
332Mathieu Albinet <mathieu17@gmail.com>:
333 * Portability: provide our own curl WRITE function
334
3352008-04-22
336Robert Norris <rw_norris@hotmail.com>:
337 * Fix: Initalize tv_usec field.
338 * Fix for implicit declaration of function 'g_fopen'
339
3402008-04-21
341Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
342 * Bug #1915121: add an utility to reproduce (test/gpx2gpx)
343 * Fix #1915121: use GLib functions to handle ISO8601 dates
344
3452008-04-16
346Tim Scofield <nospam546@comcast.net>:
347 * Fix: typo false -> FALSE
348
3492008-04-12
350Mathieu Albinet <mathieu17@gmail.com>:
351 * M_PI already defined
352
3532008-04-12
354Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
355Mathieu Albinet <mathieu17@gmail.com>:
356 * Portability: reduce unistd.h dependency
357 * Portability: replace mkdir by g_mkdir
358 * Portability: replace deprecated bzero function by memset
359 * Portability: remove dirname needs with g_mkdir_with_parents
360
3612008-03-27
362Mathieu Albinet <mathieu17@gmail.com>:
363 * Replace GtkFileSelection by GtkFileChooser
364
3652008-03-24
366Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
367 * Merge icons in a single binary object
368
3692008-03-15
370Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
371 * Fix: [ 1839948 ] Maximize/Restore changes current cursor
372 * Add panning tool as default
373
3742008-02-25
375Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
376 * po/ChangeLog: needed file for distribution
377
3782008-02-25
379Rob Norris <robbieonsea@users.sourceforge.net>:
380 * Fix: autogen can generate broken configure file (SF#1881475)
381 * Fix some compiler warnings (SF#1888407)
382
3832008-02-24
384Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
385 * Change OSM's tiles URL
386
3872008-02-22
388Michael A. Peters <mpeters@mac.com>:
389 * viking.spec: Correct license, required packages and local.
390
3912008-02-20
392Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
393 * Update translations
394
3952008-02-16
396Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
397 * main.c: I18N improvements
398 * French translation update
399
4002008-02-16
401Jocelyn Jaubert <jocelyn.jaubert@gmail.com>:
402 * I18N improvements
403 * French translation update
404 (both submitted the 2008-01-12 on mailing-list)
405
4062008-01-22
407Alex Foobarian <foobarian@gmail.com>:
408 * Fix a crash bug in merge-by-time reported by Evan <gtoevan@gmx.net>
409
4102008-01-18
411Quy Tonthat <qtonthat@gmail.com>:
412 * Fix a crash bug in mapcache reported by Jocelyn <jocelyn.jaubert@gmail.com>
413 * Added mutex to protect mapcache from being corrupted by threads.
414
4152008-01-04
416Alex Foobarian <foobarian@gmail.com>:
417 * Tuned the v-t diagram drawing
418
4192007-12-27
420Evan Battaglia <gtoevan@gmx.net>:
421 * Minor fixes/debugging to gcget. Add gcget-perl
422 * Full screen mode.
423 * Bugfix for prefernces -- don't cut off last character of password
424
4252007-12-27
426Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
427 * Add GpxWritingOptions to control GPX file writing
428
4292007-12-23
430Oddgeir Kvien <oddgeir@oddgeirkvien.com>:
431 * Add default values to ele and time fields (due to OSM)
432
4332007-12-21
434Evan Battaglia <gtoevan@gmx.net>:
435 * Preferences groups/tabs
436 * Fix gcget to accept username and password. Pass this in to gcget.
437 * Oops! Reading preferences from the file wasn't working. Fixed.
438
4392007-12-21
440Jocelyn Jaubert <jocelyn.jaubert@gmail.com>:
441 * Update French translation
442
4432007-12-21
444Christoph Eckert <ce@christeck.de>:
445 * Update source for OSM/Osmarender tiles
446
4472007-12-20
448Evan Battaglia <gtoevan@gmx.net>:
449 * Preferences in ~/.viking/viking.prefs, this will soon allow geocaching support to go mainstream, (hopefully)
450
4512007-12-20
452Quy Tonthat <qtonthat@gmail.com>:
453 * Revert a previous change that disabled realtime tracking if libgps
454 does not exist.
455
4562007-12-17
457Jocelyn Jaubert <jocelyn.jaubert@gmail.com>:
458 * Use specific gettext call for plural form
459
4602007-12-16
461Evan Battaglia <gtoevan@gmx.net>:
462 * Sort waypoints in GPX output.
463 * Use the "next unused" (not really) waypoint number as default.
464
4652007-12-15
466Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
467 * Fix compilation under HURD (missing MAXPATHLEN macro)
468 * Fix: if libgps is missing, Realtime GPS Tracking is disabled
469
4702007-12-15
471Jocelyn Jaubert <jocelyn.jaubert@gmail.com>:
472 * Make menu entries translatable
473 * Mark many strings translatable
474 * Update french translation
475
4762007-12-12
477Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
478 * Marking translatable strings
479 * First french translation (incomplete)
480
4812007-12-12
482Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
483 * Fix warning: underquoted definition of AM_WITH_EXPAT
484 * Fix bug: "config.status: error: cannot find input file: Makefile.in"
485
4862007-12-07
487Quy Tonthat <qtonthat@gmail.com>:
488 * Fix autogen.sh to remove the assumption that version 1.9 of automake
489 is available on all systems.
490 * Now that autogen.sh runs configure, "make full" should not.
491
4922007-12-07
493Evan Battaglia <gtoevan@gmx.net>:
494 * BlueMarble tiles: http://mike.teczno.com/notes/blue-marble-tiles.html
495 * Google Terrain maps
496 * Disable printing to make Viking compile for GTK < 2.10
497
4982007-11-27
499Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
500 * util.c: Use a list of possible browsers.
501
5022007-11-20
503Quy Tonthat <qtonthat@gmail.com>:
504 * Fix a bug that can potentially cause segfault.
505
5062007-11-19
507Quy Tonthat <qtonthat@gmail.com>:
508 * Improve track graphs. Some tracks looked too flat.
509
5102007-11-09
511Evan Battaglia <gtoevan@gmx.net>:
512 * GPSBabel filter work I've been sitting on for a while now.
513 * Draw circle for downloading geocaches. Constrain by maximum distance.
514
5152007-11-08
516Quy Tonthat <qtonthat@gmail.com>:
517 * Printing support
518
5192007-11-01
520Quy Tonthat <qtonthat@gmail.com>:
521 * Fix bug that caused Old Google maps not being disabled by default.
522
5232007-10-24
524Quy Tonthat <qtonthat@gmail.com>:
525 * Fix crashes on elev graph for some tracks.
526 * Make low alt tracks look more visible on elev graph.
527 * Fix "incompatible pointer type" warnings.
528
5292007-10-23
530Quy Tonthat <qtonthat@gmail.com>:
531 * Missing declaration. Thanks to Bernd Zeimetz <bernd@bzed.de>
532
5332007-10-20
534Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
535 * Releasing 0.9.3
536
5372007-10-20
538Evan Battaglia <gtoevan@gmx.net>:
539 * Fixing minor typo in vikdemlayer.c which could cause crashes
540
5412007-10-20
542Quy Tonthat <qtonthat@gmail.com>:
543 * Track Properties Dialog no longer blocks interaction of the main
544 window.
545 * Draw position marker on track elev/speed graphs at mouse click.
546 * Diasable buttons on Track Properties Dialog when not needed.
547 * Display track name on title of track property dialog. Now that
548 viking allows multiple dialogs displayed simultaneously.
549
5502007-10-17
551Evan Battaglia <gtoevan@gmx.net>:
552 * Fix problem with extraneous waypoints being plotted (wrap around problem). May still be problems in UTM mode.
553
5542007-10-16
555Evan Battaglia <gtoevan@gmx.net>:
556 * Fix Google version parsing. Google no longer uses '=' and '&' but hex equivalents to describe the URI. Not sure if this will last :/
557
5582007-10-16
559Quy Tonthat <qtonthat@gmail.com>:
560 * Interpolating DEM data in 3 different methods. Track data,
561 elevation-distance graph and elevation info on status bar now make use
562 of interpolation.
563
5642007-10-15
565Quy Tonthat <qtonthat@gmail.com>:
566 * Add more room to the top of elevation-distance graph.
567
5682007-10-14
569Evan Battaglia <gtoevan@gmx.net>:
570 * Fix plotting of DEM elevation data (subtract min altitude)
571
5722007-10-12
573Evan Battaglia <gtoevan@gmx.net>:
574 * Fix Esc and Backspace to work only when VikViewport has focus.
575 * VikViewport grabs focus on click or release events, or when a
576 tool move event returns VIK_LAYER_TOOL_ACK_GRAB_FOCUS.
577
5782007-10-12
579Quy Tonthat <qtonthat@gmail.com>:
580 * Make use of DEM elevation data and GPS speed for track graphs.
581
5822007-10-11
583Evan Battaglia
584 * Key press framework for tools. Esc to stop track. Backspace to end track.
585
5862007-10-11
587Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
588 * Upgrading to API 0.5 of OSM
589
5902007-10-11
591Quy Tonthat <qtonthat@gmail.com>:
592 * Make Realtime Tracking a feature that can be disabled at configure
593 time. Do not quietly disable it beacause libgps is not available
594 at compiling time.
595 * Extra data from GPS in realtime mode are now stored in trackpoints.
596
5972007-10-10
598Quy Tonthat <qtonthat@gmail.com>:
599 * Fix a crash bug caused by operation on variable inside a macro.
600
6012007-10-09
602Evan Battaglia <gtoevan@gmx.net>:
603 * Ctrl-shift-scroll to zoom like Google. Just scroll zooms like before.
604 * Show currently edited track in red-dashed line. This makes it easier
605 to tell if we've ended the track.
606 * When using new track tool, draw a line before making a point to
607 preview the new point.
608 * Use $BROWSER environment variable (for viewing geocache pages)
609
6102007-10-08
611Quy Tonthat <qtonthat@gmail.com>:
612 * Fix compiling breakage caused by missing icon file from the list.
613
6142007-10-07
615Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
616 * libgps is no more mandatory
617
6182007-10-07
619Evan Battaglia <gtoevan@gmx.net>:
620 * Scroll zoom keeps cursor over same spot on map (like Google, QLandKarte)
621 * Cursors for tools.
622 * Undo magic scissors by right-clicking.
623 * Extend a track by right-clicking on it.
624 * Experiment: "Begin track" tool
625
6262007-10-07
627Quy Tonthat <qtonthat@gmail.com>:
628 * Correctly calculate position (based on time instead of distance)
629 when clicking on speed-time graph.
630 * Added km/h to speed entries of the track properties dialog.
631 * The "Selected Time" on track properties dialog is now correct.
632 * Track Properties: now displays track distance/time instead of
633 "Selected Time".
634
6352007-10-06
636Quy Tonthat <qtonthat@gmail.com>:
637 * Fix bugs that caused odd display of time on track properties dialog.
638 * Pop a message when failed to connect to gpsd.
639
6402007-10-05
641Quy Tonthat <qtonthat@gmail.com>:
642 * Fix a segfault caused by (mistakenly) adding a new layer to gps
643 layer.
644 * Be more selective in collecting realtime trackpoints.
645
6462007-10-04
647Quy Tonthat <qtonthat@gmail.com>:
648 * Improvements for GPS layer's "realtime tracking".
649
6502007-10-02
651Quy Tonthat <qtonthat@gmail.com>:
652 * Fix crashes caused by emitting update too early at layer creation.
653 * Add realtime tracking to GPS layer.
654 * fix half-drawn problems for GPS layer.
655
6562007-10-01
657Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
658 * Relax dependencies about glib by implementing
659 g_hash_table_remove_all ourselves (Evan's patch)
660
6612007-10-01
662Quy Tonthat <qtonthat@gmail.com>:
663 * Disable half-drawn update when the center is moved. Avoid using
664 static "trigger" in viklayer.c which causes problems when viking
665 has more than one windows.
666
6672007-09-28
668Quy Tonthat <qtonthat@gmail.com>:
669 * Fix bug that caused Elevation graph not working properly with some
670 tracks.
671
6722007-09-27
673Evan Battaglia <gtoevan@gmx.net>:
674 * GPSD Layer -- draw an arrow.
675 * Minimum elevation for DEM layer.
676 * Half-drawn hack to only draw layers on top of the one that has
677 recently changed. A must for realtime GPS.
678
6792007-09-25
680Quy Tonthat <qtonthat@gmail.com>:
681 * SRTM download now works for regions outside North_America too.
682
6832007-09-23
684Evan Battaglia <gtoevan@gmx.net>:
685 * Fix copy & pasting DEM layers -- new serializing string list code.
686 * Don't crash if using tool on wrong type of layer / no layer.
687 Although I really want to know what happened to "use the top visible layer",
688 and return TRUE if the tool "accepts" the use...
689 editing lots of TRWLayers was way easier that way...
690 * Remove unused vik_layer_copy() code
691 * Add Magic Scissors icon (from GIMP)
692 * Add comment when making a Google Route.
693 * Continue a magic scissors route by holding down control. Continue the comment too.
694 * 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)
695 * Experimental GPSD support (VikGpsdLayer)
696
6972007-09-22
698Evan Battaglia <gtoevan@gmx.net>:
699 * Pan Accelerators (Ctrl+Left, etc)
700 * Ctrl-Scroll and Ctrl-Shift-Scroll to pan, kind of like Gimp.
701 * Add a RADIOGROUP_STATIC properties factory type to make it easy
702 for new layers. Uses an array list (like before)
703 instead of a GList.
704 * DEM US 10m (dem24k) source! Option in DEM Layer & ./configure
705 * (copying & pasting DEM layers is broken, will fix later)
706
7072007-09-21
708Evan Battaglia <gtoevan@gmx.net>:
709 * Fix right-click on geocache to work with new geocache names.
710 * Download & import SRTM 90m DEM data (still working on US 10m)
711
7122007-09-17
713Evan Battaglia <gtoevan@gmx.net>:
714 * 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.
715
7162007-09-09
717Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
718 * Removing unused files (*.png.h).
719
7202007-09-08
721Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
722 * Fix #1789550: define MAX macro if not defined on ALL systems
723
7242007-09-08
725Quy Tonthat <qtonthat@gmail.com>:
726 * AUtomatically fetching google version number.
727
7282007-09-07
729Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
730 * Fix #1789550: mkdtemp usage is conditioned, so it is possible
731 to build viking on system not offering such feature.
732
7332007-09-06
734Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
735 * Adding command line option framework.
736
7372007-09-06
738Quy Tonthat <qtonthat@gmail.com>:
739 * Make viking's default start location somewhere more likely has maps.
740 * Fix crash when using "Maps Download" tools right after viking is
741 started (without a viking file).
742
7432007-09-05
744Quy Tonthat <qtonthat@gmail.com>:
745 * Viking 0.9.2 (By Guilhem Bonnefille <guilhem.bonnefille@gmail.com>)
746
7472007-09-03
748Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
749 * Fix: crash when "applying" a map layer property dialog.
750 * QA: strong type the second argument of the *_post_read functions.
751 * Preset filename when exporting a TrwLayer.
752 * Refactoring: retrieve the VikWindow from the VikViewport via its
753 GtkWidget nature.
754 * Use $EMAIL to initialise email field for OSM upload.
755 * Do not warn about drawmode inconsistency while reading file.
756 * Hide Expedia view mode when expedia is not built in.
757
7582007-09-01
759Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
760 * Disable Expedia map layer by default (as it is not working).
761
7622007-08-30
763Bernd Zeimetz <bernd@bzed.de>:
764 * Add redirect support (for Expedia map layer).
765
7662007-08-30
767Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
768 * Add ability to upload a single track.
769
7702007-08-28
771Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
772 * Check current drawmode after creating a new MapsLayer.
773
7742007-08-25
775Quy Tonthat <qtonthat@gmail.com>:
776 * New google version number.
777 * Better checking to detect downloaded text instead of images.
778 * Give more instructive message for attempting to download maps in
779 wrong mapmode.
780
7812007-08-20
782Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
783 * libcurl is a requirement
784
7852007-08-20
786Quy Tonthat <qtonthat@gmail.com>:
787 * Fix bugs that cause crashes on layers copy/paste/delete.
788 * Fix bug in Google search that caused viking jump to wrong location
789 when Google can not find the match.
790
7912007-08-16
792Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
793 * Group "Export Layer..." entries in a sub-menu.
794
7952007-08-16
796Quy Tonthat <qtonthat@gmail.com>:
797 * Clean up and eliminate compiler warning.
798
7992007-08-15
800Quy Tonthat <qtonthat@gmail.com>:
801 * Fix bug in creating temporary HOME when HOME is not set.
802 * Added --enable-old-google to configure script. Old google modes are
803 now disabled by default.
804 * Default mode for new maps is Google Maps.
805
8062007-08-09
807Quy Tonthat <qtonthat@gmail.com>:
808 * Make Google Map default map type.
809
8102007-08-02
811Quy Tonthat <qtonthat@gmail.com>:
812 * DEM module can now read hgt.zip files directly (no need to unzip
813 them).
814 * DEM module can now process 1 arc sec hgt(.zip) files (mainly for USA
815 regions).
816
8172007-07-27
818Quy Tonthat <qtonthat@gmail.com>:
819 * Plug filedescriptor leak in dem.c
820
8212007-07-26
822Quy Tonthat <qtonthat@gmail.com>:
823 * Display on status bar altitude at cursor using data from DEM layer(s).
824
8252007-07-25
826Quy Tonthat <qtonthat@gmail.com>:
827 * New google version numbers.
828
8292007-07-24
830Quy Tonthat <qtonthat@gmail.com>:
831 * Disable GeoCache Acquire since it nolonger works. Can be enabled
832 again using configure --enable-geocaches.
833
8342007-07-18
835Quy Tonthat <qtonthat@gmail.com>:
836 * Remove (my) debug messages which are no longer needed.
837
8382007-07-15
839Quy Tonthat <qtonthat@gmail.com>:
840 * Missing a few changes here.
841 * release 0.9 (by Guilhem)
842
8432007-07-13
844Quy Tonthat <qtonthat@gmail.com>:
845 * Eliminate the needs of entering DEM files for every single
846 track/waypoint layer.
847
8482007-07-07
849Quy Tonthat <qtonthat@gmail.com>:
850 * Fixed typo in Makefile.am
851
8522007-07-06
853Evan Battaglia <gtoevan@gmx.net>:
854 * Merge DEM Branch
855
8562007-07-04
857Quy Tonthat <qtonthat@gmail.com>:
858 * Bug fix: View Mode displayed wrong setting on start up
859
8602007-07-03
861Quy Tonthat <qtonthat@gmail.com>:
862 * Fixed bugs that caused draw_scale and draw_centermark status not being
863 consistent among View menu, viewport and loaded files.
864
8652007-07-02
866Evan Battaglia <gtoevan@gmx.net>:
867 * DEM Branch: Trying to fix/cleanup various DEM things
868 * DEM Branch: Support for SRTM 3 arcsecond _global_ DEM data from http://www2.jpl.nasa.gov/srtm/
869
8702007-07-02
871Quy Tonthat <qtonthat@gmail.com>:
872 * Fixed bugs that caused crashes during GPS upload/download.
873
8742007-07-01
875Quy Tonthat <qtonthat@gmail.com>:
876 * Make "Save Image" and "Save Image Directory" dialogs reusable.
877
8782007-06-24
879Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
880 * Merging with Ralf's work around debianization
881 * INSTALL: refreshed
882
8832007-06-23
884Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
885 * Minor change to avoid SEGFAULT on x86_64
886 * Add DownloadOptions type to specify referer per map source
887
8882007-06-19
889Quy Tonthat <qtonthat@gmail.com>:
890 * Fix bugs that causes "drawcentermark" not recognised when reading
891 from files.
892 * Fix a wild pointer bug that can cause crashes
893
8942007-06-18
895Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
896 * Copying libcurl.m4 as it is needed everywhere
897
8982007-06-18
899Quy Tonthat <qtonthat@gmail.com>:
900 * New google version numbers.
901 * Make scale more visible.
902 * Add center mark which can be turn on/off in View menu.
903 * Viking now uses cookies for http requests. Some server(s) is quite
904 picky about this. (With great help from Lixus <gps@muellers.ms>)
905 * Download maps along a track. Right click on a track layer, select map
906 type and zoom level, viking will do the rest.
907 * release 0.1.3-20070618
908
9092007-06-13
910Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
911 * Adding an icon (suggested by Ralf Meyer <ranfyy@gmail.com>)
912
9132007-06-8
914Quy Tonthat <qtonthat@gmail.com>:
915 * Fix a bug that causes segfault when viewing properties of a
916 waypoint.
917
9182007-06-1
919Quy Tonthat <qtonthat@gmail.com>:
920 * Fix a bug that causes segfault when viewing properties of a track
921 that has only one trackpoint with elevation information.
922 * Backport Evan's magic scissors from DEM branch.
923
9242007-05-31
925Quy Tonthat <qtonthat@gmail.com>:
926 * Add Google Maps search to View menu and Toolbar
927 * Waypoint created right after the search will pick up the search
928 string as comment. (Use TrackWaypoint Layer menu, not toolbar, to
929 create waypoint).
930
9312007-05-26
932Mark Coulter <i_offroad@yahoo.com>:
933 * new waypoint symbols.
934
9352007-05-26
936Quy Tonthat <qtonthat@gmail.com>:
937 * Fix intermittent problem of map redraw.
938 * Mapslayer: Fixed bugs that cause in some cases, map display can not
939 be refreshed without downloading.
940
9412007-05-24
942Ralf Meyer <ranfyy@gmail.com>:
943 * Adding man pages.
944
9452007-05-24
946Quy Tonthat <qtonthat@gmail.com>:
947 * Maps layer: Improve performance for map autodownload.
948 * Make dimensions easier to be found and changed to suit own tastes.
949 * Small touches on the look.
950
9512007-05-23
952Quy Tonthat <qtonthat@gmail.com>:
953 * New GPS layer menu items: "empty upload", "empty download", "empty
954 all"
955 * acquire->Google Directions now record and display previous queries
956 fo "From"/"To" entries.
957 * Position Google Directions dialogs at the center of Viking window.
958
9592007-05-22
960Quy Tonthat <qtonthat@gmail.com>:
961 * GPS layer track and waypoint data can now be saved.
962 * Disable prompt for save before exit.
963 * Add "Save and Exit" to File menu.
964
9652007-05-20
966Evan Battaglia <gtoevan@gmx.net>:
967 * DEM Branch
968
9692007-05-20
970Quy Tonthat <qtonthat@gmail.com>:
971 * Stop autodownload from running forever on map downloading errors.
972
9732007-05-18
974Quy Tonthat <qtonthat@gmail.com>:
975 * Add curl-devel to spec file.
976 * Map tool: Left click can now refresh display of map tiles.
977 * Check for non-displayable data after downloading map.
978
9792007-05-17
980Quy Tonthat <qtonthat@gmail.com>:
981 * Fix problems in map downloading caused by unreliable error
982 detection.
983 * Release 0.1.3
984
9852007-05-15
986Quy Tonthat <qtonthat@gmail.com>:
987 * Fixed bugs that can cause segfault on exit. The problem was caused
988by mapslayer's weak_ref not being unref'ed in some cases.
989
9902007-05-13
991Evan Battaglia <gtoevan@gmx.net>:
992 * 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.
993
9942007-05-11
995Evan Battaglia <gtoevan@gmx.net>:
996 * Fix removal of redownloaded tiles from memory cache.
997 * Fix a stupid segfault in main.c (opening new files)
998
9992007-05-09
1000Quy Tonthat <qtonthat@gmail.com>:
1001 * New Google version numbers.
1002
10032007-05-08
1004Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
1005 * New "Refresh onscreen tiles" menu entry
1006
10072007-05-04
1008Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
1009 * debian/: debianization
1010
10112007-04-29
1012Reid Priedhorsky <reid@reidster.net>:
1013 * libusb support
1014
10152007-04-28
1016Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
1017 * OpenSourceMap slippy maps (in osm.c) -- Maplink tiles
1018 * Add configuration option for OpenStreetMap sources
1019
10202007-04-23
1021Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
1022 * OpenSourceMap slippy maps (in osm.c) -- Osmarender and Mapnik
1023
10242007-04-21
1025Evan Battaglia <gtoevan@gmx.net>:
1026 * OpenSourceMap slippy maps (in google.c) -- identical to google maps except zoom numbering
1027
10282007-04-16
1029Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
1030 * Adding libcurl support
1031
10322007-04-04
1033Quy Tonthat <qtonthat@gmail.com>:
1034 * New Google version number.
1035 * Fixed Google Directions
1036
10372007-02-20
1038Quy Tonthat <qtonthat@gmail.com>:
1039 * GPS layer dialog now displayed at the center of the Viking main
1040 window.
1041
10422007-02-19
1043Quy Tonthat <qtonthat@gmail.com>:
1044 * New Google version numbers.
1045
10462007-02-15
1047Quy Tonthat <qtonthat@gmail.com>:
1048 * Made viking.spec.in out of Michael's viking.spec
1049 * Added viking.spec.in to autoconf files.
1050
10512007-02-15
1052Michael A. Peters <mpeters@mac.com>:
1053 * Added viking.spec
1054
10552007-02-14
1056Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
1057 * NEWS, configure.ac: preparing 0.1.2
1058
10592007-02-13
1060Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
1061 * src/vikwindow.c: remove URL and version number from window title
1062 * src/dialog.c: add URL and use dynamic information for version
1063 * AUTHORS, src/dialog.c: update contributors list
1064 * AUTHORS, src/dialog.c, src/Makefile.am: About dialog filled with
1065 AUTHORS file
1066
10672007-02-07
1068Quy Tonthat <qtonthat@gmail.com>:
1069 * Fix bug that causes crashes when click at the right side (outside)
1070 of the track graph area in the Track Poperties window.
1071
10722007-02-06
1073Jocelyn Jaubert <jocelyn.jaubert@gmail.com>:
1074 * Add new information to Track Properties. Postion in time will be
1075 tracked and display when moving mouse cursor around the track graph.
1076
10772007-02-06
1078Quy Tonthat <qtonthat@gmail.com>:
1079 * New google version numbers.
1080 * correct main window title and viking website.
1081
10822007-02-05
1083Quy Tonthat <qtonthat@gmail.com>:
1084 * Cosmetic changes.
1085
10862007-02-04
1087Quy Tonthat <qtonthat@gmail.com>:
1088 * Simplify tools enable/disable codes.
1089
10902007-02-01
1091Quy Tonthat <qtonthat@gmail.com>:
1092 * Only tools that work with current active layer are enable,
1093 others are disable (fade out and does nothing when clicked on).
1094
10952007-01-27
1096Quy Tonthat <qtonthat@gmail.com>:
1097 * Display map sections while downloading (bug 1303429)
1098
10992007-01-25
1100Quy Tonthat <qtonthat@gmail.com>:
1101 * Fixed bugs that caused crashes on creating new map layer or
1102 new track/waypoint layer.
1103
11042007-01-24
1105Quy Tonthat <qtonthat@gmail.com>:
1106 * Updated google tranparent version number.
1107 * Made it more convenient to update google version numbers.
1108
11092007-01-23
1110Quy Tonthat <qtonthat@gmail.com>:
1111 * Merged branch modular to trunk.
1112
11132007-01-05
1114Quy Tonthat <qtonthat@gmail.com>:
1115 * Bug fix: main menu edit->delete and edit->cut did not work with
1116 waypoints and tracks.
1117
11182007-01-04
1119Quy Tonthat <qtonthat@gmail.com>:
1120 * Added "Copy" and "Cut" to popup menus for track and waypoint (on the
1121 layer panel).
1122
11232007-01-03
1124Quy Tonthat <qtonthat@gmail.com>:
1125 * bug fix: crash on inserting aggregate layer if the selected layer's
1126 parent is not an aggregate layer.
1127 * bug fix: crash when delete a child layer whose parent is not
1128 an aggregiate layer (eg gpslayer)
1129 * Menu item selection for layer instances.
1130
11312007-01-02
1132Quy Tonthat <qtonthat@gmail.com>:
1133 * gpslayer: Unexpose interface functions.
1134 * Layers now can have their say on what pop up menu items they want.
1135
11362007-01-02
1137Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
1138 * Add ability to disable Terraserver stuff
1139 * Add ability to disable Expedia stuff
1140
11412007-01-01
1142Quy Tonthat <qtonthat@gmail.com>:
1143 * gpslayer: fix bugs that causes crashes when click "Cancel" on layer
1144 creation dialog.
1145
11462007-01-01
1147Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
1148 * Make all .h self sufficient
1149 * Add ability to disable Google stuff
1150
11512006-12-31
1152Quy Tonthat <qtonthat@gmail.com>:
1153 * Added gps layer
1154
11552007-01-02
1156Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
1157 * Add ability to disable Terraserver stuff
1158 * Add ability to disable Expedia stuff
1159
11602007-01-01
1161Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
1162 * Make all .h self sufficient
1163 * Add ability to disable Google stuff
1164
11652006-12-26
1166Quy Tonthat <qtonthat@gmail.com>:
1167 * Fix a google version number change (at least in Australia).
1168
11692006-12-07
1170Quy Tonthat <qtonthat@gmail.com>:
1171 * Fix an array overflow bug in Map Layer Properties
1172
11732006-12-04
1174Alex Foobarian <foobarian@gmail.com>:
1175 * Added an "About" dialog
1176
11772006-11-30
1178Alex Foobarian <foobarian@gmail.com>:
1179 * Added Quy Tonthat's patch to fix a bug in Track Properties
1180
11812006-11-29
1182Alex Foobarian <foobarian@gmail.com>:
1183 * Added patch by Quy Tonthat <qtonthat@gmail.com> to fix a crash bug
1184
11852006-11-12
1186Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
1187 * Add expat explicit dependency
1188
11892006-10-31
1190Alex Foobarian <foobarian@gmail.com>:
1191 * Visual feedback for moving waypoints
1192
11932006-10-30
1194Alex Foobarian <foobarian@gmail.com>:
1195 * Created standard Edit menu
1196 * Implemented Cut for trackpoints and waypoints
1197 * When moving trackpoints, we now draw one under the cursor for visual feedback
1198
11992006-10-26
1200Alex Foobarian <foobarian@gmail.com>:
1201 * Cleared up the drawing modes and map type descriptions
1202 * Updated google version string to make it work in Europe
1203 * Added Cut/Copy/Paste shortcuts to right-click menus
1204 * Compacted the track properties dialog
1205
12062006-10-23
1207Alex Foobarian <foobarian@gmail.com>:
1208 * Introduced a toolbar tool interface, converted existing tools to use it
1209 * As a result, ruler drawing bugs are gone
1210 * Sped up ruler drawing by increasing the redraw priority
1211
12122006-08-15
1213Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
1214 * Add implicit DMS->DDD conversions in waypoints dialogs
1215
12162006-07-26
1217Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
1218 * src/degrees_converters.c, src/degrees_converters.h,
1219 test/degrees_converter.c: add dec -> DDD conversion
1220 * src/degrees_converters.c, src/degrees_converters.h,
1221 test/degrees_converter.c: add dec -> DMM conversion
1222 * src/degrees_converters.c: refactor dms conversions
1223
12242006-07-24
1225Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
1226 * Add patch for GoogleMaps from Reid Priedhorsky
1227
12282006-07-22
1229Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
1230 * Makefile.am, configure.ac, src/Makefile.am,
1231 src/degrees_converters.c, src/degrees_converters.h,
1232 test/Makefile.am, test/check_degrees_conversions.sh,
1233 test/degrees_converter.c: Adding degrees conversion functions
1234 (DDD/DMM/DMS)
1235
12362006-07-06
1237Evan Battaglia <gtoevan@gmx.net>:
1238 * ChangeLog, src/google.c: Upgrade Google Maps -- Europe
1239
12402006-07-01
1241Evan Battaglia <gtoevan@gmx.net>:
1242 * Upgrade Google Maps version (yay Europe!)
1243
12442006-06-11
1245Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
1246 * NEWS, configure.ac: Preparing 0.1.1
1247
12482006-05-25
1249Alex Foobarian <foobarian@gmail.com>:
1250 * Cleaned up the data source interface
1251 * Added a setup dialog to the GPS data source, with protocol type and serial port location
1252
12532006-05-12
1254Alex Foobarian <foobarian@gmail.com>:
1255 * Small fixes in Acquire from GPS code
1256
12572006-05-08
1258Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
1259 * autogen.sh: simpler method to start from CVS
1260
12612005-12-03
1262Evan Battaglia <gtoevan@gmx.net>:
1263 * Data sources -- check for existence of necessary things
1264
12652005-11-25
1266Evan Battaglia <gtoevan@gmx.net>:
1267 * Created "data sources" structure to easily add new data sources via GPS babel.
1268 It's ugly now and there's a lot to be done, but I think 79-line datasources_google.c
1269 shows the power of the approach.
1270 * Data sources: Google & Geocaches
1271
12722005-11-23
1273Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
1274 * src/gpx.c (gpx_dtostr): add better GPX export
1275Evan Battaglia <gtoevan@gmx.net>:
1276 * dtostr -> coords.c; use in gpsmapper.c and gpspoint.c (locale-independent output)
1277
12782005-11-21
1279Alex Foobarian <foobarian@gmail.com>:
1280 * Fixed v-t diagram crash bug
1281
12822005-11-19
1283Alex Foobarian <foobarian@gmail.com>:
1284 * GPSBabel acquire code
1285
12862005-11-18
1287Alex Foobarian <foobarian@gmail.com>:
1288 * Copy/paste of individual track- and way-points updated to work between processes.
1289
12902005-11-17
1291Alex Foobarian <foobarian@gmail.com>:
1292 * Copy/paste between viking processes
1293 * Layer marshalling support
1294
12952005-10-28
1296Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
1297 * configure.ac: Adding --with-mapcache configure option
1298 * src/config.h: Removed because no more used (generated)
1299
13002005-10-18
1301Alex Foobarian <foobarian@gmail.com>:
1302 * Fix ruler declination in UTM mode
1303
13042005-10-17
1305Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
1306 * src/icons/Makefile.am: assumes the creation of icons.h
1307 * src/garminsymbols.c, src/vikwindow.c: icons.h re-located
1308 * src/Makefile.am: no more icons.h production
1309
13102005-10-16
1311Evan Battaglia <gtoevan@gmx.net>:
1312 * Fix ruler: show angle, distance even when compass off-screen.
1313 * Fix bgitemcount. Background items status bar "should" be accurate now.
1314
13152005-10-13
1316Alex Foobarian <foobarian@gmail.com>:
1317 * Drag and drop whole track/waypoint lists
1318
13192005-10-12
1320Alex Foobarian <foobarian@gmail.com>:
1321 * Coord layer drawing for lat/lon based projections
1322
13232005-10-11
1324Alex Foobarian <foobarian@gmail.com>:
1325 * Draw a compass when using a ruler
1326
13272005-10-07
1328Alex Foobarian <foobarian@gmail.com>:
1329 * Added ruler drawing to the ruler tool
1330
13312005-10-06
1332Alex Foobarian <foobarian@gmail.com>:
1333 * Added support for pasting coordinates in lat/lon format
1334
13352005-10-05
1336Alex Foobarian <foobarian@gmail.com>:
1337 * Change clipboard so as to use GTKClipboard. Prepare for support for pasting coordinates, etc.
1338Evan Battaglia <gtoevan@gmx.net>:
1339 * When pasting waypoints and tracks, do name resolution (add #2, etc)
1340
13412005-10-01
1342Evan Battaglia <gtoevan@gmx.net>:
1343 * make symbols work for geocaching .loc files (and case-insensitive symbol names)
1344 * Option as to whether or not to show unit scale (esp for exporting images)
1345
13462005-09-30
1347Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
1348 * configure.ac, src/Makefile.am (SUBDIRS): added auto-tools support for src/icons
1349Alex Foobarian <foobarian@gmail.com>:
1350 * Added a drag_drop_request method to layer interface, updated DnD to use it
1351 * Updated DND to insert layers at the point of the drop, instead of front of list
1352 * Added wp symbol support to gpx
1353 * Fixed name collisions during track/wp DND
1354 * Layer-wide option as to whether to show waypoint symbols
1355
13562005-09-29
1357Alex Foobarian <foobarian@gmail.com>:
1358 * Added support for waypoint symbols (changing, loading, saving), and a small number of icons.
1359 * Added a scale ruler
1360 * Changed panning to show less "garbage" in exposed areas
1361
13622005-09-28
1363Evan:
1364 * menu.xml & icons inline
1365
13662005-09-27
1367Alex Foobarian <foobarian@gmail.com>:
1368 * GtkUIManager/Toolbar
1369 * DND in the LayersPanel
1370Evan:
1371 * strtod -> g_strtod (i18n glitch)
1372
13732005-09-25
1374Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
1375 * src/globals.h (VIKING_VERSION): uses the PACKAGE_VERSION macro
1376 * Makefile.am (EXTRA_DIST): handles viking-remote
1377 * src/Makefile.am (AM_CFLAGS): substitution of CFLAGS by AM_CFLAGS
1378 * doc/Makefile.am, doc/dev/Makefile.am: new files
1379 * Makefile.am (SUBDIRS): handles doc directory
1380 * configure.ac: handles doc and doc/dev directories
1381
13822005-09-16
1383Alex Foobarian <foobarian@gmail.com>: fix to v-vs-t (better drawing)
1384Evan: * GPX fixes
1385 * So Geocaching .LOC _isn't_ GPX?!?!? Oh well, it's XML...
1386 * GPX write, click v-vs-t diagram
1387 * Option to show stops in TRWLayer options, and stop_length
1388 * Elevation plotting relative to min and max elevation in track.
1389 * Option to do elevation plotting, and controlling relative height
1390
13912005-09-15
1392 * 4+ hours later and voila, GPX read support
1393 * Fixes in propwin if track doesn't have certain data, say so.
1394
13952005-09-14
1396Me (Evan) again:
1397 * Fix USGS support
1398 * Click on the elevation map to go there, so you can see where a mountain-top is etc.
1399 * Don't crash on track properties of an empty track.
1400
14012005-09-13
1402Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
1403 * bootstrap: new file to bootstrap auto-tools
1404 * src/config.h (VIK_CONFIG_ALPHABETIZED_TRW): no more set via this file
1405 * Makefile.am (bin_SCRIPTS): viking-remote added
1406 * configure.ac: --enable-alphabetized-trw option added
1407
1408Evan Battaglia <gtoevan@gmx.net>:
1409 * Experimental altitude funky plotting I'm working on
1410
14112005-09-12
1412Alex Foobarian <foobarian@gmail.com>'s changes
1413* disable stops, for now (I forgot about those...)
1414* Track elevation graph: minimum altitude difference for less jagged curves
1415* Track elevation graph: gray background, blue foreground
1416* Track elevation graph: lines to clearly show absolute elevation
1417* New velocity-vs-time graph & calculating function
1418* Notebook to hold this new graph with track elevation graph
1419My (Evan's) changes:
1420* Fix above v-vs-t patch to not crash on tracks without timestamp.
1421* Not show v-vs-t graph and/or elevation map if the necessary data isn't there.
1422Guilhem Bonnefille <guilhem.bonnefille@gmail.com>'s changes
1423 * bootstrap: new file to bootstrap auto-tools
1424 * src/config.h (VIK_CONFIG_ALPHABETIZED_TRW): no more set via this file
1425 * Makefile.am (bin_SCRIPTS): viking-remote added
1426 * configure.ac: --enable-alphabetized-trw option added
1427
14282005-09-07
1429Autotools support by Guilhem Bonnefille.
1430
14312005-09-06
1432Added Alex Foobarian's track duration patch.
1433Added Alex Foobarian's track profile patch.
1434Added Alex Foobarian's elevation map fix.
1435
14362005-09-04
1437Map cache fix: if only one map can fit / one map is bigger than cache size, then that's OK.
1438Delete from cache when updating image.
1439
14402005-08-18
1441Map cache size based on memory usage, not number of images. Some flaws to be worked out still in this.
1442
14432005-08-16
1444Accepted USGS maps support from Clark McKines. Pretty slick, I'll have to take a look at it.
1445
14462005-08-02
1447Quite easily added support for Mercator projection & Google Mercator maps (regular, transparent etc)
1448Chaned waypoint types a little bit (size of waypoint)
1449
14502005-07-31
1451Hopefully fixed background.c item # count
1452Fixed KH Maps (v=2)
1453
14542005-06-20
1455A little research & added KH Maps support.
1456
14572005-06-19
1458Fixed right-click waypoint edit -> crash bug, hopefully.
1459Fixed "everyone lives in zone 11" assumption for vikgeoreflayer.c; still monozone though ...
1460Made it so when you paste or add a new layer, it pastes it before the selected layer, not to the top.
1461Fixed the bug where pasting a map layer messed up the name.
1462Made dragging middle mouse button pan. Removed pan tool. Thanks Reid for the idea.
1463Made different options for drawing waypoint dots. Not very good but we can make better-looking ones later.
1464