]> git.street.me.uk Git - andy/viking.git/blob - ChangeLog
ChangeLog entry
[andy/viking.git] / ChangeLog
1 2007-07-13
2 Quy Tonthat <qtonthat@gmail.com>:
3         * Eliminate the needs of entering DEM files for every single
4         track/waypoint layer.
5
6 2007-07-07
7 Quy Tonthat <qtonthat@gmail.com>:
8         * Fixed typo in Makefile.am
9
10 2007-07-06
11 Evan Battaglia <gtoevan@gmx.net>:
12         * Merge DEM Branch
13
14 2007-07-04
15 Quy Tonthat <qtonthat@gmail.com>:
16         * Bug fix: View Mode displayed wrong setting on start up
17
18 2007-07-03
19 Quy Tonthat <qtonthat@gmail.com>:
20         * Fixed bugs that caused draw_scale and draw_centermark status not being
21         consistent among View menu, viewport and loaded files.
22
23 2007-07-02
24 Evan Battaglia <gtoevan@gmx.net>
25         * DEM Branch: Trying to fix/cleanup various DEM things
26         * DEM Branch: Support for SRTM 3 arcsecond _global_ DEM data from http://www2.jpl.nasa.gov/srtm/ 
27
28 2007-07-02
29 Quy Tonthat <qtonthat@gmail.com>:
30         * Fixed bugs that caused crashes during GPS upload/download.
31
32 2007-07-01
33 Quy Tonthat <qtonthat@gmail.com>:
34         * Make "Save Image" and "Save Image Directory" dialogs reusable.
35
36 2007-06-24
37 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
38         * Merging with Ralf's work around debianization
39         * Adding debian subdirectory to automaked tarball
40         * INSTALL: refreshed
41
42 2007-06-23
43 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
44         * Minor change to avoid SEGFAULT on x86_64
45         * Add DownloadOptions type to specify referer per map source
46
47 2007-06-19
48 Quy Tonthat <qtonthat@gmail.com>:
49         * Fix bugs that causes "drawcentermark" not recognised when reading
50         from files.
51         * Fix a wild pointer bug that can cause crashes
52
53 2007-06-18
54 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
55         * Copying libcurl.m4 as it is needed everywhere
56
57 2007-06-18
58 Quy Tonthat <qtonthat@gmail.com>:
59         * New google version numbers.
60         * Make scale more visible.
61         * Add center mark which can be turn on/off in View menu.
62         * Viking now uses cookies for http requests. Some server(s) is quite
63         picky about this. (With great help from Lixus <gps@muellers.ms>)
64         * Download maps along a track. Right click on a track layer, select map
65         type and zoom level, viking will do the rest.
66         * release 0.1.3-20070618
67
68 2007-06-13
69 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
70         * Adding an icon (suggested by Ralf Meyer <ranfyy@gmail.com>)
71
72 2007-06-8
73 Quy Tonthat <qtonthat@gmail.com>:
74         * Fix a bug that causes segfault when viewing properties of a
75         waypoint.
76
77 2007-06-1
78 Quy Tonthat <qtonthat@gmail.com>:
79         * Fix a bug that causes segfault when viewing properties of a track
80         that has only one trackpoint with elevation information.
81         * Backport Evan's magic scissors from DEM branch.
82
83 2007-05-31
84 Quy Tonthat <qtonthat@gmail.com>:
85         * Add Google Maps search to View menu and Toolbar
86         * Waypoint created right after the search will pick up the search
87         string as comment. (Use TrackWaypoint Layer menu, not toolbar, to
88         create waypoint).
89
90 2007-05-26
91 Mark Coulter <i_offroad@yahoo.com>
92         * new waypoint symbols.
93
94 2007-05-26
95 Quy Tonthat <qtonthat@gmail.com>:
96         * Fix intermittent problem of map redraw.
97         * Mapslayer: Fixed bugs that cause in some cases, map display can not
98         be refreshed without downloading.
99
100 2007-05-24
101 Ralf Meyer <ranfyy@gmail.com>:
102         * Adding man pages.
103
104 2007-05-24
105 Quy Tonthat <qtonthat@gmail.com>:
106         * Maps layer: Improve performance for map autodownload.
107         * Make dimensions easier to be found and changed to suit own tastes.
108         * Small touches on the look.
109
110 2007-05-23
111 Quy Tonthat <qtonthat@gmail.com>:
112         * New GPS layer menu items: "empty upload", "empty download", "empty
113         all"
114         * acquire->Google Directions now record and display previous queries
115         fo "From"/"To" entries.
116         * Position Google Directions dialogs at the center of Viking window.
117
118 2007-05-22
119 Quy Tonthat <qtonthat@gmail.com>:
120         * GPS layer track and waypoint data can now be saved.
121         * Disable prompt for save before exit.
122         * Add "Save and Exit" to File menu.
123
124 2007-05-20
125 Evan Battaglia <gtoevan@gmx.net>
126         * DEM Branch
127
128 2007-05-20
129 Quy Tonthat <qtonthat@gmail.com>:
130         * Stop autodownload from running forever on map downloading errors.
131
132 2007-05-18
133 Quy Tonthat <qtonthat@gmail.com>:
134         * Add curl-devel to spec file.
135         * Map tool: Left click can now refresh display of map tiles.
136         * Check for non-displayable data after downloading map.
137
138 2007-05-17
139 Quy Tonthat <qtonthat@gmail.com>:
140         * Fix problems in map downloading caused by unreliable error
141         detection.
142         * Release 0.1.3
143
144 2007-05-15
145 Quy Tonthat <qtonthat@gmail.com>:
146         * Fixed bugs that can cause segfault on exit. The problem was caused
147 by mapslayer's weak_ref not being unref'ed in some cases.
148
149 2007-05-13
150 Evan Battaglia <gtoevan@gmx.net>
151         * 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.
152
153 2007-05-11
154 Evan Battaglia <gtoevan@gmx.net>
155         * Fix removal of redownloaded tiles from memory cache.
156         * Fix a stupid segfault in main.c (opening new files)
157
158 2007-05-09
159 Quy Tonthat <qtonthat@gmail.com>:
160         * New Google version numbers.
161
162 2007-05-08
163 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
164         * New "Refresh onscreen tiles" menu entry
165
166 2007-05-04
167 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
168         * debian/: debianization
169
170 2007-04-29
171 Reid Priedhorsky <reid@reidster.net>
172         * libusb support
173
174 2007-04-28
175 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
176         * OpenSourceMap slippy maps (in osm.c) -- Maplink tiles
177         * Add configuration option for OpenStreetMap sources
178
179 2007-04-23
180 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
181         * OpenSourceMap slippy maps (in osm.c) -- Osmarender and Mapnik
182
183 2007-04-21
184 Evan Battaglia <gtoevan@gmx.net>
185         * OpenSourceMap slippy maps (in google.c) -- identical to google maps except zoom numbering
186
187 2007-04-16
188 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
189         * Adding libcurl support
190
191 2007-04-04
192 Quy Tonthat <qtonthat@gmail.com>:
193         * New Google version number.
194         * Fixed Google Directions
195
196 2007-02-20
197 Quy Tonthat <qtonthat@gmail.com>:
198         * GPS layer dialog now displayed at the center of the Viking main
199         window.
200
201 2007-02-19
202 Quy Tonthat <qtonthat@gmail.com>:
203         * New Google version numbers.
204
205 2007-02-15
206 Quy Tonthat <qtonthat@gmail.com>:
207         * Made viking.spec.in out of Michael's viking.spec
208         * Added viking.spec.in to autoconf files.
209
210 2007-02-15
211 Michael A Peters <mpeters@mac.com>:
212         * Added viking.spec
213
214 2007-02-14
215 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
216         * NEWS, configure.ac: preparing 0.1.2
217
218 2007-02-13
219 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
220         * src/vikwindow.c: remove URL and version number from window title
221         * src/dialog.c: add URL and use dynamic information for version
222         * AUTHORS, src/dialog.c: update contributors list
223         * AUTHORS, src/dialog.c, src/Makefile.am: About dialog filled with
224         AUTHORS file
225
226 2007-02-07
227 Quy Tonthat <qtonthat@gmail.com>:
228         * Fix bug that causes crashes when click at the right side (outside)
229         of the track graph area in the Track Poperties window. 
230
231 2007-02-06
232 Jocelyn Jaubert <jocelyn.jaubert@gmail.com>
233         * Add new information to Track Properties. Postion in time will be
234         tracked and display when moving mouse cursor around the track graph.
235
236 2007-02-06
237 Quy Tonthat <qtonthat@gmail.com>:
238         * New google version numbers.
239         * correct main window title and viking website.
240
241 2007-02-05
242 Quy Tonthat <qtonthat@gmail.com>:
243         * Cosmetic changes.
244
245 2007-02-04
246 Quy Tonthat <qtonthat@gmail.com>:
247         * Simplify tools enable/disable codes.
248
249 2007-02-01
250 Quy Tonthat <qtonthat@gmail.com>:
251         * Only tools that work with current active layer are enable,
252         others are disable (fade out and does nothing when clicked on).
253
254 2007-01-27
255 Quy Tonthat <qtonthat@gmail.com>:
256         * Display map sections while downloading (bug 1303429)
257
258 2007-01-25
259 Quy Tonthat <qtonthat@gmail.com>:
260         * Fixed bugs that caused crashes on creating new map layer or
261           new track/waypoint layer.
262
263 2007-01-24
264 Quy Tonthat <qtonthat@gmail.com>:
265         * Updated google tranparent version number.
266         * Made it more convenient to update google version numbers.
267
268 2007-01-23
269 Quy Tonthat <qtonthat@gmail.com>:
270         * Merged branch modular to trunk.
271
272 2007-01-05
273 Quy Tonthat <qtonthat@gmail.com>:
274         * Bug fix: main menu edit->delete and edit->cut did not work with
275         waypoints and tracks.
276
277 2007-01-04
278 Quy Tonthat <qtonthat@gmail.com>:
279         * Added "Copy" and "Cut" to popup menus for track and waypoint (on the
280         layer panel).
281
282 2007-01-03
283 Quy Tonthat <qtonthat@gmail.com>:
284         * bug fix: crash on inserting aggregate layer if the selected layer's
285         parent is not an aggregate layer.
286         * bug fix: crash when delete a child layer whose parent is not
287         an aggregiate layer (eg gpslayer)
288         * Menu item selection for layer instances.
289
290 2007-01-02
291 Quy Tonthat <qtonthat@gmail.com>:
292         * gpslayer: Unexpose interface functions.
293         * Layers now can have their say on what pop up menu items they want.
294
295 2007-01-02
296 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
297         * Add ability to disable Terraserver stuff
298         * Add ability to disable Expedia stuff
299
300 2007-01-01
301 Quy Tonthat <qtonthat@gmail.com>:
302         * gpslayer: fix bugs that causes crashes when click "Cancel" on layer
303         creation dialog.
304
305 2007-01-01
306 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
307         * Make all .h self sufficient
308         * Add ability to disable Google stuff
309         
310 2006-12-31
311 Quy Tonthat <qtonthat@gmail.com>:
312         * Added gps layer
313
314 2007-01-02
315 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
316         * Add ability to disable Terraserver stuff
317         * Add ability to disable Expedia stuff
318
319 2007-01-01
320 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
321         * Make all .h self sufficient
322         * Add ability to disable Google stuff
323         
324 2006-12-26
325 Quy Tonthat <qtonthat@gmail.com>:
326         * Fix a google version number change (at least in Australia).
327
328 2006-12-07
329 Quy Tonthat <qtonthat@gmail.com>:
330         * Fix an array overflow bug in Map Layer Properties
331         
332 2006-12-04
333 Alex Foobarian <foobarian@gmail.com>:
334         * Added an "About" dialog
335         
336 2006-11-30
337 Alex Foobarian <foobarian@gmail.com>:
338         * Added Quy Tonthat's patch to fix a bug in Track Properties
339
340 2006-11-29
341 Alex Foobarian <foobarian@gmail.com>:
342         * Added patch by Quy Tonthat <qtonthat@gmail.com> to fix a crash bug
343         
344 2006-11-12
345 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
346         * Add expat explicit dependency
347
348 2006-10-31
349 Alex Foobarian <foobarian@gmail.com>:
350         * Visual feedback for moving waypoints
351
352 2006-10-30
353 Alex Foobarian <foobarian@gmail.com>:
354         * Created standard Edit menu
355         * Implemented Cut for trackpoints and waypoints
356         * When moving trackpoints, we now draw one under the cursor for visual feedback
357
358 2006-10-26
359 Alex Foobarian <foobarian@gmail.com>:
360         * Cleared up the drawing modes and map type descriptions
361         * Updated google version string to make it work in Europe
362         * Added Cut/Copy/Paste shortcuts to right-click menus
363         * Compacted the track properties dialog
364
365 2006-10-23
366 Alex Foobarian <foobarian@gmail.com>:
367         * Introduced a toolbar tool interface, converted existing tools to use it
368         * As a result, ruler drawing bugs are gone
369         * Sped up ruler drawing by increasing the redraw priority
370
371 2006-08-15
372 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
373     * Add implicit DMS->DDD conversions in waypoints dialogs
374
375 2006-07-26
376 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
377         * src/degrees_converters.c, src/degrees_converters.h,
378           test/degrees_converter.c: add dec -> DDD conversion
379         * src/degrees_converters.c, src/degrees_converters.h,
380           test/degrees_converter.c: add dec -> DMM conversion
381         * src/degrees_converters.c: refactor dms conversions
382
383 2006-07-24
384 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
385     * Add patch for GoogleMaps from Reid Priedhorsky
386
387 2006-07-22
388 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
389         * Makefile.am, configure.ac, src/Makefile.am,
390           src/degrees_converters.c, src/degrees_converters.h,
391           test/Makefile.am, test/check_degrees_conversions.sh,
392           test/degrees_converter.c: Adding degrees conversion functions
393           (DDD/DMM/DMS)
394
395 2006-07-06
396 Evan Battaglia <gtoevan@gmx.net>
397         * ChangeLog, src/google.c: Upgrade Google Maps -- Europe
398
399 2006-07-01
400 Evan Battaglia <gtoevan@gmx.net>:
401         * Upgrade Google Maps version (yay Europe!)
402
403 2006-06-11
404 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
405         * NEWS, configure.ac: Preparing 0.1.1
406
407 2006-05-25
408 Alex Foobarian <foobarian@gmail.com>:
409         * Cleaned up the data source interface
410         * Added a setup dialog to the GPS data source, with protocol type and serial port location
411
412 2006-05-12
413 Alex Foobarian <foobarian@gmail.com>:
414         * Small fixes in Acquire from GPS code
415
416 2006-05-08  Guilhem BONNEFILLE  <guilhem.bonnefille@gmail.com>
417         * autogen.sh: simpler method to start from CVS
418
419 2005-12-03
420 Evan Battaglia <gtoevan@gmx.net>
421         * Data sources -- check for existence of necessary things
422
423 2005-11-25
424 Evan Battaglia <gtoevan@gmx.net>
425         * Created "data sources" structure to easily add new data sources via GPS babel.
426           It's ugly now and there's a lot to be done, but I think 79-line datasources_google.c
427           shows the power of the approach.
428         * Data sources: Google & Geocaches
429
430 2005-11-23  Guilhem BONNEFILLE  <guilhem.bonnefille@gmail.com>
431         * src/gpx.c (gpx_dtostr): add better GPX export
432 Evan Battaglia <gtoevan@gmx.net>:
433         * dtostr -> coords.c; use in gpsmapper.c and gpspoint.c (locale-independent output)
434
435 2005-11-21
436 Alex Foobarian <foobarian@gmail.com>:
437         * Fixed v-t diagram crash bug
438
439 2005-11-19
440 Alex Foobarian <foobarian@gmail.com>:
441         * GPSBabel acquire code
442
443 2005-11-18
444 Alex Foobarian <foobarian@gmail.com>:
445         * Copy/paste of individual track- and way-points updated to work between processes.
446
447 2005-11-17
448 Alex Foobarian <foobarian@gmail.com>:
449         * Copy/paste between viking processes
450         * Layer marshalling support
451
452 2005-10-28  Guilhem BONNEFILLE  <guilhem.bonnefille@gmail.com>
453         * configure.ac: Adding --with-mapcache configure option
454         * src/config.h: Removed because no more used (generated)
455
456 2005-10-18
457 Alex Foobarian <foobarian@gmail.com>:
458         * Fix ruler declination in UTM mode
459
460 2005-10-17  Guilhem BONNEFILLE  <guilhem.bonnefille@gmail.com>
461         * src/icons/Makefile.am: assumes the creation of icons.h
462         * src/garminsymbols.c, src/vikwindow.c: icons.h re-located
463         * src/Makefile.am: no more icons.h production
464
465 2005-10-16
466 Evan Battaglia <gtoevan@gmx.net>
467         * Fix ruler: show angle, distance even when compass off-screen.
468         * Fix bgitemcount. Background items status bar "should" be accurate now.
469
470 2005-10-13
471 Alex Foobarian <foobarian@gmail.com>:
472         * Drag and drop whole track/waypoint lists
473
474 2005-10-12
475 Alex Foobarian <foobarian@gmail.com>:
476         * Coord layer drawing for lat/lon based projections
477
478 2005-10-11
479 Alex Foobarian <foobarian@gmail.com>:
480         * Draw a compass when using a ruler
481
482 2005-10-07
483 Alex Foobarian <foobarian@gmail.com>:
484         * Added ruler drawing to the ruler tool
485
486 2005-10-06
487 Alex Foobarian <foobarian@gmail.com>:
488         * Added support for pasting coordinates in lat/lon format
489
490 2005-10-05
491 Alex Foobarian <foobarian@gmail.com>:
492         * Change clipboard so as to use GTKClipboard. Prepare for support for pasting coordinates, etc.
493 Evan Battaglia <gtoevan@gmx.net>:
494         * When pasting waypoints and tracks, do name resolution (add #2, etc)
495
496 2005-10-01
497 Evan Battaglia <gtoevan@gmx.net>:
498         * make symbols work for geocaching .loc files (and case-insensitive symbol names)
499         * Option as to whether or not to show unit scale (esp for exporting images)
500
501 2005-09-30  Guilhem BONNEFILLE  <guilhem.bonnefille@gmail.com>
502         * configure.ac, src/Makefile.am (SUBDIRS): added auto-tools support for src/icons
503 Alex Foobarian <foobarian@gmail.com>:
504         * Added a drag_drop_request method to layer interface, updated DnD to use it
505         * Updated DND to insert layers at the point of the drop, instead of front of list
506         * Added wp symbol support to gpx
507         * Fixed name collisions during track/wp DND
508         * Layer-wide option as to whether to show waypoint symbols      
509
510 2005-09-29
511 Alex Foobarian <foobarian@gmail.com>:
512         * Added support for waypoint symbols (changing, loading, saving), and a small number of icons.
513         * Added a scale ruler
514         * Changed panning to show less "garbage" in exposed areas
515         
516 2005-09-28
517 Evan:
518         * menu.xml & icons inline
519
520 2005-09-27
521 Alex Foobarian <foobarian@gmail.com>:
522         * GtkUIManager/Toolbar
523         * DND in the LayersPanel
524 Evan:
525         * strtod -> g_strtod (i18n glitch)
526
527 2005-09-25  Guilhem BONNEFILLE  <guilhem.bonnefille@gmail.com>
528         * src/globals.h (VIKING_VERSION): uses the PACKAGE_VERSION macro
529         * Makefile.am (EXTRA_DIST): handles viking-remote
530         * src/Makefile.am (AM_CFLAGS): substitution of CFLAGS by AM_CFLAGS
531         * doc/Makefile.am, doc/dev/Makefile.am: new files
532         * Makefile.am (SUBDIRS): handles doc directory
533         * configure.ac: handles doc and doc/dev directories
534
535 2005-09-16
536 Alex Foobarian <foobarian@gmail.com>: fix to v-vs-t (better drawing)
537 Evan:   * GPX fixes
538         * So Geocaching .LOC _isn't_ GPX?!?!? Oh well, it's XML...
539         * GPX write, click v-vs-t diagram
540         * Option to show stops in TRWLayer options, and stop_length
541         * Elevation plotting relative to min and max elevation in track.
542         * Option to do elevation plotting, and controlling relative height
543
544 2005-09-15
545         * 4+ hours later and voila, GPX read support
546         * Fixes in propwin if track doesn't have certain data, say so.
547
548 2005-09-14
549 Me (Evan) again:
550         * Fix USGS support
551         * Click on the elevation map to go there, so you can see where a mountain-top is etc.
552         * Don't crash on track properties of an empty track.
553
554 2005-09-13
555 Guilhem BONNEFILLE  <guilhem.bonnefille@gmail.com>:
556        * bootstrap: new file to bootstrap auto-tools
557        * src/config.h (VIK_CONFIG_ALPHABETIZED_TRW): no more set via this file
558        * Makefile.am (bin_SCRIPTS): viking-remote added
559        * configure.ac: --enable-alphabetized-trw option added
560
561 Evan Battaglia <gtoevan@gmx.net>:
562        * Experimental altitude funky plotting I'm working on
563
564 2005-09-12
565 Alex Foobarian <foobarian@gmail.com>'s changes
566 * disable stops, for now (I forgot about those...)
567 * Track elevation graph: minimum altitude difference for less jagged curves
568 * Track elevation graph: gray background, blue foreground
569 * Track elevation graph: lines to clearly show absolute elevation
570 * New velocity-vs-time graph & calculating function
571 * Notebook to hold this new graph with track elevation graph
572 My (Evan's) changes:
573 * Fix above v-vs-t patch to not crash on tracks without timestamp.
574 * Not show v-vs-t graph and/or elevation map if the necessary data isn't there.
575 Guilhem BONNEFILLE  <guilhem.bonnefille@gmail.com>'s changes
576         * bootstrap: new file to bootstrap auto-tools
577         * src/config.h (VIK_CONFIG_ALPHABETIZED_TRW): no more set via this file
578         * Makefile.am (bin_SCRIPTS): viking-remote added
579         * configure.ac: --enable-alphabetized-trw option added
580
581 2005-09-07
582 Autotools support by Guilhem Bonnefille.
583
584 2005-09-06
585 Added Alex Foobarian's track duration patch.
586 Added Alex Foobarian's track profile patch.
587 Added Alex Foobarian's elevation map fix.
588
589 2005-09-04
590 Map cache fix: if only one map can fit / one map is bigger than cache size, then that's OK.
591 Delete from cache when updating image.
592
593 2005-08-18
594 Map cache size based on memory usage, not number of images. Some flaws to be worked out still in this.
595
596 2005-08-16
597 Accepted USGS maps support from Clark McKines. Pretty slick, I'll have to take a look at it.
598
599 2005-08-02
600 Quite easily added support for Mercator projection & Google Mercator maps (regular, transparent etc)
601 Chaned waypoint types a little bit (size of waypoint)
602
603 2005-07-31
604 Hopefully fixed background.c item # count
605 Fixed KH Maps (v=2)
606
607 2005-06-20
608 A little research & added KH Maps support.
609
610 2005-06-19
611 Fixed right-click waypoint edit -> crash bug, hopefully.
612 Fixed "everyone lives in zone 11" assumption for vikgeoreflayer.c; still monozone though ...
613 Made it so when you paste or add a new layer, it pastes it before the selected layer, not to the top.
614 Fixed the bug where pasting a map layer messed up the name.
615 Made dragging middle mouse button pan. Removed pan tool. Thanks Reid for the idea.
616 Made different options for drawing waypoint dots. Not very good but we can make better-looking ones later.
617 Side view of tracks Ã  la Garmin MapSource, nice ...
618 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.
619
620 2005-05-05
621 Experimenting with stops
622
623 2005-05-01
624 Fixed cheap ruler bug (use ruler, change draw mode, use ruler, crash). That's really not good... but hey, it _is_ alpha software.
625
626 2005-04-24
627 Added "how many maps currently downloading" status bar hack
628
629 2005-03-11
630 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.
631 Update viking-remote to work _right_ with maps, also geo://GC1234/ works, nice...
632
633 2005-03-08
634 Uffda, I forgot Oggdeir's gpsmapper.c patch.
635 Also fixed Windows compiling.
636
637 2005-02-28
638 Fixed Windows compiling, hopefully.
639 Removed TopoZone support per topozone.com request.
640
641 2005-02-27
642 Instituted a really nice background downloading system with a separate system, works like a charm.
643 Fixed (hopefully) a bug where a download failed the filename wasn't deleted, leaving an empty file.
644 Misc cleanups/testing surrounding downloading.
645 Autodownload
646 Fix other stuff, including moving a waypoint (delete while moving -> crash)
647
648 2005-02-26
649 X and Y zoom levels for maps so factors don't have to be equal.
650 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
651 Changed VikTrwLayer properties dialog to add an image tab, fixed GtkTable layout so as not to stretch out stuff in the y direction.
652 Fixed /var/cache/maps stuff
653 Safety for maps zoomed out
654 Fixed mapzoom for cases where factors aren't equal
655 Got the basic download in background code on, now just minor nicities
656 Got the genius idea that someone might want to open up more than one file at one time ;)
657
658 2005-02-25
659 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.
660 Also, added support for the highest google zoom level which I didn't know existed.
661
662 2005-02-23
663 I'm not really supposed to be working on this ... but it get's addictive, so close to a release...
664 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.
665 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.
666
667 2005-02-22
668 Made it easier to use all these maps -- switching between them, correct zoom levels, etc.
669 Expedia for Europe (thanks GPSDrive people again)
670 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 ;)
671 Minor cleanups etc.
672
673 2005-02-21
674 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.
675 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.
676
677 2005-02-20
678 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.
679 New map caching file naming scheme. Hierarchial directory structure for faster lookup.
680 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.
681 Added some code in http.c of all places to make 2 directories above if they don't exist (new caching filename scheme)
682
683 2005-02-19
684 Fixed params[3] -> params[2] l1738 to fix click image
685 Fixed delete a waypoint->crash bug
686 Fixed TOPLAYER_FROM_WIDGET() error on right click wp -> properties (no VLP to use this on; use FROM_LAYER())
687
688 2005-02-18
689 Wow, Haven't worked on this in a while...
690 Sorry, just adding a hack to allow me use mapzoom at 0.25 quality.
691
692 2005-02-02
693 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.
694
695 2005-01-29
696 Fixed waypoint pango drawing.
697 Compatibility layer for GtkColorButton to use an entry for GTK 2.2
698 Move Waypoints by dragging
699 Snap to WP (shift-) for TP & WP moving. Snap to TP (ctrl-) for WP moving and still TP moving.
700 Select WP on the side when editing (if the layer is selected that is)
701
702 2005-01-28
703 Changed over to Pango, finally. Just experimentally so far, though; gotta cement it and fix it over.
704 Changed the properties/parameters system to allow tabs (groups) in properties boxes.
705 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...
706 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.
707 Settable waypoint background & text colors. Different ones for different layers is incredibly snazzy.
708 Settable track bg color. Also fix some switch/case stuff... forgot to break...
709 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.
710
711 2005-01-23
712 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).
713 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.
714 Fixed a weird GTK bug where updating the coord mode menu radio button would change the coord mode. See only_updating_coord_mode_ui
715 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.
716 Wow, auto-download + street maps is really neat!
717
718 2005-01-22
719 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.
720 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.
721 Did I mention it draws the maps in the wrong places?
722
723 2005-01-21
724 Many little things tonight:
725 Much cleaner way of doing alpha/bleach. Slightly less functionality (can't do bleach and alpha) but cleaner and should be faster.
726 Made it so it saves coordinate mode in the .vik file.
727 Made it so you can change the background. Saves this to the .vik file.
728 White background under tracks. Inefficient but it works.
729
730 2005-01-20
731 Added support for Urban Areas color photograph maps from TerraServer.
732 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 ...
733
734 2005-01-17
735 Made it so you can change modes
736 Optimized a little tiny bit, drawing still slow
737 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.
738 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.
739 Fixed minor UTM 2 zones bug I (apparently) introduced above where some things are on zoom.
740
741 2005-01-16
742 Added "Visit Geocache Webpage" right-click waypoint option. Not very useful until I can click on waypoints, though.
743
744 2005-01-15
745 Started massive UTM -> VikCoord abstraction project
746 Wow.
747 Biggest. Change. Ever.
748 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!!!
749 Update: added coord_to_screen and screen_to_coord for Lat/Lon. works FLAWLESSLY!!! AWESOME!!!
750
751 --- viking 0.0.8 ---
752
753 2004-12-25
754 Added UTM zone glue-together by Kit Transue
755 Fixed various things regarding this patch (distance, lines, etc.)
756 Packages & uploaded changes
757
758 2004-11-27
759 Back, but not really ...
760 Added a fix by Peter Jones (gpspoint.c glitch)
761 Added CYGWIN/Makefile fixes by Alex Stohr
762
763 --- viking 0.0.8 ---
764
765 2004-04-13
766 Back from a 3-day GPS data gathering mission.
767 Fixed bug wherein track GC's weren't getting updated when line_thickness was updated.
768 Only waypoints and trackpoints if they're in the right UTM zone.
769 Use g_spawn_command_line_async for showing pictures; support for Windows for this too.
770 Rather drastically changed background.c so as not to use pthread's detach() and cancel() functions which are strangely absent in gthread.
771 Changed background.c to gthread.
772 Auto-switch UTM if you go too far.
773 Draw little star on tracks if it was cut off due to UTM zones.
774 Show human-readable time in trackpoint window.
775 Fix trackpoint window so as to not show time of '0' if the TP has no timestamp.
776 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.
777
778 2004-04-09
779 Prevent loading partially-downloaded file by first writing to a temp file and them writing that data to the image file.
780 g_error_free () where neccessary.
781 Changed "Map Download All" to clearer, more direct and generic code.
782 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.
783 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
784
785 2004-04-08
786 Some experimental work with maps at a different zoom level (e.g. 4mpp maps viewed at 16mpp)
787
788 2004-04-04
789 Load thumbs in a background thread. Thumbs show up as soon as they are loaded and you redraw.
790 Cleanup function for maps so incomplete map downloads will be deleted, woo hoo!
791 Snap to TP for edit TP and new track. Hold down control.
792 Added Max Speed, Average Speed, Average Dist Between Trackpoints in track property window.
793 Added "Diff Speed" in TPWin so you can tell speed between one trackpoint to the next.
794
795 2004-04-03
796 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...
797 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...
798 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.
799
800 2004-04-02
801 Fixed trw_layer_new_track_gcs getting called twice -- post_read link and in vik_trw_layer_create
802 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...)
803
804 2004-03-31
805 Added support for clicking images to show it, using eog -- this currently cannot be changed. (!)
806
807 2004-03-23
808 Fix crash on export code (Mike Davison)
809 Use $VIKING_MAPS for default map directory if available (Mike Davison)
810
811 2004-03-08
812 Move image to use when alpha drawing to VikViewport. That simplifies a lot.
813 Little changes, here and there. Lots of options for images.
814
815 2004-03-07
816 More work on dynamic Properties boxes, it will make adding new options _so_ much easier...
817 A lot of work on this. Wow, Viking is getting big. And ugly.
818 Also fixed a bug similar to another old bug -- forgot to copy waypoint image filename when a waypoint is copied.
819 You can now choose the image size, via the new dynamic properties box.
820
821 2004-03-06
822 Fixed a dumb bug that prevented you from opening GPSPoint files after Viking files.
823 Working on dynamic Properties boxes, getting nowhere fast...
824
825 2004-03-05
826 Wrote a tiny bit of code to further shrink and cache thumbnails.
827
828 2004-02-29
829 background.c to use pthread to run stuff in the background (think -- downloading maps) and give a dialog to cancel (d'uh!)
830 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.
831
832 2004-02-28
833 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.
834 Thought a little bit about how I'm going to do pictures in Viking. Looked over ROX-Filer's thumbnailing code.
835 Added a bit of picture thumbnail code. You can now see photos in Viking.
836
837 --- viking 0.0.7 ---
838
839 2004-02-22
840 Fixed edit TP, then rename track -> updates current_tp_track_name glitch.
841 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.
842 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.
843 One month and almost 4000 LOC later... Viking 0.0.7 "Gonna Move Those Mountains Aside"
844
845 2004-02-21
846 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.
847 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.
848 Fixed last_tpl (VikTrwLayer) / cur_tp (VikTrwLayerTpwin) confusion.
849 Changed split up track to change current tp to first of new track rather than last of old.
850 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.
851 You can now change latitude, longitude, and altitude of each TP in the track window. Good for setting exact location rather then moving.
852 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!
853 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.
854 How does a release tomorrow sound?
855
856 2004-02-20
857 Can't seem to find the time for Viking these days. Today I managed to get a little work in.
858 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.
859 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.
860 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.
861
862 2004-02-16
863 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.
864 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.
865 Not part of viking, but I wrote a quickie viking-remote script.
866
867 2004-02-10
868 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.
869 Fixing little tiny things, like making the tpwin not close when you delete a waypoint, fixing little mistakes in trwlayer, graying buttons, etc.
870 Added little things to tpwin -- forward, previous, diff, makind diff work for delete button, etc.
871 Added a_coord_utm_diff for tpwin diff & ruler tool & track length
872 Added a_dialog_create_vbox_label function, converted vik_trw_layer_tpwin_new()
873 Added track length, tp count, segment count in properties box
874 Fixed if try to rename waypoint or track to one that already exists, crash bug (had to uppercase user input)
875 Added split up into segments. Had to change a_dialog_new_track, do above change, and a million other things. Sigh.
876 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?
877 Added reverse track.
878 That's all folks. I'm a-goin to bed.
879
880 2004-02-06
881 Just got through fixing the hardest-to-track-bug I've ever tackled. Viking would crash when I copied a 
882 pasted a layer in a certain file, but it seemed fairly random and gdb's backtraces were no help because 
883 it was crashing on totally unrelated things (free'ing memory twice does weird things). I finally narrowed 
884 it down to do a certain sequence to give me the warning: viking in free() chunk already freed, etc. Then 
885 I used step (starting from vik_trw_layer_free) to determine exactly where it was free'ing something 
886 twice. It was the waypoint comment. I noticed comments were different from the original waypoint (on the 
887 original layer that had been copied) so I tried stepping thru vik_waypoint_copy to see whether the 
888 waypoint was being copied correctly. It was then when I something wrong. I had assigned one waypoint to 
889 another, then called the function vik_waypoint_set_comment(), which, upon seeing that the comment of this 
890 new waypoint was not null, proceeded to free it, whilst the old waypoint still carried that comment 
891 pointer around. The ironic part is one line of code (new_wp->comment = NULL;) fixed everything.
892
893 Well, glad to get that out of the way. Now I can proceed to work on new stuff.
894
895 I also made sure to delete the trackpoint window if the track gets deleted.
896 The long-awaited SPLIT UP TRACK is finally in Viking. Goodie.
897
898 2004-02-03
899 Set up signals for VikLayer. Constructed a super-cool yet slightly-slow chain of signals using VikAggregateLayer. It's wacky.
900 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.
901
902 2004-02-02
903 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.
904
905 2004-01-30
906 Very very small amount of code to report export image write errors to stderr.
907 Some various work on track editing:
908   Made another file/class viktrwlayer_tpwin.c
909   Added labels to show info when you click a trackpoint
910   Made it draw a big TP for the current TP
911 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.)
912 Oh, Also, cut and paste waypoints support has been in for quite a while, before September, I'd say, somehow that escaped this log.
913 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.
914
915 2004-01-29
916 Added a little thing to tell you how much are the map(s) will cover.
917 FINALLY fixed coord layer so it shows ALL necessary coord lines (<sarcasm>it actually checks your zoom level now!!!</sarcasm>)
918
919 2004-01-28
920 Slowly added "Generate directory of Images" support.
921 Fixed pan tool.
922
923 2004-01-27
924 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.
925 Also took 15 minutes to add a pan tool.
926 Also made it remember your choices of width and height and image format for draw to image file.
927
928 2004-01-26
929 I'm celebrating Australia Day by working on the Vik for the first time in ... My fingers don't go up that high, anyway.
930 Adding code for exporting to image.
931
932 2003-9-22
933 Took a short two month break. Hehe.
934 Finally got around to checking whether server returns "200". Sometimes terraserver has erras.
935
936 --- viking 0.0.5 --
937
938 2003-7-15
939 Simplified vikfileentry.c by using gtk_dialog_run
940 Loading from World files
941 Saving to World files
942
943 2003-7-14
944 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.
945 Create default cache directory if it doesn't exist. Automatically add file separator on cache directory name.
946 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)
947 Readability/Naming: InitGcs -> PostRead
948
949 2003-7-11
950 More work on GeorefLayer. It's now pretty much working.
951 Made vikfileentry.c, changed vikgeoreflayer and vikmaplayer to use it.
952
953 2003-7-10
954 Changed zoom to two variables -- xmpp and ympp and implemented necessary changes in the layers.
955 Added a "Goto Any Zoom" kind of dialog/function.
956 Changed status bar a tad to reflect this.
957 Started some work (mainly UI/semantics/program interface) on GeorefLayer. Will make it actually do something later.
958
959 2003-7-09
960 Changed zoom limit from 32 mpp to 512 mpp.
961 Changed zoom to a double to allow any zoom level.
962
963 2003-7-07
964 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.
965
966 2003-6-27
967 Don't show an empty menu for a sublayer if it doesn't add anything to the empty menu
968 Little bugfixes
969
970 2003-6-26
971 Put all file stuff in one file.
972 Removed old binary fileformat support. 3 days of work deleted in no time.
973 Track -> VikTrack, Waypoint -> VikWaypoint, Trackpoint -> VikTrackpoint, vikwaypoint.c, viktrack.c
974 Comment support, comment support for gpsmapper export
975 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
976 OK, I've been programming for over 4 hours. Break time.
977 OK, back to work. Comment support complete, I've also added altitude output support for gpspoint.
978 Switched various button order around in dialog.c to comply with HIG
979 Track undo support. Double-click to end, right click to undo. Crazy day, huh?
980
981 2003-6-25
982 Support for reading map and trackwaypoint layers. Also support for trackwaypoint data (in GPSPoint format)
983 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)
984
985 2003-6-24
986 Half hour's worth of coding has made copying and pasting TrackWaypoint layers a reality.
987 Started working on FF2. TODO: implement individual layer getters/setters functions, write support
988 I've done an incredible amount of work today.
989 Mission: By the weekend I must have FF2 support out the door.
990
991 2003-6-23
992 Created Viking 0.0.5 branch.
993 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.
994 You can even copy and paste between windows.
995 Next up -- trackwaypoint layers, then we're off to copying items.
996 Onward -- 0.0.5!
997
998 --- viking 0.0.4 ---
999
1000 2003-6-23
1001 Viking 0.0.4 "Lame Duck Release"
1002 Alright, I haven't been doing anything for the last two days. Guess I'll just release what I have...
1003
1004 2003-6-20
1005 Added GpsMapper export support to make it easy to make Garmin maps.
1006 Made it so you can now rename tracks.
1007 Implemented map fade into white (alpha)! This should help distinguish tracks while still seeing maps.
1008
1009 2003-6-19
1010 Fixed a map caching problem that occurs when you lower the size of the memory cache (it won't really be lowered).
1011 Started experimenting with map semi-transparency. It's pretty cool.
1012
1013 2003-6-18
1014 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.
1015 Tearoff item for tools.
1016 Made a_file_basename and replaced all places where I previously just copied and pasted the code.
1017 Fixed _another_ "forgot to initialize" bug (layer.realized)
1018 Simplified interface by having one Open menu item for opening any type of file and an Append menu item to do the same
1019 In doing this, "./viking my.vik my2.vik my.gps my2.gps" etc. now works (concatenates into an unamed file.)
1020 Removed "Properties" from Aggregate Layer popup, and added info message when running "Properties" from the Layers menu on an Aggregate
1021 Provided a info message that tells the user the Top Layer cannot be deleted.
1022
1023 2003-6-17:
1024 Added error message for failed writes, fixed various bugs such as not free()ing any of the layers on exit (!)
1025 Also fixed some crashes such as when you try to export a trw layer and you can't write to it.
1026 Fixed button order in model dialogs to comply with GNOME HIG.
1027 Added a "Delete All Layers" item from the menu. Change menu names a little bit.
1028 Added "Save" support (current filename)
1029 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)
1030
1031 2003-6-16:
1032 Added VikTrwLayer serialization support, added "open" and "save" dialog boxes.
1033 Added error messages for failed reads, etc.
1034
1035 2003-6-15:
1036 More serialization work. The basics are now working, I have to add VikTrwlayer, maybe add some things in to make
1037 it less vulnerable to crashes and really big mallocs(), and maintain compatibility between versions.
1038
1039 2003-6-14:
1040 Got some more sample data for Viking via motorcycle riding ;)
1041
1042 2003-6-13:
1043 Fixed serious glitch that crashes on creating a new track. 
1044 Fixed viking crash that happens when a new track is being created, then deleted.
1045 Designed file format & started on serialization of layers.
1046 Moved Layer Icon loading stuff to VikTreeview, as poor designed as it sounds, to get ready for Serialization code.
1047
1048 2003-6-12:
1049 Viking 0.0.3, first public release