]> git.street.me.uk Git - andy/viking.git/blame - ChangeLog
gpsdlayer -- gps_close() the connection.
[andy/viking.git] / ChangeLog
CommitLineData
0e25c0d0
QT
12007-09-25
2Quy Tonthat <qtonthat@gmail.com>:
3 * SRTM download now works for regions outside North_America too.
4
fa86f1c0
EB
52007-09-23
6Evan Battaglia <gtoevan@gmx.net>
7 * Fix copy & pasting DEM layers -- new serializing string list code.
9593a4c9
EB
8 * Don't crash if using tool on wrong type of layer / no layer.
9 Although I really want to know what happened to "use the top visible layer",
10 and return TRUE if the tool "accepts" the use...
11 editing lots of TRWLayers was way easier that way...
e9165710 12 * Remove unused vik_layer_copy() code
ee6ef0b1 13 * Add Magic Scissors icon (from GIMP)
bddd2056
EB
14 * Add comment when making a Google Route.
15 * Continue a magic scissors route by holding down control. Continue the comment too.
16 * 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)
fa86f1c0 17
8c721f83
EB
182007-09-22
19Evan Battaglia <gtoevan@gmx.net>
20 * Pan Accelerators (Ctrl+Left, etc)
21 * Ctrl-Scroll and Ctrl-Shift-Scroll to pan, kind of like Gimp.
22 * Add a RADIOGROUP_STATIC properties factory type to make it easy
23 for new layers. Uses an array list (like before)
24 instead of a GList.
25 * DEM US 10m (dem24k) source! Option in DEM Layer & ./configure
26 * (copying & pasting DEM layers is broken, will fix later)
27
0c1044e9
EB
282007-09-21
29Evan Battaglia <gtoevan@gmx.net>
30 * Fix right-click on geocache to work with new geocache names.
31 * Download & import SRTM 90m DEM data (still working on US 10m)
32
ed28ef63
EB
332007-09-17
34Evan Battaglia <gtoevan@gmx.net>
35 * 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.
36
4f13653e
GB
372007-09-09
38Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
39 * Removing unused files (*.png.h).
40
90e25247
GB
412007-09-08
42Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
43 * Fix #1789550: define MAX macro if not defined on ALL systems
44
35462baf
QT
452007-09-08
46Quy Tonthat <qtonthat@gmail.com>:
47 * AUtomatically fetching google version number.
48
eb93fa95
GB
492007-09-07
50Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
51 * Fix #1789550: mkdtemp usage is conditioned, so it is possible
52 to build viking on system not offering such feature.
53
fd0a7199
GB
542007-09-06
55Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
56 * Adding command line option framework.
57
4b53548b
QT
582007-09-06
59Quy Tonthat <qtonthat@gmail.com>:
60 * Make viking's default start location somewhere more likely has maps.
ee180665
QT
61 * Fix crash when using "Maps Download" tools right after viking is
62 started (without a viking file).
4b53548b
QT
63
642007-09-05
65Quy Tonthat <qtonthat@gmail.com>:
66 * Viking 0.9.2 (By Guilhem Bonnefille <guilhem.bonnefille@gmail.com>)
67
4e29c215
GB
682007-09-03
69Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
70 * Fix: crash when "applying" a map layer property dialog.
94933cb8 71 * QA: strong type the second argument of the *_post_read functions.
63726881 72 * Preset filename when exporting a TrwLayer.
24277274
GB
73 * Refactoring: retrieve the VikWindow from the VikViewport via its
74 GtkWidget nature.
51c15f41 75 * Use $EMAIL to initialise email field for OSM upload.
07059501 76 * Do not warn about drawmode inconsistency while reading file.
e52d2bf3 77 * Hide Expedia view mode when expedia is not built in.
4e29c215 78
06f31fd5
GB
792007-09-01
80Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
81 * Disable Expedia map layer by default (as it is not working).
82
1a8143e6
BZ
832007-08-30
84Bernd Zeimetz <bernd@bzed.de>:
85 * Add redirect support (for Expedia map layer).
86
5092de80
GB
872007-08-30
88Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
89 * Add ability to upload a single track.
90
dc5758d3
GB
912007-08-28
92Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
93 * Check current drawmode after creating a new MapsLayer.
94
15e77c02
QT
952007-08-25
96Quy Tonthat <qtonthat@gmail.com>:
97 * New google version number.
1918a993 98 * Better checking to detect downloaded text instead of images.
314c1ccc
QT
99 * Give more instructive message for attempting to download maps in
100 wrong mapmode.
15e77c02 101
f901dcdf
GB
1022007-08-20
103Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
104 * libcurl is a requirement
105
f8fe5d14
QT
1062007-08-20
107Quy Tonthat <qtonthat@gmail.com>:
108 * Fix bugs that cause crashes on layers copy/paste/delete.
d1f48cc2
QT
109 * Fix bug in Google search that caused viking jump to wrong location
110 when Google can not find the match.
f8fe5d14 111
1bd88e66
GB
1122007-08-16
113Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
114 * Group "Export Layer..." entries in a sub-menu.
115
494eb388
QT
1162007-08-16
117Quy Tonthat <qtonthat@gmail.com>:
118 * Clean up and eliminate compiler warning.
119
261c8fdc
QT
1202007-08-15
121Quy Tonthat <qtonthat@gmail.com>:
122 * Fix bug in creating temporary HOME when HOME is not set.
36c78d6d
QT
123 * Added --enable-old-google to configure script. Old google modes are
124 now disabled by default.
125 * Default mode for new maps is Google Maps.
261c8fdc 126
6a9ff0ee
QT
1272007-08-09
128Quy Tonthat <qtonthat@gmail.com>:
129 * Make Google Map default map type.
130
46e4fa54
QT
1312007-08-02
132Quy Tonthat <qtonthat@gmail.com>:
133 * DEM module can now read hgt.zip files directly (no need to unzip
134 them).
135 * DEM module can now process 1 arc sec hgt(.zip) files (mainly for USA
136 regions).
137
2dc9ab5e
QT
1382007-07-27
139Quy Tonthat <qtonthat@gmail.com>:
140 * Plug filedescriptor leak in dem.c
141
071da616
QT
1422007-07-26
143Quy Tonthat <qtonthat@gmail.com>:
144 * Display on status bar altitude at cursor using data from DEM layer(s).
145
ccff31c2
QT
1462007-07-25
147Quy Tonthat <qtonthat@gmail.com>:
148 * New google version numbers.
149
1ef9e637
QT
1502007-07-24
151Quy Tonthat <qtonthat@gmail.com>:
152 * Disable GeoCache Acquire since it nolonger works. Can be enabled
153 again using configure --enable-geocaches.
154
214f9ac2
QT
1552007-07-18
156Quy Tonthat <qtonthat@gmail.com>:
157 * Remove (my) debug messages which are no longer needed.
158
2dc9ab5e 1592007-07-15
214f9ac2
QT
160Quy Tonthat <qtonthat@gmail.com>:
161 * Missing a few changes here.
162 * release 0.9 (by Guilhem)
163
6ec35002
QT
1642007-07-13
165Quy Tonthat <qtonthat@gmail.com>:
166 * Eliminate the needs of entering DEM files for every single
167 track/waypoint layer.
168
84c2cc41
QT
1692007-07-07
170Quy Tonthat <qtonthat@gmail.com>:
171 * Fixed typo in Makefile.am
172
ad0a8c2d
EB
1732007-07-06
174Evan Battaglia <gtoevan@gmx.net>:
175 * Merge DEM Branch
176
441f28d3
QT
1772007-07-04
178Quy Tonthat <qtonthat@gmail.com>:
179 * Bug fix: View Mode displayed wrong setting on start up
180
83750a2d
QT
1812007-07-03
182Quy Tonthat <qtonthat@gmail.com>:
183 * Fixed bugs that caused draw_scale and draw_centermark status not being
184 consistent among View menu, viewport and loaded files.
185
ad0a8c2d
EB
1862007-07-02
187Evan Battaglia <gtoevan@gmx.net>
188 * DEM Branch: Trying to fix/cleanup various DEM things
189 * DEM Branch: Support for SRTM 3 arcsecond _global_ DEM data from http://www2.jpl.nasa.gov/srtm/
190
17407a43
QT
1912007-07-02
192Quy Tonthat <qtonthat@gmail.com>:
193 * Fixed bugs that caused crashes during GPS upload/download.
194
8cd10bb4 1952007-07-01
e2d11d62 196Quy Tonthat <qtonthat@gmail.com>:
8cd10bb4 197 * Make "Save Image" and "Save Image Directory" dialogs reusable.
e2d11d62 198
678fecbb
RM
1992007-06-24
200Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
201 * Merging with Ralf's work around debianization
ad4d241a 202 * INSTALL: refreshed
678fecbb 203
10888930
TS
2042007-06-23
205Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
206 * Minor change to avoid SEGFAULT on x86_64
a3188993 207 * Add DownloadOptions type to specify referer per map source
1b685d33 208
37518034
QT
2092007-06-19
210Quy Tonthat <qtonthat@gmail.com>:
211 * Fix bugs that causes "drawcentermark" not recognised when reading
212 from files.
213 * Fix a wild pointer bug that can cause crashes
214
d700ee38
GB
2152007-06-18
216Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
217 * Copying libcurl.m4 as it is needed everywhere
218
62c16860
QT
2192007-06-18
220Quy Tonthat <qtonthat@gmail.com>:
221 * New google version numbers.
222 * Make scale more visible.
223 * Add center mark which can be turn on/off in View menu.
224 * Viking now uses cookies for http requests. Some server(s) is quite
225 picky about this. (With great help from Lixus <gps@muellers.ms>)
0c24c0a5 226 * Download maps along a track. Right click on a track layer, select map
62c16860 227 type and zoom level, viking will do the rest.
0c24c0a5 228 * release 0.1.3-20070618
62c16860 229
99e679df
RM
2302007-06-13
231Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
232 * Adding an icon (suggested by Ralf Meyer <ranfyy@gmail.com>)
233
b0b88773
QT
2342007-06-8
235Quy Tonthat <qtonthat@gmail.com>:
236 * Fix a bug that causes segfault when viewing properties of a
237 waypoint.
238
4b31042b
QT
2392007-06-1
240Quy Tonthat <qtonthat@gmail.com>:
241 * Fix a bug that causes segfault when viewing properties of a track
242 that has only one trackpoint with elevation information.
1eef1bde 243 * Backport Evan's magic scissors from DEM branch.
4b31042b 244
f47d51b5
QT
2452007-05-31
246Quy Tonthat <qtonthat@gmail.com>:
247 * Add Google Maps search to View menu and Toolbar
248 * Waypoint created right after the search will pick up the search
249 string as comment. (Use TrackWaypoint Layer menu, not toolbar, to
250 create waypoint).
251
4587152b
MC
2522007-05-26
253Mark Coulter <i_offroad@yahoo.com>
254 * new waypoint symbols.
255
9b81efe3
QT
2562007-05-26
257Quy Tonthat <qtonthat@gmail.com>:
258 * Fix intermittent problem of map redraw.
259 * Mapslayer: Fixed bugs that cause in some cases, map display can not
260 be refreshed without downloading.
261
2d546d79
GB
2622007-05-24
263Ralf Meyer <ranfyy@gmail.com>:
264 * Adding man pages.
265
10ca2bfe
QT
2662007-05-24
267Quy Tonthat <qtonthat@gmail.com>:
268 * Maps layer: Improve performance for map autodownload.
3570ad57
QT
269 * Make dimensions easier to be found and changed to suit own tastes.
270 * Small touches on the look.
10ca2bfe 271
ff8b4326
QT
2722007-05-23
273Quy Tonthat <qtonthat@gmail.com>:
274 * New GPS layer menu items: "empty upload", "empty download", "empty
275 all"
7041549f 276 * acquire->Google Directions now record and display previous queries
3570ad57 277 fo "From"/"To" entries.
7041549f 278 * Position Google Directions dialogs at the center of Viking window.
ff8b4326 279
38778d11
QT
2802007-05-22
281Quy Tonthat <qtonthat@gmail.com>:
282 * GPS layer track and waypoint data can now be saved.
2bf7cadd
QT
283 * Disable prompt for save before exit.
284 * Add "Save and Exit" to File menu.
38778d11 285
ad0a8c2d
EB
2862007-05-20
287Evan Battaglia <gtoevan@gmx.net>
288 * DEM Branch
289
6d38ac4f
QT
2902007-05-20
291Quy Tonthat <qtonthat@gmail.com>:
292 * Stop autodownload from running forever on map downloading errors.
293
0b3c4c1c
QT
2942007-05-18
295Quy Tonthat <qtonthat@gmail.com>:
06e94d26 296 * Add curl-devel to spec file.
0b3c4c1c 297 * Map tool: Left click can now refresh display of map tiles.
4b31d033 298 * Check for non-displayable data after downloading map.
0b3c4c1c 299
11f88b69
QT
3002007-05-17
301Quy Tonthat <qtonthat@gmail.com>:
302 * Fix problems in map downloading caused by unreliable error
303 detection.
06e94d26 304 * Release 0.1.3
11f88b69 305
0b0963fb
QT
3062007-05-15
307Quy Tonthat <qtonthat@gmail.com>:
308 * Fixed bugs that can cause segfault on exit. The problem was caused
309by mapslayer's weak_ref not being unref'ed in some cases.
310
3335ae4e
EB
3112007-05-13
312Evan Battaglia <gtoevan@gmx.net>
313 * 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.
314
093c5c71
EB
3152007-05-11
316Evan Battaglia <gtoevan@gmx.net>
317 * Fix removal of redownloaded tiles from memory cache.
e415a0e8 318 * Fix a stupid segfault in main.c (opening new files)
093c5c71 319
056e8bd1
QT
3202007-05-09
321Quy Tonthat <qtonthat@gmail.com>:
322 * New Google version numbers.
323
50817314
GB
3242007-05-08
325Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
326 * New "Refresh onscreen tiles" menu entry
327
6afc9732
GB
3282007-05-04
329Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
330 * debian/: debianization
331
81a061e4
GB
3322007-04-29
333Reid Priedhorsky <reid@reidster.net>
334 * libusb support
335
dfb4bdaa
GB
3362007-04-28
337Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
338 * OpenSourceMap slippy maps (in osm.c) -- Maplink tiles
ca9eb04a 339 * Add configuration option for OpenStreetMap sources
dfb4bdaa 340
67209ca8
GB
3412007-04-23
342Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
343 * OpenSourceMap slippy maps (in osm.c) -- Osmarender and Mapnik
344
ed6242f3
EB
3452007-04-21
346Evan Battaglia <gtoevan@gmx.net>
347 * OpenSourceMap slippy maps (in google.c) -- identical to google maps except zoom numbering
348
fa9fef36
GB
3492007-04-16
350Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
351 * Adding libcurl support
352
69b825fe
QT
3532007-04-04
354Quy Tonthat <qtonthat@gmail.com>:
355 * New Google version number.
356 * Fixed Google Directions
357
4a96999b
QT
3582007-02-20
359Quy Tonthat <qtonthat@gmail.com>:
360 * GPS layer dialog now displayed at the center of the Viking main
361 window.
362
997905be
QT
3632007-02-19
364Quy Tonthat <qtonthat@gmail.com>:
365 * New Google version numbers.
366
af2740eb
QT
3672007-02-15
368Quy Tonthat <qtonthat@gmail.com>:
369 * Made viking.spec.in out of Michael's viking.spec
370 * Added viking.spec.in to autoconf files.
371
3722007-02-15
373Michael A Peters <mpeters@mac.com>:
374 * Added viking.spec
375
07f39a64
GB
3762007-02-14
377Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
378 * NEWS, configure.ac: preparing 0.1.2
379
4e0cf33b
GB
3802007-02-13
381Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
382 * src/vikwindow.c: remove URL and version number from window title
383 * src/dialog.c: add URL and use dynamic information for version
21c318eb 384 * AUTHORS, src/dialog.c: update contributors list
e8947958
GB
385 * AUTHORS, src/dialog.c, src/Makefile.am: About dialog filled with
386 AUTHORS file
4e0cf33b 387
ecb51018
QT
3882007-02-07
389Quy Tonthat <qtonthat@gmail.com>:
390 * Fix bug that causes crashes when click at the right side (outside)
391 of the track graph area in the Track Poperties window.
392
e1e2f2c6
JJ
3932007-02-06
394Jocelyn Jaubert <jocelyn.jaubert@gmail.com>
395 * Add new information to Track Properties. Postion in time will be
396 tracked and display when moving mouse cursor around the track graph.
397
4f210965
QT
3982007-02-06
399Quy Tonthat <qtonthat@gmail.com>:
400 * New google version numbers.
d1fb6e7f 401 * correct main window title and viking website.
4f210965 402
369e959a
QT
4032007-02-05
404Quy Tonthat <qtonthat@gmail.com>:
405 * Cosmetic changes.
406
119f63a0
QT
4072007-02-04
408Quy Tonthat <qtonthat@gmail.com>:
409 * Simplify tools enable/disable codes.
410
79845167
QT
4112007-02-01
412Quy Tonthat <qtonthat@gmail.com>:
413 * Only tools that work with current active layer are enable,
414 others are disable (fade out and does nothing when clicked on).
415
d820e240
GB
4162007-01-27
417Quy Tonthat <qtonthat@gmail.com>:
418 * Display map sections while downloading (bug 1303429)
419
267b6db5
QT
4202007-01-25
421Quy Tonthat <qtonthat@gmail.com>:
422 * Fixed bugs that caused crashes on creating new map layer or
423 new track/waypoint layer.
424
dad2c114
QT
4252007-01-24
426Quy Tonthat <qtonthat@gmail.com>:
427 * Updated google tranparent version number.
428 * Made it more convenient to update google version numbers.
429
cdcaf41c
QT
4302007-01-23
431Quy Tonthat <qtonthat@gmail.com>:
432 * Merged branch modular to trunk.
433
54d3b232
QT
4342007-01-05
435Quy Tonthat <qtonthat@gmail.com>:
436 * Bug fix: main menu edit->delete and edit->cut did not work with
437 waypoints and tracks.
438
2cebc318
QT
4392007-01-04
440Quy Tonthat <qtonthat@gmail.com>:
441 * Added "Copy" and "Cut" to popup menus for track and waypoint (on the
442 layer panel).
443
20c7a3a0
QT
4442007-01-03
445Quy Tonthat <qtonthat@gmail.com>:
107d445a
QT
446 * bug fix: crash on inserting aggregate layer if the selected layer's
447 parent is not an aggregate layer.
448 * bug fix: crash when delete a child layer whose parent is not
449 an aggregiate layer (eg gpslayer)
20c7a3a0
QT
450 * Menu item selection for layer instances.
451
fdca5edb
QT
4522007-01-02
453Quy Tonthat <qtonthat@gmail.com>:
454 * gpslayer: Unexpose interface functions.
5a4a28bf 455 * Layers now can have their say on what pop up menu items they want.
fdca5edb 456
cdcaf41c 4572007-01-02
a25c4c50 458Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
cdcaf41c
QT
459 * Add ability to disable Terraserver stuff
460 * Add ability to disable Expedia stuff
461
fdca5edb
QT
4622007-01-01
463Quy Tonthat <qtonthat@gmail.com>:
464 * gpslayer: fix bugs that causes crashes when click "Cancel" on layer
465 creation dialog.
466
cdcaf41c
QT
4672007-01-01
468Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
469 * Make all .h self sufficient
470 * Add ability to disable Google stuff
471
b364d6bc
QT
4722006-12-31
473Quy Tonthat <qtonthat@gmail.com>:
474 * Added gps layer
475
cdcaf41c
QT
4762007-01-02
477Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
478 * Add ability to disable Terraserver stuff
479 * Add ability to disable Expedia stuff
480
4812007-01-01
482Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
483 * Make all .h self sufficient
484 * Add ability to disable Google stuff
485
b291388a
GB
4862006-12-26
487Quy Tonthat <qtonthat@gmail.com>:
488 * Fix a google version number change (at least in Australia).
489
ea40bccf
AF
4902006-12-07
491Quy Tonthat <qtonthat@gmail.com>:
492 * Fix an array overflow bug in Map Layer Properties
493
b7b66e1f
GB
4942006-12-04
495Alex Foobarian <foobarian@gmail.com>:
496 * Added an "About" dialog
497
68fb2913
AF
4982006-11-30
499Alex Foobarian <foobarian@gmail.com>:
500 * Added Quy Tonthat's patch to fix a bug in Track Properties
501
1a8437ab
AF
5022006-11-29
503Alex Foobarian <foobarian@gmail.com>:
ea40bccf 504 * Added patch by Quy Tonthat <qtonthat@gmail.com> to fix a crash bug
1a8437ab 505
fa1b5a5f
GB
5062006-11-12
507Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
508 * Add expat explicit dependency
509
7432fddf
AF
5102006-10-31
511Alex Foobarian <foobarian@gmail.com>:
512 * Visual feedback for moving waypoints
513
33534cd8
AF
5142006-10-30
515Alex Foobarian <foobarian@gmail.com>:
516 * Created standard Edit menu
517 * Implemented Cut for trackpoints and waypoints
518 * When moving trackpoints, we now draw one under the cursor for visual feedback
519
f9db6bd6
AF
5202006-10-26
521Alex Foobarian <foobarian@gmail.com>:
522 * Cleared up the drawing modes and map type descriptions
523 * Updated google version string to make it work in Europe
524 * Added Cut/Copy/Paste shortcuts to right-click menus
4b00e581 525 * Compacted the track properties dialog
f9db6bd6 526
941aa6e9
AF
5272006-10-23
528Alex Foobarian <foobarian@gmail.com>:
529 * Introduced a toolbar tool interface, converted existing tools to use it
530 * As a result, ruler drawing bugs are gone
531 * Sped up ruler drawing by increasing the redraw priority
532
78c9fb5b
GB
5332006-08-15
534Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
535 * Add implicit DMS->DDD conversions in waypoints dialogs
536
0165e6e4
GB
5372006-07-26
538Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
539 * src/degrees_converters.c, src/degrees_converters.h,
540 test/degrees_converter.c: add dec -> DDD conversion
541 * src/degrees_converters.c, src/degrees_converters.h,
542 test/degrees_converter.c: add dec -> DMM conversion
543 * src/degrees_converters.c: refactor dms conversions
544
6c02911c
RP
5452006-07-24
546Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
547 * Add patch for GoogleMaps from Reid Priedhorsky
548
0165e6e4
GB
5492006-07-22
550Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
551 * Makefile.am, configure.ac, src/Makefile.am,
552 src/degrees_converters.c, src/degrees_converters.h,
553 test/Makefile.am, test/check_degrees_conversions.sh,
554 test/degrees_converter.c: Adding degrees conversion functions
555 (DDD/DMM/DMS)
556
5572006-07-06
558Evan Battaglia <gtoevan@gmx.net>
559 * ChangeLog, src/google.c: Upgrade Google Maps -- Europe
560
a808ab5f
EB
5612006-07-01
562Evan Battaglia <gtoevan@gmx.net>:
563 * Upgrade Google Maps version (yay Europe!)
564
0165e6e4
GB
5652006-06-11
566Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
567 * NEWS, configure.ac: Preparing 0.1.1
568
65f0ccab
AF
5692006-05-25
570Alex Foobarian <foobarian@gmail.com>:
571 * Cleaned up the data source interface
572 * Added a setup dialog to the GPS data source, with protocol type and serial port location
573
5f304fd7
AF
5742006-05-12
575Alex Foobarian <foobarian@gmail.com>:
576 * Small fixes in Acquire from GPS code
577
fe203390 5782006-05-08 Guilhem BONNEFILLE <guilhem.bonnefille@gmail.com>
fe203390
GB
579 * autogen.sh: simpler method to start from CVS
580
a8d46e0b
EB
5812005-12-03
582Evan Battaglia <gtoevan@gmx.net>
583 * Data sources -- check for existence of necessary things
584
7b3479e3 5852005-11-25
3333c069 586Evan Battaglia <gtoevan@gmx.net>
7b3479e3
EB
587 * Created "data sources" structure to easily add new data sources via GPS babel.
588 It's ugly now and there's a lot to be done, but I think 79-line datasources_google.c
589 shows the power of the approach.
3333c069 590 * Data sources: Google & Geocaches
7b3479e3 591
8904c540 5922005-11-23 Guilhem BONNEFILLE <guilhem.bonnefille@gmail.com>
8904c540 593 * src/gpx.c (gpx_dtostr): add better GPX export
161aa492
EB
594Evan Battaglia <gtoevan@gmx.net>:
595 * dtostr -> coords.c; use in gpsmapper.c and gpspoint.c (locale-independent output)
8904c540 596
d1fa6cff
AF
5972005-11-21
598Alex Foobarian <foobarian@gmail.com>:
599 * Fixed v-t diagram crash bug
600
1d1bc3c1
EB
6012005-11-19
602Alex Foobarian <foobarian@gmail.com>:
603 * GPSBabel acquire code
604
9f0cd67d
AF
6052005-11-18
606Alex Foobarian <foobarian@gmail.com>:
607 * Copy/paste of individual track- and way-points updated to work between processes.
608
0a6cab71
AF
6092005-11-17
610Alex Foobarian <foobarian@gmail.com>:
611 * Copy/paste between viking processes
612 * Layer marshalling support
613
1bc9b120
GB
6142005-10-28 Guilhem BONNEFILLE <guilhem.bonnefille@gmail.com>
615 * configure.ac: Adding --with-mapcache configure option
616 * src/config.h: Removed because no more used (generated)
617
15614495
AF
6182005-10-18
619Alex Foobarian <foobarian@gmail.com>:
620 * Fix ruler declination in UTM mode
621
ba298cde 6222005-10-17 Guilhem BONNEFILLE <guilhem.bonnefille@gmail.com>
80dc8501
GB
623 * src/icons/Makefile.am: assumes the creation of icons.h
624 * src/garminsymbols.c, src/vikwindow.c: icons.h re-located
625 * src/Makefile.am: no more icons.h production
626
024f32c1
EB
6272005-10-16
628Evan Battaglia <gtoevan@gmx.net>
629 * Fix ruler: show angle, distance even when compass off-screen.
1a18e09d 630 * Fix bgitemcount. Background items status bar "should" be accurate now.
024f32c1 631
c48517ad
AF
6322005-10-13
633Alex Foobarian <foobarian@gmail.com>:
634 * Drag and drop whole track/waypoint lists
635
80e450c0
AF
6362005-10-12
637Alex Foobarian <foobarian@gmail.com>:
638 * Coord layer drawing for lat/lon based projections
639
0dff88ea
AF
6402005-10-11
641Alex Foobarian <foobarian@gmail.com>:
642 * Draw a compass when using a ruler
643
e4847ce9
AF
6442005-10-07
645Alex Foobarian <foobarian@gmail.com>:
646 * Added ruler drawing to the ruler tool
647
2f50c650
AF
6482005-10-06
649Alex Foobarian <foobarian@gmail.com>:
650 * Added support for pasting coordinates in lat/lon format
651
e890a6e6
EB
6522005-10-05
653Alex Foobarian <foobarian@gmail.com>:
654 * Change clipboard so as to use GTKClipboard. Prepare for support for pasting coordinates, etc.
655Evan Battaglia <gtoevan@gmx.net>:
656 * When pasting waypoints and tracks, do name resolution (add #2, etc)
657
08b251ec
EB
6582005-10-01
659Evan Battaglia <gtoevan@gmx.net>:
660 * make symbols work for geocaching .loc files (and case-insensitive symbol names)
35c7c0ba 661 * Option as to whether or not to show unit scale (esp for exporting images)
08b251ec 662
ba298cde 6632005-09-30 Guilhem BONNEFILLE <guilhem.bonnefille@gmail.com>
dad55b79 664 * configure.ac, src/Makefile.am (SUBDIRS): added auto-tools support for src/icons
70a23263
AF
665Alex Foobarian <foobarian@gmail.com>:
666 * Added a drag_drop_request method to layer interface, updated DnD to use it
e673b75f 667 * Updated DND to insert layers at the point of the drop, instead of front of list
42c2ac3e 668 * Added wp symbol support to gpx
92136662 669 * Fixed name collisions during track/wp DND
ea3933fc
EB
670 * Layer-wide option as to whether to show waypoint symbols
671
acaf7113
AF
6722005-09-29
673Alex Foobarian <foobarian@gmail.com>:
674 * Added support for waypoint symbols (changing, loading, saving), and a small number of icons.
675 * Added a scale ruler
676 * Changed panning to show less "garbage" in exposed areas
677
a5e51d35
EB
6782005-09-28
679Evan:
680 * menu.xml & icons inline
681
e4afc73a 6822005-09-27
acaf7113 683Alex Foobarian <foobarian@gmail.com>:
e4afc73a
EB
684 * GtkUIManager/Toolbar
685 * DND in the LayersPanel
0912fc7e
EB
686Evan:
687 * strtod -> g_strtod (i18n glitch)
688
ba298cde 6892005-09-25 Guilhem BONNEFILLE <guilhem.bonnefille@gmail.com>
0912fc7e
EB
690 * src/globals.h (VIKING_VERSION): uses the PACKAGE_VERSION macro
691 * Makefile.am (EXTRA_DIST): handles viking-remote
692 * src/Makefile.am (AM_CFLAGS): substitution of CFLAGS by AM_CFLAGS
693 * doc/Makefile.am, doc/dev/Makefile.am: new files
694 * Makefile.am (SUBDIRS): handles doc directory
695 * configure.ac: handles doc and doc/dev directories
e4afc73a 696
2ab9b480 6972005-09-16
2ab9b480 698Alex Foobarian <foobarian@gmail.com>: fix to v-vs-t (better drawing)
3de5bc4f
EB
699Evan: * GPX fixes
700 * So Geocaching .LOC _isn't_ GPX?!?!? Oh well, it's XML...
701 * GPX write, click v-vs-t diagram
702 * Option to show stops in TRWLayer options, and stop_length
703 * Elevation plotting relative to min and max elevation in track.
704 * Option to do elevation plotting, and controlling relative height
2ab9b480
EB
705
7062005-09-15
707 * 4+ hours later and voila, GPX read support
708 * Fixes in propwin if track doesn't have certain data, say so.
709
7102005-09-14
711Me (Evan) again:
712 * Fix USGS support
713 * Click on the elevation map to go there, so you can see where a mountain-top is etc.
714 * Don't crash on track properties of an empty track.
715
734652bf 7162005-09-13
ba298cde 717Guilhem BONNEFILLE <guilhem.bonnefille@gmail.com>:
734652bf
EB
718 * bootstrap: new file to bootstrap auto-tools
719 * src/config.h (VIK_CONFIG_ALPHABETIZED_TRW): no more set via this file
720 * Makefile.am (bin_SCRIPTS): viking-remote added
721 * configure.ac: --enable-alphabetized-trw option added
722
723Evan Battaglia <gtoevan@gmx.net>:
724 * Experimental altitude funky plotting I'm working on
725
7262005-09-12
727Alex Foobarian <foobarian@gmail.com>'s changes
728* disable stops, for now (I forgot about those...)
729* Track elevation graph: minimum altitude difference for less jagged curves
730* Track elevation graph: gray background, blue foreground
731* Track elevation graph: lines to clearly show absolute elevation
732* New velocity-vs-time graph & calculating function
733* Notebook to hold this new graph with track elevation graph
734My (Evan's) changes:
735* Fix above v-vs-t patch to not crash on tracks without timestamp.
736* Not show v-vs-t graph and/or elevation map if the necessary data isn't there.
ba298cde 737Guilhem BONNEFILLE <guilhem.bonnefille@gmail.com>'s changes
dad55b79
GB
738 * bootstrap: new file to bootstrap auto-tools
739 * src/config.h (VIK_CONFIG_ALPHABETIZED_TRW): no more set via this file
740 * Makefile.am (bin_SCRIPTS): viking-remote added
741 * configure.ac: --enable-alphabetized-trw option added
734652bf 742
9903c388
EB
7432005-09-07
744Autotools support by Guilhem Bonnefille.
745
bb71de8b
AF
7462005-09-06
747Added Alex Foobarian's track duration patch.
748Added Alex Foobarian's track profile patch.
9903c388 749Added Alex Foobarian's elevation map fix.
bb71de8b 750
725c87e1
EB
7512005-09-04
752Map cache fix: if only one map can fit / one map is bigger than cache size, then that's OK.
bb71de8b 753Delete from cache when updating image.
725c87e1 754
50a14534
EB
7552005-08-18
756Map cache size based on memory usage, not number of images. Some flaws to be worked out still in this.
757
7582005-08-16
759Accepted USGS maps support from Clark McKines. Pretty slick, I'll have to take a look at it.
760
7612005-08-02
762Quite easily added support for Mercator projection & Google Mercator maps (regular, transparent etc)
763Chaned waypoint types a little bit (size of waypoint)
764
7652005-07-31
766Hopefully fixed background.c item # count
767Fixed KH Maps (v=2)
768
7692005-06-20
770A little research & added KH Maps support.
771
7722005-06-19
773Fixed right-click waypoint edit -> crash bug, hopefully.
774Fixed "everyone lives in zone 11" assumption for vikgeoreflayer.c; still monozone though ...
775Made it so when you paste or add a new layer, it pastes it before the selected layer, not to the top.
776Fixed the bug where pasting a map layer messed up the name.
777Made dragging middle mouse button pan. Removed pan tool. Thanks Reid for the idea.
778Made different options for drawing waypoint dots. Not very good but we can make better-looking ones later.
779