]> git.street.me.uk Git - andy/viking.git/blame - ChangeLog
Ctrl-shift-scroll to zoom like google, scroll to zoom w/o changing
[andy/viking.git] / ChangeLog
CommitLineData
e086b16d
EB
12007-10-09
2Evan Battaglia <gtoevan@gmx.net>
3 * Ctrl-shift-scroll to zoom like Google. Just scroll zooms like before.
4
6dd43d93
QT
52007-10-08
6Quy Tonthat <qtonthat@gmail.com>:
7 * Fix compiling breakage caused by missing icon file from the list.
8
32e48121 92007-10-07
9a30122d
EB
10Evan Battaglia <gtoevan@gmx.net>:
11 * Scroll zoom keeps cursor over same spot on map (like Google, QLandKarte)
bce3a7b0 12 * Cursors for tools.
c3deba01 13 * Undo magic scissors by right-clicking.
8fb71d6c 14 * Extend a track by right-clicking on it.
98f5364d 15 * Experiment: "Begin track" tool
9a30122d 16
32e48121
QT
17Quy Tonthat <qtonthat@gmail.com>:
18 * Correctly calculate position (based on time instead of distance)
19 when clicking on speed-time graph.
20 * Added km/h to speed entries of the track properties dialog.
6260ce3f 21 * The "Selected Time" on track properties dialog is now correct.
ddc2372e
QT
22 * Track Properties: now displays track distance/time instead of
23 "Selected Time".
32e48121 24
a45242c2
QT
252007-10-06
26Quy Tonthat <qtonthat@gmail.com>:
27 * Fix bugs that caused odd display of time on track properties dialog.
4863105b 28 * Pop a message when failed to connect to gpsd.
a45242c2 29
057a78bc
QT
302007-10-05
31Quy Tonthat <qtonthat@gmail.com>:
32 * Fix a segfault caused by (mistakenly) adding a new layer to gps
33 layer.
97cab2d5 34 * Be more selective in collecting realtime trackpoints.
057a78bc 35
c4e61875
QT
362007-10-04
37Quy Tonthat <qtonthat@gmail.com>:
38 * Improvements for GPS layer's "realtime tracking".
39
c2e97e57
QT
402007-10-02
41Quy Tonthat <qtonthat@gmail.com>:
42 * Fix crashes caused by emitting update too early at layer creation.
b87d3952 43 * Add realtime tracking to GPS layer.
8fcff869 44 * fix half-drawn problems for GPS layer.
c2e97e57 45
c9177aae
QT
462007-10-01
47Quy Tonthat <qtonthat@gmail.com>:
48 * Disable half-drawn update when the center is moved. Avoid using
49 static "trigger" in viklayer.c which causes problems when viking
50 has more than one windows.
51
d295e344
QT
522007-09-28
53Quy Tonthat <qtonthat@gmail.com>:
54 * Fix bug that caused Elevation graph not working properly with some
55 tracks.
56
415302f4
EB
572007-09-27
58Evan Battaglia <gtoevan@gmx.net>
59 * GPSD Layer -- draw an arrow.
60 * Minimum elevation for DEM layer.
0df66d57
EB
61 * Half-drawn hack to only draw layers on top of the one that has
62 recently changed. A must for realtime GPS.
415302f4 63
0e25c0d0
QT
642007-09-25
65Quy Tonthat <qtonthat@gmail.com>:
66 * SRTM download now works for regions outside North_America too.
67
fa86f1c0
EB
682007-09-23
69Evan Battaglia <gtoevan@gmx.net>
70 * Fix copy & pasting DEM layers -- new serializing string list code.
9593a4c9
EB
71 * Don't crash if using tool on wrong type of layer / no layer.
72 Although I really want to know what happened to "use the top visible layer",
73 and return TRUE if the tool "accepts" the use...
74 editing lots of TRWLayers was way easier that way...
e9165710 75 * Remove unused vik_layer_copy() code
ee6ef0b1 76 * Add Magic Scissors icon (from GIMP)
bddd2056
EB
77 * Add comment when making a Google Route.
78 * Continue a magic scissors route by holding down control. Continue the comment too.
79 * 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 80 * Experimental GPSD support (VikGpsdLayer)
fa86f1c0 81
8c721f83
EB
822007-09-22
83Evan Battaglia <gtoevan@gmx.net>
84 * Pan Accelerators (Ctrl+Left, etc)
85 * Ctrl-Scroll and Ctrl-Shift-Scroll to pan, kind of like Gimp.
86 * Add a RADIOGROUP_STATIC properties factory type to make it easy
87 for new layers. Uses an array list (like before)
88 instead of a GList.
89 * DEM US 10m (dem24k) source! Option in DEM Layer & ./configure
90 * (copying & pasting DEM layers is broken, will fix later)
91
0c1044e9
EB
922007-09-21
93Evan Battaglia <gtoevan@gmx.net>
94 * Fix right-click on geocache to work with new geocache names.
95 * Download & import SRTM 90m DEM data (still working on US 10m)
96
ed28ef63
EB
972007-09-17
98Evan Battaglia <gtoevan@gmx.net>
99 * 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.
100
4f13653e
GB
1012007-09-09
102Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
103 * Removing unused files (*.png.h).
104
90e25247
GB
1052007-09-08
106Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
107 * Fix #1789550: define MAX macro if not defined on ALL systems
108
35462baf
QT
1092007-09-08
110Quy Tonthat <qtonthat@gmail.com>:
111 * AUtomatically fetching google version number.
112
eb93fa95
GB
1132007-09-07
114Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
115 * Fix #1789550: mkdtemp usage is conditioned, so it is possible
116 to build viking on system not offering such feature.
117
fd0a7199
GB
1182007-09-06
119Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
120 * Adding command line option framework.
121
4b53548b
QT
1222007-09-06
123Quy Tonthat <qtonthat@gmail.com>:
124 * Make viking's default start location somewhere more likely has maps.
ee180665
QT
125 * Fix crash when using "Maps Download" tools right after viking is
126 started (without a viking file).
4b53548b
QT
127
1282007-09-05
129Quy Tonthat <qtonthat@gmail.com>:
130 * Viking 0.9.2 (By Guilhem Bonnefille <guilhem.bonnefille@gmail.com>)
131
4e29c215
GB
1322007-09-03
133Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
134 * Fix: crash when "applying" a map layer property dialog.
94933cb8 135 * QA: strong type the second argument of the *_post_read functions.
63726881 136 * Preset filename when exporting a TrwLayer.
24277274
GB
137 * Refactoring: retrieve the VikWindow from the VikViewport via its
138 GtkWidget nature.
51c15f41 139 * Use $EMAIL to initialise email field for OSM upload.
07059501 140 * Do not warn about drawmode inconsistency while reading file.
e52d2bf3 141 * Hide Expedia view mode when expedia is not built in.
4e29c215 142
06f31fd5
GB
1432007-09-01
144Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
145 * Disable Expedia map layer by default (as it is not working).
146
1a8143e6
BZ
1472007-08-30
148Bernd Zeimetz <bernd@bzed.de>:
149 * Add redirect support (for Expedia map layer).
150
5092de80
GB
1512007-08-30
152Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
153 * Add ability to upload a single track.
154
dc5758d3
GB
1552007-08-28
156Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
157 * Check current drawmode after creating a new MapsLayer.
158
15e77c02
QT
1592007-08-25
160Quy Tonthat <qtonthat@gmail.com>:
161 * New google version number.
1918a993 162 * Better checking to detect downloaded text instead of images.
314c1ccc
QT
163 * Give more instructive message for attempting to download maps in
164 wrong mapmode.
15e77c02 165
f901dcdf
GB
1662007-08-20
167Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
168 * libcurl is a requirement
169
f8fe5d14
QT
1702007-08-20
171Quy Tonthat <qtonthat@gmail.com>:
172 * Fix bugs that cause crashes on layers copy/paste/delete.
d1f48cc2
QT
173 * Fix bug in Google search that caused viking jump to wrong location
174 when Google can not find the match.
f8fe5d14 175
1bd88e66
GB
1762007-08-16
177Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
178 * Group "Export Layer..." entries in a sub-menu.
179
494eb388
QT
1802007-08-16
181Quy Tonthat <qtonthat@gmail.com>:
182 * Clean up and eliminate compiler warning.
183
261c8fdc
QT
1842007-08-15
185Quy Tonthat <qtonthat@gmail.com>:
186 * Fix bug in creating temporary HOME when HOME is not set.
36c78d6d
QT
187 * Added --enable-old-google to configure script. Old google modes are
188 now disabled by default.
189 * Default mode for new maps is Google Maps.
261c8fdc 190
6a9ff0ee
QT
1912007-08-09
192Quy Tonthat <qtonthat@gmail.com>:
193 * Make Google Map default map type.
194
46e4fa54
QT
1952007-08-02
196Quy Tonthat <qtonthat@gmail.com>:
197 * DEM module can now read hgt.zip files directly (no need to unzip
198 them).
199 * DEM module can now process 1 arc sec hgt(.zip) files (mainly for USA
200 regions).
201
2dc9ab5e
QT
2022007-07-27
203Quy Tonthat <qtonthat@gmail.com>:
204 * Plug filedescriptor leak in dem.c
205
071da616
QT
2062007-07-26
207Quy Tonthat <qtonthat@gmail.com>:
208 * Display on status bar altitude at cursor using data from DEM layer(s).
209
ccff31c2
QT
2102007-07-25
211Quy Tonthat <qtonthat@gmail.com>:
212 * New google version numbers.
213
1ef9e637
QT
2142007-07-24
215Quy Tonthat <qtonthat@gmail.com>:
216 * Disable GeoCache Acquire since it nolonger works. Can be enabled
217 again using configure --enable-geocaches.
218
214f9ac2
QT
2192007-07-18
220Quy Tonthat <qtonthat@gmail.com>:
221 * Remove (my) debug messages which are no longer needed.
222
2dc9ab5e 2232007-07-15
214f9ac2
QT
224Quy Tonthat <qtonthat@gmail.com>:
225 * Missing a few changes here.
226 * release 0.9 (by Guilhem)
227
6ec35002
QT
2282007-07-13
229Quy Tonthat <qtonthat@gmail.com>:
230 * Eliminate the needs of entering DEM files for every single
231 track/waypoint layer.
232
84c2cc41
QT
2332007-07-07
234Quy Tonthat <qtonthat@gmail.com>:
235 * Fixed typo in Makefile.am
236
ad0a8c2d
EB
2372007-07-06
238Evan Battaglia <gtoevan@gmx.net>:
239 * Merge DEM Branch
240
441f28d3
QT
2412007-07-04
242Quy Tonthat <qtonthat@gmail.com>:
243 * Bug fix: View Mode displayed wrong setting on start up
244
83750a2d
QT
2452007-07-03
246Quy Tonthat <qtonthat@gmail.com>:
247 * Fixed bugs that caused draw_scale and draw_centermark status not being
248 consistent among View menu, viewport and loaded files.
249
ad0a8c2d
EB
2502007-07-02
251Evan Battaglia <gtoevan@gmx.net>
252 * DEM Branch: Trying to fix/cleanup various DEM things
253 * DEM Branch: Support for SRTM 3 arcsecond _global_ DEM data from http://www2.jpl.nasa.gov/srtm/
254
17407a43
QT
2552007-07-02
256Quy Tonthat <qtonthat@gmail.com>:
257 * Fixed bugs that caused crashes during GPS upload/download.
258
8cd10bb4 2592007-07-01
e2d11d62 260Quy Tonthat <qtonthat@gmail.com>:
8cd10bb4 261 * Make "Save Image" and "Save Image Directory" dialogs reusable.
e2d11d62 262
678fecbb
RM
2632007-06-24
264Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
265 * Merging with Ralf's work around debianization
ad4d241a 266 * INSTALL: refreshed
678fecbb 267
10888930
TS
2682007-06-23
269Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
270 * Minor change to avoid SEGFAULT on x86_64
a3188993 271 * Add DownloadOptions type to specify referer per map source
1b685d33 272
37518034
QT
2732007-06-19
274Quy Tonthat <qtonthat@gmail.com>:
275 * Fix bugs that causes "drawcentermark" not recognised when reading
276 from files.
277 * Fix a wild pointer bug that can cause crashes
278
d700ee38
GB
2792007-06-18
280Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
281 * Copying libcurl.m4 as it is needed everywhere
282
62c16860
QT
2832007-06-18
284Quy Tonthat <qtonthat@gmail.com>:
285 * New google version numbers.
286 * Make scale more visible.
287 * Add center mark which can be turn on/off in View menu.
288 * Viking now uses cookies for http requests. Some server(s) is quite
289 picky about this. (With great help from Lixus <gps@muellers.ms>)
0c24c0a5 290 * Download maps along a track. Right click on a track layer, select map
62c16860 291 type and zoom level, viking will do the rest.
0c24c0a5 292 * release 0.1.3-20070618
62c16860 293
99e679df
RM
2942007-06-13
295Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
296 * Adding an icon (suggested by Ralf Meyer <ranfyy@gmail.com>)
297
b0b88773
QT
2982007-06-8
299Quy Tonthat <qtonthat@gmail.com>:
300 * Fix a bug that causes segfault when viewing properties of a
301 waypoint.
302
4b31042b
QT
3032007-06-1
304Quy Tonthat <qtonthat@gmail.com>:
305 * Fix a bug that causes segfault when viewing properties of a track
306 that has only one trackpoint with elevation information.
1eef1bde 307 * Backport Evan's magic scissors from DEM branch.
4b31042b 308
f47d51b5
QT
3092007-05-31
310Quy Tonthat <qtonthat@gmail.com>:
311 * Add Google Maps search to View menu and Toolbar
312 * Waypoint created right after the search will pick up the search
313 string as comment. (Use TrackWaypoint Layer menu, not toolbar, to
314 create waypoint).
315
4587152b
MC
3162007-05-26
317Mark Coulter <i_offroad@yahoo.com>
318 * new waypoint symbols.
319
9b81efe3
QT
3202007-05-26
321Quy Tonthat <qtonthat@gmail.com>:
322 * Fix intermittent problem of map redraw.
323 * Mapslayer: Fixed bugs that cause in some cases, map display can not
324 be refreshed without downloading.
325
2d546d79
GB
3262007-05-24
327Ralf Meyer <ranfyy@gmail.com>:
328 * Adding man pages.
329
10ca2bfe
QT
3302007-05-24
331Quy Tonthat <qtonthat@gmail.com>:
332 * Maps layer: Improve performance for map autodownload.
3570ad57
QT
333 * Make dimensions easier to be found and changed to suit own tastes.
334 * Small touches on the look.
10ca2bfe 335
ff8b4326
QT
3362007-05-23
337Quy Tonthat <qtonthat@gmail.com>:
338 * New GPS layer menu items: "empty upload", "empty download", "empty
339 all"
7041549f 340 * acquire->Google Directions now record and display previous queries
3570ad57 341 fo "From"/"To" entries.
7041549f 342 * Position Google Directions dialogs at the center of Viking window.
ff8b4326 343
38778d11
QT
3442007-05-22
345Quy Tonthat <qtonthat@gmail.com>:
346 * GPS layer track and waypoint data can now be saved.
2bf7cadd
QT
347 * Disable prompt for save before exit.
348 * Add "Save and Exit" to File menu.
38778d11 349
ad0a8c2d
EB
3502007-05-20
351Evan Battaglia <gtoevan@gmx.net>
352 * DEM Branch
353
6d38ac4f
QT
3542007-05-20
355Quy Tonthat <qtonthat@gmail.com>:
356 * Stop autodownload from running forever on map downloading errors.
357
0b3c4c1c
QT
3582007-05-18
359Quy Tonthat <qtonthat@gmail.com>:
06e94d26 360 * Add curl-devel to spec file.
0b3c4c1c 361 * Map tool: Left click can now refresh display of map tiles.
4b31d033 362 * Check for non-displayable data after downloading map.
0b3c4c1c 363
11f88b69
QT
3642007-05-17
365Quy Tonthat <qtonthat@gmail.com>:
366 * Fix problems in map downloading caused by unreliable error
367 detection.
06e94d26 368 * Release 0.1.3
11f88b69 369
0b0963fb
QT
3702007-05-15
371Quy Tonthat <qtonthat@gmail.com>:
372 * Fixed bugs that can cause segfault on exit. The problem was caused
373by mapslayer's weak_ref not being unref'ed in some cases.
374
3335ae4e
EB
3752007-05-13
376Evan Battaglia <gtoevan@gmx.net>
377 * 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.
378
093c5c71
EB
3792007-05-11
380Evan Battaglia <gtoevan@gmx.net>
381 * Fix removal of redownloaded tiles from memory cache.
e415a0e8 382 * Fix a stupid segfault in main.c (opening new files)
093c5c71 383
056e8bd1
QT
3842007-05-09
385Quy Tonthat <qtonthat@gmail.com>:
386 * New Google version numbers.
387
50817314
GB
3882007-05-08
389Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
390 * New "Refresh onscreen tiles" menu entry
391
6afc9732
GB
3922007-05-04
393Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
394 * debian/: debianization
395
81a061e4
GB
3962007-04-29
397Reid Priedhorsky <reid@reidster.net>
398 * libusb support
399
dfb4bdaa
GB
4002007-04-28
401Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
402 * OpenSourceMap slippy maps (in osm.c) -- Maplink tiles
ca9eb04a 403 * Add configuration option for OpenStreetMap sources
dfb4bdaa 404
67209ca8
GB
4052007-04-23
406Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
407 * OpenSourceMap slippy maps (in osm.c) -- Osmarender and Mapnik
408
ed6242f3
EB
4092007-04-21
410Evan Battaglia <gtoevan@gmx.net>
411 * OpenSourceMap slippy maps (in google.c) -- identical to google maps except zoom numbering
412
fa9fef36
GB
4132007-04-16
414Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
415 * Adding libcurl support
416
69b825fe
QT
4172007-04-04
418Quy Tonthat <qtonthat@gmail.com>:
419 * New Google version number.
420 * Fixed Google Directions
421
4a96999b
QT
4222007-02-20
423Quy Tonthat <qtonthat@gmail.com>:
424 * GPS layer dialog now displayed at the center of the Viking main
425 window.
426
997905be
QT
4272007-02-19
428Quy Tonthat <qtonthat@gmail.com>:
429 * New Google version numbers.
430
af2740eb
QT
4312007-02-15
432Quy Tonthat <qtonthat@gmail.com>:
433 * Made viking.spec.in out of Michael's viking.spec
434 * Added viking.spec.in to autoconf files.
435
4362007-02-15
437Michael A Peters <mpeters@mac.com>:
438 * Added viking.spec
439
07f39a64
GB
4402007-02-14
441Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
442 * NEWS, configure.ac: preparing 0.1.2
443
4e0cf33b
GB
4442007-02-13
445Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
446 * src/vikwindow.c: remove URL and version number from window title
447 * src/dialog.c: add URL and use dynamic information for version
21c318eb 448 * AUTHORS, src/dialog.c: update contributors list
e8947958
GB
449 * AUTHORS, src/dialog.c, src/Makefile.am: About dialog filled with
450 AUTHORS file
4e0cf33b 451
ecb51018
QT
4522007-02-07
453Quy Tonthat <qtonthat@gmail.com>:
454 * Fix bug that causes crashes when click at the right side (outside)
455 of the track graph area in the Track Poperties window.
456
e1e2f2c6
JJ
4572007-02-06
458Jocelyn Jaubert <jocelyn.jaubert@gmail.com>
459 * Add new information to Track Properties. Postion in time will be
460 tracked and display when moving mouse cursor around the track graph.
461
4f210965
QT
4622007-02-06
463Quy Tonthat <qtonthat@gmail.com>:
464 * New google version numbers.
d1fb6e7f 465 * correct main window title and viking website.
4f210965 466
369e959a
QT
4672007-02-05
468Quy Tonthat <qtonthat@gmail.com>:
469 * Cosmetic changes.
470
119f63a0
QT
4712007-02-04
472Quy Tonthat <qtonthat@gmail.com>:
473 * Simplify tools enable/disable codes.
474
79845167
QT
4752007-02-01
476Quy Tonthat <qtonthat@gmail.com>:
477 * Only tools that work with current active layer are enable,
478 others are disable (fade out and does nothing when clicked on).
479
d820e240
GB
4802007-01-27
481Quy Tonthat <qtonthat@gmail.com>:
482 * Display map sections while downloading (bug 1303429)
483
267b6db5
QT
4842007-01-25
485Quy Tonthat <qtonthat@gmail.com>:
486 * Fixed bugs that caused crashes on creating new map layer or
487 new track/waypoint layer.
488
dad2c114
QT
4892007-01-24
490Quy Tonthat <qtonthat@gmail.com>:
491 * Updated google tranparent version number.
492 * Made it more convenient to update google version numbers.
493
cdcaf41c
QT
4942007-01-23
495Quy Tonthat <qtonthat@gmail.com>:
496 * Merged branch modular to trunk.
497
54d3b232
QT
4982007-01-05
499Quy Tonthat <qtonthat@gmail.com>:
500 * Bug fix: main menu edit->delete and edit->cut did not work with
501 waypoints and tracks.
502
2cebc318
QT
5032007-01-04
504Quy Tonthat <qtonthat@gmail.com>:
505 * Added "Copy" and "Cut" to popup menus for track and waypoint (on the
506 layer panel).
507
20c7a3a0
QT
5082007-01-03
509Quy Tonthat <qtonthat@gmail.com>:
107d445a
QT
510 * bug fix: crash on inserting aggregate layer if the selected layer's
511 parent is not an aggregate layer.
512 * bug fix: crash when delete a child layer whose parent is not
513 an aggregiate layer (eg gpslayer)
20c7a3a0
QT
514 * Menu item selection for layer instances.
515
fdca5edb
QT
5162007-01-02
517Quy Tonthat <qtonthat@gmail.com>:
518 * gpslayer: Unexpose interface functions.
5a4a28bf 519 * Layers now can have their say on what pop up menu items they want.
fdca5edb 520
cdcaf41c 5212007-01-02
a25c4c50 522Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
cdcaf41c
QT
523 * Add ability to disable Terraserver stuff
524 * Add ability to disable Expedia stuff
525
fdca5edb
QT
5262007-01-01
527Quy Tonthat <qtonthat@gmail.com>:
528 * gpslayer: fix bugs that causes crashes when click "Cancel" on layer
529 creation dialog.
530
cdcaf41c
QT
5312007-01-01
532Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
533 * Make all .h self sufficient
534 * Add ability to disable Google stuff
535
b364d6bc
QT
5362006-12-31
537Quy Tonthat <qtonthat@gmail.com>:
538 * Added gps layer
539
cdcaf41c
QT
5402007-01-02
541Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
542 * Add ability to disable Terraserver stuff
543 * Add ability to disable Expedia stuff
544
5452007-01-01
546Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
547 * Make all .h self sufficient
548 * Add ability to disable Google stuff
549
b291388a
GB
5502006-12-26
551Quy Tonthat <qtonthat@gmail.com>:
552 * Fix a google version number change (at least in Australia).
553
ea40bccf
AF
5542006-12-07
555Quy Tonthat <qtonthat@gmail.com>:
556 * Fix an array overflow bug in Map Layer Properties
557
b7b66e1f
GB
5582006-12-04
559Alex Foobarian <foobarian@gmail.com>:
560 * Added an "About" dialog
561
68fb2913
AF
5622006-11-30
563Alex Foobarian <foobarian@gmail.com>:
564 * Added Quy Tonthat's patch to fix a bug in Track Properties
565
1a8437ab
AF
5662006-11-29
567Alex Foobarian <foobarian@gmail.com>:
ea40bccf 568 * Added patch by Quy Tonthat <qtonthat@gmail.com> to fix a crash bug
1a8437ab 569
fa1b5a5f
GB
5702006-11-12
571Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
572 * Add expat explicit dependency
573
7432fddf
AF
5742006-10-31
575Alex Foobarian <foobarian@gmail.com>:
576 * Visual feedback for moving waypoints
577
33534cd8
AF
5782006-10-30
579Alex Foobarian <foobarian@gmail.com>:
580 * Created standard Edit menu
581 * Implemented Cut for trackpoints and waypoints
582 * When moving trackpoints, we now draw one under the cursor for visual feedback
583
f9db6bd6
AF
5842006-10-26
585Alex Foobarian <foobarian@gmail.com>:
586 * Cleared up the drawing modes and map type descriptions
587 * Updated google version string to make it work in Europe
588 * Added Cut/Copy/Paste shortcuts to right-click menus
4b00e581 589 * Compacted the track properties dialog
f9db6bd6 590
941aa6e9
AF
5912006-10-23
592Alex Foobarian <foobarian@gmail.com>:
593 * Introduced a toolbar tool interface, converted existing tools to use it
594 * As a result, ruler drawing bugs are gone
595 * Sped up ruler drawing by increasing the redraw priority
596
78c9fb5b
GB
5972006-08-15
598Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
599 * Add implicit DMS->DDD conversions in waypoints dialogs
600
0165e6e4
GB
6012006-07-26
602Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
603 * src/degrees_converters.c, src/degrees_converters.h,
604 test/degrees_converter.c: add dec -> DDD conversion
605 * src/degrees_converters.c, src/degrees_converters.h,
606 test/degrees_converter.c: add dec -> DMM conversion
607 * src/degrees_converters.c: refactor dms conversions
608
6c02911c
RP
6092006-07-24
610Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
611 * Add patch for GoogleMaps from Reid Priedhorsky
612
0165e6e4
GB
6132006-07-22
614Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
615 * Makefile.am, configure.ac, src/Makefile.am,
616 src/degrees_converters.c, src/degrees_converters.h,
617 test/Makefile.am, test/check_degrees_conversions.sh,
618 test/degrees_converter.c: Adding degrees conversion functions
619 (DDD/DMM/DMS)
620
6212006-07-06
622Evan Battaglia <gtoevan@gmx.net>
623 * ChangeLog, src/google.c: Upgrade Google Maps -- Europe
624
a808ab5f
EB
6252006-07-01
626Evan Battaglia <gtoevan@gmx.net>:
627 * Upgrade Google Maps version (yay Europe!)
628
0165e6e4
GB
6292006-06-11
630Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
631 * NEWS, configure.ac: Preparing 0.1.1
632
65f0ccab
AF
6332006-05-25
634Alex Foobarian <foobarian@gmail.com>:
635 * Cleaned up the data source interface
636 * Added a setup dialog to the GPS data source, with protocol type and serial port location
637
5f304fd7
AF
6382006-05-12
639Alex Foobarian <foobarian@gmail.com>:
640 * Small fixes in Acquire from GPS code
641
fe203390 6422006-05-08 Guilhem BONNEFILLE <guilhem.bonnefille@gmail.com>
fe203390
GB
643 * autogen.sh: simpler method to start from CVS
644
a8d46e0b
EB
6452005-12-03
646Evan Battaglia <gtoevan@gmx.net>
647 * Data sources -- check for existence of necessary things
648
7b3479e3 6492005-11-25
3333c069 650Evan Battaglia <gtoevan@gmx.net>
7b3479e3
EB
651 * Created "data sources" structure to easily add new data sources via GPS babel.
652 It's ugly now and there's a lot to be done, but I think 79-line datasources_google.c
653 shows the power of the approach.
3333c069 654 * Data sources: Google & Geocaches
7b3479e3 655
8904c540 6562005-11-23 Guilhem BONNEFILLE <guilhem.bonnefille@gmail.com>
8904c540 657 * src/gpx.c (gpx_dtostr): add better GPX export
161aa492
EB
658Evan Battaglia <gtoevan@gmx.net>:
659 * dtostr -> coords.c; use in gpsmapper.c and gpspoint.c (locale-independent output)
8904c540 660
d1fa6cff
AF
6612005-11-21
662Alex Foobarian <foobarian@gmail.com>:
663 * Fixed v-t diagram crash bug
664
1d1bc3c1
EB
6652005-11-19
666Alex Foobarian <foobarian@gmail.com>:
667 * GPSBabel acquire code
668
9f0cd67d
AF
6692005-11-18
670Alex Foobarian <foobarian@gmail.com>:
671 * Copy/paste of individual track- and way-points updated to work between processes.
672
0a6cab71
AF
6732005-11-17
674Alex Foobarian <foobarian@gmail.com>:
675 * Copy/paste between viking processes
676 * Layer marshalling support
677
1bc9b120
GB
6782005-10-28 Guilhem BONNEFILLE <guilhem.bonnefille@gmail.com>
679 * configure.ac: Adding --with-mapcache configure option
680 * src/config.h: Removed because no more used (generated)
681
15614495
AF
6822005-10-18
683Alex Foobarian <foobarian@gmail.com>:
684 * Fix ruler declination in UTM mode
685
ba298cde 6862005-10-17 Guilhem BONNEFILLE <guilhem.bonnefille@gmail.com>
80dc8501
GB
687 * src/icons/Makefile.am: assumes the creation of icons.h
688 * src/garminsymbols.c, src/vikwindow.c: icons.h re-located
689 * src/Makefile.am: no more icons.h production
690
024f32c1
EB
6912005-10-16
692Evan Battaglia <gtoevan@gmx.net>
693 * Fix ruler: show angle, distance even when compass off-screen.
1a18e09d 694 * Fix bgitemcount. Background items status bar "should" be accurate now.
024f32c1 695
c48517ad
AF
6962005-10-13
697Alex Foobarian <foobarian@gmail.com>:
698 * Drag and drop whole track/waypoint lists
699
80e450c0
AF
7002005-10-12
701Alex Foobarian <foobarian@gmail.com>:
702 * Coord layer drawing for lat/lon based projections
703
0dff88ea
AF
7042005-10-11
705Alex Foobarian <foobarian@gmail.com>:
706 * Draw a compass when using a ruler
707
e4847ce9
AF
7082005-10-07
709Alex Foobarian <foobarian@gmail.com>:
710 * Added ruler drawing to the ruler tool
711
2f50c650
AF
7122005-10-06
713Alex Foobarian <foobarian@gmail.com>:
714 * Added support for pasting coordinates in lat/lon format
715
e890a6e6
EB
7162005-10-05
717Alex Foobarian <foobarian@gmail.com>:
718 * Change clipboard so as to use GTKClipboard. Prepare for support for pasting coordinates, etc.
719Evan Battaglia <gtoevan@gmx.net>:
720 * When pasting waypoints and tracks, do name resolution (add #2, etc)
721
08b251ec
EB
7222005-10-01
723Evan Battaglia <gtoevan@gmx.net>:
724 * make symbols work for geocaching .loc files (and case-insensitive symbol names)
35c7c0ba 725 * Option as to whether or not to show unit scale (esp for exporting images)
08b251ec 726
ba298cde 7272005-09-30 Guilhem BONNEFILLE <guilhem.bonnefille@gmail.com>
dad55b79 728 * configure.ac, src/Makefile.am (SUBDIRS): added auto-tools support for src/icons
70a23263
AF
729Alex Foobarian <foobarian@gmail.com>:
730 * Added a drag_drop_request method to layer interface, updated DnD to use it
e673b75f 731 * Updated DND to insert layers at the point of the drop, instead of front of list
42c2ac3e 732 * Added wp symbol support to gpx
92136662 733 * Fixed name collisions during track/wp DND
ea3933fc
EB
734 * Layer-wide option as to whether to show waypoint symbols
735
acaf7113
AF
7362005-09-29
737Alex Foobarian <foobarian@gmail.com>:
738 * Added support for waypoint symbols (changing, loading, saving), and a small number of icons.
739 * Added a scale ruler
740 * Changed panning to show less "garbage" in exposed areas
741
a5e51d35
EB
7422005-09-28
743Evan:
744 * menu.xml & icons inline
745
e4afc73a 7462005-09-27
acaf7113 747Alex Foobarian <foobarian@gmail.com>:
e4afc73a
EB
748 * GtkUIManager/Toolbar
749 * DND in the LayersPanel
0912fc7e
EB
750Evan:
751 * strtod -> g_strtod (i18n glitch)
752
ba298cde 7532005-09-25 Guilhem BONNEFILLE <guilhem.bonnefille@gmail.com>
0912fc7e
EB
754 * src/globals.h (VIKING_VERSION): uses the PACKAGE_VERSION macro
755 * Makefile.am (EXTRA_DIST): handles viking-remote
756 * src/Makefile.am (AM_CFLAGS): substitution of CFLAGS by AM_CFLAGS
757 * doc/Makefile.am, doc/dev/Makefile.am: new files
758 * Makefile.am (SUBDIRS): handles doc directory
759 * configure.ac: handles doc and doc/dev directories
e4afc73a 760
2ab9b480 7612005-09-16
2ab9b480 762Alex Foobarian <foobarian@gmail.com>: fix to v-vs-t (better drawing)
3de5bc4f
EB
763Evan: * GPX fixes
764 * So Geocaching .LOC _isn't_ GPX?!?!? Oh well, it's XML...
765 * GPX write, click v-vs-t diagram
766 * Option to show stops in TRWLayer options, and stop_length
767 * Elevation plotting relative to min and max elevation in track.
768 * Option to do elevation plotting, and controlling relative height
2ab9b480
EB
769
7702005-09-15
771 * 4+ hours later and voila, GPX read support
772 * Fixes in propwin if track doesn't have certain data, say so.
773
7742005-09-14
775Me (Evan) again:
776 * Fix USGS support
777 * Click on the elevation map to go there, so you can see where a mountain-top is etc.
778 * Don't crash on track properties of an empty track.
779
734652bf 7802005-09-13
ba298cde 781Guilhem BONNEFILLE <guilhem.bonnefille@gmail.com>:
734652bf
EB
782 * bootstrap: new file to bootstrap auto-tools
783 * src/config.h (VIK_CONFIG_ALPHABETIZED_TRW): no more set via this file
784 * Makefile.am (bin_SCRIPTS): viking-remote added
785 * configure.ac: --enable-alphabetized-trw option added
786
787Evan Battaglia <gtoevan@gmx.net>:
788 * Experimental altitude funky plotting I'm working on
789
7902005-09-12
791Alex Foobarian <foobarian@gmail.com>'s changes
792* disable stops, for now (I forgot about those...)
793* Track elevation graph: minimum altitude difference for less jagged curves
794* Track elevation graph: gray background, blue foreground
795* Track elevation graph: lines to clearly show absolute elevation
796* New velocity-vs-time graph & calculating function
797* Notebook to hold this new graph with track elevation graph
798My (Evan's) changes:
799* Fix above v-vs-t patch to not crash on tracks without timestamp.
800* Not show v-vs-t graph and/or elevation map if the necessary data isn't there.
ba298cde 801Guilhem BONNEFILLE <guilhem.bonnefille@gmail.com>'s changes
dad55b79
GB
802 * bootstrap: new file to bootstrap auto-tools
803 * src/config.h (VIK_CONFIG_ALPHABETIZED_TRW): no more set via this file
804 * Makefile.am (bin_SCRIPTS): viking-remote added
805 * configure.ac: --enable-alphabetized-trw option added
734652bf 806
9903c388
EB
8072005-09-07
808Autotools support by Guilhem Bonnefille.
809
bb71de8b
AF
8102005-09-06
811Added Alex Foobarian's track duration patch.
812Added Alex Foobarian's track profile patch.
9903c388 813Added Alex Foobarian's elevation map fix.
bb71de8b 814
725c87e1
EB
8152005-09-04
816Map cache fix: if only one map can fit / one map is bigger than cache size, then that's OK.
bb71de8b 817Delete from cache when updating image.
725c87e1 818
50a14534
EB
8192005-08-18
820Map cache size based on memory usage, not number of images. Some flaws to be worked out still in this.
821
8222005-08-16
823Accepted USGS maps support from Clark McKines. Pretty slick, I'll have to take a look at it.
824
8252005-08-02
826Quite easily added support for Mercator projection & Google Mercator maps (regular, transparent etc)
827Chaned waypoint types a little bit (size of waypoint)
828
8292005-07-31
830Hopefully fixed background.c item # count
831Fixed KH Maps (v=2)
832
8332005-06-20
834A little research & added KH Maps support.
835
8362005-06-19
837Fixed right-click waypoint edit -> crash bug, hopefully.
838Fixed "everyone lives in zone 11" assumption for vikgeoreflayer.c; still monozone though ...
839Made it so when you paste or add a new layer, it pastes it before the selected layer, not to the top.
840Fixed the bug where pasting a map layer messed up the name.
841Made dragging middle mouse button pan. Removed pan tool. Thanks Reid for the idea.
842Made different options for drawing waypoint dots. Not very good but we can make better-looking ones later.
843