]> git.street.me.uk Git - andy/viking.git/blame - ChangeLog
Pop a message when failed to connect to gpsd.
[andy/viking.git] / ChangeLog
CommitLineData
a45242c2
QT
12007-10-06
2Quy Tonthat <qtonthat@gmail.com>:
3 * Fix bugs that caused odd display of time on track properties dialog.
4863105b 4 * Pop a message when failed to connect to gpsd.
a45242c2 5
057a78bc
QT
62007-10-05
7Quy Tonthat <qtonthat@gmail.com>:
8 * Fix a segfault caused by (mistakenly) adding a new layer to gps
9 layer.
97cab2d5 10 * Be more selective in collecting realtime trackpoints.
057a78bc 11
c4e61875
QT
122007-10-04
13Quy Tonthat <qtonthat@gmail.com>:
14 * Improvements for GPS layer's "realtime tracking".
15
c2e97e57
QT
162007-10-02
17Quy Tonthat <qtonthat@gmail.com>:
18 * Fix crashes caused by emitting update too early at layer creation.
b87d3952 19 * Add realtime tracking to GPS layer.
8fcff869 20 * fix half-drawn problems for GPS layer.
c2e97e57 21
c9177aae
QT
222007-10-01
23Quy Tonthat <qtonthat@gmail.com>:
24 * Disable half-drawn update when the center is moved. Avoid using
25 static "trigger" in viklayer.c which causes problems when viking
26 has more than one windows.
27
d295e344
QT
282007-09-28
29Quy Tonthat <qtonthat@gmail.com>:
30 * Fix bug that caused Elevation graph not working properly with some
31 tracks.
32
415302f4
EB
332007-09-27
34Evan Battaglia <gtoevan@gmx.net>
35 * GPSD Layer -- draw an arrow.
36 * Minimum elevation for DEM layer.
0df66d57
EB
37 * Half-drawn hack to only draw layers on top of the one that has
38 recently changed. A must for realtime GPS.
415302f4 39
0e25c0d0
QT
402007-09-25
41Quy Tonthat <qtonthat@gmail.com>:
42 * SRTM download now works for regions outside North_America too.
43
fa86f1c0
EB
442007-09-23
45Evan Battaglia <gtoevan@gmx.net>
46 * Fix copy & pasting DEM layers -- new serializing string list code.
9593a4c9
EB
47 * Don't crash if using tool on wrong type of layer / no layer.
48 Although I really want to know what happened to "use the top visible layer",
49 and return TRUE if the tool "accepts" the use...
50 editing lots of TRWLayers was way easier that way...
e9165710 51 * Remove unused vik_layer_copy() code
ee6ef0b1 52 * Add Magic Scissors icon (from GIMP)
bddd2056
EB
53 * Add comment when making a Google Route.
54 * Continue a magic scissors route by holding down control. Continue the comment too.
55 * 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)
415302f4 56 * Experimental GPSD support (VikGpsdLayer)
fa86f1c0 57
8c721f83
EB
582007-09-22
59Evan Battaglia <gtoevan@gmx.net>
60 * Pan Accelerators (Ctrl+Left, etc)
61 * Ctrl-Scroll and Ctrl-Shift-Scroll to pan, kind of like Gimp.
62 * Add a RADIOGROUP_STATIC properties factory type to make it easy
63 for new layers. Uses an array list (like before)
64 instead of a GList.
65 * DEM US 10m (dem24k) source! Option in DEM Layer & ./configure
66 * (copying & pasting DEM layers is broken, will fix later)
67
0c1044e9
EB
682007-09-21
69Evan Battaglia <gtoevan@gmx.net>
70 * Fix right-click on geocache to work with new geocache names.
71 * Download & import SRTM 90m DEM data (still working on US 10m)
72
ed28ef63
EB
732007-09-17
74Evan Battaglia <gtoevan@gmx.net>
75 * 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.
76
4f13653e
GB
772007-09-09
78Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
79 * Removing unused files (*.png.h).
80
90e25247
GB
812007-09-08
82Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
83 * Fix #1789550: define MAX macro if not defined on ALL systems
84
35462baf
QT
852007-09-08
86Quy Tonthat <qtonthat@gmail.com>:
87 * AUtomatically fetching google version number.
88
eb93fa95
GB
892007-09-07
90Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
91 * Fix #1789550: mkdtemp usage is conditioned, so it is possible
92 to build viking on system not offering such feature.
93
fd0a7199
GB
942007-09-06
95Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
96 * Adding command line option framework.
97
4b53548b
QT
982007-09-06
99Quy Tonthat <qtonthat@gmail.com>:
100 * Make viking's default start location somewhere more likely has maps.
ee180665
QT
101 * Fix crash when using "Maps Download" tools right after viking is
102 started (without a viking file).
4b53548b
QT
103
1042007-09-05
105Quy Tonthat <qtonthat@gmail.com>:
106 * Viking 0.9.2 (By Guilhem Bonnefille <guilhem.bonnefille@gmail.com>)
107
4e29c215
GB
1082007-09-03
109Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
110 * Fix: crash when "applying" a map layer property dialog.
94933cb8 111 * QA: strong type the second argument of the *_post_read functions.
63726881 112 * Preset filename when exporting a TrwLayer.
24277274
GB
113 * Refactoring: retrieve the VikWindow from the VikViewport via its
114 GtkWidget nature.
51c15f41 115 * Use $EMAIL to initialise email field for OSM upload.
07059501 116 * Do not warn about drawmode inconsistency while reading file.
e52d2bf3 117 * Hide Expedia view mode when expedia is not built in.
4e29c215 118
06f31fd5
GB
1192007-09-01
120Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
121 * Disable Expedia map layer by default (as it is not working).
122
1a8143e6
BZ
1232007-08-30
124Bernd Zeimetz <bernd@bzed.de>:
125 * Add redirect support (for Expedia map layer).
126
5092de80
GB
1272007-08-30
128Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
129 * Add ability to upload a single track.
130
dc5758d3
GB
1312007-08-28
132Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
133 * Check current drawmode after creating a new MapsLayer.
134
15e77c02
QT
1352007-08-25
136Quy Tonthat <qtonthat@gmail.com>:
137 * New google version number.
1918a993 138 * Better checking to detect downloaded text instead of images.
314c1ccc
QT
139 * Give more instructive message for attempting to download maps in
140 wrong mapmode.
15e77c02 141
f901dcdf
GB
1422007-08-20
143Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
144 * libcurl is a requirement
145
f8fe5d14
QT
1462007-08-20
147Quy Tonthat <qtonthat@gmail.com>:
148 * Fix bugs that cause crashes on layers copy/paste/delete.
d1f48cc2
QT
149 * Fix bug in Google search that caused viking jump to wrong location
150 when Google can not find the match.
f8fe5d14 151
1bd88e66
GB
1522007-08-16
153Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
154 * Group "Export Layer..." entries in a sub-menu.
155
494eb388
QT
1562007-08-16
157Quy Tonthat <qtonthat@gmail.com>:
158 * Clean up and eliminate compiler warning.
159
261c8fdc
QT
1602007-08-15
161Quy Tonthat <qtonthat@gmail.com>:
162 * Fix bug in creating temporary HOME when HOME is not set.
36c78d6d
QT
163 * Added --enable-old-google to configure script. Old google modes are
164 now disabled by default.
165 * Default mode for new maps is Google Maps.
261c8fdc 166
6a9ff0ee
QT
1672007-08-09
168Quy Tonthat <qtonthat@gmail.com>:
169 * Make Google Map default map type.
170
46e4fa54
QT
1712007-08-02
172Quy Tonthat <qtonthat@gmail.com>:
173 * DEM module can now read hgt.zip files directly (no need to unzip
174 them).
175 * DEM module can now process 1 arc sec hgt(.zip) files (mainly for USA
176 regions).
177
2dc9ab5e
QT
1782007-07-27
179Quy Tonthat <qtonthat@gmail.com>:
180 * Plug filedescriptor leak in dem.c
181
071da616
QT
1822007-07-26
183Quy Tonthat <qtonthat@gmail.com>:
184 * Display on status bar altitude at cursor using data from DEM layer(s).
185
ccff31c2
QT
1862007-07-25
187Quy Tonthat <qtonthat@gmail.com>:
188 * New google version numbers.
189
1ef9e637
QT
1902007-07-24
191Quy Tonthat <qtonthat@gmail.com>:
192 * Disable GeoCache Acquire since it nolonger works. Can be enabled
193 again using configure --enable-geocaches.
194
214f9ac2
QT
1952007-07-18
196Quy Tonthat <qtonthat@gmail.com>:
197 * Remove (my) debug messages which are no longer needed.
198
2dc9ab5e 1992007-07-15
214f9ac2
QT
200Quy Tonthat <qtonthat@gmail.com>:
201 * Missing a few changes here.
202 * release 0.9 (by Guilhem)
203
6ec35002
QT
2042007-07-13
205Quy Tonthat <qtonthat@gmail.com>:
206 * Eliminate the needs of entering DEM files for every single
207 track/waypoint layer.
208
84c2cc41
QT
2092007-07-07
210Quy Tonthat <qtonthat@gmail.com>:
211 * Fixed typo in Makefile.am
212
ad0a8c2d
EB
2132007-07-06
214Evan Battaglia <gtoevan@gmx.net>:
215 * Merge DEM Branch
216
441f28d3
QT
2172007-07-04
218Quy Tonthat <qtonthat@gmail.com>:
219 * Bug fix: View Mode displayed wrong setting on start up
220
83750a2d
QT
2212007-07-03
222Quy Tonthat <qtonthat@gmail.com>:
223 * Fixed bugs that caused draw_scale and draw_centermark status not being
224 consistent among View menu, viewport and loaded files.
225
ad0a8c2d
EB
2262007-07-02
227Evan Battaglia <gtoevan@gmx.net>
228 * DEM Branch: Trying to fix/cleanup various DEM things
229 * DEM Branch: Support for SRTM 3 arcsecond _global_ DEM data from http://www2.jpl.nasa.gov/srtm/
230
17407a43
QT
2312007-07-02
232Quy Tonthat <qtonthat@gmail.com>:
233 * Fixed bugs that caused crashes during GPS upload/download.
234
8cd10bb4 2352007-07-01
e2d11d62 236Quy Tonthat <qtonthat@gmail.com>:
8cd10bb4 237 * Make "Save Image" and "Save Image Directory" dialogs reusable.
e2d11d62 238
678fecbb
RM
2392007-06-24
240Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
241 * Merging with Ralf's work around debianization
ad4d241a 242 * INSTALL: refreshed
678fecbb 243
10888930
TS
2442007-06-23
245Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
246 * Minor change to avoid SEGFAULT on x86_64
a3188993 247 * Add DownloadOptions type to specify referer per map source
1b685d33 248
37518034
QT
2492007-06-19
250Quy Tonthat <qtonthat@gmail.com>:
251 * Fix bugs that causes "drawcentermark" not recognised when reading
252 from files.
253 * Fix a wild pointer bug that can cause crashes
254
d700ee38
GB
2552007-06-18
256Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
257 * Copying libcurl.m4 as it is needed everywhere
258
62c16860
QT
2592007-06-18
260Quy Tonthat <qtonthat@gmail.com>:
261 * New google version numbers.
262 * Make scale more visible.
263 * Add center mark which can be turn on/off in View menu.
264 * Viking now uses cookies for http requests. Some server(s) is quite
265 picky about this. (With great help from Lixus <gps@muellers.ms>)
0c24c0a5 266 * Download maps along a track. Right click on a track layer, select map
62c16860 267 type and zoom level, viking will do the rest.
0c24c0a5 268 * release 0.1.3-20070618
62c16860 269
99e679df
RM
2702007-06-13
271Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
272 * Adding an icon (suggested by Ralf Meyer <ranfyy@gmail.com>)
273
b0b88773
QT
2742007-06-8
275Quy Tonthat <qtonthat@gmail.com>:
276 * Fix a bug that causes segfault when viewing properties of a
277 waypoint.
278
4b31042b
QT
2792007-06-1
280Quy Tonthat <qtonthat@gmail.com>:
281 * Fix a bug that causes segfault when viewing properties of a track
282 that has only one trackpoint with elevation information.
1eef1bde 283 * Backport Evan's magic scissors from DEM branch.
4b31042b 284
f47d51b5
QT
2852007-05-31
286Quy Tonthat <qtonthat@gmail.com>:
287 * Add Google Maps search to View menu and Toolbar
288 * Waypoint created right after the search will pick up the search
289 string as comment. (Use TrackWaypoint Layer menu, not toolbar, to
290 create waypoint).
291
4587152b
MC
2922007-05-26
293Mark Coulter <i_offroad@yahoo.com>
294 * new waypoint symbols.
295
9b81efe3
QT
2962007-05-26
297Quy Tonthat <qtonthat@gmail.com>:
298 * Fix intermittent problem of map redraw.
299 * Mapslayer: Fixed bugs that cause in some cases, map display can not
300 be refreshed without downloading.
301
2d546d79
GB
3022007-05-24
303Ralf Meyer <ranfyy@gmail.com>:
304 * Adding man pages.
305
10ca2bfe
QT
3062007-05-24
307Quy Tonthat <qtonthat@gmail.com>:
308 * Maps layer: Improve performance for map autodownload.
3570ad57
QT
309 * Make dimensions easier to be found and changed to suit own tastes.
310 * Small touches on the look.
10ca2bfe 311
ff8b4326
QT
3122007-05-23
313Quy Tonthat <qtonthat@gmail.com>:
314 * New GPS layer menu items: "empty upload", "empty download", "empty
315 all"
7041549f 316 * acquire->Google Directions now record and display previous queries
3570ad57 317 fo "From"/"To" entries.
7041549f 318 * Position Google Directions dialogs at the center of Viking window.
ff8b4326 319
38778d11
QT
3202007-05-22
321Quy Tonthat <qtonthat@gmail.com>:
322 * GPS layer track and waypoint data can now be saved.
2bf7cadd
QT
323 * Disable prompt for save before exit.
324 * Add "Save and Exit" to File menu.
38778d11 325
ad0a8c2d
EB
3262007-05-20
327Evan Battaglia <gtoevan@gmx.net>
328 * DEM Branch
329
6d38ac4f
QT
3302007-05-20
331Quy Tonthat <qtonthat@gmail.com>:
332 * Stop autodownload from running forever on map downloading errors.
333
0b3c4c1c
QT
3342007-05-18
335Quy Tonthat <qtonthat@gmail.com>:
06e94d26 336 * Add curl-devel to spec file.
0b3c4c1c 337 * Map tool: Left click can now refresh display of map tiles.
4b31d033 338 * Check for non-displayable data after downloading map.
0b3c4c1c 339
11f88b69
QT
3402007-05-17
341Quy Tonthat <qtonthat@gmail.com>:
342 * Fix problems in map downloading caused by unreliable error
343 detection.
06e94d26 344 * Release 0.1.3
11f88b69 345
0b0963fb
QT
3462007-05-15
347Quy Tonthat <qtonthat@gmail.com>:
348 * Fixed bugs that can cause segfault on exit. The problem was caused
349by mapslayer's weak_ref not being unref'ed in some cases.
350
3335ae4e
EB
3512007-05-13
352Evan Battaglia <gtoevan@gmx.net>
353 * 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.
354
093c5c71
EB
3552007-05-11
356Evan Battaglia <gtoevan@gmx.net>
357 * Fix removal of redownloaded tiles from memory cache.
e415a0e8 358 * Fix a stupid segfault in main.c (opening new files)
093c5c71 359
056e8bd1
QT
3602007-05-09
361Quy Tonthat <qtonthat@gmail.com>:
362 * New Google version numbers.
363
50817314
GB
3642007-05-08
365Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
366 * New "Refresh onscreen tiles" menu entry
367
6afc9732
GB
3682007-05-04
369Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
370 * debian/: debianization
371
81a061e4
GB
3722007-04-29
373Reid Priedhorsky <reid@reidster.net>
374 * libusb support
375
dfb4bdaa
GB
3762007-04-28
377Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
378 * OpenSourceMap slippy maps (in osm.c) -- Maplink tiles
ca9eb04a 379 * Add configuration option for OpenStreetMap sources
dfb4bdaa 380
67209ca8
GB
3812007-04-23
382Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
383 * OpenSourceMap slippy maps (in osm.c) -- Osmarender and Mapnik
384
ed6242f3
EB
3852007-04-21
386Evan Battaglia <gtoevan@gmx.net>
387 * OpenSourceMap slippy maps (in google.c) -- identical to google maps except zoom numbering
388
fa9fef36
GB
3892007-04-16
390Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
391 * Adding libcurl support
392
69b825fe
QT
3932007-04-04
394Quy Tonthat <qtonthat@gmail.com>:
395 * New Google version number.
396 * Fixed Google Directions
397
4a96999b
QT
3982007-02-20
399Quy Tonthat <qtonthat@gmail.com>:
400 * GPS layer dialog now displayed at the center of the Viking main
401 window.
402
997905be
QT
4032007-02-19
404Quy Tonthat <qtonthat@gmail.com>:
405 * New Google version numbers.
406
af2740eb
QT
4072007-02-15
408Quy Tonthat <qtonthat@gmail.com>:
409 * Made viking.spec.in out of Michael's viking.spec
410 * Added viking.spec.in to autoconf files.
411
4122007-02-15
413Michael A Peters <mpeters@mac.com>:
414 * Added viking.spec
415
07f39a64
GB
4162007-02-14
417Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
418 * NEWS, configure.ac: preparing 0.1.2
419
4e0cf33b
GB
4202007-02-13
421Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
422 * src/vikwindow.c: remove URL and version number from window title
423 * src/dialog.c: add URL and use dynamic information for version
21c318eb 424 * AUTHORS, src/dialog.c: update contributors list
e8947958
GB
425 * AUTHORS, src/dialog.c, src/Makefile.am: About dialog filled with
426 AUTHORS file
4e0cf33b 427
ecb51018
QT
4282007-02-07
429Quy Tonthat <qtonthat@gmail.com>:
430 * Fix bug that causes crashes when click at the right side (outside)
431 of the track graph area in the Track Poperties window.
432
e1e2f2c6
JJ
4332007-02-06
434Jocelyn Jaubert <jocelyn.jaubert@gmail.com>
435 * Add new information to Track Properties. Postion in time will be
436 tracked and display when moving mouse cursor around the track graph.
437
4f210965
QT
4382007-02-06
439Quy Tonthat <qtonthat@gmail.com>:
440 * New google version numbers.
d1fb6e7f 441 * correct main window title and viking website.
4f210965 442
369e959a
QT
4432007-02-05
444Quy Tonthat <qtonthat@gmail.com>:
445 * Cosmetic changes.
446
119f63a0
QT
4472007-02-04
448Quy Tonthat <qtonthat@gmail.com>:
449 * Simplify tools enable/disable codes.
450
79845167
QT
4512007-02-01
452Quy Tonthat <qtonthat@gmail.com>:
453 * Only tools that work with current active layer are enable,
454 others are disable (fade out and does nothing when clicked on).
455
d820e240
GB
4562007-01-27
457Quy Tonthat <qtonthat@gmail.com>:
458 * Display map sections while downloading (bug 1303429)
459
267b6db5
QT
4602007-01-25
461Quy Tonthat <qtonthat@gmail.com>:
462 * Fixed bugs that caused crashes on creating new map layer or
463 new track/waypoint layer.
464
dad2c114
QT
4652007-01-24
466Quy Tonthat <qtonthat@gmail.com>:
467 * Updated google tranparent version number.
468 * Made it more convenient to update google version numbers.
469
cdcaf41c
QT
4702007-01-23
471Quy Tonthat <qtonthat@gmail.com>:
472 * Merged branch modular to trunk.
473
54d3b232
QT
4742007-01-05
475Quy Tonthat <qtonthat@gmail.com>:
476 * Bug fix: main menu edit->delete and edit->cut did not work with
477 waypoints and tracks.
478
2cebc318
QT
4792007-01-04
480Quy Tonthat <qtonthat@gmail.com>:
481 * Added "Copy" and "Cut" to popup menus for track and waypoint (on the
482 layer panel).
483
20c7a3a0
QT
4842007-01-03
485Quy Tonthat <qtonthat@gmail.com>:
107d445a
QT
486 * bug fix: crash on inserting aggregate layer if the selected layer's
487 parent is not an aggregate layer.
488 * bug fix: crash when delete a child layer whose parent is not
489 an aggregiate layer (eg gpslayer)
20c7a3a0
QT
490 * Menu item selection for layer instances.
491
fdca5edb
QT
4922007-01-02
493Quy Tonthat <qtonthat@gmail.com>:
494 * gpslayer: Unexpose interface functions.
5a4a28bf 495 * Layers now can have their say on what pop up menu items they want.
fdca5edb 496
cdcaf41c 4972007-01-02
a25c4c50 498Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
cdcaf41c
QT
499 * Add ability to disable Terraserver stuff
500 * Add ability to disable Expedia stuff
501
fdca5edb
QT
5022007-01-01
503Quy Tonthat <qtonthat@gmail.com>:
504 * gpslayer: fix bugs that causes crashes when click "Cancel" on layer
505 creation dialog.
506
cdcaf41c
QT
5072007-01-01
508Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
509 * Make all .h self sufficient
510 * Add ability to disable Google stuff
511
b364d6bc
QT
5122006-12-31
513Quy Tonthat <qtonthat@gmail.com>:
514 * Added gps layer
515
cdcaf41c
QT
5162007-01-02
517Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
518 * Add ability to disable Terraserver stuff
519 * Add ability to disable Expedia stuff
520
5212007-01-01
522Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
523 * Make all .h self sufficient
524 * Add ability to disable Google stuff
525
b291388a
GB
5262006-12-26
527Quy Tonthat <qtonthat@gmail.com>:
528 * Fix a google version number change (at least in Australia).
529
ea40bccf
AF
5302006-12-07
531Quy Tonthat <qtonthat@gmail.com>:
532 * Fix an array overflow bug in Map Layer Properties
533
b7b66e1f
GB
5342006-12-04
535Alex Foobarian <foobarian@gmail.com>:
536 * Added an "About" dialog
537
68fb2913
AF
5382006-11-30
539Alex Foobarian <foobarian@gmail.com>:
540 * Added Quy Tonthat's patch to fix a bug in Track Properties
541
1a8437ab
AF
5422006-11-29
543Alex Foobarian <foobarian@gmail.com>:
ea40bccf 544 * Added patch by Quy Tonthat <qtonthat@gmail.com> to fix a crash bug
1a8437ab 545
fa1b5a5f
GB
5462006-11-12
547Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
548 * Add expat explicit dependency
549
7432fddf
AF
5502006-10-31
551Alex Foobarian <foobarian@gmail.com>:
552 * Visual feedback for moving waypoints
553
33534cd8
AF
5542006-10-30
555Alex Foobarian <foobarian@gmail.com>:
556 * Created standard Edit menu
557 * Implemented Cut for trackpoints and waypoints
558 * When moving trackpoints, we now draw one under the cursor for visual feedback
559
f9db6bd6
AF
5602006-10-26
561Alex Foobarian <foobarian@gmail.com>:
562 * Cleared up the drawing modes and map type descriptions
563 * Updated google version string to make it work in Europe
564 * Added Cut/Copy/Paste shortcuts to right-click menus
4b00e581 565 * Compacted the track properties dialog
f9db6bd6 566
941aa6e9
AF
5672006-10-23
568Alex Foobarian <foobarian@gmail.com>:
569 * Introduced a toolbar tool interface, converted existing tools to use it
570 * As a result, ruler drawing bugs are gone
571 * Sped up ruler drawing by increasing the redraw priority
572
78c9fb5b
GB
5732006-08-15
574Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
575 * Add implicit DMS->DDD conversions in waypoints dialogs
576
0165e6e4
GB
5772006-07-26
578Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
579 * src/degrees_converters.c, src/degrees_converters.h,
580 test/degrees_converter.c: add dec -> DDD conversion
581 * src/degrees_converters.c, src/degrees_converters.h,
582 test/degrees_converter.c: add dec -> DMM conversion
583 * src/degrees_converters.c: refactor dms conversions
584
6c02911c
RP
5852006-07-24
586Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
587 * Add patch for GoogleMaps from Reid Priedhorsky
588
0165e6e4
GB
5892006-07-22
590Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
591 * Makefile.am, configure.ac, src/Makefile.am,
592 src/degrees_converters.c, src/degrees_converters.h,
593 test/Makefile.am, test/check_degrees_conversions.sh,
594 test/degrees_converter.c: Adding degrees conversion functions
595 (DDD/DMM/DMS)
596
5972006-07-06
598Evan Battaglia <gtoevan@gmx.net>
599 * ChangeLog, src/google.c: Upgrade Google Maps -- Europe
600
a808ab5f
EB
6012006-07-01
602Evan Battaglia <gtoevan@gmx.net>:
603 * Upgrade Google Maps version (yay Europe!)
604
0165e6e4
GB
6052006-06-11
606Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
607 * NEWS, configure.ac: Preparing 0.1.1
608
65f0ccab
AF
6092006-05-25
610Alex Foobarian <foobarian@gmail.com>:
611 * Cleaned up the data source interface
612 * Added a setup dialog to the GPS data source, with protocol type and serial port location
613
5f304fd7
AF
6142006-05-12
615Alex Foobarian <foobarian@gmail.com>:
616 * Small fixes in Acquire from GPS code
617
fe203390 6182006-05-08 Guilhem BONNEFILLE <guilhem.bonnefille@gmail.com>
fe203390
GB
619 * autogen.sh: simpler method to start from CVS
620
a8d46e0b
EB
6212005-12-03
622Evan Battaglia <gtoevan@gmx.net>
623 * Data sources -- check for existence of necessary things
624
7b3479e3 6252005-11-25
3333c069 626Evan Battaglia <gtoevan@gmx.net>
7b3479e3
EB
627 * Created "data sources" structure to easily add new data sources via GPS babel.
628 It's ugly now and there's a lot to be done, but I think 79-line datasources_google.c
629 shows the power of the approach.
3333c069 630 * Data sources: Google & Geocaches
7b3479e3 631
8904c540 6322005-11-23 Guilhem BONNEFILLE <guilhem.bonnefille@gmail.com>
8904c540 633 * src/gpx.c (gpx_dtostr): add better GPX export
161aa492
EB
634Evan Battaglia <gtoevan@gmx.net>:
635 * dtostr -> coords.c; use in gpsmapper.c and gpspoint.c (locale-independent output)
8904c540 636
d1fa6cff
AF
6372005-11-21
638Alex Foobarian <foobarian@gmail.com>:
639 * Fixed v-t diagram crash bug
640
1d1bc3c1
EB
6412005-11-19
642Alex Foobarian <foobarian@gmail.com>:
643 * GPSBabel acquire code
644
9f0cd67d
AF
6452005-11-18
646Alex Foobarian <foobarian@gmail.com>:
647 * Copy/paste of individual track- and way-points updated to work between processes.
648
0a6cab71
AF
6492005-11-17
650Alex Foobarian <foobarian@gmail.com>:
651 * Copy/paste between viking processes
652 * Layer marshalling support
653
1bc9b120
GB
6542005-10-28 Guilhem BONNEFILLE <guilhem.bonnefille@gmail.com>
655 * configure.ac: Adding --with-mapcache configure option
656 * src/config.h: Removed because no more used (generated)
657
15614495
AF
6582005-10-18
659Alex Foobarian <foobarian@gmail.com>:
660 * Fix ruler declination in UTM mode
661
ba298cde 6622005-10-17 Guilhem BONNEFILLE <guilhem.bonnefille@gmail.com>
80dc8501
GB
663 * src/icons/Makefile.am: assumes the creation of icons.h
664 * src/garminsymbols.c, src/vikwindow.c: icons.h re-located
665 * src/Makefile.am: no more icons.h production
666
024f32c1
EB
6672005-10-16
668Evan Battaglia <gtoevan@gmx.net>
669 * Fix ruler: show angle, distance even when compass off-screen.
1a18e09d 670 * Fix bgitemcount. Background items status bar "should" be accurate now.
024f32c1 671
c48517ad
AF
6722005-10-13
673Alex Foobarian <foobarian@gmail.com>:
674 * Drag and drop whole track/waypoint lists
675
80e450c0
AF
6762005-10-12
677Alex Foobarian <foobarian@gmail.com>:
678 * Coord layer drawing for lat/lon based projections
679
0dff88ea
AF
6802005-10-11
681Alex Foobarian <foobarian@gmail.com>:
682 * Draw a compass when using a ruler
683
e4847ce9
AF
6842005-10-07
685Alex Foobarian <foobarian@gmail.com>:
686 * Added ruler drawing to the ruler tool
687
2f50c650
AF
6882005-10-06
689Alex Foobarian <foobarian@gmail.com>:
690 * Added support for pasting coordinates in lat/lon format
691
e890a6e6
EB
6922005-10-05
693Alex Foobarian <foobarian@gmail.com>:
694 * Change clipboard so as to use GTKClipboard. Prepare for support for pasting coordinates, etc.
695Evan Battaglia <gtoevan@gmx.net>:
696 * When pasting waypoints and tracks, do name resolution (add #2, etc)
697
08b251ec
EB
6982005-10-01
699Evan Battaglia <gtoevan@gmx.net>:
700 * make symbols work for geocaching .loc files (and case-insensitive symbol names)
35c7c0ba 701 * Option as to whether or not to show unit scale (esp for exporting images)
08b251ec 702
ba298cde 7032005-09-30 Guilhem BONNEFILLE <guilhem.bonnefille@gmail.com>
dad55b79 704 * configure.ac, src/Makefile.am (SUBDIRS): added auto-tools support for src/icons
70a23263
AF
705Alex Foobarian <foobarian@gmail.com>:
706 * Added a drag_drop_request method to layer interface, updated DnD to use it
e673b75f 707 * Updated DND to insert layers at the point of the drop, instead of front of list
42c2ac3e 708 * Added wp symbol support to gpx
92136662 709 * Fixed name collisions during track/wp DND
ea3933fc
EB
710 * Layer-wide option as to whether to show waypoint symbols
711
acaf7113
AF
7122005-09-29
713Alex Foobarian <foobarian@gmail.com>:
714 * Added support for waypoint symbols (changing, loading, saving), and a small number of icons.
715 * Added a scale ruler
716 * Changed panning to show less "garbage" in exposed areas
717
a5e51d35
EB
7182005-09-28
719Evan:
720 * menu.xml & icons inline
721
e4afc73a 7222005-09-27
acaf7113 723Alex Foobarian <foobarian@gmail.com>:
e4afc73a
EB
724 * GtkUIManager/Toolbar
725 * DND in the LayersPanel
0912fc7e
EB
726Evan:
727 * strtod -> g_strtod (i18n glitch)
728
ba298cde 7292005-09-25 Guilhem BONNEFILLE <guilhem.bonnefille@gmail.com>
0912fc7e
EB
730 * src/globals.h (VIKING_VERSION): uses the PACKAGE_VERSION macro
731 * Makefile.am (EXTRA_DIST): handles viking-remote
732 * src/Makefile.am (AM_CFLAGS): substitution of CFLAGS by AM_CFLAGS
733 * doc/Makefile.am, doc/dev/Makefile.am: new files
734 * Makefile.am (SUBDIRS): handles doc directory
735 * configure.ac: handles doc and doc/dev directories
e4afc73a 736
2ab9b480 7372005-09-16
2ab9b480 738Alex Foobarian <foobarian@gmail.com>: fix to v-vs-t (better drawing)
3de5bc4f
EB
739Evan: * GPX fixes
740 * So Geocaching .LOC _isn't_ GPX?!?!? Oh well, it's XML...
741 * GPX write, click v-vs-t diagram
742 * Option to show stops in TRWLayer options, and stop_length
743 * Elevation plotting relative to min and max elevation in track.
744 * Option to do elevation plotting, and controlling relative height
2ab9b480
EB
745
7462005-09-15
747 * 4+ hours later and voila, GPX read support
748 * Fixes in propwin if track doesn't have certain data, say so.
749
7502005-09-14
751Me (Evan) again:
752 * Fix USGS support
753 * Click on the elevation map to go there, so you can see where a mountain-top is etc.
754 * Don't crash on track properties of an empty track.
755
734652bf 7562005-09-13
ba298cde 757Guilhem BONNEFILLE <guilhem.bonnefille@gmail.com>:
734652bf
EB
758 * bootstrap: new file to bootstrap auto-tools
759 * src/config.h (VIK_CONFIG_ALPHABETIZED_TRW): no more set via this file
760 * Makefile.am (bin_SCRIPTS): viking-remote added
761 * configure.ac: --enable-alphabetized-trw option added
762
763Evan Battaglia <gtoevan@gmx.net>:
764 * Experimental altitude funky plotting I'm working on
765
7662005-09-12
767Alex Foobarian <foobarian@gmail.com>'s changes
768* disable stops, for now (I forgot about those...)
769* Track elevation graph: minimum altitude difference for less jagged curves
770* Track elevation graph: gray background, blue foreground
771* Track elevation graph: lines to clearly show absolute elevation
772* New velocity-vs-time graph & calculating function
773* Notebook to hold this new graph with track elevation graph
774My (Evan's) changes:
775* Fix above v-vs-t patch to not crash on tracks without timestamp.
776* Not show v-vs-t graph and/or elevation map if the necessary data isn't there.
ba298cde 777Guilhem BONNEFILLE <guilhem.bonnefille@gmail.com>'s changes
dad55b79
GB
778 * bootstrap: new file to bootstrap auto-tools
779 * src/config.h (VIK_CONFIG_ALPHABETIZED_TRW): no more set via this file
780 * Makefile.am (bin_SCRIPTS): viking-remote added
781 * configure.ac: --enable-alphabetized-trw option added
734652bf 782
9903c388
EB
7832005-09-07
784Autotools support by Guilhem Bonnefille.
785
bb71de8b
AF
7862005-09-06
787Added Alex Foobarian's track duration patch.
788Added Alex Foobarian's track profile patch.
9903c388 789Added Alex Foobarian's elevation map fix.
bb71de8b 790
725c87e1
EB
7912005-09-04
792Map cache fix: if only one map can fit / one map is bigger than cache size, then that's OK.
bb71de8b 793Delete from cache when updating image.
725c87e1 794
50a14534
EB
7952005-08-18
796Map cache size based on memory usage, not number of images. Some flaws to be worked out still in this.
797
7982005-08-16
799Accepted USGS maps support from Clark McKines. Pretty slick, I'll have to take a look at it.
800
8012005-08-02
802Quite easily added support for Mercator projection & Google Mercator maps (regular, transparent etc)
803Chaned waypoint types a little bit (size of waypoint)
804
8052005-07-31
806Hopefully fixed background.c item # count
807Fixed KH Maps (v=2)
808
8092005-06-20
810A little research & added KH Maps support.
811
8122005-06-19
813Fixed right-click waypoint edit -> crash bug, hopefully.
814Fixed "everyone lives in zone 11" assumption for vikgeoreflayer.c; still monozone though ...
815Made it so when you paste or add a new layer, it pastes it before the selected layer, not to the top.
816Fixed the bug where pasting a map layer messed up the name.
817Made dragging middle mouse button pan. Removed pan tool. Thanks Reid for the idea.
818Made different options for drawing waypoint dots. Not very good but we can make better-looking ones later.
819