]> git.street.me.uk Git - andy/viking.git/blob - ChangeLog
Filters filters oh my
[andy/viking.git] / ChangeLog
1 2007-11-09:
2 Evan Battaglia <gtoevan@gmx.net>
3         * GPSBabel filter work I've been sitting on for a while now.
4         * Draw circle for downloading geocaches. Constrain by maximum distance.
5
6 2007-11-08:
7 Qut Tonthat <qtonthat@gmail.com>:
8         * Printing support
9
10 2007-11-01
11 Quy Tonthat <qtonthat@gmail.com>:
12         * Fix bug that caused Old Google maps not being disabled by default.
13
14 2007-10-24
15 Quy Tonthat <qtonthat@gmail.com>:
16         * Fix crashes on elev graph for some tracks.
17         * Make low alt tracks look more visible on elev graph.
18         * Fix "incompatible pointer type" warnings.
19
20 2007-10-23
21 Quy Tonthat <qtonthat@gmail.com>:
22         * Missing declaration. Thanks to Bernd Zeimetz <bernd@bzed.de>
23
24 2007-10-20
25 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
26         * Releasing 0.9.3
27
28 2007-10-20
29 Evan Battaglia <gtoevan@gmx.net>
30         * Fixing minor typo in vikdemlayer.c which could cause crashes
31
32 2007-10-20
33 Quy Tonthat <qtonthat@gmail.com>:
34         * Track Properties Dialog no longer blocks interaction of the main
35         window.
36         * Draw position marker on track elev/speed graphs at mouse click.
37         * Diasable buttons on Track Properties Dialog when not needed.
38         * Display track name on title of track property dialog. Now that
39         viking allows multiple dialogs displayed simultaneously.
40
41 2007-10-17
42 Evan Battaglia <gtoevan@gmx.net>
43         * Fix problem with extraneous waypoints being plotted (wrap around problem). May still be problems in UTM mode.
44
45 2007-10-16
46 Evan Battaglia <gtoevan@gmx.net>
47         * Fix Google version parsing. Google no longer uses '=' and '&' but hex equivalents to describe the URI. Not sure if this will last :/
48
49 2007-10-16
50 Quy Tonthat <qtonthat@gmail.com>:
51         * Interpolating DEM data in 3 different methods. Track data,
52         elevation-distance graph and elevation info on status bar now make use
53         of interpolation.
54
55 2007-10-15
56 Quy Tonthat <qtonthat@gmail.com>:
57         * Add more room to the top of elevation-distance graph.
58
59 2007-10-14
60 Evan Battaglia <gtoevan@gmx.net>
61         * Fix plotting of DEM elevation data (subtract min altitude)
62
63 2007-10-12
64 Evan Battaglia <gtoevan@gmx.net>
65         * Fix Esc and Backspace to work only when VikViewport has focus.
66         * VikViewport grabs focus on click or release events, or when a
67         tool move event returns VIK_LAYER_TOOL_ACK_GRAB_FOCUS.
68
69 2007-10-12
70 Quy Tonthat <qtonthat@gmail.com>:
71         * Make use of DEM elevation data and GPS speed for track graphs.
72
73 2007-10-11
74 Evan Battaglia
75         * Key press framework for tools. Esc to stop track. Backspace to end track.
76
77 2007-10-11
78 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
79         * Upgrading to API 0.5 of OSM
80
81 2007-10-11
82 Quy Tonthat <qtonthat@gmail.com>:
83         * Make Realtime Tracking a feature that can be disabled at configure
84         time. Do not quietly disable it beacause libgps is not available
85         at compiling time.
86         * Extra data from GPS in realtime mode are now stored in trackpoints.
87
88 2007-10-10
89 Quy Tonthat <qtonthat@gmail.com>:
90         * Fix a crash bug caused by operation on variable inside a macro.
91
92 2007-10-09
93 Evan Battaglia <gtoevan@gmx.net>
94         * Ctrl-shift-scroll to zoom like Google. Just scroll zooms like before.
95         * Show currently edited track in red-dashed line. This makes it easier
96         to tell if we've ended the track.
97         * When using new track tool, draw a line before making a point to
98         preview the new point.
99         * Use $BROWSER environment variable (for viewing geocache pages)
100
101 2007-10-08
102 Quy Tonthat <qtonthat@gmail.com>:
103         * Fix compiling breakage caused by missing icon file from the list.
104
105 2007-10-07
106 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
107         * libgps is no more mandatory
108
109 2007-10-07
110 Evan Battaglia <gtoevan@gmx.net>:
111         * Scroll zoom keeps cursor over same spot on map (like Google, QLandKarte)
112         * Cursors for tools.
113         * Undo magic scissors by right-clicking.
114         * Extend a track by right-clicking on it.
115         * Experiment: "Begin track" tool
116
117 2007-10-07
118 Quy Tonthat <qtonthat@gmail.com>:
119         * Correctly calculate position (based on time instead of distance)
120         when clicking on speed-time graph.
121         * Added km/h to speed entries of the track properties dialog.
122         * The "Selected Time" on track properties dialog is now correct.
123         * Track Properties: now displays track distance/time instead of
124         "Selected Time".
125
126 2007-10-06
127 Quy Tonthat <qtonthat@gmail.com>:
128         * Fix bugs that caused odd display of time on track properties dialog.
129         * Pop a message when failed to connect to gpsd.
130
131 2007-10-05
132 Quy Tonthat <qtonthat@gmail.com>:
133         * Fix a segfault caused by (mistakenly) adding a new layer to gps
134         layer.
135         * Be more selective in collecting realtime trackpoints.
136
137 2007-10-04
138 Quy Tonthat <qtonthat@gmail.com>:
139         * Improvements for GPS layer's "realtime tracking".
140
141 2007-10-02
142 Quy Tonthat <qtonthat@gmail.com>:
143         * Fix crashes caused by emitting update too early at layer creation.
144         * Add realtime tracking to GPS layer.
145         * fix half-drawn problems for GPS layer.
146
147 2007-10-01
148 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
149         * Relax dependencies about glib by implementing
150         g_hash_table_remove_all ourselves (Evan's patch)
151
152 2007-10-01
153 Quy Tonthat <qtonthat@gmail.com>:
154         * Disable half-drawn update when the center is moved. Avoid using
155         static "trigger" in viklayer.c which causes problems when viking
156         has more than one windows.
157
158 2007-09-28
159 Quy Tonthat <qtonthat@gmail.com>:
160         * Fix bug that caused Elevation graph not working properly with some
161         tracks.
162
163 2007-09-27
164 Evan Battaglia <gtoevan@gmx.net>
165         * GPSD Layer -- draw an arrow.
166         * Minimum elevation for DEM layer.
167         * Half-drawn hack to only draw layers on top of the one that has
168                 recently changed. A must for realtime GPS.
169
170 2007-09-25
171 Quy Tonthat <qtonthat@gmail.com>:
172         * SRTM download now works for regions outside North_America too.
173
174 2007-09-23
175 Evan Battaglia <gtoevan@gmx.net>
176         * Fix copy & pasting DEM layers -- new serializing string list code.
177         * Don't crash if using tool on wrong type of layer / no layer.
178                 Although I really want to know what happened to "use the top visible layer",
179                 and return TRUE if the tool "accepts" the use...
180                 editing lots of TRWLayers was way easier that way...
181         * Remove unused vik_layer_copy() code
182         * Add Magic Scissors icon (from GIMP)
183         * Add comment when making a Google Route.
184         * Continue a magic scissors route by holding down control. Continue the comment too.
185         * 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)
186         * Experimental GPSD support (VikGpsdLayer)
187
188 2007-09-22
189 Evan Battaglia <gtoevan@gmx.net>
190         * Pan Accelerators (Ctrl+Left, etc)
191         * Ctrl-Scroll and Ctrl-Shift-Scroll to pan, kind of like Gimp.
192         * Add a RADIOGROUP_STATIC properties factory type to make it easy
193                 for new layers. Uses an array list (like before)
194                 instead of a GList.
195         * DEM US 10m (dem24k) source! Option in DEM Layer & ./configure
196         * (copying & pasting DEM layers is broken, will fix later)
197
198 2007-09-21
199 Evan Battaglia <gtoevan@gmx.net>
200         * Fix right-click on geocache to work with new geocache names.
201         * Download & import SRTM 90m DEM data (still working on US 10m)
202
203 2007-09-17
204 Evan Battaglia <gtoevan@gmx.net>
205         * 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.
206
207 2007-09-09
208 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
209         * Removing unused files (*.png.h).
210
211 2007-09-08
212 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
213         * Fix #1789550: define MAX macro if not defined on ALL systems
214
215 2007-09-08
216 Quy Tonthat <qtonthat@gmail.com>:
217         * AUtomatically fetching google version number.
218
219 2007-09-07
220 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
221         * Fix #1789550: mkdtemp usage is conditioned, so it is possible
222         to build viking on system not offering such feature.
223
224 2007-09-06
225 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
226         * Adding command line option framework.
227
228 2007-09-06
229 Quy Tonthat <qtonthat@gmail.com>:
230         * Make viking's default start location somewhere more likely has maps.
231         * Fix crash when using "Maps Download" tools right after viking is
232         started (without a viking file).
233
234 2007-09-05
235 Quy Tonthat <qtonthat@gmail.com>:
236         * Viking 0.9.2 (By Guilhem Bonnefille <guilhem.bonnefille@gmail.com>)
237
238 2007-09-03
239 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
240         * Fix: crash when "applying" a map layer property dialog.
241         * QA: strong type the second argument of the *_post_read functions.
242         * Preset filename when exporting a TrwLayer.
243         * Refactoring: retrieve the VikWindow from the VikViewport via its
244         GtkWidget nature.
245         * Use $EMAIL to initialise email field for OSM upload.
246         * Do not warn about drawmode inconsistency while reading file.
247         * Hide Expedia view mode when expedia is not built in.
248
249 2007-09-01
250 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
251         * Disable Expedia map layer by default (as it is not working).
252
253 2007-08-30
254 Bernd Zeimetz <bernd@bzed.de>:
255         * Add redirect support (for Expedia map layer).
256
257 2007-08-30
258 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
259         * Add ability to upload a single track.
260
261 2007-08-28
262 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
263         * Check current drawmode after creating a new MapsLayer.
264
265 2007-08-25
266 Quy Tonthat <qtonthat@gmail.com>:
267         * New google version number.
268         * Better checking to detect downloaded text instead of images.
269         * Give more instructive message for attempting to download maps in
270         wrong mapmode.
271
272 2007-08-20
273 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
274         * libcurl is a requirement
275
276 2007-08-20
277 Quy Tonthat <qtonthat@gmail.com>:
278         * Fix bugs that cause crashes on layers copy/paste/delete.
279         * Fix bug in Google search that caused viking jump to wrong location
280         when Google can not find the match.
281
282 2007-08-16
283 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
284         * Group "Export Layer..." entries in a sub-menu.
285
286 2007-08-16
287 Quy Tonthat <qtonthat@gmail.com>:
288         * Clean up and eliminate compiler warning.
289
290 2007-08-15
291 Quy Tonthat <qtonthat@gmail.com>:
292         * Fix bug in creating temporary HOME when HOME is not set.
293         * Added --enable-old-google to configure script. Old google modes are
294         now disabled by default.
295         * Default mode for new maps is Google Maps.
296
297 2007-08-09
298 Quy Tonthat <qtonthat@gmail.com>:
299         * Make Google Map default map type.
300
301 2007-08-02
302 Quy Tonthat <qtonthat@gmail.com>:
303         * DEM module can now read hgt.zip files directly (no need to unzip
304         them).
305         * DEM module can now process 1 arc sec hgt(.zip) files (mainly for USA
306         regions).
307
308 2007-07-27
309 Quy Tonthat <qtonthat@gmail.com>:
310         * Plug filedescriptor leak in dem.c
311
312 2007-07-26
313 Quy Tonthat <qtonthat@gmail.com>:
314         * Display on status bar altitude at cursor using data from DEM layer(s).
315
316 2007-07-25
317 Quy Tonthat <qtonthat@gmail.com>:
318         * New google version numbers.
319
320 2007-07-24
321 Quy Tonthat <qtonthat@gmail.com>:
322         * Disable GeoCache Acquire since it nolonger works. Can be enabled
323         again using configure --enable-geocaches.
324
325 2007-07-18
326 Quy Tonthat <qtonthat@gmail.com>:
327         * Remove (my) debug messages which are no longer needed.
328
329 2007-07-15
330 Quy Tonthat <qtonthat@gmail.com>:
331         * Missing a few changes here.
332         * release 0.9 (by Guilhem)
333
334 2007-07-13
335 Quy Tonthat <qtonthat@gmail.com>:
336         * Eliminate the needs of entering DEM files for every single
337         track/waypoint layer.
338
339 2007-07-07
340 Quy Tonthat <qtonthat@gmail.com>:
341         * Fixed typo in Makefile.am
342
343 2007-07-06
344 Evan Battaglia <gtoevan@gmx.net>:
345         * Merge DEM Branch
346
347 2007-07-04
348 Quy Tonthat <qtonthat@gmail.com>:
349         * Bug fix: View Mode displayed wrong setting on start up
350
351 2007-07-03
352 Quy Tonthat <qtonthat@gmail.com>:
353         * Fixed bugs that caused draw_scale and draw_centermark status not being
354         consistent among View menu, viewport and loaded files.
355
356 2007-07-02
357 Evan Battaglia <gtoevan@gmx.net>
358         * DEM Branch: Trying to fix/cleanup various DEM things
359         * DEM Branch: Support for SRTM 3 arcsecond _global_ DEM data from http://www2.jpl.nasa.gov/srtm/ 
360
361 2007-07-02
362 Quy Tonthat <qtonthat@gmail.com>:
363         * Fixed bugs that caused crashes during GPS upload/download.
364
365 2007-07-01
366 Quy Tonthat <qtonthat@gmail.com>:
367         * Make "Save Image" and "Save Image Directory" dialogs reusable.
368
369 2007-06-24
370 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
371         * Merging with Ralf's work around debianization
372         * INSTALL: refreshed
373
374 2007-06-23
375 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
376         * Minor change to avoid SEGFAULT on x86_64
377         * Add DownloadOptions type to specify referer per map source
378
379 2007-06-19
380 Quy Tonthat <qtonthat@gmail.com>:
381         * Fix bugs that causes "drawcentermark" not recognised when reading
382         from files.
383         * Fix a wild pointer bug that can cause crashes
384
385 2007-06-18
386 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
387         * Copying libcurl.m4 as it is needed everywhere
388
389 2007-06-18
390 Quy Tonthat <qtonthat@gmail.com>:
391         * New google version numbers.
392         * Make scale more visible.
393         * Add center mark which can be turn on/off in View menu.
394         * Viking now uses cookies for http requests. Some server(s) is quite
395         picky about this. (With great help from Lixus <gps@muellers.ms>)
396         * Download maps along a track. Right click on a track layer, select map
397         type and zoom level, viking will do the rest.
398         * release 0.1.3-20070618
399
400 2007-06-13
401 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
402         * Adding an icon (suggested by Ralf Meyer <ranfyy@gmail.com>)
403
404 2007-06-8
405 Quy Tonthat <qtonthat@gmail.com>:
406         * Fix a bug that causes segfault when viewing properties of a
407         waypoint.
408
409 2007-06-1
410 Quy Tonthat <qtonthat@gmail.com>:
411         * Fix a bug that causes segfault when viewing properties of a track
412         that has only one trackpoint with elevation information.
413         * Backport Evan's magic scissors from DEM branch.
414
415 2007-05-31
416 Quy Tonthat <qtonthat@gmail.com>:
417         * Add Google Maps search to View menu and Toolbar
418         * Waypoint created right after the search will pick up the search
419         string as comment. (Use TrackWaypoint Layer menu, not toolbar, to
420         create waypoint).
421
422 2007-05-26
423 Mark Coulter <i_offroad@yahoo.com>
424         * new waypoint symbols.
425
426 2007-05-26
427 Quy Tonthat <qtonthat@gmail.com>:
428         * Fix intermittent problem of map redraw.
429         * Mapslayer: Fixed bugs that cause in some cases, map display can not
430         be refreshed without downloading.
431
432 2007-05-24
433 Ralf Meyer <ranfyy@gmail.com>:
434         * Adding man pages.
435
436 2007-05-24
437 Quy Tonthat <qtonthat@gmail.com>:
438         * Maps layer: Improve performance for map autodownload.
439         * Make dimensions easier to be found and changed to suit own tastes.
440         * Small touches on the look.
441
442 2007-05-23
443 Quy Tonthat <qtonthat@gmail.com>:
444         * New GPS layer menu items: "empty upload", "empty download", "empty
445         all"
446         * acquire->Google Directions now record and display previous queries
447         fo "From"/"To" entries.
448         * Position Google Directions dialogs at the center of Viking window.
449
450 2007-05-22
451 Quy Tonthat <qtonthat@gmail.com>:
452         * GPS layer track and waypoint data can now be saved.
453         * Disable prompt for save before exit.
454         * Add "Save and Exit" to File menu.
455
456 2007-05-20
457 Evan Battaglia <gtoevan@gmx.net>
458         * DEM Branch
459
460 2007-05-20
461 Quy Tonthat <qtonthat@gmail.com>:
462         * Stop autodownload from running forever on map downloading errors.
463
464 2007-05-18
465 Quy Tonthat <qtonthat@gmail.com>:
466         * Add curl-devel to spec file.
467         * Map tool: Left click can now refresh display of map tiles.
468         * Check for non-displayable data after downloading map.
469
470 2007-05-17
471 Quy Tonthat <qtonthat@gmail.com>:
472         * Fix problems in map downloading caused by unreliable error
473         detection.
474         * Release 0.1.3
475
476 2007-05-15
477 Quy Tonthat <qtonthat@gmail.com>:
478         * Fixed bugs that can cause segfault on exit. The problem was caused
479 by mapslayer's weak_ref not being unref'ed in some cases.
480
481 2007-05-13
482 Evan Battaglia <gtoevan@gmx.net>
483         * 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.
484
485 2007-05-11
486 Evan Battaglia <gtoevan@gmx.net>
487         * Fix removal of redownloaded tiles from memory cache.
488         * Fix a stupid segfault in main.c (opening new files)
489
490 2007-05-09
491 Quy Tonthat <qtonthat@gmail.com>:
492         * New Google version numbers.
493
494 2007-05-08
495 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
496         * New "Refresh onscreen tiles" menu entry
497
498 2007-05-04
499 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
500         * debian/: debianization
501
502 2007-04-29
503 Reid Priedhorsky <reid@reidster.net>
504         * libusb support
505
506 2007-04-28
507 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
508         * OpenSourceMap slippy maps (in osm.c) -- Maplink tiles
509         * Add configuration option for OpenStreetMap sources
510
511 2007-04-23
512 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
513         * OpenSourceMap slippy maps (in osm.c) -- Osmarender and Mapnik
514
515 2007-04-21
516 Evan Battaglia <gtoevan@gmx.net>
517         * OpenSourceMap slippy maps (in google.c) -- identical to google maps except zoom numbering
518
519 2007-04-16
520 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
521         * Adding libcurl support
522
523 2007-04-04
524 Quy Tonthat <qtonthat@gmail.com>:
525         * New Google version number.
526         * Fixed Google Directions
527
528 2007-02-20
529 Quy Tonthat <qtonthat@gmail.com>:
530         * GPS layer dialog now displayed at the center of the Viking main
531         window.
532
533 2007-02-19
534 Quy Tonthat <qtonthat@gmail.com>:
535         * New Google version numbers.
536
537 2007-02-15
538 Quy Tonthat <qtonthat@gmail.com>:
539         * Made viking.spec.in out of Michael's viking.spec
540         * Added viking.spec.in to autoconf files.
541
542 2007-02-15
543 Michael A Peters <mpeters@mac.com>:
544         * Added viking.spec
545
546 2007-02-14
547 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
548         * NEWS, configure.ac: preparing 0.1.2
549
550 2007-02-13
551 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
552         * src/vikwindow.c: remove URL and version number from window title
553         * src/dialog.c: add URL and use dynamic information for version
554         * AUTHORS, src/dialog.c: update contributors list
555         * AUTHORS, src/dialog.c, src/Makefile.am: About dialog filled with
556         AUTHORS file
557
558 2007-02-07
559 Quy Tonthat <qtonthat@gmail.com>:
560         * Fix bug that causes crashes when click at the right side (outside)
561         of the track graph area in the Track Poperties window. 
562
563 2007-02-06
564 Jocelyn Jaubert <jocelyn.jaubert@gmail.com>
565         * Add new information to Track Properties. Postion in time will be
566         tracked and display when moving mouse cursor around the track graph.
567
568 2007-02-06
569 Quy Tonthat <qtonthat@gmail.com>:
570         * New google version numbers.
571         * correct main window title and viking website.
572
573 2007-02-05
574 Quy Tonthat <qtonthat@gmail.com>:
575         * Cosmetic changes.
576
577 2007-02-04
578 Quy Tonthat <qtonthat@gmail.com>:
579         * Simplify tools enable/disable codes.
580
581 2007-02-01
582 Quy Tonthat <qtonthat@gmail.com>:
583         * Only tools that work with current active layer are enable,
584         others are disable (fade out and does nothing when clicked on).
585
586 2007-01-27
587 Quy Tonthat <qtonthat@gmail.com>:
588         * Display map sections while downloading (bug 1303429)
589
590 2007-01-25
591 Quy Tonthat <qtonthat@gmail.com>:
592         * Fixed bugs that caused crashes on creating new map layer or
593           new track/waypoint layer.
594
595 2007-01-24
596 Quy Tonthat <qtonthat@gmail.com>:
597         * Updated google tranparent version number.
598         * Made it more convenient to update google version numbers.
599
600 2007-01-23
601 Quy Tonthat <qtonthat@gmail.com>:
602         * Merged branch modular to trunk.
603
604 2007-01-05
605 Quy Tonthat <qtonthat@gmail.com>:
606         * Bug fix: main menu edit->delete and edit->cut did not work with
607         waypoints and tracks.
608
609 2007-01-04
610 Quy Tonthat <qtonthat@gmail.com>:
611         * Added "Copy" and "Cut" to popup menus for track and waypoint (on the
612         layer panel).
613
614 2007-01-03
615 Quy Tonthat <qtonthat@gmail.com>:
616         * bug fix: crash on inserting aggregate layer if the selected layer's
617         parent is not an aggregate layer.
618         * bug fix: crash when delete a child layer whose parent is not
619         an aggregiate layer (eg gpslayer)
620         * Menu item selection for layer instances.
621
622 2007-01-02
623 Quy Tonthat <qtonthat@gmail.com>:
624         * gpslayer: Unexpose interface functions.
625         * Layers now can have their say on what pop up menu items they want.
626
627 2007-01-02
628 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
629         * Add ability to disable Terraserver stuff
630         * Add ability to disable Expedia stuff
631
632 2007-01-01
633 Quy Tonthat <qtonthat@gmail.com>:
634         * gpslayer: fix bugs that causes crashes when click "Cancel" on layer
635         creation dialog.
636
637 2007-01-01
638 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
639         * Make all .h self sufficient
640         * Add ability to disable Google stuff
641         
642 2006-12-31
643 Quy Tonthat <qtonthat@gmail.com>:
644         * Added gps layer
645
646 2007-01-02
647 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
648         * Add ability to disable Terraserver stuff
649         * Add ability to disable Expedia stuff
650
651 2007-01-01
652 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
653         * Make all .h self sufficient
654         * Add ability to disable Google stuff
655         
656 2006-12-26
657 Quy Tonthat <qtonthat@gmail.com>:
658         * Fix a google version number change (at least in Australia).
659
660 2006-12-07
661 Quy Tonthat <qtonthat@gmail.com>:
662         * Fix an array overflow bug in Map Layer Properties
663         
664 2006-12-04
665 Alex Foobarian <foobarian@gmail.com>:
666         * Added an "About" dialog
667         
668 2006-11-30
669 Alex Foobarian <foobarian@gmail.com>:
670         * Added Quy Tonthat's patch to fix a bug in Track Properties
671
672 2006-11-29
673 Alex Foobarian <foobarian@gmail.com>:
674         * Added patch by Quy Tonthat <qtonthat@gmail.com> to fix a crash bug
675         
676 2006-11-12
677 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
678         * Add expat explicit dependency
679
680 2006-10-31
681 Alex Foobarian <foobarian@gmail.com>:
682         * Visual feedback for moving waypoints
683
684 2006-10-30
685 Alex Foobarian <foobarian@gmail.com>:
686         * Created standard Edit menu
687         * Implemented Cut for trackpoints and waypoints
688         * When moving trackpoints, we now draw one under the cursor for visual feedback
689
690 2006-10-26
691 Alex Foobarian <foobarian@gmail.com>:
692         * Cleared up the drawing modes and map type descriptions
693         * Updated google version string to make it work in Europe
694         * Added Cut/Copy/Paste shortcuts to right-click menus
695         * Compacted the track properties dialog
696
697 2006-10-23
698 Alex Foobarian <foobarian@gmail.com>:
699         * Introduced a toolbar tool interface, converted existing tools to use it
700         * As a result, ruler drawing bugs are gone
701         * Sped up ruler drawing by increasing the redraw priority
702
703 2006-08-15
704 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
705     * Add implicit DMS->DDD conversions in waypoints dialogs
706
707 2006-07-26
708 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
709         * src/degrees_converters.c, src/degrees_converters.h,
710           test/degrees_converter.c: add dec -> DDD conversion
711         * src/degrees_converters.c, src/degrees_converters.h,
712           test/degrees_converter.c: add dec -> DMM conversion
713         * src/degrees_converters.c: refactor dms conversions
714
715 2006-07-24
716 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
717     * Add patch for GoogleMaps from Reid Priedhorsky
718
719 2006-07-22
720 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
721         * Makefile.am, configure.ac, src/Makefile.am,
722           src/degrees_converters.c, src/degrees_converters.h,
723           test/Makefile.am, test/check_degrees_conversions.sh,
724           test/degrees_converter.c: Adding degrees conversion functions
725           (DDD/DMM/DMS)
726
727 2006-07-06
728 Evan Battaglia <gtoevan@gmx.net>
729         * ChangeLog, src/google.c: Upgrade Google Maps -- Europe
730
731 2006-07-01
732 Evan Battaglia <gtoevan@gmx.net>:
733         * Upgrade Google Maps version (yay Europe!)
734
735 2006-06-11
736 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
737         * NEWS, configure.ac: Preparing 0.1.1
738
739 2006-05-25
740 Alex Foobarian <foobarian@gmail.com>:
741         * Cleaned up the data source interface
742         * Added a setup dialog to the GPS data source, with protocol type and serial port location
743
744 2006-05-12
745 Alex Foobarian <foobarian@gmail.com>:
746         * Small fixes in Acquire from GPS code
747
748 2006-05-08  Guilhem BONNEFILLE  <guilhem.bonnefille@gmail.com>
749         * autogen.sh: simpler method to start from CVS
750
751 2005-12-03
752 Evan Battaglia <gtoevan@gmx.net>
753         * Data sources -- check for existence of necessary things
754
755 2005-11-25
756 Evan Battaglia <gtoevan@gmx.net>
757         * Created "data sources" structure to easily add new data sources via GPS babel.
758           It's ugly now and there's a lot to be done, but I think 79-line datasources_google.c
759           shows the power of the approach.
760         * Data sources: Google & Geocaches
761
762 2005-11-23  Guilhem BONNEFILLE  <guilhem.bonnefille@gmail.com>
763         * src/gpx.c (gpx_dtostr): add better GPX export
764 Evan Battaglia <gtoevan@gmx.net>:
765         * dtostr -> coords.c; use in gpsmapper.c and gpspoint.c (locale-independent output)
766
767 2005-11-21
768 Alex Foobarian <foobarian@gmail.com>:
769         * Fixed v-t diagram crash bug
770
771 2005-11-19
772 Alex Foobarian <foobarian@gmail.com>:
773         * GPSBabel acquire code
774
775 2005-11-18
776 Alex Foobarian <foobarian@gmail.com>:
777         * Copy/paste of individual track- and way-points updated to work between processes.
778
779 2005-11-17
780 Alex Foobarian <foobarian@gmail.com>:
781         * Copy/paste between viking processes
782         * Layer marshalling support
783
784 2005-10-28  Guilhem BONNEFILLE  <guilhem.bonnefille@gmail.com>
785         * configure.ac: Adding --with-mapcache configure option
786         * src/config.h: Removed because no more used (generated)
787
788 2005-10-18
789 Alex Foobarian <foobarian@gmail.com>:
790         * Fix ruler declination in UTM mode
791
792 2005-10-17  Guilhem BONNEFILLE  <guilhem.bonnefille@gmail.com>
793         * src/icons/Makefile.am: assumes the creation of icons.h
794         * src/garminsymbols.c, src/vikwindow.c: icons.h re-located
795         * src/Makefile.am: no more icons.h production
796
797 2005-10-16
798 Evan Battaglia <gtoevan@gmx.net>
799         * Fix ruler: show angle, distance even when compass off-screen.
800         * Fix bgitemcount. Background items status bar "should" be accurate now.
801
802 2005-10-13
803 Alex Foobarian <foobarian@gmail.com>:
804         * Drag and drop whole track/waypoint lists
805
806 2005-10-12
807 Alex Foobarian <foobarian@gmail.com>:
808         * Coord layer drawing for lat/lon based projections
809
810 2005-10-11
811 Alex Foobarian <foobarian@gmail.com>:
812         * Draw a compass when using a ruler
813
814 2005-10-07
815 Alex Foobarian <foobarian@gmail.com>:
816         * Added ruler drawing to the ruler tool
817
818 2005-10-06
819 Alex Foobarian <foobarian@gmail.com>:
820         * Added support for pasting coordinates in lat/lon format
821
822 2005-10-05
823 Alex Foobarian <foobarian@gmail.com>:
824         * Change clipboard so as to use GTKClipboard. Prepare for support for pasting coordinates, etc.
825 Evan Battaglia <gtoevan@gmx.net>:
826         * When pasting waypoints and tracks, do name resolution (add #2, etc)
827
828 2005-10-01
829 Evan Battaglia <gtoevan@gmx.net>:
830         * make symbols work for geocaching .loc files (and case-insensitive symbol names)
831         * Option as to whether or not to show unit scale (esp for exporting images)
832
833 2005-09-30  Guilhem BONNEFILLE  <guilhem.bonnefille@gmail.com>
834         * configure.ac, src/Makefile.am (SUBDIRS): added auto-tools support for src/icons
835 Alex Foobarian <foobarian@gmail.com>:
836         * Added a drag_drop_request method to layer interface, updated DnD to use it
837         * Updated DND to insert layers at the point of the drop, instead of front of list
838         * Added wp symbol support to gpx
839         * Fixed name collisions during track/wp DND
840         * Layer-wide option as to whether to show waypoint symbols      
841
842 2005-09-29
843 Alex Foobarian <foobarian@gmail.com>:
844         * Added support for waypoint symbols (changing, loading, saving), and a small number of icons.
845         * Added a scale ruler
846         * Changed panning to show less "garbage" in exposed areas
847         
848 2005-09-28
849 Evan:
850         * menu.xml & icons inline
851
852 2005-09-27
853 Alex Foobarian <foobarian@gmail.com>:
854         * GtkUIManager/Toolbar
855         * DND in the LayersPanel
856 Evan:
857         * strtod -> g_strtod (i18n glitch)
858
859 2005-09-25  Guilhem BONNEFILLE  <guilhem.bonnefille@gmail.com>
860         * src/globals.h (VIKING_VERSION): uses the PACKAGE_VERSION macro
861         * Makefile.am (EXTRA_DIST): handles viking-remote
862         * src/Makefile.am (AM_CFLAGS): substitution of CFLAGS by AM_CFLAGS
863         * doc/Makefile.am, doc/dev/Makefile.am: new files
864         * Makefile.am (SUBDIRS): handles doc directory
865         * configure.ac: handles doc and doc/dev directories
866
867 2005-09-16
868 Alex Foobarian <foobarian@gmail.com>: fix to v-vs-t (better drawing)
869 Evan:   * GPX fixes
870         * So Geocaching .LOC _isn't_ GPX?!?!? Oh well, it's XML...
871         * GPX write, click v-vs-t diagram
872         * Option to show stops in TRWLayer options, and stop_length
873         * Elevation plotting relative to min and max elevation in track.
874         * Option to do elevation plotting, and controlling relative height
875
876 2005-09-15
877         * 4+ hours later and voila, GPX read support
878         * Fixes in propwin if track doesn't have certain data, say so.
879
880 2005-09-14
881 Me (Evan) again:
882         * Fix USGS support
883         * Click on the elevation map to go there, so you can see where a mountain-top is etc.
884         * Don't crash on track properties of an empty track.
885
886 2005-09-13
887 Guilhem BONNEFILLE  <guilhem.bonnefille@gmail.com>:
888        * bootstrap: new file to bootstrap auto-tools
889        * src/config.h (VIK_CONFIG_ALPHABETIZED_TRW): no more set via this file
890        * Makefile.am (bin_SCRIPTS): viking-remote added
891        * configure.ac: --enable-alphabetized-trw option added
892
893 Evan Battaglia <gtoevan@gmx.net>:
894        * Experimental altitude funky plotting I'm working on
895
896 2005-09-12
897 Alex Foobarian <foobarian@gmail.com>'s changes
898 * disable stops, for now (I forgot about those...)
899 * Track elevation graph: minimum altitude difference for less jagged curves
900 * Track elevation graph: gray background, blue foreground
901 * Track elevation graph: lines to clearly show absolute elevation
902 * New velocity-vs-time graph & calculating function
903 * Notebook to hold this new graph with track elevation graph
904 My (Evan's) changes:
905 * Fix above v-vs-t patch to not crash on tracks without timestamp.
906 * Not show v-vs-t graph and/or elevation map if the necessary data isn't there.
907 Guilhem BONNEFILLE  <guilhem.bonnefille@gmail.com>'s changes
908         * bootstrap: new file to bootstrap auto-tools
909         * src/config.h (VIK_CONFIG_ALPHABETIZED_TRW): no more set via this file
910         * Makefile.am (bin_SCRIPTS): viking-remote added
911         * configure.ac: --enable-alphabetized-trw option added
912
913 2005-09-07
914 Autotools support by Guilhem Bonnefille.
915
916 2005-09-06
917 Added Alex Foobarian's track duration patch.
918 Added Alex Foobarian's track profile patch.
919 Added Alex Foobarian's elevation map fix.
920
921 2005-09-04
922 Map cache fix: if only one map can fit / one map is bigger than cache size, then that's OK.
923 Delete from cache when updating image.
924
925 2005-08-18
926 Map cache size based on memory usage, not number of images. Some flaws to be worked out still in this.
927
928 2005-08-16
929 Accepted USGS maps support from Clark McKines. Pretty slick, I'll have to take a look at it.
930
931 2005-08-02
932 Quite easily added support for Mercator projection & Google Mercator maps (regular, transparent etc)
933 Chaned waypoint types a little bit (size of waypoint)
934
935 2005-07-31
936 Hopefully fixed background.c item # count
937 Fixed KH Maps (v=2)
938
939 2005-06-20
940 A little research & added KH Maps support.
941
942 2005-06-19
943 Fixed right-click waypoint edit -> crash bug, hopefully.
944 Fixed "everyone lives in zone 11" assumption for vikgeoreflayer.c; still monozone though ...
945 Made it so when you paste or add a new layer, it pastes it before the selected layer, not to the top.
946 Fixed the bug where pasting a map layer messed up the name.
947 Made dragging middle mouse button pan. Removed pan tool. Thanks Reid for the idea.
948 Made different options for drawing waypoint dots. Not very good but we can make better-looking ones later.
949 Side view of tracks Ã  la Garmin MapSource, nice ...
950 Fixed Google street maps simply by changing "v=.1" to "v=.3" ; the newest version of gmaps is completely different, I'm unsure how long this will work for.
951
952 2005-05-05
953 Experimenting with stops
954
955 2005-05-01
956 Fixed cheap ruler bug (use ruler, change draw mode, use ruler, crash). That's really not good... but hey, it _is_ alpha software.
957
958 2005-04-24
959 Added "how many maps currently downloading" status bar hack
960
961 2005-03-11
962 What the heck? Viking-remote didn't work? Fixing --/- stuff. Also fixing hang if can't open. Did this by putting gdk_threads_enter() before file opening in main.c.
963 Update viking-remote to work _right_ with maps, also geo://GC1234/ works, nice...
964
965 2005-03-08
966 Uffda, I forgot Oggdeir's gpsmapper.c patch.
967 Also fixed Windows compiling.
968
969 2005-02-28
970 Fixed Windows compiling, hopefully.
971 Removed TopoZone support per topozone.com request.
972
973 2005-02-27
974 Instituted a really nice background downloading system with a separate system, works like a charm.
975 Fixed (hopefully) a bug where a download failed the filename wasn't deleted, leaving an empty file.
976 Misc cleanups/testing surrounding downloading.
977 Autodownload
978 Fix other stuff, including moving a waypoint (delete while moving -> crash)
979
980 2005-02-26
981 X and Y zoom levels for maps so factors don't have to be equal.
982 Fixed maps zoomed out, added an combo box for it by adding a combo box in viklayer.c, fixed maptype to use map id and not internal array index
983 Changed VikTrwLayer properties dialog to add an image tab, fixed GtkTable layout so as not to stretch out stuff in the y direction.
984 Fixed /var/cache/maps stuff
985 Safety for maps zoomed out
986 Fixed mapzoom for cases where factors aren't equal
987 Got the basic download in background code on, now just minor nicities
988 Got the genius idea that someone might want to open up more than one file at one time ;)
989
990 2005-02-25
991 No time tonight, gotta get some sleep. Did work on hooking up Google Maps with GPSBabel's module into viking with a wget & a sed command. Totally awesome.
992 Also, added support for the highest google zoom level which I didn't know existed.
993
994 2005-02-23
995 I'm not really supposed to be working on this ... but it get's addictive, so close to a release...
996 Added back alpha support. It works for all map types now. Mostly useless for other types, unless you want to see tracks under your map, since you can't show more than one non-Terraserver map at the same time.
997 Started work on maps for different zoom levels. You can do all different maps at all different zoom levels, even zoom in. Don't zoom in with expedia maps though, it could create a 2000px x 3000px size image or so, and cache up to 10,000 of those. Yeah.
998
999 2005-02-22
1000 Made it easier to use all these maps -- switching between them, correct zoom levels, etc.
1001 Expedia for Europe (thanks GPSDrive people again)
1002 Kit Transue's UTM zone patch is back in for the new MapLayer. This marks the first time I have seen cross-UTM zone Topozone maps. Interestingly enough it seems that they patch the maps together. Viking messes this up a little bit but in general it works fairly well. I'm still amazed it's possible ;)
1003 Minor cleanups etc.
1004
1005 2005-02-21
1006 Tons of work today, too much to list really. Basicly I threw away VikMapLayer and started over. This one's nice, really easy to add new types. Google, Expedia, and Terraserver maps are now functioning, but the layer isn't completed yet, many things such as alpha, download in the background, etc. aren't quite there yet.
1007 Topozone support, heh ;) Of course none of these maps can be used together. Especially since scaling isn't done yet. I'm also going to have to create some handy ways to switch between layers.
1008
1009 2005-02-20
1010 Finally got the brilliant notion that a GSList isn't the smartest way to do memory map caching. In fact it's probably one of the stupidest. Increased speed (when all maps loaded) by 30x or so by using a GHashTable shared between layers. How much of the slowdown was accumulated somehow since 0.0.8 is unknown.
1011 New map caching file naming scheme. Hierarchial directory structure for faster lookup.
1012 Tweaked the above memory caching scheme to use a linked list in conjunction with a hashtable to allow for a maximum size limit to the cache. Currently you have to edit the file to set this upper limit. And it's in tiles -- doesn't matter the size of the tiles.
1013 Added some code in http.c of all places to make 2 directories above if they don't exist (new caching filename scheme)
1014
1015 2005-02-19
1016 Fixed params[3] -> params[2] l1738 to fix click image
1017 Fixed delete a waypoint->crash bug
1018 Fixed TOPLAYER_FROM_WIDGET() error on right click wp -> properties (no VLP to use this on; use FROM_LAYER())
1019
1020 2005-02-18
1021 Wow, Haven't worked on this in a while...
1022 Sorry, just adding a hack to allow me use mapzoom at 0.25 quality.
1023
1024 2005-02-02
1025 Changed pan, a little bit, to move the map. Not good enough though, it leaves behind stuff now. Couldn't get it to not flicker, and run at a decent speed.
1026
1027 2005-01-29
1028 Fixed waypoint pango drawing.
1029 Compatibility layer for GtkColorButton to use an entry for GTK 2.2
1030 Move Waypoints by dragging
1031 Snap to WP (shift-) for TP & WP moving. Snap to TP (ctrl-) for WP moving and still TP moving.
1032 Select WP on the side when editing (if the layer is selected that is)
1033
1034 2005-01-28
1035 Changed over to Pango, finally. Just experimentally so far, though; gotta cement it and fix it over.
1036 Changed the properties/parameters system to allow tabs (groups) in properties boxes.
1037 Tracks & waypoints now alphabetized! Three cheers! I can't believe how relatively easy that was. Two new functions in viktreewview.c and two more lines of code in viktrwlayer.c, I thought it was going to be hard for some reason...
1038 Added a GtkColorButton thing for layer properties. This officially boosts the minimum requirements to GTK+ 2.4. This shouldn't be too much of a problem since 2.6 is out already.
1039 Settable waypoint background & text colors. Different ones for different layers is incredibly snazzy.
1040 Settable track bg color. Also fix some switch/case stuff... forgot to break...
1041 So you can do plain transparent (no WP background) by choosing white and selecting color translucency... Not exactly clear. But wow, these colors are looking really awesome.
1042
1043 2005-01-23
1044 Expedia maps working now. Don't *exactly* match up on the top and bottom sides, but I'm not sure I can get much better. Good enough. More fixes, added autodownload (thought that was already in here? maybe only in my topozone version).
1045 Fixes, lots of small stuff -- e.g. a bug I introduced where it wasn't getting the correct utm zone for terraserver maps when downloading.
1046 Fixed a weird GTK bug where updating the coord mode menu radio button would change the coord mode. See only_updating_coord_mode_ui
1047 Implemented "invisble auto-downloads". Thought up a new way of doing downloads -- a queue and only one other process -- but probably won't implement that for a while.
1048 Wow, auto-download + street maps is really neat!
1049
1050 2005-01-22
1051 Working on implementing Expedia maps .. Lots of stuff, had to change HTTP to hande forwarding, that took a while just to test. Had to restructure some vikmaplayer code to know about expedia maps and download differently. LOTS more to go however. It now downloads maps, but that's about it. Lots of work to go.
1052 OK, now it cuts off the sides (ads) and stuff. Snazzy. I made a test "draw" function but it isn't working perfectly yet. It is working and piecing together maps though. They look OK pieced together but street names are messed up at borders sometimes to I'm going to make the pieces bigger.
1053 Did I mention it draws the maps in the wrong places?
1054
1055 2005-01-21
1056 Many little things tonight:
1057 Much cleaner way of doing alpha/bleach. Slightly less functionality (can't do bleach and alpha) but cleaner and should be faster.
1058 Made it so it saves coordinate mode in the .vik file.
1059 Made it so you can change the background. Saves this to the .vik file.
1060 White background under tracks. Inefficient but it works.
1061
1062 2005-01-20
1063 Added support for Urban Areas color photograph maps from TerraServer.
1064 Just a note: TopoZone isn't going to work. I had added support for it in my own prviate version, and used it happily for areas where TerraServer was messed up. But one day it didn't work. They changed their site so it's hard (if not impossible) to get to the image directly. I could always do indirect, though ...
1065
1066 2005-01-17
1067 Made it so you can change modes
1068 Optimized a little tiny bit, drawing still slow
1069 GREATLY Improved UTM drawing speed by remember zone width in VikViewport. I think kit meant to do that, there was a zonie_width item in VikViewport; it went unused.
1070 Re-instituted UTM ce1, cn2, etc. checks that went out the door when multiple zones became available. It now does these checks only if UTM is used and there is one zone. Performance is now comparable to 0.0.5 speeds.
1071 Fixed minor UTM 2 zones bug I (apparently) introduced above where some things are on zoom.
1072
1073 2005-01-16
1074 Added "Visit Geocache Webpage" right-click waypoint option. Not very useful until I can click on waypoints, though.
1075
1076 2005-01-15
1077 Started massive UTM -> VikCoord abstraction project
1078 Wow.
1079 Biggest. Change. Ever.
1080 Worked on it about 5 hours. It seems to be going excellent! Most UTM's have been made into VikCoord's, except for some things like VikCoordLayer which I simply disabled. I just plugged in the Lat/Lon coord to screen code and it works! Now I have to work out all the bugs, add a change coordinate / conversion system, and fix a lot of stuff. WOO HOO!!!
1081 Update: added coord_to_screen and screen_to_coord for Lat/Lon. works FLAWLESSLY!!! AWESOME!!!
1082
1083 --- viking 0.0.8 ---
1084
1085 2004-12-25
1086 Added UTM zone glue-together by Kit Transue
1087 Fixed various things regarding this patch (distance, lines, etc.)
1088 Packages & uploaded changes
1089
1090 2004-11-27
1091 Back, but not really ...
1092 Added a fix by Peter Jones (gpspoint.c glitch)
1093 Added CYGWIN/Makefile fixes by Alex Stohr
1094
1095 --- viking 0.0.8 ---
1096
1097 2004-04-13
1098 Back from a 3-day GPS data gathering mission.
1099 Fixed bug wherein track GC's weren't getting updated when line_thickness was updated.
1100 Only waypoints and trackpoints if they're in the right UTM zone.
1101 Use g_spawn_command_line_async for showing pictures; support for Windows for this too.
1102 Rather drastically changed background.c so as not to use pthread's detach() and cancel() functions which are strangely absent in gthread.
1103 Changed background.c to gthread.
1104 Auto-switch UTM if you go too far.
1105 Draw little star on tracks if it was cut off due to UTM zones.
1106 Show human-readable time in trackpoint window.
1107 Fix trackpoint window so as to not show time of '0' if the TP has no timestamp.
1108 I didn't want to take this long with 0.0.8. 0.0.7 was released in just 27 days but 0.0.8 took 50. Oh well, I'll have to work doubly hard for 0.0.9. Here is Viking 0.0.8 all. Enjoy.
1109
1110 2004-04-09
1111 Prevent loading partially-downloaded file by first writing to a temp file and them writing that data to the image file.
1112 g_error_free () where neccessary.
1113 Changed "Map Download All" to clearer, more direct and generic code.
1114 Very easily used this code to make downloading lots of maps with the "map download" tool. Just drag over the square you want to download.
1115 Added map size parameter. Had to change viklayer.[ch], add an extra_widget_data field in the param struct and change viklayer.c to support different uint values for options
1116
1117 2004-04-08
1118 Some experimental work with maps at a different zoom level (e.g. 4mpp maps viewed at 16mpp)
1119
1120 2004-04-04
1121 Load thumbs in a background thread. Thumbs show up as soon as they are loaded and you redraw.
1122 Cleanup function for maps so incomplete map downloads will be deleted, woo hoo!
1123 Snap to TP for edit TP and new track. Hold down control.
1124 Added Max Speed, Average Speed, Average Dist Between Trackpoints in track property window.
1125 Added "Diff Speed" in TPWin so you can tell speed between one trackpoint to the next.
1126
1127 2004-04-03
1128 Put maps in a background thread while updating the UI, but you can still use viking. I have to duplicate all necessary data passed to the thread (what threads to download and where) in case that layer is deleted. I still have to a couple things (actually canceling the download operation) but it works very nicely, I can download lots of maps at the same time! It feels very liberating...
1129 Right click to redownload a map. Regretably some messed up maps have been showing up with the above method, it's a big mystery how exactly...
1130 Did a little test: disconnected my Internet connection and tried to download a map. Viking hanged for 22 seconds. I consider that acceptable, for now at least.
1131
1132 2004-04-02
1133 Fixed trw_layer_new_track_gcs getting called twice -- post_read link and in vik_trw_layer_create
1134 Just got finished loading thumbnails in the background. Aye, what a bother. But it works nice. (However once I got it to crash with an Xlib async error? Sigh, that's not good...)
1135
1136 2004-03-31
1137 Added support for clicking images to show it, using eog -- this currently cannot be changed. (!)
1138
1139 2004-03-23
1140 Fix crash on export code (Mike Davison)
1141 Use $VIKING_MAPS for default map directory if available (Mike Davison)
1142
1143 2004-03-08
1144 Move image to use when alpha drawing to VikViewport. That simplifies a lot.
1145 Little changes, here and there. Lots of options for images.
1146
1147 2004-03-07
1148 More work on dynamic Properties boxes, it will make adding new options _so_ much easier...
1149 A lot of work on this. Wow, Viking is getting big. And ugly.
1150 Also fixed a bug similar to another old bug -- forgot to copy waypoint image filename when a waypoint is copied.
1151 You can now choose the image size, via the new dynamic properties box.
1152
1153 2004-03-06
1154 Fixed a dumb bug that prevented you from opening GPSPoint files after Viking files.
1155 Working on dynamic Properties boxes, getting nowhere fast...
1156
1157 2004-03-05
1158 Wrote a tiny bit of code to further shrink and cache thumbnails.
1159
1160 2004-02-29
1161 background.c to use pthread to run stuff in the background (think -- downloading maps) and give a dialog to cancel (d'uh!)
1162 The ability to use pthread opens up a lot of possibilities about how to handle map downloads. For instance, you could have a little dialog where you have different groups of maps downloading. Lots of possibilities, I just have to think about how I want to implement them.
1163
1164 2004-02-28
1165 Lately I've been working on a GUI tool written in Python to link up pictures and track logs to figure out where a picture was taken. That's my excuse, anyways, for not working on Viking.
1166 Thought a little bit about how I'm going to do pictures in Viking. Looked over ROX-Filer's thumbnailing code.
1167 Added a bit of picture thumbnail code. You can now see photos in Viking.
1168
1169 --- viking 0.0.7 ---
1170
1171 2004-02-22
1172 Fixed edit TP, then rename track -> updates current_tp_track_name glitch.
1173 Took quite a bit of time to change the way tools work. Instead of returning TRUE to redraw, tools return TRUE if they "accept" the tool call. If they don't, then it will look for another layer that will accept the tool call. That way you can edit trackpoints on different layers. It's nice, actually.
1174 Fixed "edit layer name, then move it" bug the crept in somehow. It wasn't in 0.0.5-pre4, but I don't see any differences in the code, oh well, fixed it this time.
1175 One month and almost 4000 LOC later... Viking 0.0.7 "Gonna Move Those Mountains Aside"
1176
1177 2004-02-21
1178 Fixed track join deleting problem mentioned yesterday by keeping track of individual GtkTreeIter's for all tracks in a hash_table. Whenever a track is added/realized it's iter is added to the hash. Actually a rather pleasant (and fairly easy) solution. This simplifies deleting tracks in other places too, since we now don't need to know the iter.
1179 Very easily made it so that when you edit a trackpoint it selects the appropriate track in the layers panel. Press Shift+10 for fast deleting. Evidently the tracks list must be expanded.
1180 Fixed last_tpl (VikTrwLayer) / cur_tp (VikTrwLayerTpwin) confusion.
1181 Changed split up track to change current tp to first of new track rather than last of old.
1182 For some reason I felt I needed to add a thing in track properties which would count the number of duplicate TPs (same coords, one after the other) and make a button to remove them.
1183 You can now change latitude, longitude, and altitude of each TP in the track window. Good for setting exact location rather then moving.
1184 Added _real_ transparency support. I've tried before, but this time it actually wasn't hard it all. It was harder adding the UI stuff and layer attribute and all that. Anyway it might be a tad slow wise but it looks FANTASTIC!
1185 Fixed open and save dialogs (including VikFileEntry, but excluding render to image and export as gps* dialogs) so that the dialogs are not deleted and created each time but the same one is used. This means that it will stay in the same directory.
1186 How does a release tomorrow sound?
1187
1188 2004-02-20
1189 Can't seem to find the time for Viking these days. Today I managed to get a little work in.
1190 I did manage to add support for moving trackpoints. It's awesome. You just choose the edit TP tool, select a TP, and drag it.
1191 After experimenting with arcs (arrows) for TPs (it didn't work), I changed track drawing to draw a triangle for the startpoint and a circle for the endpoint.
1192 OK, So you can now join tracks (kind of ugly solution, but that was how it worked out), but the really ugly part is that it won't show up as deleted in the layers panel, and to make it do that, I need the track's layers panel Iter which I don't have from the tpwin. I sense major hackage ahead.
1193
1194 2004-02-16
1195 Thursday through Sunday was another "data gathering mission". I also though up a _lot_ of great ideas for Viking. Now I just have to find the time to implement them all.
1196 Today I added support in file.c for opening from stdin, aka "-". I also changed the magic number determining code to use ungetc() rather than rewind() so it will work correctly with stdin.
1197 Not part of viking, but I wrote a quickie viking-remote script.
1198
1199 2004-02-10
1200 Gotta get back to work. Sigh. Saturday and Sunday I went on a "data gathering mission", so there's my excuse. Yesterday I was away hacking on gpsbabel to support gpspoint (Viking) files.
1201 Fixing little tiny things, like making the tpwin not close when you delete a waypoint, fixing little mistakes in trwlayer, graying buttons, etc.
1202 Added little things to tpwin -- forward, previous, diff, makind diff work for delete button, etc.
1203 Added a_coord_utm_diff for tpwin diff & ruler tool & track length
1204 Added a_dialog_create_vbox_label function, converted vik_trw_layer_tpwin_new()
1205 Added track length, tp count, segment count in properties box
1206 Fixed if try to rename waypoint or track to one that already exists, crash bug (had to uppercase user input)
1207 Added split up into segments. Had to change a_dialog_new_track, do above change, and a million other things. Sigh.
1208 Fixed split up segments so it first makes a copy, then deletes the old copy. That way if the track was on the clipboard you can paste to get the original track again. Nifty eh?
1209 Added reverse track.
1210 That's all folks. I'm a-goin to bed.
1211
1212 2004-02-06
1213 Just got through fixing the hardest-to-track-bug I've ever tackled. Viking would crash when I copied a 
1214 pasted a layer in a certain file, but it seemed fairly random and gdb's backtraces were no help because 
1215 it was crashing on totally unrelated things (free'ing memory twice does weird things). I finally narrowed 
1216 it down to do a certain sequence to give me the warning: viking in free() chunk already freed, etc. Then 
1217 I used step (starting from vik_trw_layer_free) to determine exactly where it was free'ing something 
1218 twice. It was the waypoint comment. I noticed comments were different from the original waypoint (on the 
1219 original layer that had been copied) so I tried stepping thru vik_waypoint_copy to see whether the 
1220 waypoint was being copied correctly. It was then when I something wrong. I had assigned one waypoint to 
1221 another, then called the function vik_waypoint_set_comment(), which, upon seeing that the comment of this 
1222 new waypoint was not null, proceeded to free it, whilst the old waypoint still carried that comment 
1223 pointer around. The ironic part is one line of code (new_wp->comment = NULL;) fixed everything.
1224
1225 Well, glad to get that out of the way. Now I can proceed to work on new stuff.
1226
1227 I also made sure to delete the trackpoint window if the track gets deleted.
1228 The long-awaited SPLIT UP TRACK is finally in Viking. Goodie.
1229
1230 2004-02-03
1231 Set up signals for VikLayer. Constructed a super-cool yet slightly-slow chain of signals using VikAggregateLayer. It's wacky.
1232 All my hard internal work has finally payed off. I just added code for deleting trackpoints. It works, the signal is given to update and all is good. Yay.
1233
1234 2004-02-02
1235 Back to work. I hit a snag and had to switch VikLayer to a GObject to give off signals for updating for the track editing tool.
1236
1237 2004-01-30
1238 Very very small amount of code to report export image write errors to stderr.
1239 Some various work on track editing:
1240   Made another file/class viktrwlayer_tpwin.c
1241   Added labels to show info when you click a trackpoint
1242   Made it draw a big TP for the current TP
1243 I don't know why it's not in this ChangeLog, but some experimental Track[point] "editing" (realling finding) support was already there: the tool, the code for finding the nearest TP, and a line of code showing a dialog with the buttons which would be useful (I obviously did some planning.)
1244 Oh, Also, cut and paste waypoints support has been in for quite a while, before September, I'd say, somehow that escaped this log.
1245 Anywho, the road looks clear as to how to procede with respect to track editing: make sure to reset current_tp if track is deleted, add on features, etc.
1246
1247 2004-01-29
1248 Added a little thing to tell you how much are the map(s) will cover.
1249 FINALLY fixed coord layer so it shows ALL necessary coord lines (<sarcasm>it actually checks your zoom level now!!!</sarcasm>)
1250
1251 2004-01-28
1252 Slowly added "Generate directory of Images" support.
1253 Fixed pan tool.
1254
1255 2004-01-27
1256 You can now choose the name of the image to export to, choose the zoom level, and choose to get everything in the current viewing window.
1257 Also took 15 minutes to add a pan tool.
1258 Also made it remember your choices of width and height and image format for draw to image file.
1259
1260 2004-01-26
1261 I'm celebrating Australia Day by working on the Vik for the first time in ... My fingers don't go up that high, anyway.
1262 Adding code for exporting to image.
1263
1264 2003-9-22
1265 Took a short two month break. Hehe.
1266 Finally got around to checking whether server returns "200". Sometimes terraserver has erras.
1267
1268 --- viking 0.0.5 --
1269
1270 2003-7-15
1271 Simplified vikfileentry.c by using gtk_dialog_run
1272 Loading from World files
1273 Saving to World files
1274
1275 2003-7-14
1276 Map Layer -- default cache directory ~/.viking-maps (on UNIX) or C:\VIKING-MAPS (on Windows). This way people don't have to worry at all about cache directories, they can just use the default and it will automatically be created.
1277 Create default cache directory if it doesn't exist. Automatically add file separator on cache directory name.
1278 Don't write cache directory name to Viking file if it is default; if no directory use default (that way people can share files without having to worry about someone elses cache directory)
1279 Readability/Naming: InitGcs -> PostRead
1280
1281 2003-7-11
1282 More work on GeorefLayer. It's now pretty much working.
1283 Made vikfileentry.c, changed vikgeoreflayer and vikmaplayer to use it.
1284
1285 2003-7-10
1286 Changed zoom to two variables -- xmpp and ympp and implemented necessary changes in the layers.
1287 Added a "Goto Any Zoom" kind of dialog/function.
1288 Changed status bar a tad to reflect this.
1289 Started some work (mainly UI/semantics/program interface) on GeorefLayer. Will make it actually do something later.
1290
1291 2003-7-09
1292 Changed zoom limit from 32 mpp to 512 mpp.
1293 Changed zoom to a double to allow any zoom level.
1294
1295 2003-7-07
1296 Sorry ... "Real Life" (tm) has been taking up a lot of time lately. Anyway today I managed to implement track visibility in Viking GPS files.
1297
1298 2003-6-27
1299 Don't show an empty menu for a sublayer if it doesn't add anything to the empty menu
1300 Little bugfixes
1301
1302 2003-6-26
1303 Put all file stuff in one file.
1304 Removed old binary fileformat support. 3 days of work deleted in no time.
1305 Track -> VikTrack, Waypoint -> VikWaypoint, Trackpoint -> VikTrackpoint, vikwaypoint.c, viktrack.c
1306 Comment support, comment support for gpsmapper export
1307 Comment for gpspoint, backslashed quotes, etc. in comment in gpspoint.c. Lot of work... I could easily backslash track/wp name, but they usually dont have quotes in
1308 OK, I've been programming for over 4 hours. Break time.
1309 OK, back to work. Comment support complete, I've also added altitude output support for gpspoint.
1310 Switched various button order around in dialog.c to comply with HIG
1311 Track undo support. Double-click to end, right click to undo. Crazy day, huh?
1312
1313 2003-6-25
1314 Support for reading map and trackwaypoint layers. Also support for trackwaypoint data (in GPSPoint format)
1315 Whew! Write support is complete! Man, that's a lot of work. Now I just gotta iron out any wrinkles (such as getting rid of old file format support)
1316
1317 2003-6-24
1318 Half hour's worth of coding has made copying and pasting TrackWaypoint layers a reality.
1319 Started working on FF2. TODO: implement individual layer getters/setters functions, write support
1320 I've done an incredible amount of work today.
1321 Mission: By the weekend I must have FF2 support out the door.
1322
1323 2003-6-23
1324 Created Viking 0.0.5 branch.
1325 Started work on copy & paste layers. With just two hours or so worth of code, you can now cut, copy and paste coord and map layers and aggregate layers made up of these.
1326 You can even copy and paste between windows.
1327 Next up -- trackwaypoint layers, then we're off to copying items.
1328 Onward -- 0.0.5!
1329
1330 --- viking 0.0.4 ---
1331
1332 2003-6-23
1333 Viking 0.0.4 "Lame Duck Release"
1334 Alright, I haven't been doing anything for the last two days. Guess I'll just release what I have...
1335
1336 2003-6-20
1337 Added GpsMapper export support to make it easy to make Garmin maps.
1338 Made it so you can now rename tracks.
1339 Implemented map fade into white (alpha)! This should help distinguish tracks while still seeing maps.
1340
1341 2003-6-19
1342 Fixed a map caching problem that occurs when you lower the size of the memory cache (it won't really be lowered).
1343 Started experimenting with map semi-transparency. It's pretty cool.
1344
1345 2003-6-18
1346 HIG document compliance (Open, New, Close, modified flag, etc.) I probably won't be making a "Exit" menu item, because that is the dumbest and most confusing aspect of the HIG.
1347 Tearoff item for tools.
1348 Made a_file_basename and replaced all places where I previously just copied and pasted the code.
1349 Fixed _another_ "forgot to initialize" bug (layer.realized)
1350 Simplified interface by having one Open menu item for opening any type of file and an Append menu item to do the same
1351 In doing this, "./viking my.vik my2.vik my.gps my2.gps" etc. now works (concatenates into an unamed file.)
1352 Removed "Properties" from Aggregate Layer popup, and added info message when running "Properties" from the Layers menu on an Aggregate
1353 Provided a info message that tells the user the Top Layer cannot be deleted.
1354
1355 2003-6-17:
1356 Added error message for failed writes, fixed various bugs such as not free()ing any of the layers on exit (!)
1357 Also fixed some crashes such as when you try to export a trw layer and you can't write to it.
1358 Fixed button order in model dialogs to comply with GNOME HIG.
1359 Added a "Delete All Layers" item from the menu. Change menu names a little bit.
1360 Added "Save" support (current filename)
1361 Started thinking about HIG compliance in the way of documents. Will probably get rid of delete all layers and add new, open (in new window)
1362
1363 2003-6-16:
1364 Added VikTrwLayer serialization support, added "open" and "save" dialog boxes.
1365 Added error messages for failed reads, etc.
1366
1367 2003-6-15:
1368 More serialization work. The basics are now working, I have to add VikTrwlayer, maybe add some things in to make
1369 it less vulnerable to crashes and really big mallocs(), and maintain compatibility between versions.
1370
1371 2003-6-14:
1372 Got some more sample data for Viking via motorcycle riding ;)
1373
1374 2003-6-13:
1375 Fixed serious glitch that crashes on creating a new track. 
1376 Fixed viking crash that happens when a new track is being created, then deleted.
1377 Designed file format & started on serialization of layers.
1378 Moved Layer Icon loading stuff to VikTreeview, as poor designed as it sounds, to get ready for Serialization code.
1379
1380 2003-6-12:
1381 Viking 0.0.3, first public release