]> git.street.me.uk Git - andy/viking.git/blame - ChangeLog
Fix bug that caused Old Google maps not being disabled by default.
[andy/viking.git] / ChangeLog
CommitLineData
24ca37ba
QT
12007-11-01
2Quy Tonthat <qtonthat@gmail.com>:
3 * Fix bug that caused Old Google maps not being disabled by default.
4
8dbfe7a3
QT
52007-10-24
6Quy Tonthat <qtonthat@gmail.com>:
7 * Fix crashes on elev graph for some tracks.
8 * Make low alt tracks look more visible on elev graph.
9 * Fix "incompatible pointer type" warnings.
10
c81a5cd7
BZ
112007-10-23
12Quy Tonthat <qtonthat@gmail.com>:
13 * Missing declaration. Thanks to Bernd Zeimetz <bernd@bzed.de>
14
1530c21f
GB
152007-10-20
16Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
17 * Releasing 0.9.3
18
4235f369
EB
192007-10-20
20Evan Battaglia <gtoevan@gmx.net>
21 * Fixing minor typo in vikdemlayer.c which could cause crashes
22
21700912
QT
232007-10-20
24Quy Tonthat <qtonthat@gmail.com>:
25 * Track Properties Dialog no longer blocks interaction of the main
26 window.
ca7e67ef 27 * Draw position marker on track elev/speed graphs at mouse click.
1d0135d8 28 * Diasable buttons on Track Properties Dialog when not needed.
dc27aba1
QT
29 * Display track name on title of track property dialog. Now that
30 viking allows multiple dialogs displayed simultaneously.
21700912 31
51f0884d
EB
322007-10-17
33Evan Battaglia <gtoevan@gmx.net>
34 * Fix problem with extraneous waypoints being plotted (wrap around problem). May still be problems in UTM mode.
35
9128a946
EB
362007-10-16
37Evan Battaglia <gtoevan@gmx.net>
38 * Fix Google version parsing. Google no longer uses '=' and '&' but hex equivalents to describe the URI. Not sure if this will last :/
39
5ef1d57e
QT
402007-10-16
41Quy Tonthat <qtonthat@gmail.com>:
42 * Interpolating DEM data in 3 different methods. Track data,
43 elevation-distance graph and elevation info on status bar now make use
44 of interpolation.
45
3220e336
QT
462007-10-15
47Quy Tonthat <qtonthat@gmail.com>:
48 * Add more room to the top of elevation-distance graph.
49
b42009f6
EB
502007-10-14
51Evan Battaglia <gtoevan@gmx.net>
52 * Fix plotting of DEM elevation data (subtract min altitude)
53
165d30aa
EB
542007-10-12
55Evan Battaglia <gtoevan@gmx.net>
56 * Fix Esc and Backspace to work only when VikViewport has focus.
57 * VikViewport grabs focus on click or release events, or when a
58 tool move event returns VIK_LAYER_TOOL_ACK_GRAB_FOCUS.
59
602007-10-12
07596bf4
QT
61Quy Tonthat <qtonthat@gmail.com>:
62 * Make use of DEM elevation data and GPS speed for track graphs.
63
777e2d4d
EB
642007-10-11
65Evan Battaglia
66 * Key press framework for tools. Esc to stop track. Backspace to end track.
67
5c5f3289
GB
682007-10-11
69Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
70 * Upgrading to API 0.5 of OSM
71
001a86db
QT
722007-10-11
73Quy Tonthat <qtonthat@gmail.com>:
74 * Make Realtime Tracking a feature that can be disabled at configure
75 time. Do not quietly disable it beacause libgps is not available
76 at compiling time.
a2817d3c 77 * Extra data from GPS in realtime mode are now stored in trackpoints.
001a86db
QT
78
792007-10-10
80Quy Tonthat <qtonthat@gmail.com>:
81 * Fix a crash bug caused by operation on variable inside a macro.
82
e086b16d
EB
832007-10-09
84Evan Battaglia <gtoevan@gmx.net>
85 * Ctrl-shift-scroll to zoom like Google. Just scroll zooms like before.
7b203521
EB
86 * Show currently edited track in red-dashed line. This makes it easier
87 to tell if we've ended the track.
88 * When using new track tool, draw a line before making a point to
89 preview the new point.
807e03f9 90 * Use $BROWSER environment variable (for viewing geocache pages)
e086b16d 91
6dd43d93
QT
922007-10-08
93Quy Tonthat <qtonthat@gmail.com>:
94 * Fix compiling breakage caused by missing icon file from the list.
95
58a642b6
GB
962007-10-07
97Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
98 * libgps is no more mandatory
99
32e48121 1002007-10-07
9a30122d
EB
101Evan Battaglia <gtoevan@gmx.net>:
102 * Scroll zoom keeps cursor over same spot on map (like Google, QLandKarte)
bce3a7b0 103 * Cursors for tools.
c3deba01 104 * Undo magic scissors by right-clicking.
8fb71d6c 105 * Extend a track by right-clicking on it.
98f5364d 106 * Experiment: "Begin track" tool
9a30122d 107
58a642b6 1082007-10-07
32e48121
QT
109Quy Tonthat <qtonthat@gmail.com>:
110 * Correctly calculate position (based on time instead of distance)
111 when clicking on speed-time graph.
112 * Added km/h to speed entries of the track properties dialog.
6260ce3f 113 * The "Selected Time" on track properties dialog is now correct.
ddc2372e
QT
114 * Track Properties: now displays track distance/time instead of
115 "Selected Time".
32e48121 116
a45242c2
QT
1172007-10-06
118Quy Tonthat <qtonthat@gmail.com>:
119 * Fix bugs that caused odd display of time on track properties dialog.
4863105b 120 * Pop a message when failed to connect to gpsd.
a45242c2 121
057a78bc
QT
1222007-10-05
123Quy Tonthat <qtonthat@gmail.com>:
124 * Fix a segfault caused by (mistakenly) adding a new layer to gps
125 layer.
97cab2d5 126 * Be more selective in collecting realtime trackpoints.
057a78bc 127
c4e61875
QT
1282007-10-04
129Quy Tonthat <qtonthat@gmail.com>:
130 * Improvements for GPS layer's "realtime tracking".
131
c2e97e57
QT
1322007-10-02
133Quy Tonthat <qtonthat@gmail.com>:
134 * Fix crashes caused by emitting update too early at layer creation.
b87d3952 135 * Add realtime tracking to GPS layer.
8fcff869 136 * fix half-drawn problems for GPS layer.
c2e97e57 137
090cae39
GB
1382007-10-01
139Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
140 * Relax dependencies about glib by implementing
141 g_hash_table_remove_all ourselves (Evan's patch)
142
c9177aae
QT
1432007-10-01
144Quy Tonthat <qtonthat@gmail.com>:
145 * Disable half-drawn update when the center is moved. Avoid using
146 static "trigger" in viklayer.c which causes problems when viking
147 has more than one windows.
148
d295e344
QT
1492007-09-28
150Quy Tonthat <qtonthat@gmail.com>:
151 * Fix bug that caused Elevation graph not working properly with some
152 tracks.
153
415302f4
EB
1542007-09-27
155Evan Battaglia <gtoevan@gmx.net>
156 * GPSD Layer -- draw an arrow.
157 * Minimum elevation for DEM layer.
0df66d57
EB
158 * Half-drawn hack to only draw layers on top of the one that has
159 recently changed. A must for realtime GPS.
415302f4 160
0e25c0d0
QT
1612007-09-25
162Quy Tonthat <qtonthat@gmail.com>:
163 * SRTM download now works for regions outside North_America too.
164
fa86f1c0
EB
1652007-09-23
166Evan Battaglia <gtoevan@gmx.net>
167 * Fix copy & pasting DEM layers -- new serializing string list code.
9593a4c9
EB
168 * Don't crash if using tool on wrong type of layer / no layer.
169 Although I really want to know what happened to "use the top visible layer",
170 and return TRUE if the tool "accepts" the use...
171 editing lots of TRWLayers was way easier that way...
e9165710 172 * Remove unused vik_layer_copy() code
ee6ef0b1 173 * Add Magic Scissors icon (from GIMP)
bddd2056
EB
174 * Add comment when making a Google Route.
175 * Continue a magic scissors route by holding down control. Continue the comment too.
176 * 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 177 * Experimental GPSD support (VikGpsdLayer)
fa86f1c0 178
8c721f83
EB
1792007-09-22
180Evan Battaglia <gtoevan@gmx.net>
181 * Pan Accelerators (Ctrl+Left, etc)
182 * Ctrl-Scroll and Ctrl-Shift-Scroll to pan, kind of like Gimp.
183 * Add a RADIOGROUP_STATIC properties factory type to make it easy
184 for new layers. Uses an array list (like before)
185 instead of a GList.
186 * DEM US 10m (dem24k) source! Option in DEM Layer & ./configure
187 * (copying & pasting DEM layers is broken, will fix later)
188
0c1044e9
EB
1892007-09-21
190Evan Battaglia <gtoevan@gmx.net>
191 * Fix right-click on geocache to work with new geocache names.
192 * Download & import SRTM 90m DEM data (still working on US 10m)
193
ed28ef63
EB
1942007-09-17
195Evan Battaglia <gtoevan@gmx.net>
196 * 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.
197
4f13653e
GB
1982007-09-09
199Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
200 * Removing unused files (*.png.h).
201
90e25247
GB
2022007-09-08
203Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
204 * Fix #1789550: define MAX macro if not defined on ALL systems
205
35462baf
QT
2062007-09-08
207Quy Tonthat <qtonthat@gmail.com>:
208 * AUtomatically fetching google version number.
209
eb93fa95
GB
2102007-09-07
211Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
212 * Fix #1789550: mkdtemp usage is conditioned, so it is possible
213 to build viking on system not offering such feature.
214
fd0a7199
GB
2152007-09-06
216Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
217 * Adding command line option framework.
218
4b53548b
QT
2192007-09-06
220Quy Tonthat <qtonthat@gmail.com>:
221 * Make viking's default start location somewhere more likely has maps.
ee180665
QT
222 * Fix crash when using "Maps Download" tools right after viking is
223 started (without a viking file).
4b53548b
QT
224
2252007-09-05
226Quy Tonthat <qtonthat@gmail.com>:
227 * Viking 0.9.2 (By Guilhem Bonnefille <guilhem.bonnefille@gmail.com>)
228
4e29c215
GB
2292007-09-03
230Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
231 * Fix: crash when "applying" a map layer property dialog.
94933cb8 232 * QA: strong type the second argument of the *_post_read functions.
63726881 233 * Preset filename when exporting a TrwLayer.
24277274
GB
234 * Refactoring: retrieve the VikWindow from the VikViewport via its
235 GtkWidget nature.
51c15f41 236 * Use $EMAIL to initialise email field for OSM upload.
07059501 237 * Do not warn about drawmode inconsistency while reading file.
e52d2bf3 238 * Hide Expedia view mode when expedia is not built in.
4e29c215 239
06f31fd5
GB
2402007-09-01
241Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
242 * Disable Expedia map layer by default (as it is not working).
243
1a8143e6
BZ
2442007-08-30
245Bernd Zeimetz <bernd@bzed.de>:
246 * Add redirect support (for Expedia map layer).
247
5092de80
GB
2482007-08-30
249Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
250 * Add ability to upload a single track.
251
dc5758d3
GB
2522007-08-28
253Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
254 * Check current drawmode after creating a new MapsLayer.
255
15e77c02
QT
2562007-08-25
257Quy Tonthat <qtonthat@gmail.com>:
258 * New google version number.
1918a993 259 * Better checking to detect downloaded text instead of images.
314c1ccc
QT
260 * Give more instructive message for attempting to download maps in
261 wrong mapmode.
15e77c02 262
f901dcdf
GB
2632007-08-20
264Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
265 * libcurl is a requirement
266
f8fe5d14
QT
2672007-08-20
268Quy Tonthat <qtonthat@gmail.com>:
269 * Fix bugs that cause crashes on layers copy/paste/delete.
d1f48cc2
QT
270 * Fix bug in Google search that caused viking jump to wrong location
271 when Google can not find the match.
f8fe5d14 272
1bd88e66
GB
2732007-08-16
274Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
275 * Group "Export Layer..." entries in a sub-menu.
276
494eb388
QT
2772007-08-16
278Quy Tonthat <qtonthat@gmail.com>:
279 * Clean up and eliminate compiler warning.
280
261c8fdc
QT
2812007-08-15
282Quy Tonthat <qtonthat@gmail.com>:
283 * Fix bug in creating temporary HOME when HOME is not set.
36c78d6d
QT
284 * Added --enable-old-google to configure script. Old google modes are
285 now disabled by default.
286 * Default mode for new maps is Google Maps.
261c8fdc 287
6a9ff0ee
QT
2882007-08-09
289Quy Tonthat <qtonthat@gmail.com>:
290 * Make Google Map default map type.
291
46e4fa54
QT
2922007-08-02
293Quy Tonthat <qtonthat@gmail.com>:
294 * DEM module can now read hgt.zip files directly (no need to unzip
295 them).
296 * DEM module can now process 1 arc sec hgt(.zip) files (mainly for USA
297 regions).
298
2dc9ab5e
QT
2992007-07-27
300Quy Tonthat <qtonthat@gmail.com>:
301 * Plug filedescriptor leak in dem.c
302
071da616
QT
3032007-07-26
304Quy Tonthat <qtonthat@gmail.com>:
305 * Display on status bar altitude at cursor using data from DEM layer(s).
306
ccff31c2
QT
3072007-07-25
308Quy Tonthat <qtonthat@gmail.com>:
309 * New google version numbers.
310
1ef9e637
QT
3112007-07-24
312Quy Tonthat <qtonthat@gmail.com>:
313 * Disable GeoCache Acquire since it nolonger works. Can be enabled
314 again using configure --enable-geocaches.
315
214f9ac2
QT
3162007-07-18
317Quy Tonthat <qtonthat@gmail.com>:
318 * Remove (my) debug messages which are no longer needed.
319
2dc9ab5e 3202007-07-15
214f9ac2
QT
321Quy Tonthat <qtonthat@gmail.com>:
322 * Missing a few changes here.
323 * release 0.9 (by Guilhem)
324
6ec35002
QT
3252007-07-13
326Quy Tonthat <qtonthat@gmail.com>:
327 * Eliminate the needs of entering DEM files for every single
328 track/waypoint layer.
329
84c2cc41
QT
3302007-07-07
331Quy Tonthat <qtonthat@gmail.com>:
332 * Fixed typo in Makefile.am
333
ad0a8c2d
EB
3342007-07-06
335Evan Battaglia <gtoevan@gmx.net>:
336 * Merge DEM Branch
337
441f28d3
QT
3382007-07-04
339Quy Tonthat <qtonthat@gmail.com>:
340 * Bug fix: View Mode displayed wrong setting on start up
341
83750a2d
QT
3422007-07-03
343Quy Tonthat <qtonthat@gmail.com>:
344 * Fixed bugs that caused draw_scale and draw_centermark status not being
345 consistent among View menu, viewport and loaded files.
346
ad0a8c2d
EB
3472007-07-02
348Evan Battaglia <gtoevan@gmx.net>
349 * DEM Branch: Trying to fix/cleanup various DEM things
350 * DEM Branch: Support for SRTM 3 arcsecond _global_ DEM data from http://www2.jpl.nasa.gov/srtm/
351
17407a43
QT
3522007-07-02
353Quy Tonthat <qtonthat@gmail.com>:
354 * Fixed bugs that caused crashes during GPS upload/download.
355
8cd10bb4 3562007-07-01
e2d11d62 357Quy Tonthat <qtonthat@gmail.com>:
8cd10bb4 358 * Make "Save Image" and "Save Image Directory" dialogs reusable.
e2d11d62 359
678fecbb
RM
3602007-06-24
361Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
362 * Merging with Ralf's work around debianization
ad4d241a 363 * INSTALL: refreshed
678fecbb 364
10888930
TS
3652007-06-23
366Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
367 * Minor change to avoid SEGFAULT on x86_64
a3188993 368 * Add DownloadOptions type to specify referer per map source
1b685d33 369
37518034
QT
3702007-06-19
371Quy Tonthat <qtonthat@gmail.com>:
372 * Fix bugs that causes "drawcentermark" not recognised when reading
373 from files.
374 * Fix a wild pointer bug that can cause crashes
375
d700ee38
GB
3762007-06-18
377Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
378 * Copying libcurl.m4 as it is needed everywhere
379
62c16860
QT
3802007-06-18
381Quy Tonthat <qtonthat@gmail.com>:
382 * New google version numbers.
383 * Make scale more visible.
384 * Add center mark which can be turn on/off in View menu.
385 * Viking now uses cookies for http requests. Some server(s) is quite
386 picky about this. (With great help from Lixus <gps@muellers.ms>)
0c24c0a5 387 * Download maps along a track. Right click on a track layer, select map
62c16860 388 type and zoom level, viking will do the rest.
0c24c0a5 389 * release 0.1.3-20070618
62c16860 390
99e679df
RM
3912007-06-13
392Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
393 * Adding an icon (suggested by Ralf Meyer <ranfyy@gmail.com>)
394
b0b88773
QT
3952007-06-8
396Quy Tonthat <qtonthat@gmail.com>:
397 * Fix a bug that causes segfault when viewing properties of a
398 waypoint.
399
4b31042b
QT
4002007-06-1
401Quy Tonthat <qtonthat@gmail.com>:
402 * Fix a bug that causes segfault when viewing properties of a track
403 that has only one trackpoint with elevation information.
1eef1bde 404 * Backport Evan's magic scissors from DEM branch.
4b31042b 405
f47d51b5
QT
4062007-05-31
407Quy Tonthat <qtonthat@gmail.com>:
408 * Add Google Maps search to View menu and Toolbar
409 * Waypoint created right after the search will pick up the search
410 string as comment. (Use TrackWaypoint Layer menu, not toolbar, to
411 create waypoint).
412
4587152b
MC
4132007-05-26
414Mark Coulter <i_offroad@yahoo.com>
415 * new waypoint symbols.
416
9b81efe3
QT
4172007-05-26
418Quy Tonthat <qtonthat@gmail.com>:
419 * Fix intermittent problem of map redraw.
420 * Mapslayer: Fixed bugs that cause in some cases, map display can not
421 be refreshed without downloading.
422
2d546d79
GB
4232007-05-24
424Ralf Meyer <ranfyy@gmail.com>:
425 * Adding man pages.
426
10ca2bfe
QT
4272007-05-24
428Quy Tonthat <qtonthat@gmail.com>:
429 * Maps layer: Improve performance for map autodownload.
3570ad57
QT
430 * Make dimensions easier to be found and changed to suit own tastes.
431 * Small touches on the look.
10ca2bfe 432
ff8b4326
QT
4332007-05-23
434Quy Tonthat <qtonthat@gmail.com>:
435 * New GPS layer menu items: "empty upload", "empty download", "empty
436 all"
7041549f 437 * acquire->Google Directions now record and display previous queries
3570ad57 438 fo "From"/"To" entries.
7041549f 439 * Position Google Directions dialogs at the center of Viking window.
ff8b4326 440
38778d11
QT
4412007-05-22
442Quy Tonthat <qtonthat@gmail.com>:
443 * GPS layer track and waypoint data can now be saved.
2bf7cadd
QT
444 * Disable prompt for save before exit.
445 * Add "Save and Exit" to File menu.
38778d11 446
ad0a8c2d
EB
4472007-05-20
448Evan Battaglia <gtoevan@gmx.net>
449 * DEM Branch
450
6d38ac4f
QT
4512007-05-20
452Quy Tonthat <qtonthat@gmail.com>:
453 * Stop autodownload from running forever on map downloading errors.
454
0b3c4c1c
QT
4552007-05-18
456Quy Tonthat <qtonthat@gmail.com>:
06e94d26 457 * Add curl-devel to spec file.
0b3c4c1c 458 * Map tool: Left click can now refresh display of map tiles.
4b31d033 459 * Check for non-displayable data after downloading map.
0b3c4c1c 460
11f88b69
QT
4612007-05-17
462Quy Tonthat <qtonthat@gmail.com>:
463 * Fix problems in map downloading caused by unreliable error
464 detection.
06e94d26 465 * Release 0.1.3
11f88b69 466
0b0963fb
QT
4672007-05-15
468Quy Tonthat <qtonthat@gmail.com>:
469 * Fixed bugs that can cause segfault on exit. The problem was caused
470by mapslayer's weak_ref not being unref'ed in some cases.
471
3335ae4e
EB
4722007-05-13
473Evan Battaglia <gtoevan@gmx.net>
474 * 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.
475
093c5c71
EB
4762007-05-11
477Evan Battaglia <gtoevan@gmx.net>
478 * Fix removal of redownloaded tiles from memory cache.
e415a0e8 479 * Fix a stupid segfault in main.c (opening new files)
093c5c71 480
056e8bd1
QT
4812007-05-09
482Quy Tonthat <qtonthat@gmail.com>:
483 * New Google version numbers.
484
50817314
GB
4852007-05-08
486Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
487 * New "Refresh onscreen tiles" menu entry
488
6afc9732
GB
4892007-05-04
490Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
491 * debian/: debianization
492
81a061e4
GB
4932007-04-29
494Reid Priedhorsky <reid@reidster.net>
495 * libusb support
496
dfb4bdaa
GB
4972007-04-28
498Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
499 * OpenSourceMap slippy maps (in osm.c) -- Maplink tiles
ca9eb04a 500 * Add configuration option for OpenStreetMap sources
dfb4bdaa 501
67209ca8
GB
5022007-04-23
503Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
504 * OpenSourceMap slippy maps (in osm.c) -- Osmarender and Mapnik
505
ed6242f3
EB
5062007-04-21
507Evan Battaglia <gtoevan@gmx.net>
508 * OpenSourceMap slippy maps (in google.c) -- identical to google maps except zoom numbering
509
fa9fef36
GB
5102007-04-16
511Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
512 * Adding libcurl support
513
69b825fe
QT
5142007-04-04
515Quy Tonthat <qtonthat@gmail.com>:
516 * New Google version number.
517 * Fixed Google Directions
518
4a96999b
QT
5192007-02-20
520Quy Tonthat <qtonthat@gmail.com>:
521 * GPS layer dialog now displayed at the center of the Viking main
522 window.
523
997905be
QT
5242007-02-19
525Quy Tonthat <qtonthat@gmail.com>:
526 * New Google version numbers.
527
af2740eb
QT
5282007-02-15
529Quy Tonthat <qtonthat@gmail.com>:
530 * Made viking.spec.in out of Michael's viking.spec
531 * Added viking.spec.in to autoconf files.
532
5332007-02-15
534Michael A Peters <mpeters@mac.com>:
535 * Added viking.spec
536
07f39a64
GB
5372007-02-14
538Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
539 * NEWS, configure.ac: preparing 0.1.2
540
4e0cf33b
GB
5412007-02-13
542Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
543 * src/vikwindow.c: remove URL and version number from window title
544 * src/dialog.c: add URL and use dynamic information for version
21c318eb 545 * AUTHORS, src/dialog.c: update contributors list
e8947958
GB
546 * AUTHORS, src/dialog.c, src/Makefile.am: About dialog filled with
547 AUTHORS file
4e0cf33b 548
ecb51018
QT
5492007-02-07
550Quy Tonthat <qtonthat@gmail.com>:
551 * Fix bug that causes crashes when click at the right side (outside)
552 of the track graph area in the Track Poperties window.
553
e1e2f2c6
JJ
5542007-02-06
555Jocelyn Jaubert <jocelyn.jaubert@gmail.com>
556 * Add new information to Track Properties. Postion in time will be
557 tracked and display when moving mouse cursor around the track graph.
558
4f210965
QT
5592007-02-06
560Quy Tonthat <qtonthat@gmail.com>:
561 * New google version numbers.
d1fb6e7f 562 * correct main window title and viking website.
4f210965 563
369e959a
QT
5642007-02-05
565Quy Tonthat <qtonthat@gmail.com>:
566 * Cosmetic changes.
567
119f63a0
QT
5682007-02-04
569Quy Tonthat <qtonthat@gmail.com>:
570 * Simplify tools enable/disable codes.
571
79845167
QT
5722007-02-01
573Quy Tonthat <qtonthat@gmail.com>:
574 * Only tools that work with current active layer are enable,
575 others are disable (fade out and does nothing when clicked on).
576
d820e240
GB
5772007-01-27
578Quy Tonthat <qtonthat@gmail.com>:
579 * Display map sections while downloading (bug 1303429)
580
267b6db5
QT
5812007-01-25
582Quy Tonthat <qtonthat@gmail.com>:
583 * Fixed bugs that caused crashes on creating new map layer or
584 new track/waypoint layer.
585
dad2c114
QT
5862007-01-24
587Quy Tonthat <qtonthat@gmail.com>:
588 * Updated google tranparent version number.
589 * Made it more convenient to update google version numbers.
590
cdcaf41c
QT
5912007-01-23
592Quy Tonthat <qtonthat@gmail.com>:
593 * Merged branch modular to trunk.
594
54d3b232
QT
5952007-01-05
596Quy Tonthat <qtonthat@gmail.com>:
597 * Bug fix: main menu edit->delete and edit->cut did not work with
598 waypoints and tracks.
599
2cebc318
QT
6002007-01-04
601Quy Tonthat <qtonthat@gmail.com>:
602 * Added "Copy" and "Cut" to popup menus for track and waypoint (on the
603 layer panel).
604
20c7a3a0
QT
6052007-01-03
606Quy Tonthat <qtonthat@gmail.com>:
107d445a
QT
607 * bug fix: crash on inserting aggregate layer if the selected layer's
608 parent is not an aggregate layer.
609 * bug fix: crash when delete a child layer whose parent is not
610 an aggregiate layer (eg gpslayer)
20c7a3a0
QT
611 * Menu item selection for layer instances.
612
fdca5edb
QT
6132007-01-02
614Quy Tonthat <qtonthat@gmail.com>:
615 * gpslayer: Unexpose interface functions.
5a4a28bf 616 * Layers now can have their say on what pop up menu items they want.
fdca5edb 617
cdcaf41c 6182007-01-02
a25c4c50 619Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
cdcaf41c
QT
620 * Add ability to disable Terraserver stuff
621 * Add ability to disable Expedia stuff
622
fdca5edb
QT
6232007-01-01
624Quy Tonthat <qtonthat@gmail.com>:
625 * gpslayer: fix bugs that causes crashes when click "Cancel" on layer
626 creation dialog.
627
cdcaf41c
QT
6282007-01-01
629Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
630 * Make all .h self sufficient
631 * Add ability to disable Google stuff
632
b364d6bc
QT
6332006-12-31
634Quy Tonthat <qtonthat@gmail.com>:
635 * Added gps layer
636
cdcaf41c
QT
6372007-01-02
638Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
639 * Add ability to disable Terraserver stuff
640 * Add ability to disable Expedia stuff
641
6422007-01-01
643Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
644 * Make all .h self sufficient
645 * Add ability to disable Google stuff
646
b291388a
GB
6472006-12-26
648Quy Tonthat <qtonthat@gmail.com>:
649 * Fix a google version number change (at least in Australia).
650
ea40bccf
AF
6512006-12-07
652Quy Tonthat <qtonthat@gmail.com>:
653 * Fix an array overflow bug in Map Layer Properties
654
b7b66e1f
GB
6552006-12-04
656Alex Foobarian <foobarian@gmail.com>:
657 * Added an "About" dialog
658
68fb2913
AF
6592006-11-30
660Alex Foobarian <foobarian@gmail.com>:
661 * Added Quy Tonthat's patch to fix a bug in Track Properties
662
1a8437ab
AF
6632006-11-29
664Alex Foobarian <foobarian@gmail.com>:
ea40bccf 665 * Added patch by Quy Tonthat <qtonthat@gmail.com> to fix a crash bug
1a8437ab 666
fa1b5a5f
GB
6672006-11-12
668Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
669 * Add expat explicit dependency
670
7432fddf
AF
6712006-10-31
672Alex Foobarian <foobarian@gmail.com>:
673 * Visual feedback for moving waypoints
674
33534cd8
AF
6752006-10-30
676Alex Foobarian <foobarian@gmail.com>:
677 * Created standard Edit menu
678 * Implemented Cut for trackpoints and waypoints
679 * When moving trackpoints, we now draw one under the cursor for visual feedback
680
f9db6bd6
AF
6812006-10-26
682Alex Foobarian <foobarian@gmail.com>:
683 * Cleared up the drawing modes and map type descriptions
684 * Updated google version string to make it work in Europe
685 * Added Cut/Copy/Paste shortcuts to right-click menus
4b00e581 686 * Compacted the track properties dialog
f9db6bd6 687
941aa6e9
AF
6882006-10-23
689Alex Foobarian <foobarian@gmail.com>:
690 * Introduced a toolbar tool interface, converted existing tools to use it
691 * As a result, ruler drawing bugs are gone
692 * Sped up ruler drawing by increasing the redraw priority
693
78c9fb5b
GB
6942006-08-15
695Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
696 * Add implicit DMS->DDD conversions in waypoints dialogs
697
0165e6e4
GB
6982006-07-26
699Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
700 * src/degrees_converters.c, src/degrees_converters.h,
701 test/degrees_converter.c: add dec -> DDD conversion
702 * src/degrees_converters.c, src/degrees_converters.h,
703 test/degrees_converter.c: add dec -> DMM conversion
704 * src/degrees_converters.c: refactor dms conversions
705
6c02911c
RP
7062006-07-24
707Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
708 * Add patch for GoogleMaps from Reid Priedhorsky
709
0165e6e4
GB
7102006-07-22
711Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
712 * Makefile.am, configure.ac, src/Makefile.am,
713 src/degrees_converters.c, src/degrees_converters.h,
714 test/Makefile.am, test/check_degrees_conversions.sh,
715 test/degrees_converter.c: Adding degrees conversion functions
716 (DDD/DMM/DMS)
717
7182006-07-06
719Evan Battaglia <gtoevan@gmx.net>
720 * ChangeLog, src/google.c: Upgrade Google Maps -- Europe
721
a808ab5f
EB
7222006-07-01
723Evan Battaglia <gtoevan@gmx.net>:
724 * Upgrade Google Maps version (yay Europe!)
725
0165e6e4
GB
7262006-06-11
727Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
728 * NEWS, configure.ac: Preparing 0.1.1
729
65f0ccab
AF
7302006-05-25
731Alex Foobarian <foobarian@gmail.com>:
732 * Cleaned up the data source interface
733 * Added a setup dialog to the GPS data source, with protocol type and serial port location
734
5f304fd7
AF
7352006-05-12
736Alex Foobarian <foobarian@gmail.com>:
737 * Small fixes in Acquire from GPS code
738
fe203390 7392006-05-08 Guilhem BONNEFILLE <guilhem.bonnefille@gmail.com>
fe203390
GB
740 * autogen.sh: simpler method to start from CVS
741
a8d46e0b
EB
7422005-12-03
743Evan Battaglia <gtoevan@gmx.net>
744 * Data sources -- check for existence of necessary things
745
7b3479e3 7462005-11-25
3333c069 747Evan Battaglia <gtoevan@gmx.net>
7b3479e3
EB
748 * Created "data sources" structure to easily add new data sources via GPS babel.
749 It's ugly now and there's a lot to be done, but I think 79-line datasources_google.c
750 shows the power of the approach.
3333c069 751 * Data sources: Google & Geocaches
7b3479e3 752
8904c540 7532005-11-23 Guilhem BONNEFILLE <guilhem.bonnefille@gmail.com>
8904c540 754 * src/gpx.c (gpx_dtostr): add better GPX export
161aa492
EB
755Evan Battaglia <gtoevan@gmx.net>:
756 * dtostr -> coords.c; use in gpsmapper.c and gpspoint.c (locale-independent output)
8904c540 757
d1fa6cff
AF
7582005-11-21
759Alex Foobarian <foobarian@gmail.com>:
760 * Fixed v-t diagram crash bug
761
1d1bc3c1
EB
7622005-11-19
763Alex Foobarian <foobarian@gmail.com>:
764 * GPSBabel acquire code
765
9f0cd67d
AF
7662005-11-18
767Alex Foobarian <foobarian@gmail.com>:
768 * Copy/paste of individual track- and way-points updated to work between processes.
769
0a6cab71
AF
7702005-11-17
771Alex Foobarian <foobarian@gmail.com>:
772 * Copy/paste between viking processes
773 * Layer marshalling support
774
1bc9b120
GB
7752005-10-28 Guilhem BONNEFILLE <guilhem.bonnefille@gmail.com>
776 * configure.ac: Adding --with-mapcache configure option
777 * src/config.h: Removed because no more used (generated)
778
15614495
AF
7792005-10-18
780Alex Foobarian <foobarian@gmail.com>:
781 * Fix ruler declination in UTM mode
782
ba298cde 7832005-10-17 Guilhem BONNEFILLE <guilhem.bonnefille@gmail.com>
80dc8501
GB
784 * src/icons/Makefile.am: assumes the creation of icons.h
785 * src/garminsymbols.c, src/vikwindow.c: icons.h re-located
786 * src/Makefile.am: no more icons.h production
787
024f32c1
EB
7882005-10-16
789Evan Battaglia <gtoevan@gmx.net>
790 * Fix ruler: show angle, distance even when compass off-screen.
1a18e09d 791 * Fix bgitemcount. Background items status bar "should" be accurate now.
024f32c1 792
c48517ad
AF
7932005-10-13
794Alex Foobarian <foobarian@gmail.com>:
795 * Drag and drop whole track/waypoint lists
796
80e450c0
AF
7972005-10-12
798Alex Foobarian <foobarian@gmail.com>:
799 * Coord layer drawing for lat/lon based projections
800
0dff88ea
AF
8012005-10-11
802Alex Foobarian <foobarian@gmail.com>:
803 * Draw a compass when using a ruler
804
e4847ce9
AF
8052005-10-07
806Alex Foobarian <foobarian@gmail.com>:
807 * Added ruler drawing to the ruler tool
808
2f50c650
AF
8092005-10-06
810Alex Foobarian <foobarian@gmail.com>:
811 * Added support for pasting coordinates in lat/lon format
812
e890a6e6
EB
8132005-10-05
814Alex Foobarian <foobarian@gmail.com>:
815 * Change clipboard so as to use GTKClipboard. Prepare for support for pasting coordinates, etc.
816Evan Battaglia <gtoevan@gmx.net>:
817 * When pasting waypoints and tracks, do name resolution (add #2, etc)
818
08b251ec
EB
8192005-10-01
820Evan Battaglia <gtoevan@gmx.net>:
821 * make symbols work for geocaching .loc files (and case-insensitive symbol names)
35c7c0ba 822 * Option as to whether or not to show unit scale (esp for exporting images)
08b251ec 823
ba298cde 8242005-09-30 Guilhem BONNEFILLE <guilhem.bonnefille@gmail.com>
dad55b79 825 * configure.ac, src/Makefile.am (SUBDIRS): added auto-tools support for src/icons
70a23263
AF
826Alex Foobarian <foobarian@gmail.com>:
827 * Added a drag_drop_request method to layer interface, updated DnD to use it
e673b75f 828 * Updated DND to insert layers at the point of the drop, instead of front of list
42c2ac3e 829 * Added wp symbol support to gpx
92136662 830 * Fixed name collisions during track/wp DND
ea3933fc
EB
831 * Layer-wide option as to whether to show waypoint symbols
832
acaf7113
AF
8332005-09-29
834Alex Foobarian <foobarian@gmail.com>:
835 * Added support for waypoint symbols (changing, loading, saving), and a small number of icons.
836 * Added a scale ruler
837 * Changed panning to show less "garbage" in exposed areas
838
a5e51d35
EB
8392005-09-28
840Evan:
841 * menu.xml & icons inline
842
e4afc73a 8432005-09-27
acaf7113 844Alex Foobarian <foobarian@gmail.com>:
e4afc73a
EB
845 * GtkUIManager/Toolbar
846 * DND in the LayersPanel
0912fc7e
EB
847Evan:
848 * strtod -> g_strtod (i18n glitch)
849
ba298cde 8502005-09-25 Guilhem BONNEFILLE <guilhem.bonnefille@gmail.com>
0912fc7e
EB
851 * src/globals.h (VIKING_VERSION): uses the PACKAGE_VERSION macro
852 * Makefile.am (EXTRA_DIST): handles viking-remote
853 * src/Makefile.am (AM_CFLAGS): substitution of CFLAGS by AM_CFLAGS
854 * doc/Makefile.am, doc/dev/Makefile.am: new files
855 * Makefile.am (SUBDIRS): handles doc directory
856 * configure.ac: handles doc and doc/dev directories
e4afc73a 857
2ab9b480 8582005-09-16
2ab9b480 859Alex Foobarian <foobarian@gmail.com>: fix to v-vs-t (better drawing)
3de5bc4f
EB
860Evan: * GPX fixes
861 * So Geocaching .LOC _isn't_ GPX?!?!? Oh well, it's XML...
862 * GPX write, click v-vs-t diagram
863 * Option to show stops in TRWLayer options, and stop_length
864 * Elevation plotting relative to min and max elevation in track.
865 * Option to do elevation plotting, and controlling relative height
2ab9b480
EB
866
8672005-09-15
868 * 4+ hours later and voila, GPX read support
869 * Fixes in propwin if track doesn't have certain data, say so.
870
8712005-09-14
872Me (Evan) again:
873 * Fix USGS support
874 * Click on the elevation map to go there, so you can see where a mountain-top is etc.
875 * Don't crash on track properties of an empty track.
876
734652bf 8772005-09-13
ba298cde 878Guilhem BONNEFILLE <guilhem.bonnefille@gmail.com>:
734652bf
EB
879 * bootstrap: new file to bootstrap auto-tools
880 * src/config.h (VIK_CONFIG_ALPHABETIZED_TRW): no more set via this file
881 * Makefile.am (bin_SCRIPTS): viking-remote added
882 * configure.ac: --enable-alphabetized-trw option added
883
884Evan Battaglia <gtoevan@gmx.net>:
885 * Experimental altitude funky plotting I'm working on
886
8872005-09-12
888Alex Foobarian <foobarian@gmail.com>'s changes
889* disable stops, for now (I forgot about those...)
890* Track elevation graph: minimum altitude difference for less jagged curves
891* Track elevation graph: gray background, blue foreground
892* Track elevation graph: lines to clearly show absolute elevation
893* New velocity-vs-time graph & calculating function
894* Notebook to hold this new graph with track elevation graph
895My (Evan's) changes:
896* Fix above v-vs-t patch to not crash on tracks without timestamp.
897* Not show v-vs-t graph and/or elevation map if the necessary data isn't there.
ba298cde 898Guilhem BONNEFILLE <guilhem.bonnefille@gmail.com>'s changes
dad55b79
GB
899 * bootstrap: new file to bootstrap auto-tools
900 * src/config.h (VIK_CONFIG_ALPHABETIZED_TRW): no more set via this file
901 * Makefile.am (bin_SCRIPTS): viking-remote added
902 * configure.ac: --enable-alphabetized-trw option added
734652bf 903
9903c388
EB
9042005-09-07
905Autotools support by Guilhem Bonnefille.
906
bb71de8b
AF
9072005-09-06
908Added Alex Foobarian's track duration patch.
909Added Alex Foobarian's track profile patch.
9903c388 910Added Alex Foobarian's elevation map fix.
bb71de8b 911
725c87e1
EB
9122005-09-04
913Map cache fix: if only one map can fit / one map is bigger than cache size, then that's OK.
bb71de8b 914Delete from cache when updating image.
725c87e1 915
50a14534
EB
9162005-08-18
917Map cache size based on memory usage, not number of images. Some flaws to be worked out still in this.
918
9192005-08-16
920Accepted USGS maps support from Clark McKines. Pretty slick, I'll have to take a look at it.
921
9222005-08-02
923Quite easily added support for Mercator projection & Google Mercator maps (regular, transparent etc)
924Chaned waypoint types a little bit (size of waypoint)
925
9262005-07-31
927Hopefully fixed background.c item # count
928Fixed KH Maps (v=2)
929
9302005-06-20
931A little research & added KH Maps support.
932
9332005-06-19
934Fixed right-click waypoint edit -> crash bug, hopefully.
935Fixed "everyone lives in zone 11" assumption for vikgeoreflayer.c; still monozone though ...
936Made it so when you paste or add a new layer, it pastes it before the selected layer, not to the top.
937Fixed the bug where pasting a map layer messed up the name.
938Made dragging middle mouse button pan. Removed pan tool. Thanks Reid for the idea.
939Made different options for drawing waypoint dots. Not very good but we can make better-looking ones later.
940