]> git.street.me.uk Git - andy/viking.git/blame - ChangeLog
Fixing another implicit declaration.
[andy/viking.git] / ChangeLog
CommitLineData
c81a5cd7
BZ
12007-10-23
2Quy Tonthat <qtonthat@gmail.com>:
3 * Missing declaration. Thanks to Bernd Zeimetz <bernd@bzed.de>
4
1530c21f
GB
52007-10-20
6Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
7 * Releasing 0.9.3
8
4235f369
EB
92007-10-20
10Evan Battaglia <gtoevan@gmx.net>
11 * Fixing minor typo in vikdemlayer.c which could cause crashes
12
21700912
QT
132007-10-20
14Quy Tonthat <qtonthat@gmail.com>:
15 * Track Properties Dialog no longer blocks interaction of the main
16 window.
ca7e67ef 17 * Draw position marker on track elev/speed graphs at mouse click.
1d0135d8 18 * Diasable buttons on Track Properties Dialog when not needed.
dc27aba1
QT
19 * Display track name on title of track property dialog. Now that
20 viking allows multiple dialogs displayed simultaneously.
21700912 21
51f0884d
EB
222007-10-17
23Evan Battaglia <gtoevan@gmx.net>
24 * Fix problem with extraneous waypoints being plotted (wrap around problem). May still be problems in UTM mode.
25
9128a946
EB
262007-10-16
27Evan Battaglia <gtoevan@gmx.net>
28 * Fix Google version parsing. Google no longer uses '=' and '&' but hex equivalents to describe the URI. Not sure if this will last :/
29
5ef1d57e
QT
302007-10-16
31Quy Tonthat <qtonthat@gmail.com>:
32 * Interpolating DEM data in 3 different methods. Track data,
33 elevation-distance graph and elevation info on status bar now make use
34 of interpolation.
35
3220e336
QT
362007-10-15
37Quy Tonthat <qtonthat@gmail.com>:
38 * Add more room to the top of elevation-distance graph.
39
b42009f6
EB
402007-10-14
41Evan Battaglia <gtoevan@gmx.net>
42 * Fix plotting of DEM elevation data (subtract min altitude)
43
165d30aa
EB
442007-10-12
45Evan Battaglia <gtoevan@gmx.net>
46 * Fix Esc and Backspace to work only when VikViewport has focus.
47 * VikViewport grabs focus on click or release events, or when a
48 tool move event returns VIK_LAYER_TOOL_ACK_GRAB_FOCUS.
49
502007-10-12
07596bf4
QT
51Quy Tonthat <qtonthat@gmail.com>:
52 * Make use of DEM elevation data and GPS speed for track graphs.
53
777e2d4d
EB
542007-10-11
55Evan Battaglia
56 * Key press framework for tools. Esc to stop track. Backspace to end track.
57
5c5f3289
GB
582007-10-11
59Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
60 * Upgrading to API 0.5 of OSM
61
001a86db
QT
622007-10-11
63Quy Tonthat <qtonthat@gmail.com>:
64 * Make Realtime Tracking a feature that can be disabled at configure
65 time. Do not quietly disable it beacause libgps is not available
66 at compiling time.
a2817d3c 67 * Extra data from GPS in realtime mode are now stored in trackpoints.
001a86db
QT
68
692007-10-10
70Quy Tonthat <qtonthat@gmail.com>:
71 * Fix a crash bug caused by operation on variable inside a macro.
72
e086b16d
EB
732007-10-09
74Evan Battaglia <gtoevan@gmx.net>
75 * Ctrl-shift-scroll to zoom like Google. Just scroll zooms like before.
7b203521
EB
76 * Show currently edited track in red-dashed line. This makes it easier
77 to tell if we've ended the track.
78 * When using new track tool, draw a line before making a point to
79 preview the new point.
807e03f9 80 * Use $BROWSER environment variable (for viewing geocache pages)
e086b16d 81
6dd43d93
QT
822007-10-08
83Quy Tonthat <qtonthat@gmail.com>:
84 * Fix compiling breakage caused by missing icon file from the list.
85
58a642b6
GB
862007-10-07
87Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
88 * libgps is no more mandatory
89
32e48121 902007-10-07
9a30122d
EB
91Evan Battaglia <gtoevan@gmx.net>:
92 * Scroll zoom keeps cursor over same spot on map (like Google, QLandKarte)
bce3a7b0 93 * Cursors for tools.
c3deba01 94 * Undo magic scissors by right-clicking.
8fb71d6c 95 * Extend a track by right-clicking on it.
98f5364d 96 * Experiment: "Begin track" tool
9a30122d 97
58a642b6 982007-10-07
32e48121
QT
99Quy Tonthat <qtonthat@gmail.com>:
100 * Correctly calculate position (based on time instead of distance)
101 when clicking on speed-time graph.
102 * Added km/h to speed entries of the track properties dialog.
6260ce3f 103 * The "Selected Time" on track properties dialog is now correct.
ddc2372e
QT
104 * Track Properties: now displays track distance/time instead of
105 "Selected Time".
32e48121 106
a45242c2
QT
1072007-10-06
108Quy Tonthat <qtonthat@gmail.com>:
109 * Fix bugs that caused odd display of time on track properties dialog.
4863105b 110 * Pop a message when failed to connect to gpsd.
a45242c2 111
057a78bc
QT
1122007-10-05
113Quy Tonthat <qtonthat@gmail.com>:
114 * Fix a segfault caused by (mistakenly) adding a new layer to gps
115 layer.
97cab2d5 116 * Be more selective in collecting realtime trackpoints.
057a78bc 117
c4e61875
QT
1182007-10-04
119Quy Tonthat <qtonthat@gmail.com>:
120 * Improvements for GPS layer's "realtime tracking".
121
c2e97e57
QT
1222007-10-02
123Quy Tonthat <qtonthat@gmail.com>:
124 * Fix crashes caused by emitting update too early at layer creation.
b87d3952 125 * Add realtime tracking to GPS layer.
8fcff869 126 * fix half-drawn problems for GPS layer.
c2e97e57 127
090cae39
GB
1282007-10-01
129Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
130 * Relax dependencies about glib by implementing
131 g_hash_table_remove_all ourselves (Evan's patch)
132
c9177aae
QT
1332007-10-01
134Quy Tonthat <qtonthat@gmail.com>:
135 * Disable half-drawn update when the center is moved. Avoid using
136 static "trigger" in viklayer.c which causes problems when viking
137 has more than one windows.
138
d295e344
QT
1392007-09-28
140Quy Tonthat <qtonthat@gmail.com>:
141 * Fix bug that caused Elevation graph not working properly with some
142 tracks.
143
415302f4
EB
1442007-09-27
145Evan Battaglia <gtoevan@gmx.net>
146 * GPSD Layer -- draw an arrow.
147 * Minimum elevation for DEM layer.
0df66d57
EB
148 * Half-drawn hack to only draw layers on top of the one that has
149 recently changed. A must for realtime GPS.
415302f4 150
0e25c0d0
QT
1512007-09-25
152Quy Tonthat <qtonthat@gmail.com>:
153 * SRTM download now works for regions outside North_America too.
154
fa86f1c0
EB
1552007-09-23
156Evan Battaglia <gtoevan@gmx.net>
157 * Fix copy & pasting DEM layers -- new serializing string list code.
9593a4c9
EB
158 * Don't crash if using tool on wrong type of layer / no layer.
159 Although I really want to know what happened to "use the top visible layer",
160 and return TRUE if the tool "accepts" the use...
161 editing lots of TRWLayers was way easier that way...
e9165710 162 * Remove unused vik_layer_copy() code
ee6ef0b1 163 * Add Magic Scissors icon (from GIMP)
bddd2056
EB
164 * Add comment when making a Google Route.
165 * Continue a magic scissors route by holding down control. Continue the comment too.
166 * 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 167 * Experimental GPSD support (VikGpsdLayer)
fa86f1c0 168
8c721f83
EB
1692007-09-22
170Evan Battaglia <gtoevan@gmx.net>
171 * Pan Accelerators (Ctrl+Left, etc)
172 * Ctrl-Scroll and Ctrl-Shift-Scroll to pan, kind of like Gimp.
173 * Add a RADIOGROUP_STATIC properties factory type to make it easy
174 for new layers. Uses an array list (like before)
175 instead of a GList.
176 * DEM US 10m (dem24k) source! Option in DEM Layer & ./configure
177 * (copying & pasting DEM layers is broken, will fix later)
178
0c1044e9
EB
1792007-09-21
180Evan Battaglia <gtoevan@gmx.net>
181 * Fix right-click on geocache to work with new geocache names.
182 * Download & import SRTM 90m DEM data (still working on US 10m)
183
ed28ef63
EB
1842007-09-17
185Evan Battaglia <gtoevan@gmx.net>
186 * 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.
187
4f13653e
GB
1882007-09-09
189Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
190 * Removing unused files (*.png.h).
191
90e25247
GB
1922007-09-08
193Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
194 * Fix #1789550: define MAX macro if not defined on ALL systems
195
35462baf
QT
1962007-09-08
197Quy Tonthat <qtonthat@gmail.com>:
198 * AUtomatically fetching google version number.
199
eb93fa95
GB
2002007-09-07
201Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
202 * Fix #1789550: mkdtemp usage is conditioned, so it is possible
203 to build viking on system not offering such feature.
204
fd0a7199
GB
2052007-09-06
206Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
207 * Adding command line option framework.
208
4b53548b
QT
2092007-09-06
210Quy Tonthat <qtonthat@gmail.com>:
211 * Make viking's default start location somewhere more likely has maps.
ee180665
QT
212 * Fix crash when using "Maps Download" tools right after viking is
213 started (without a viking file).
4b53548b
QT
214
2152007-09-05
216Quy Tonthat <qtonthat@gmail.com>:
217 * Viking 0.9.2 (By Guilhem Bonnefille <guilhem.bonnefille@gmail.com>)
218
4e29c215
GB
2192007-09-03
220Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
221 * Fix: crash when "applying" a map layer property dialog.
94933cb8 222 * QA: strong type the second argument of the *_post_read functions.
63726881 223 * Preset filename when exporting a TrwLayer.
24277274
GB
224 * Refactoring: retrieve the VikWindow from the VikViewport via its
225 GtkWidget nature.
51c15f41 226 * Use $EMAIL to initialise email field for OSM upload.
07059501 227 * Do not warn about drawmode inconsistency while reading file.
e52d2bf3 228 * Hide Expedia view mode when expedia is not built in.
4e29c215 229
06f31fd5
GB
2302007-09-01
231Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
232 * Disable Expedia map layer by default (as it is not working).
233
1a8143e6
BZ
2342007-08-30
235Bernd Zeimetz <bernd@bzed.de>:
236 * Add redirect support (for Expedia map layer).
237
5092de80
GB
2382007-08-30
239Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
240 * Add ability to upload a single track.
241
dc5758d3
GB
2422007-08-28
243Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
244 * Check current drawmode after creating a new MapsLayer.
245
15e77c02
QT
2462007-08-25
247Quy Tonthat <qtonthat@gmail.com>:
248 * New google version number.
1918a993 249 * Better checking to detect downloaded text instead of images.
314c1ccc
QT
250 * Give more instructive message for attempting to download maps in
251 wrong mapmode.
15e77c02 252
f901dcdf
GB
2532007-08-20
254Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
255 * libcurl is a requirement
256
f8fe5d14
QT
2572007-08-20
258Quy Tonthat <qtonthat@gmail.com>:
259 * Fix bugs that cause crashes on layers copy/paste/delete.
d1f48cc2
QT
260 * Fix bug in Google search that caused viking jump to wrong location
261 when Google can not find the match.
f8fe5d14 262
1bd88e66
GB
2632007-08-16
264Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
265 * Group "Export Layer..." entries in a sub-menu.
266
494eb388
QT
2672007-08-16
268Quy Tonthat <qtonthat@gmail.com>:
269 * Clean up and eliminate compiler warning.
270
261c8fdc
QT
2712007-08-15
272Quy Tonthat <qtonthat@gmail.com>:
273 * Fix bug in creating temporary HOME when HOME is not set.
36c78d6d
QT
274 * Added --enable-old-google to configure script. Old google modes are
275 now disabled by default.
276 * Default mode for new maps is Google Maps.
261c8fdc 277
6a9ff0ee
QT
2782007-08-09
279Quy Tonthat <qtonthat@gmail.com>:
280 * Make Google Map default map type.
281
46e4fa54
QT
2822007-08-02
283Quy Tonthat <qtonthat@gmail.com>:
284 * DEM module can now read hgt.zip files directly (no need to unzip
285 them).
286 * DEM module can now process 1 arc sec hgt(.zip) files (mainly for USA
287 regions).
288
2dc9ab5e
QT
2892007-07-27
290Quy Tonthat <qtonthat@gmail.com>:
291 * Plug filedescriptor leak in dem.c
292
071da616
QT
2932007-07-26
294Quy Tonthat <qtonthat@gmail.com>:
295 * Display on status bar altitude at cursor using data from DEM layer(s).
296
ccff31c2
QT
2972007-07-25
298Quy Tonthat <qtonthat@gmail.com>:
299 * New google version numbers.
300
1ef9e637
QT
3012007-07-24
302Quy Tonthat <qtonthat@gmail.com>:
303 * Disable GeoCache Acquire since it nolonger works. Can be enabled
304 again using configure --enable-geocaches.
305
214f9ac2
QT
3062007-07-18
307Quy Tonthat <qtonthat@gmail.com>:
308 * Remove (my) debug messages which are no longer needed.
309
2dc9ab5e 3102007-07-15
214f9ac2
QT
311Quy Tonthat <qtonthat@gmail.com>:
312 * Missing a few changes here.
313 * release 0.9 (by Guilhem)
314
6ec35002
QT
3152007-07-13
316Quy Tonthat <qtonthat@gmail.com>:
317 * Eliminate the needs of entering DEM files for every single
318 track/waypoint layer.
319
84c2cc41
QT
3202007-07-07
321Quy Tonthat <qtonthat@gmail.com>:
322 * Fixed typo in Makefile.am
323
ad0a8c2d
EB
3242007-07-06
325Evan Battaglia <gtoevan@gmx.net>:
326 * Merge DEM Branch
327
441f28d3
QT
3282007-07-04
329Quy Tonthat <qtonthat@gmail.com>:
330 * Bug fix: View Mode displayed wrong setting on start up
331
83750a2d
QT
3322007-07-03
333Quy Tonthat <qtonthat@gmail.com>:
334 * Fixed bugs that caused draw_scale and draw_centermark status not being
335 consistent among View menu, viewport and loaded files.
336
ad0a8c2d
EB
3372007-07-02
338Evan Battaglia <gtoevan@gmx.net>
339 * DEM Branch: Trying to fix/cleanup various DEM things
340 * DEM Branch: Support for SRTM 3 arcsecond _global_ DEM data from http://www2.jpl.nasa.gov/srtm/
341
17407a43
QT
3422007-07-02
343Quy Tonthat <qtonthat@gmail.com>:
344 * Fixed bugs that caused crashes during GPS upload/download.
345
8cd10bb4 3462007-07-01
e2d11d62 347Quy Tonthat <qtonthat@gmail.com>:
8cd10bb4 348 * Make "Save Image" and "Save Image Directory" dialogs reusable.
e2d11d62 349
678fecbb
RM
3502007-06-24
351Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
352 * Merging with Ralf's work around debianization
ad4d241a 353 * INSTALL: refreshed
678fecbb 354
10888930
TS
3552007-06-23
356Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
357 * Minor change to avoid SEGFAULT on x86_64
a3188993 358 * Add DownloadOptions type to specify referer per map source
1b685d33 359
37518034
QT
3602007-06-19
361Quy Tonthat <qtonthat@gmail.com>:
362 * Fix bugs that causes "drawcentermark" not recognised when reading
363 from files.
364 * Fix a wild pointer bug that can cause crashes
365
d700ee38
GB
3662007-06-18
367Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
368 * Copying libcurl.m4 as it is needed everywhere
369
62c16860
QT
3702007-06-18
371Quy Tonthat <qtonthat@gmail.com>:
372 * New google version numbers.
373 * Make scale more visible.
374 * Add center mark which can be turn on/off in View menu.
375 * Viking now uses cookies for http requests. Some server(s) is quite
376 picky about this. (With great help from Lixus <gps@muellers.ms>)
0c24c0a5 377 * Download maps along a track. Right click on a track layer, select map
62c16860 378 type and zoom level, viking will do the rest.
0c24c0a5 379 * release 0.1.3-20070618
62c16860 380
99e679df
RM
3812007-06-13
382Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
383 * Adding an icon (suggested by Ralf Meyer <ranfyy@gmail.com>)
384
b0b88773
QT
3852007-06-8
386Quy Tonthat <qtonthat@gmail.com>:
387 * Fix a bug that causes segfault when viewing properties of a
388 waypoint.
389
4b31042b
QT
3902007-06-1
391Quy Tonthat <qtonthat@gmail.com>:
392 * Fix a bug that causes segfault when viewing properties of a track
393 that has only one trackpoint with elevation information.
1eef1bde 394 * Backport Evan's magic scissors from DEM branch.
4b31042b 395
f47d51b5
QT
3962007-05-31
397Quy Tonthat <qtonthat@gmail.com>:
398 * Add Google Maps search to View menu and Toolbar
399 * Waypoint created right after the search will pick up the search
400 string as comment. (Use TrackWaypoint Layer menu, not toolbar, to
401 create waypoint).
402
4587152b
MC
4032007-05-26
404Mark Coulter <i_offroad@yahoo.com>
405 * new waypoint symbols.
406
9b81efe3
QT
4072007-05-26
408Quy Tonthat <qtonthat@gmail.com>:
409 * Fix intermittent problem of map redraw.
410 * Mapslayer: Fixed bugs that cause in some cases, map display can not
411 be refreshed without downloading.
412
2d546d79
GB
4132007-05-24
414Ralf Meyer <ranfyy@gmail.com>:
415 * Adding man pages.
416
10ca2bfe
QT
4172007-05-24
418Quy Tonthat <qtonthat@gmail.com>:
419 * Maps layer: Improve performance for map autodownload.
3570ad57
QT
420 * Make dimensions easier to be found and changed to suit own tastes.
421 * Small touches on the look.
10ca2bfe 422
ff8b4326
QT
4232007-05-23
424Quy Tonthat <qtonthat@gmail.com>:
425 * New GPS layer menu items: "empty upload", "empty download", "empty
426 all"
7041549f 427 * acquire->Google Directions now record and display previous queries
3570ad57 428 fo "From"/"To" entries.
7041549f 429 * Position Google Directions dialogs at the center of Viking window.
ff8b4326 430
38778d11
QT
4312007-05-22
432Quy Tonthat <qtonthat@gmail.com>:
433 * GPS layer track and waypoint data can now be saved.
2bf7cadd
QT
434 * Disable prompt for save before exit.
435 * Add "Save and Exit" to File menu.
38778d11 436
ad0a8c2d
EB
4372007-05-20
438Evan Battaglia <gtoevan@gmx.net>
439 * DEM Branch
440
6d38ac4f
QT
4412007-05-20
442Quy Tonthat <qtonthat@gmail.com>:
443 * Stop autodownload from running forever on map downloading errors.
444
0b3c4c1c
QT
4452007-05-18
446Quy Tonthat <qtonthat@gmail.com>:
06e94d26 447 * Add curl-devel to spec file.
0b3c4c1c 448 * Map tool: Left click can now refresh display of map tiles.
4b31d033 449 * Check for non-displayable data after downloading map.
0b3c4c1c 450
11f88b69
QT
4512007-05-17
452Quy Tonthat <qtonthat@gmail.com>:
453 * Fix problems in map downloading caused by unreliable error
454 detection.
06e94d26 455 * Release 0.1.3
11f88b69 456
0b0963fb
QT
4572007-05-15
458Quy Tonthat <qtonthat@gmail.com>:
459 * Fixed bugs that can cause segfault on exit. The problem was caused
460by mapslayer's weak_ref not being unref'ed in some cases.
461
3335ae4e
EB
4622007-05-13
463Evan Battaglia <gtoevan@gmx.net>
464 * 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.
465
093c5c71
EB
4662007-05-11
467Evan Battaglia <gtoevan@gmx.net>
468 * Fix removal of redownloaded tiles from memory cache.
e415a0e8 469 * Fix a stupid segfault in main.c (opening new files)
093c5c71 470
056e8bd1
QT
4712007-05-09
472Quy Tonthat <qtonthat@gmail.com>:
473 * New Google version numbers.
474
50817314
GB
4752007-05-08
476Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
477 * New "Refresh onscreen tiles" menu entry
478
6afc9732
GB
4792007-05-04
480Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
481 * debian/: debianization
482
81a061e4
GB
4832007-04-29
484Reid Priedhorsky <reid@reidster.net>
485 * libusb support
486
dfb4bdaa
GB
4872007-04-28
488Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
489 * OpenSourceMap slippy maps (in osm.c) -- Maplink tiles
ca9eb04a 490 * Add configuration option for OpenStreetMap sources
dfb4bdaa 491
67209ca8
GB
4922007-04-23
493Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
494 * OpenSourceMap slippy maps (in osm.c) -- Osmarender and Mapnik
495
ed6242f3
EB
4962007-04-21
497Evan Battaglia <gtoevan@gmx.net>
498 * OpenSourceMap slippy maps (in google.c) -- identical to google maps except zoom numbering
499
fa9fef36
GB
5002007-04-16
501Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
502 * Adding libcurl support
503
69b825fe
QT
5042007-04-04
505Quy Tonthat <qtonthat@gmail.com>:
506 * New Google version number.
507 * Fixed Google Directions
508
4a96999b
QT
5092007-02-20
510Quy Tonthat <qtonthat@gmail.com>:
511 * GPS layer dialog now displayed at the center of the Viking main
512 window.
513
997905be
QT
5142007-02-19
515Quy Tonthat <qtonthat@gmail.com>:
516 * New Google version numbers.
517
af2740eb
QT
5182007-02-15
519Quy Tonthat <qtonthat@gmail.com>:
520 * Made viking.spec.in out of Michael's viking.spec
521 * Added viking.spec.in to autoconf files.
522
5232007-02-15
524Michael A Peters <mpeters@mac.com>:
525 * Added viking.spec
526
07f39a64
GB
5272007-02-14
528Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
529 * NEWS, configure.ac: preparing 0.1.2
530
4e0cf33b
GB
5312007-02-13
532Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
533 * src/vikwindow.c: remove URL and version number from window title
534 * src/dialog.c: add URL and use dynamic information for version
21c318eb 535 * AUTHORS, src/dialog.c: update contributors list
e8947958
GB
536 * AUTHORS, src/dialog.c, src/Makefile.am: About dialog filled with
537 AUTHORS file
4e0cf33b 538
ecb51018
QT
5392007-02-07
540Quy Tonthat <qtonthat@gmail.com>:
541 * Fix bug that causes crashes when click at the right side (outside)
542 of the track graph area in the Track Poperties window.
543
e1e2f2c6
JJ
5442007-02-06
545Jocelyn Jaubert <jocelyn.jaubert@gmail.com>
546 * Add new information to Track Properties. Postion in time will be
547 tracked and display when moving mouse cursor around the track graph.
548
4f210965
QT
5492007-02-06
550Quy Tonthat <qtonthat@gmail.com>:
551 * New google version numbers.
d1fb6e7f 552 * correct main window title and viking website.
4f210965 553
369e959a
QT
5542007-02-05
555Quy Tonthat <qtonthat@gmail.com>:
556 * Cosmetic changes.
557
119f63a0
QT
5582007-02-04
559Quy Tonthat <qtonthat@gmail.com>:
560 * Simplify tools enable/disable codes.
561
79845167
QT
5622007-02-01
563Quy Tonthat <qtonthat@gmail.com>:
564 * Only tools that work with current active layer are enable,
565 others are disable (fade out and does nothing when clicked on).
566
d820e240
GB
5672007-01-27
568Quy Tonthat <qtonthat@gmail.com>:
569 * Display map sections while downloading (bug 1303429)
570
267b6db5
QT
5712007-01-25
572Quy Tonthat <qtonthat@gmail.com>:
573 * Fixed bugs that caused crashes on creating new map layer or
574 new track/waypoint layer.
575
dad2c114
QT
5762007-01-24
577Quy Tonthat <qtonthat@gmail.com>:
578 * Updated google tranparent version number.
579 * Made it more convenient to update google version numbers.
580
cdcaf41c
QT
5812007-01-23
582Quy Tonthat <qtonthat@gmail.com>:
583 * Merged branch modular to trunk.
584
54d3b232
QT
5852007-01-05
586Quy Tonthat <qtonthat@gmail.com>:
587 * Bug fix: main menu edit->delete and edit->cut did not work with
588 waypoints and tracks.
589
2cebc318
QT
5902007-01-04
591Quy Tonthat <qtonthat@gmail.com>:
592 * Added "Copy" and "Cut" to popup menus for track and waypoint (on the
593 layer panel).
594
20c7a3a0
QT
5952007-01-03
596Quy Tonthat <qtonthat@gmail.com>:
107d445a
QT
597 * bug fix: crash on inserting aggregate layer if the selected layer's
598 parent is not an aggregate layer.
599 * bug fix: crash when delete a child layer whose parent is not
600 an aggregiate layer (eg gpslayer)
20c7a3a0
QT
601 * Menu item selection for layer instances.
602
fdca5edb
QT
6032007-01-02
604Quy Tonthat <qtonthat@gmail.com>:
605 * gpslayer: Unexpose interface functions.
5a4a28bf 606 * Layers now can have their say on what pop up menu items they want.
fdca5edb 607
cdcaf41c 6082007-01-02
a25c4c50 609Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
cdcaf41c
QT
610 * Add ability to disable Terraserver stuff
611 * Add ability to disable Expedia stuff
612
fdca5edb
QT
6132007-01-01
614Quy Tonthat <qtonthat@gmail.com>:
615 * gpslayer: fix bugs that causes crashes when click "Cancel" on layer
616 creation dialog.
617
cdcaf41c
QT
6182007-01-01
619Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
620 * Make all .h self sufficient
621 * Add ability to disable Google stuff
622
b364d6bc
QT
6232006-12-31
624Quy Tonthat <qtonthat@gmail.com>:
625 * Added gps layer
626
cdcaf41c
QT
6272007-01-02
628Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
629 * Add ability to disable Terraserver stuff
630 * Add ability to disable Expedia stuff
631
6322007-01-01
633Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
634 * Make all .h self sufficient
635 * Add ability to disable Google stuff
636
b291388a
GB
6372006-12-26
638Quy Tonthat <qtonthat@gmail.com>:
639 * Fix a google version number change (at least in Australia).
640
ea40bccf
AF
6412006-12-07
642Quy Tonthat <qtonthat@gmail.com>:
643 * Fix an array overflow bug in Map Layer Properties
644
b7b66e1f
GB
6452006-12-04
646Alex Foobarian <foobarian@gmail.com>:
647 * Added an "About" dialog
648
68fb2913
AF
6492006-11-30
650Alex Foobarian <foobarian@gmail.com>:
651 * Added Quy Tonthat's patch to fix a bug in Track Properties
652
1a8437ab
AF
6532006-11-29
654Alex Foobarian <foobarian@gmail.com>:
ea40bccf 655 * Added patch by Quy Tonthat <qtonthat@gmail.com> to fix a crash bug
1a8437ab 656
fa1b5a5f
GB
6572006-11-12
658Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
659 * Add expat explicit dependency
660
7432fddf
AF
6612006-10-31
662Alex Foobarian <foobarian@gmail.com>:
663 * Visual feedback for moving waypoints
664
33534cd8
AF
6652006-10-30
666Alex Foobarian <foobarian@gmail.com>:
667 * Created standard Edit menu
668 * Implemented Cut for trackpoints and waypoints
669 * When moving trackpoints, we now draw one under the cursor for visual feedback
670
f9db6bd6
AF
6712006-10-26
672Alex Foobarian <foobarian@gmail.com>:
673 * Cleared up the drawing modes and map type descriptions
674 * Updated google version string to make it work in Europe
675 * Added Cut/Copy/Paste shortcuts to right-click menus
4b00e581 676 * Compacted the track properties dialog
f9db6bd6 677
941aa6e9
AF
6782006-10-23
679Alex Foobarian <foobarian@gmail.com>:
680 * Introduced a toolbar tool interface, converted existing tools to use it
681 * As a result, ruler drawing bugs are gone
682 * Sped up ruler drawing by increasing the redraw priority
683
78c9fb5b
GB
6842006-08-15
685Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
686 * Add implicit DMS->DDD conversions in waypoints dialogs
687
0165e6e4
GB
6882006-07-26
689Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
690 * src/degrees_converters.c, src/degrees_converters.h,
691 test/degrees_converter.c: add dec -> DDD conversion
692 * src/degrees_converters.c, src/degrees_converters.h,
693 test/degrees_converter.c: add dec -> DMM conversion
694 * src/degrees_converters.c: refactor dms conversions
695
6c02911c
RP
6962006-07-24
697Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
698 * Add patch for GoogleMaps from Reid Priedhorsky
699
0165e6e4
GB
7002006-07-22
701Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
702 * Makefile.am, configure.ac, src/Makefile.am,
703 src/degrees_converters.c, src/degrees_converters.h,
704 test/Makefile.am, test/check_degrees_conversions.sh,
705 test/degrees_converter.c: Adding degrees conversion functions
706 (DDD/DMM/DMS)
707
7082006-07-06
709Evan Battaglia <gtoevan@gmx.net>
710 * ChangeLog, src/google.c: Upgrade Google Maps -- Europe
711
a808ab5f
EB
7122006-07-01
713Evan Battaglia <gtoevan@gmx.net>:
714 * Upgrade Google Maps version (yay Europe!)
715
0165e6e4
GB
7162006-06-11
717Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
718 * NEWS, configure.ac: Preparing 0.1.1
719
65f0ccab
AF
7202006-05-25
721Alex Foobarian <foobarian@gmail.com>:
722 * Cleaned up the data source interface
723 * Added a setup dialog to the GPS data source, with protocol type and serial port location
724
5f304fd7
AF
7252006-05-12
726Alex Foobarian <foobarian@gmail.com>:
727 * Small fixes in Acquire from GPS code
728
fe203390 7292006-05-08 Guilhem BONNEFILLE <guilhem.bonnefille@gmail.com>
fe203390
GB
730 * autogen.sh: simpler method to start from CVS
731
a8d46e0b
EB
7322005-12-03
733Evan Battaglia <gtoevan@gmx.net>
734 * Data sources -- check for existence of necessary things
735
7b3479e3 7362005-11-25
3333c069 737Evan Battaglia <gtoevan@gmx.net>
7b3479e3
EB
738 * Created "data sources" structure to easily add new data sources via GPS babel.
739 It's ugly now and there's a lot to be done, but I think 79-line datasources_google.c
740 shows the power of the approach.
3333c069 741 * Data sources: Google & Geocaches
7b3479e3 742
8904c540 7432005-11-23 Guilhem BONNEFILLE <guilhem.bonnefille@gmail.com>
8904c540 744 * src/gpx.c (gpx_dtostr): add better GPX export
161aa492
EB
745Evan Battaglia <gtoevan@gmx.net>:
746 * dtostr -> coords.c; use in gpsmapper.c and gpspoint.c (locale-independent output)
8904c540 747
d1fa6cff
AF
7482005-11-21
749Alex Foobarian <foobarian@gmail.com>:
750 * Fixed v-t diagram crash bug
751
1d1bc3c1
EB
7522005-11-19
753Alex Foobarian <foobarian@gmail.com>:
754 * GPSBabel acquire code
755
9f0cd67d
AF
7562005-11-18
757Alex Foobarian <foobarian@gmail.com>:
758 * Copy/paste of individual track- and way-points updated to work between processes.
759
0a6cab71
AF
7602005-11-17
761Alex Foobarian <foobarian@gmail.com>:
762 * Copy/paste between viking processes
763 * Layer marshalling support
764
1bc9b120
GB
7652005-10-28 Guilhem BONNEFILLE <guilhem.bonnefille@gmail.com>
766 * configure.ac: Adding --with-mapcache configure option
767 * src/config.h: Removed because no more used (generated)
768
15614495
AF
7692005-10-18
770Alex Foobarian <foobarian@gmail.com>:
771 * Fix ruler declination in UTM mode
772
ba298cde 7732005-10-17 Guilhem BONNEFILLE <guilhem.bonnefille@gmail.com>
80dc8501
GB
774 * src/icons/Makefile.am: assumes the creation of icons.h
775 * src/garminsymbols.c, src/vikwindow.c: icons.h re-located
776 * src/Makefile.am: no more icons.h production
777
024f32c1
EB
7782005-10-16
779Evan Battaglia <gtoevan@gmx.net>
780 * Fix ruler: show angle, distance even when compass off-screen.
1a18e09d 781 * Fix bgitemcount. Background items status bar "should" be accurate now.
024f32c1 782
c48517ad
AF
7832005-10-13
784Alex Foobarian <foobarian@gmail.com>:
785 * Drag and drop whole track/waypoint lists
786
80e450c0
AF
7872005-10-12
788Alex Foobarian <foobarian@gmail.com>:
789 * Coord layer drawing for lat/lon based projections
790
0dff88ea
AF
7912005-10-11
792Alex Foobarian <foobarian@gmail.com>:
793 * Draw a compass when using a ruler
794
e4847ce9
AF
7952005-10-07
796Alex Foobarian <foobarian@gmail.com>:
797 * Added ruler drawing to the ruler tool
798
2f50c650
AF
7992005-10-06
800Alex Foobarian <foobarian@gmail.com>:
801 * Added support for pasting coordinates in lat/lon format
802
e890a6e6
EB
8032005-10-05
804Alex Foobarian <foobarian@gmail.com>:
805 * Change clipboard so as to use GTKClipboard. Prepare for support for pasting coordinates, etc.
806Evan Battaglia <gtoevan@gmx.net>:
807 * When pasting waypoints and tracks, do name resolution (add #2, etc)
808
08b251ec
EB
8092005-10-01
810Evan Battaglia <gtoevan@gmx.net>:
811 * make symbols work for geocaching .loc files (and case-insensitive symbol names)
35c7c0ba 812 * Option as to whether or not to show unit scale (esp for exporting images)
08b251ec 813
ba298cde 8142005-09-30 Guilhem BONNEFILLE <guilhem.bonnefille@gmail.com>
dad55b79 815 * configure.ac, src/Makefile.am (SUBDIRS): added auto-tools support for src/icons
70a23263
AF
816Alex Foobarian <foobarian@gmail.com>:
817 * Added a drag_drop_request method to layer interface, updated DnD to use it
e673b75f 818 * Updated DND to insert layers at the point of the drop, instead of front of list
42c2ac3e 819 * Added wp symbol support to gpx
92136662 820 * Fixed name collisions during track/wp DND
ea3933fc
EB
821 * Layer-wide option as to whether to show waypoint symbols
822
acaf7113
AF
8232005-09-29
824Alex Foobarian <foobarian@gmail.com>:
825 * Added support for waypoint symbols (changing, loading, saving), and a small number of icons.
826 * Added a scale ruler
827 * Changed panning to show less "garbage" in exposed areas
828
a5e51d35
EB
8292005-09-28
830Evan:
831 * menu.xml & icons inline
832
e4afc73a 8332005-09-27
acaf7113 834Alex Foobarian <foobarian@gmail.com>:
e4afc73a
EB
835 * GtkUIManager/Toolbar
836 * DND in the LayersPanel
0912fc7e
EB
837Evan:
838 * strtod -> g_strtod (i18n glitch)
839
ba298cde 8402005-09-25 Guilhem BONNEFILLE <guilhem.bonnefille@gmail.com>
0912fc7e
EB
841 * src/globals.h (VIKING_VERSION): uses the PACKAGE_VERSION macro
842 * Makefile.am (EXTRA_DIST): handles viking-remote
843 * src/Makefile.am (AM_CFLAGS): substitution of CFLAGS by AM_CFLAGS
844 * doc/Makefile.am, doc/dev/Makefile.am: new files
845 * Makefile.am (SUBDIRS): handles doc directory
846 * configure.ac: handles doc and doc/dev directories
e4afc73a 847
2ab9b480 8482005-09-16
2ab9b480 849Alex Foobarian <foobarian@gmail.com>: fix to v-vs-t (better drawing)
3de5bc4f
EB
850Evan: * GPX fixes
851 * So Geocaching .LOC _isn't_ GPX?!?!? Oh well, it's XML...
852 * GPX write, click v-vs-t diagram
853 * Option to show stops in TRWLayer options, and stop_length
854 * Elevation plotting relative to min and max elevation in track.
855 * Option to do elevation plotting, and controlling relative height
2ab9b480
EB
856
8572005-09-15
858 * 4+ hours later and voila, GPX read support
859 * Fixes in propwin if track doesn't have certain data, say so.
860
8612005-09-14
862Me (Evan) again:
863 * Fix USGS support
864 * Click on the elevation map to go there, so you can see where a mountain-top is etc.
865 * Don't crash on track properties of an empty track.
866
734652bf 8672005-09-13
ba298cde 868Guilhem BONNEFILLE <guilhem.bonnefille@gmail.com>:
734652bf
EB
869 * bootstrap: new file to bootstrap auto-tools
870 * src/config.h (VIK_CONFIG_ALPHABETIZED_TRW): no more set via this file
871 * Makefile.am (bin_SCRIPTS): viking-remote added
872 * configure.ac: --enable-alphabetized-trw option added
873
874Evan Battaglia <gtoevan@gmx.net>:
875 * Experimental altitude funky plotting I'm working on
876
8772005-09-12
878Alex Foobarian <foobarian@gmail.com>'s changes
879* disable stops, for now (I forgot about those...)
880* Track elevation graph: minimum altitude difference for less jagged curves
881* Track elevation graph: gray background, blue foreground
882* Track elevation graph: lines to clearly show absolute elevation
883* New velocity-vs-time graph & calculating function
884* Notebook to hold this new graph with track elevation graph
885My (Evan's) changes:
886* Fix above v-vs-t patch to not crash on tracks without timestamp.
887* Not show v-vs-t graph and/or elevation map if the necessary data isn't there.
ba298cde 888Guilhem BONNEFILLE <guilhem.bonnefille@gmail.com>'s changes
dad55b79
GB
889 * bootstrap: new file to bootstrap auto-tools
890 * src/config.h (VIK_CONFIG_ALPHABETIZED_TRW): no more set via this file
891 * Makefile.am (bin_SCRIPTS): viking-remote added
892 * configure.ac: --enable-alphabetized-trw option added
734652bf 893
9903c388
EB
8942005-09-07
895Autotools support by Guilhem Bonnefille.
896
bb71de8b
AF
8972005-09-06
898Added Alex Foobarian's track duration patch.
899Added Alex Foobarian's track profile patch.
9903c388 900Added Alex Foobarian's elevation map fix.
bb71de8b 901
725c87e1
EB
9022005-09-04
903Map cache fix: if only one map can fit / one map is bigger than cache size, then that's OK.
bb71de8b 904Delete from cache when updating image.
725c87e1 905
50a14534
EB
9062005-08-18
907Map cache size based on memory usage, not number of images. Some flaws to be worked out still in this.
908
9092005-08-16
910Accepted USGS maps support from Clark McKines. Pretty slick, I'll have to take a look at it.
911
9122005-08-02
913Quite easily added support for Mercator projection & Google Mercator maps (regular, transparent etc)
914Chaned waypoint types a little bit (size of waypoint)
915
9162005-07-31
917Hopefully fixed background.c item # count
918Fixed KH Maps (v=2)
919
9202005-06-20
921A little research & added KH Maps support.
922
9232005-06-19
924Fixed right-click waypoint edit -> crash bug, hopefully.
925Fixed "everyone lives in zone 11" assumption for vikgeoreflayer.c; still monozone though ...
926Made it so when you paste or add a new layer, it pastes it before the selected layer, not to the top.
927Fixed the bug where pasting a map layer messed up the name.
928Made dragging middle mouse button pan. Removed pan tool. Thanks Reid for the idea.
929Made different options for drawing waypoint dots. Not very good but we can make better-looking ones later.
930