]> git.street.me.uk Git - andy/viking.git/blame - ChangeLog
Fix Google parsing. Should probably change default number to "2.61" too.
[andy/viking.git] / ChangeLog
CommitLineData
9128a946
EB
12007-10-16
2Evan Battaglia <gtoevan@gmx.net>
3 * Fix Google version parsing. Google no longer uses '=' and '&' but hex equivalents to describe the URI. Not sure if this will last :/
4
5ef1d57e
QT
52007-10-16
6Quy Tonthat <qtonthat@gmail.com>:
7 * Interpolating DEM data in 3 different methods. Track data,
8 elevation-distance graph and elevation info on status bar now make use
9 of interpolation.
10
3220e336
QT
112007-10-15
12Quy Tonthat <qtonthat@gmail.com>:
13 * Add more room to the top of elevation-distance graph.
14
b42009f6
EB
152007-10-14
16Evan Battaglia <gtoevan@gmx.net>
17 * Fix plotting of DEM elevation data (subtract min altitude)
18
165d30aa
EB
192007-10-12
20Evan Battaglia <gtoevan@gmx.net>
21 * Fix Esc and Backspace to work only when VikViewport has focus.
22 * VikViewport grabs focus on click or release events, or when a
23 tool move event returns VIK_LAYER_TOOL_ACK_GRAB_FOCUS.
24
252007-10-12
07596bf4
QT
26Quy Tonthat <qtonthat@gmail.com>:
27 * Make use of DEM elevation data and GPS speed for track graphs.
28
777e2d4d
EB
292007-10-11
30Evan Battaglia
31 * Key press framework for tools. Esc to stop track. Backspace to end track.
32
5c5f3289
GB
332007-10-11
34Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
35 * Upgrading to API 0.5 of OSM
36
001a86db
QT
372007-10-11
38Quy Tonthat <qtonthat@gmail.com>:
39 * Make Realtime Tracking a feature that can be disabled at configure
40 time. Do not quietly disable it beacause libgps is not available
41 at compiling time.
a2817d3c 42 * Extra data from GPS in realtime mode are now stored in trackpoints.
001a86db
QT
43
442007-10-10
45Quy Tonthat <qtonthat@gmail.com>:
46 * Fix a crash bug caused by operation on variable inside a macro.
47
e086b16d
EB
482007-10-09
49Evan Battaglia <gtoevan@gmx.net>
50 * Ctrl-shift-scroll to zoom like Google. Just scroll zooms like before.
7b203521
EB
51 * Show currently edited track in red-dashed line. This makes it easier
52 to tell if we've ended the track.
53 * When using new track tool, draw a line before making a point to
54 preview the new point.
807e03f9 55 * Use $BROWSER environment variable (for viewing geocache pages)
e086b16d 56
6dd43d93
QT
572007-10-08
58Quy Tonthat <qtonthat@gmail.com>:
59 * Fix compiling breakage caused by missing icon file from the list.
60
58a642b6
GB
612007-10-07
62Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
63 * libgps is no more mandatory
64
32e48121 652007-10-07
9a30122d
EB
66Evan Battaglia <gtoevan@gmx.net>:
67 * Scroll zoom keeps cursor over same spot on map (like Google, QLandKarte)
bce3a7b0 68 * Cursors for tools.
c3deba01 69 * Undo magic scissors by right-clicking.
8fb71d6c 70 * Extend a track by right-clicking on it.
98f5364d 71 * Experiment: "Begin track" tool
9a30122d 72
58a642b6 732007-10-07
32e48121
QT
74Quy Tonthat <qtonthat@gmail.com>:
75 * Correctly calculate position (based on time instead of distance)
76 when clicking on speed-time graph.
77 * Added km/h to speed entries of the track properties dialog.
6260ce3f 78 * The "Selected Time" on track properties dialog is now correct.
ddc2372e
QT
79 * Track Properties: now displays track distance/time instead of
80 "Selected Time".
32e48121 81
a45242c2
QT
822007-10-06
83Quy Tonthat <qtonthat@gmail.com>:
84 * Fix bugs that caused odd display of time on track properties dialog.
4863105b 85 * Pop a message when failed to connect to gpsd.
a45242c2 86
057a78bc
QT
872007-10-05
88Quy Tonthat <qtonthat@gmail.com>:
89 * Fix a segfault caused by (mistakenly) adding a new layer to gps
90 layer.
97cab2d5 91 * Be more selective in collecting realtime trackpoints.
057a78bc 92
c4e61875
QT
932007-10-04
94Quy Tonthat <qtonthat@gmail.com>:
95 * Improvements for GPS layer's "realtime tracking".
96
c2e97e57
QT
972007-10-02
98Quy Tonthat <qtonthat@gmail.com>:
99 * Fix crashes caused by emitting update too early at layer creation.
b87d3952 100 * Add realtime tracking to GPS layer.
8fcff869 101 * fix half-drawn problems for GPS layer.
c2e97e57 102
090cae39
GB
1032007-10-01
104Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
105 * Relax dependencies about glib by implementing
106 g_hash_table_remove_all ourselves (Evan's patch)
107
c9177aae
QT
1082007-10-01
109Quy Tonthat <qtonthat@gmail.com>:
110 * Disable half-drawn update when the center is moved. Avoid using
111 static "trigger" in viklayer.c which causes problems when viking
112 has more than one windows.
113
d295e344
QT
1142007-09-28
115Quy Tonthat <qtonthat@gmail.com>:
116 * Fix bug that caused Elevation graph not working properly with some
117 tracks.
118
415302f4
EB
1192007-09-27
120Evan Battaglia <gtoevan@gmx.net>
121 * GPSD Layer -- draw an arrow.
122 * Minimum elevation for DEM layer.
0df66d57
EB
123 * Half-drawn hack to only draw layers on top of the one that has
124 recently changed. A must for realtime GPS.
415302f4 125
0e25c0d0
QT
1262007-09-25
127Quy Tonthat <qtonthat@gmail.com>:
128 * SRTM download now works for regions outside North_America too.
129
fa86f1c0
EB
1302007-09-23
131Evan Battaglia <gtoevan@gmx.net>
132 * Fix copy & pasting DEM layers -- new serializing string list code.
9593a4c9
EB
133 * Don't crash if using tool on wrong type of layer / no layer.
134 Although I really want to know what happened to "use the top visible layer",
135 and return TRUE if the tool "accepts" the use...
136 editing lots of TRWLayers was way easier that way...
e9165710 137 * Remove unused vik_layer_copy() code
ee6ef0b1 138 * Add Magic Scissors icon (from GIMP)
bddd2056
EB
139 * Add comment when making a Google Route.
140 * Continue a magic scissors route by holding down control. Continue the comment too.
141 * 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 142 * Experimental GPSD support (VikGpsdLayer)
fa86f1c0 143
8c721f83
EB
1442007-09-22
145Evan Battaglia <gtoevan@gmx.net>
146 * Pan Accelerators (Ctrl+Left, etc)
147 * Ctrl-Scroll and Ctrl-Shift-Scroll to pan, kind of like Gimp.
148 * Add a RADIOGROUP_STATIC properties factory type to make it easy
149 for new layers. Uses an array list (like before)
150 instead of a GList.
151 * DEM US 10m (dem24k) source! Option in DEM Layer & ./configure
152 * (copying & pasting DEM layers is broken, will fix later)
153
0c1044e9
EB
1542007-09-21
155Evan Battaglia <gtoevan@gmx.net>
156 * Fix right-click on geocache to work with new geocache names.
157 * Download & import SRTM 90m DEM data (still working on US 10m)
158
ed28ef63
EB
1592007-09-17
160Evan Battaglia <gtoevan@gmx.net>
161 * 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.
162
4f13653e
GB
1632007-09-09
164Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
165 * Removing unused files (*.png.h).
166
90e25247
GB
1672007-09-08
168Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
169 * Fix #1789550: define MAX macro if not defined on ALL systems
170
35462baf
QT
1712007-09-08
172Quy Tonthat <qtonthat@gmail.com>:
173 * AUtomatically fetching google version number.
174
eb93fa95
GB
1752007-09-07
176Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
177 * Fix #1789550: mkdtemp usage is conditioned, so it is possible
178 to build viking on system not offering such feature.
179
fd0a7199
GB
1802007-09-06
181Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
182 * Adding command line option framework.
183
4b53548b
QT
1842007-09-06
185Quy Tonthat <qtonthat@gmail.com>:
186 * Make viking's default start location somewhere more likely has maps.
ee180665
QT
187 * Fix crash when using "Maps Download" tools right after viking is
188 started (without a viking file).
4b53548b
QT
189
1902007-09-05
191Quy Tonthat <qtonthat@gmail.com>:
192 * Viking 0.9.2 (By Guilhem Bonnefille <guilhem.bonnefille@gmail.com>)
193
4e29c215
GB
1942007-09-03
195Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
196 * Fix: crash when "applying" a map layer property dialog.
94933cb8 197 * QA: strong type the second argument of the *_post_read functions.
63726881 198 * Preset filename when exporting a TrwLayer.
24277274
GB
199 * Refactoring: retrieve the VikWindow from the VikViewport via its
200 GtkWidget nature.
51c15f41 201 * Use $EMAIL to initialise email field for OSM upload.
07059501 202 * Do not warn about drawmode inconsistency while reading file.
e52d2bf3 203 * Hide Expedia view mode when expedia is not built in.
4e29c215 204
06f31fd5
GB
2052007-09-01
206Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
207 * Disable Expedia map layer by default (as it is not working).
208
1a8143e6
BZ
2092007-08-30
210Bernd Zeimetz <bernd@bzed.de>:
211 * Add redirect support (for Expedia map layer).
212
5092de80
GB
2132007-08-30
214Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
215 * Add ability to upload a single track.
216
dc5758d3
GB
2172007-08-28
218Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
219 * Check current drawmode after creating a new MapsLayer.
220
15e77c02
QT
2212007-08-25
222Quy Tonthat <qtonthat@gmail.com>:
223 * New google version number.
1918a993 224 * Better checking to detect downloaded text instead of images.
314c1ccc
QT
225 * Give more instructive message for attempting to download maps in
226 wrong mapmode.
15e77c02 227
f901dcdf
GB
2282007-08-20
229Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
230 * libcurl is a requirement
231
f8fe5d14
QT
2322007-08-20
233Quy Tonthat <qtonthat@gmail.com>:
234 * Fix bugs that cause crashes on layers copy/paste/delete.
d1f48cc2
QT
235 * Fix bug in Google search that caused viking jump to wrong location
236 when Google can not find the match.
f8fe5d14 237
1bd88e66
GB
2382007-08-16
239Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
240 * Group "Export Layer..." entries in a sub-menu.
241
494eb388
QT
2422007-08-16
243Quy Tonthat <qtonthat@gmail.com>:
244 * Clean up and eliminate compiler warning.
245
261c8fdc
QT
2462007-08-15
247Quy Tonthat <qtonthat@gmail.com>:
248 * Fix bug in creating temporary HOME when HOME is not set.
36c78d6d
QT
249 * Added --enable-old-google to configure script. Old google modes are
250 now disabled by default.
251 * Default mode for new maps is Google Maps.
261c8fdc 252
6a9ff0ee
QT
2532007-08-09
254Quy Tonthat <qtonthat@gmail.com>:
255 * Make Google Map default map type.
256
46e4fa54
QT
2572007-08-02
258Quy Tonthat <qtonthat@gmail.com>:
259 * DEM module can now read hgt.zip files directly (no need to unzip
260 them).
261 * DEM module can now process 1 arc sec hgt(.zip) files (mainly for USA
262 regions).
263
2dc9ab5e
QT
2642007-07-27
265Quy Tonthat <qtonthat@gmail.com>:
266 * Plug filedescriptor leak in dem.c
267
071da616
QT
2682007-07-26
269Quy Tonthat <qtonthat@gmail.com>:
270 * Display on status bar altitude at cursor using data from DEM layer(s).
271
ccff31c2
QT
2722007-07-25
273Quy Tonthat <qtonthat@gmail.com>:
274 * New google version numbers.
275
1ef9e637
QT
2762007-07-24
277Quy Tonthat <qtonthat@gmail.com>:
278 * Disable GeoCache Acquire since it nolonger works. Can be enabled
279 again using configure --enable-geocaches.
280
214f9ac2
QT
2812007-07-18
282Quy Tonthat <qtonthat@gmail.com>:
283 * Remove (my) debug messages which are no longer needed.
284
2dc9ab5e 2852007-07-15
214f9ac2
QT
286Quy Tonthat <qtonthat@gmail.com>:
287 * Missing a few changes here.
288 * release 0.9 (by Guilhem)
289
6ec35002
QT
2902007-07-13
291Quy Tonthat <qtonthat@gmail.com>:
292 * Eliminate the needs of entering DEM files for every single
293 track/waypoint layer.
294
84c2cc41
QT
2952007-07-07
296Quy Tonthat <qtonthat@gmail.com>:
297 * Fixed typo in Makefile.am
298
ad0a8c2d
EB
2992007-07-06
300Evan Battaglia <gtoevan@gmx.net>:
301 * Merge DEM Branch
302
441f28d3
QT
3032007-07-04
304Quy Tonthat <qtonthat@gmail.com>:
305 * Bug fix: View Mode displayed wrong setting on start up
306
83750a2d
QT
3072007-07-03
308Quy Tonthat <qtonthat@gmail.com>:
309 * Fixed bugs that caused draw_scale and draw_centermark status not being
310 consistent among View menu, viewport and loaded files.
311
ad0a8c2d
EB
3122007-07-02
313Evan Battaglia <gtoevan@gmx.net>
314 * DEM Branch: Trying to fix/cleanup various DEM things
315 * DEM Branch: Support for SRTM 3 arcsecond _global_ DEM data from http://www2.jpl.nasa.gov/srtm/
316
17407a43
QT
3172007-07-02
318Quy Tonthat <qtonthat@gmail.com>:
319 * Fixed bugs that caused crashes during GPS upload/download.
320
8cd10bb4 3212007-07-01
e2d11d62 322Quy Tonthat <qtonthat@gmail.com>:
8cd10bb4 323 * Make "Save Image" and "Save Image Directory" dialogs reusable.
e2d11d62 324
678fecbb
RM
3252007-06-24
326Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
327 * Merging with Ralf's work around debianization
ad4d241a 328 * INSTALL: refreshed
678fecbb 329
10888930
TS
3302007-06-23
331Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
332 * Minor change to avoid SEGFAULT on x86_64
a3188993 333 * Add DownloadOptions type to specify referer per map source
1b685d33 334
37518034
QT
3352007-06-19
336Quy Tonthat <qtonthat@gmail.com>:
337 * Fix bugs that causes "drawcentermark" not recognised when reading
338 from files.
339 * Fix a wild pointer bug that can cause crashes
340
d700ee38
GB
3412007-06-18
342Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
343 * Copying libcurl.m4 as it is needed everywhere
344
62c16860
QT
3452007-06-18
346Quy Tonthat <qtonthat@gmail.com>:
347 * New google version numbers.
348 * Make scale more visible.
349 * Add center mark which can be turn on/off in View menu.
350 * Viking now uses cookies for http requests. Some server(s) is quite
351 picky about this. (With great help from Lixus <gps@muellers.ms>)
0c24c0a5 352 * Download maps along a track. Right click on a track layer, select map
62c16860 353 type and zoom level, viking will do the rest.
0c24c0a5 354 * release 0.1.3-20070618
62c16860 355
99e679df
RM
3562007-06-13
357Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
358 * Adding an icon (suggested by Ralf Meyer <ranfyy@gmail.com>)
359
b0b88773
QT
3602007-06-8
361Quy Tonthat <qtonthat@gmail.com>:
362 * Fix a bug that causes segfault when viewing properties of a
363 waypoint.
364
4b31042b
QT
3652007-06-1
366Quy Tonthat <qtonthat@gmail.com>:
367 * Fix a bug that causes segfault when viewing properties of a track
368 that has only one trackpoint with elevation information.
1eef1bde 369 * Backport Evan's magic scissors from DEM branch.
4b31042b 370
f47d51b5
QT
3712007-05-31
372Quy Tonthat <qtonthat@gmail.com>:
373 * Add Google Maps search to View menu and Toolbar
374 * Waypoint created right after the search will pick up the search
375 string as comment. (Use TrackWaypoint Layer menu, not toolbar, to
376 create waypoint).
377
4587152b
MC
3782007-05-26
379Mark Coulter <i_offroad@yahoo.com>
380 * new waypoint symbols.
381
9b81efe3
QT
3822007-05-26
383Quy Tonthat <qtonthat@gmail.com>:
384 * Fix intermittent problem of map redraw.
385 * Mapslayer: Fixed bugs that cause in some cases, map display can not
386 be refreshed without downloading.
387
2d546d79
GB
3882007-05-24
389Ralf Meyer <ranfyy@gmail.com>:
390 * Adding man pages.
391
10ca2bfe
QT
3922007-05-24
393Quy Tonthat <qtonthat@gmail.com>:
394 * Maps layer: Improve performance for map autodownload.
3570ad57
QT
395 * Make dimensions easier to be found and changed to suit own tastes.
396 * Small touches on the look.
10ca2bfe 397
ff8b4326
QT
3982007-05-23
399Quy Tonthat <qtonthat@gmail.com>:
400 * New GPS layer menu items: "empty upload", "empty download", "empty
401 all"
7041549f 402 * acquire->Google Directions now record and display previous queries
3570ad57 403 fo "From"/"To" entries.
7041549f 404 * Position Google Directions dialogs at the center of Viking window.
ff8b4326 405
38778d11
QT
4062007-05-22
407Quy Tonthat <qtonthat@gmail.com>:
408 * GPS layer track and waypoint data can now be saved.
2bf7cadd
QT
409 * Disable prompt for save before exit.
410 * Add "Save and Exit" to File menu.
38778d11 411
ad0a8c2d
EB
4122007-05-20
413Evan Battaglia <gtoevan@gmx.net>
414 * DEM Branch
415
6d38ac4f
QT
4162007-05-20
417Quy Tonthat <qtonthat@gmail.com>:
418 * Stop autodownload from running forever on map downloading errors.
419
0b3c4c1c
QT
4202007-05-18
421Quy Tonthat <qtonthat@gmail.com>:
06e94d26 422 * Add curl-devel to spec file.
0b3c4c1c 423 * Map tool: Left click can now refresh display of map tiles.
4b31d033 424 * Check for non-displayable data after downloading map.
0b3c4c1c 425
11f88b69
QT
4262007-05-17
427Quy Tonthat <qtonthat@gmail.com>:
428 * Fix problems in map downloading caused by unreliable error
429 detection.
06e94d26 430 * Release 0.1.3
11f88b69 431
0b0963fb
QT
4322007-05-15
433Quy Tonthat <qtonthat@gmail.com>:
434 * Fixed bugs that can cause segfault on exit. The problem was caused
435by mapslayer's weak_ref not being unref'ed in some cases.
436
3335ae4e
EB
4372007-05-13
438Evan Battaglia <gtoevan@gmx.net>
439 * 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.
440
093c5c71
EB
4412007-05-11
442Evan Battaglia <gtoevan@gmx.net>
443 * Fix removal of redownloaded tiles from memory cache.
e415a0e8 444 * Fix a stupid segfault in main.c (opening new files)
093c5c71 445
056e8bd1
QT
4462007-05-09
447Quy Tonthat <qtonthat@gmail.com>:
448 * New Google version numbers.
449
50817314
GB
4502007-05-08
451Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
452 * New "Refresh onscreen tiles" menu entry
453
6afc9732
GB
4542007-05-04
455Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
456 * debian/: debianization
457
81a061e4
GB
4582007-04-29
459Reid Priedhorsky <reid@reidster.net>
460 * libusb support
461
dfb4bdaa
GB
4622007-04-28
463Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
464 * OpenSourceMap slippy maps (in osm.c) -- Maplink tiles
ca9eb04a 465 * Add configuration option for OpenStreetMap sources
dfb4bdaa 466
67209ca8
GB
4672007-04-23
468Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
469 * OpenSourceMap slippy maps (in osm.c) -- Osmarender and Mapnik
470
ed6242f3
EB
4712007-04-21
472Evan Battaglia <gtoevan@gmx.net>
473 * OpenSourceMap slippy maps (in google.c) -- identical to google maps except zoom numbering
474
fa9fef36
GB
4752007-04-16
476Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
477 * Adding libcurl support
478
69b825fe
QT
4792007-04-04
480Quy Tonthat <qtonthat@gmail.com>:
481 * New Google version number.
482 * Fixed Google Directions
483
4a96999b
QT
4842007-02-20
485Quy Tonthat <qtonthat@gmail.com>:
486 * GPS layer dialog now displayed at the center of the Viking main
487 window.
488
997905be
QT
4892007-02-19
490Quy Tonthat <qtonthat@gmail.com>:
491 * New Google version numbers.
492
af2740eb
QT
4932007-02-15
494Quy Tonthat <qtonthat@gmail.com>:
495 * Made viking.spec.in out of Michael's viking.spec
496 * Added viking.spec.in to autoconf files.
497
4982007-02-15
499Michael A Peters <mpeters@mac.com>:
500 * Added viking.spec
501
07f39a64
GB
5022007-02-14
503Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
504 * NEWS, configure.ac: preparing 0.1.2
505
4e0cf33b
GB
5062007-02-13
507Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
508 * src/vikwindow.c: remove URL and version number from window title
509 * src/dialog.c: add URL and use dynamic information for version
21c318eb 510 * AUTHORS, src/dialog.c: update contributors list
e8947958
GB
511 * AUTHORS, src/dialog.c, src/Makefile.am: About dialog filled with
512 AUTHORS file
4e0cf33b 513
ecb51018
QT
5142007-02-07
515Quy Tonthat <qtonthat@gmail.com>:
516 * Fix bug that causes crashes when click at the right side (outside)
517 of the track graph area in the Track Poperties window.
518
e1e2f2c6
JJ
5192007-02-06
520Jocelyn Jaubert <jocelyn.jaubert@gmail.com>
521 * Add new information to Track Properties. Postion in time will be
522 tracked and display when moving mouse cursor around the track graph.
523
4f210965
QT
5242007-02-06
525Quy Tonthat <qtonthat@gmail.com>:
526 * New google version numbers.
d1fb6e7f 527 * correct main window title and viking website.
4f210965 528
369e959a
QT
5292007-02-05
530Quy Tonthat <qtonthat@gmail.com>:
531 * Cosmetic changes.
532
119f63a0
QT
5332007-02-04
534Quy Tonthat <qtonthat@gmail.com>:
535 * Simplify tools enable/disable codes.
536
79845167
QT
5372007-02-01
538Quy Tonthat <qtonthat@gmail.com>:
539 * Only tools that work with current active layer are enable,
540 others are disable (fade out and does nothing when clicked on).
541
d820e240
GB
5422007-01-27
543Quy Tonthat <qtonthat@gmail.com>:
544 * Display map sections while downloading (bug 1303429)
545
267b6db5
QT
5462007-01-25
547Quy Tonthat <qtonthat@gmail.com>:
548 * Fixed bugs that caused crashes on creating new map layer or
549 new track/waypoint layer.
550
dad2c114
QT
5512007-01-24
552Quy Tonthat <qtonthat@gmail.com>:
553 * Updated google tranparent version number.
554 * Made it more convenient to update google version numbers.
555
cdcaf41c
QT
5562007-01-23
557Quy Tonthat <qtonthat@gmail.com>:
558 * Merged branch modular to trunk.
559
54d3b232
QT
5602007-01-05
561Quy Tonthat <qtonthat@gmail.com>:
562 * Bug fix: main menu edit->delete and edit->cut did not work with
563 waypoints and tracks.
564
2cebc318
QT
5652007-01-04
566Quy Tonthat <qtonthat@gmail.com>:
567 * Added "Copy" and "Cut" to popup menus for track and waypoint (on the
568 layer panel).
569
20c7a3a0
QT
5702007-01-03
571Quy Tonthat <qtonthat@gmail.com>:
107d445a
QT
572 * bug fix: crash on inserting aggregate layer if the selected layer's
573 parent is not an aggregate layer.
574 * bug fix: crash when delete a child layer whose parent is not
575 an aggregiate layer (eg gpslayer)
20c7a3a0
QT
576 * Menu item selection for layer instances.
577
fdca5edb
QT
5782007-01-02
579Quy Tonthat <qtonthat@gmail.com>:
580 * gpslayer: Unexpose interface functions.
5a4a28bf 581 * Layers now can have their say on what pop up menu items they want.
fdca5edb 582
cdcaf41c 5832007-01-02
a25c4c50 584Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
cdcaf41c
QT
585 * Add ability to disable Terraserver stuff
586 * Add ability to disable Expedia stuff
587
fdca5edb
QT
5882007-01-01
589Quy Tonthat <qtonthat@gmail.com>:
590 * gpslayer: fix bugs that causes crashes when click "Cancel" on layer
591 creation dialog.
592
cdcaf41c
QT
5932007-01-01
594Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
595 * Make all .h self sufficient
596 * Add ability to disable Google stuff
597
b364d6bc
QT
5982006-12-31
599Quy Tonthat <qtonthat@gmail.com>:
600 * Added gps layer
601
cdcaf41c
QT
6022007-01-02
603Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
604 * Add ability to disable Terraserver stuff
605 * Add ability to disable Expedia stuff
606
6072007-01-01
608Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
609 * Make all .h self sufficient
610 * Add ability to disable Google stuff
611
b291388a
GB
6122006-12-26
613Quy Tonthat <qtonthat@gmail.com>:
614 * Fix a google version number change (at least in Australia).
615
ea40bccf
AF
6162006-12-07
617Quy Tonthat <qtonthat@gmail.com>:
618 * Fix an array overflow bug in Map Layer Properties
619
b7b66e1f
GB
6202006-12-04
621Alex Foobarian <foobarian@gmail.com>:
622 * Added an "About" dialog
623
68fb2913
AF
6242006-11-30
625Alex Foobarian <foobarian@gmail.com>:
626 * Added Quy Tonthat's patch to fix a bug in Track Properties
627
1a8437ab
AF
6282006-11-29
629Alex Foobarian <foobarian@gmail.com>:
ea40bccf 630 * Added patch by Quy Tonthat <qtonthat@gmail.com> to fix a crash bug
1a8437ab 631
fa1b5a5f
GB
6322006-11-12
633Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
634 * Add expat explicit dependency
635
7432fddf
AF
6362006-10-31
637Alex Foobarian <foobarian@gmail.com>:
638 * Visual feedback for moving waypoints
639
33534cd8
AF
6402006-10-30
641Alex Foobarian <foobarian@gmail.com>:
642 * Created standard Edit menu
643 * Implemented Cut for trackpoints and waypoints
644 * When moving trackpoints, we now draw one under the cursor for visual feedback
645
f9db6bd6
AF
6462006-10-26
647Alex Foobarian <foobarian@gmail.com>:
648 * Cleared up the drawing modes and map type descriptions
649 * Updated google version string to make it work in Europe
650 * Added Cut/Copy/Paste shortcuts to right-click menus
4b00e581 651 * Compacted the track properties dialog
f9db6bd6 652
941aa6e9
AF
6532006-10-23
654Alex Foobarian <foobarian@gmail.com>:
655 * Introduced a toolbar tool interface, converted existing tools to use it
656 * As a result, ruler drawing bugs are gone
657 * Sped up ruler drawing by increasing the redraw priority
658
78c9fb5b
GB
6592006-08-15
660Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
661 * Add implicit DMS->DDD conversions in waypoints dialogs
662
0165e6e4
GB
6632006-07-26
664Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
665 * src/degrees_converters.c, src/degrees_converters.h,
666 test/degrees_converter.c: add dec -> DDD conversion
667 * src/degrees_converters.c, src/degrees_converters.h,
668 test/degrees_converter.c: add dec -> DMM conversion
669 * src/degrees_converters.c: refactor dms conversions
670
6c02911c
RP
6712006-07-24
672Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
673 * Add patch for GoogleMaps from Reid Priedhorsky
674
0165e6e4
GB
6752006-07-22
676Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
677 * Makefile.am, configure.ac, src/Makefile.am,
678 src/degrees_converters.c, src/degrees_converters.h,
679 test/Makefile.am, test/check_degrees_conversions.sh,
680 test/degrees_converter.c: Adding degrees conversion functions
681 (DDD/DMM/DMS)
682
6832006-07-06
684Evan Battaglia <gtoevan@gmx.net>
685 * ChangeLog, src/google.c: Upgrade Google Maps -- Europe
686
a808ab5f
EB
6872006-07-01
688Evan Battaglia <gtoevan@gmx.net>:
689 * Upgrade Google Maps version (yay Europe!)
690
0165e6e4
GB
6912006-06-11
692Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
693 * NEWS, configure.ac: Preparing 0.1.1
694
65f0ccab
AF
6952006-05-25
696Alex Foobarian <foobarian@gmail.com>:
697 * Cleaned up the data source interface
698 * Added a setup dialog to the GPS data source, with protocol type and serial port location
699
5f304fd7
AF
7002006-05-12
701Alex Foobarian <foobarian@gmail.com>:
702 * Small fixes in Acquire from GPS code
703
fe203390 7042006-05-08 Guilhem BONNEFILLE <guilhem.bonnefille@gmail.com>
fe203390
GB
705 * autogen.sh: simpler method to start from CVS
706
a8d46e0b
EB
7072005-12-03
708Evan Battaglia <gtoevan@gmx.net>
709 * Data sources -- check for existence of necessary things
710
7b3479e3 7112005-11-25
3333c069 712Evan Battaglia <gtoevan@gmx.net>
7b3479e3
EB
713 * Created "data sources" structure to easily add new data sources via GPS babel.
714 It's ugly now and there's a lot to be done, but I think 79-line datasources_google.c
715 shows the power of the approach.
3333c069 716 * Data sources: Google & Geocaches
7b3479e3 717
8904c540 7182005-11-23 Guilhem BONNEFILLE <guilhem.bonnefille@gmail.com>
8904c540 719 * src/gpx.c (gpx_dtostr): add better GPX export
161aa492
EB
720Evan Battaglia <gtoevan@gmx.net>:
721 * dtostr -> coords.c; use in gpsmapper.c and gpspoint.c (locale-independent output)
8904c540 722
d1fa6cff
AF
7232005-11-21
724Alex Foobarian <foobarian@gmail.com>:
725 * Fixed v-t diagram crash bug
726
1d1bc3c1
EB
7272005-11-19
728Alex Foobarian <foobarian@gmail.com>:
729 * GPSBabel acquire code
730
9f0cd67d
AF
7312005-11-18
732Alex Foobarian <foobarian@gmail.com>:
733 * Copy/paste of individual track- and way-points updated to work between processes.
734
0a6cab71
AF
7352005-11-17
736Alex Foobarian <foobarian@gmail.com>:
737 * Copy/paste between viking processes
738 * Layer marshalling support
739
1bc9b120
GB
7402005-10-28 Guilhem BONNEFILLE <guilhem.bonnefille@gmail.com>
741 * configure.ac: Adding --with-mapcache configure option
742 * src/config.h: Removed because no more used (generated)
743
15614495
AF
7442005-10-18
745Alex Foobarian <foobarian@gmail.com>:
746 * Fix ruler declination in UTM mode
747
ba298cde 7482005-10-17 Guilhem BONNEFILLE <guilhem.bonnefille@gmail.com>
80dc8501
GB
749 * src/icons/Makefile.am: assumes the creation of icons.h
750 * src/garminsymbols.c, src/vikwindow.c: icons.h re-located
751 * src/Makefile.am: no more icons.h production
752
024f32c1
EB
7532005-10-16
754Evan Battaglia <gtoevan@gmx.net>
755 * Fix ruler: show angle, distance even when compass off-screen.
1a18e09d 756 * Fix bgitemcount. Background items status bar "should" be accurate now.
024f32c1 757
c48517ad
AF
7582005-10-13
759Alex Foobarian <foobarian@gmail.com>:
760 * Drag and drop whole track/waypoint lists
761
80e450c0
AF
7622005-10-12
763Alex Foobarian <foobarian@gmail.com>:
764 * Coord layer drawing for lat/lon based projections
765
0dff88ea
AF
7662005-10-11
767Alex Foobarian <foobarian@gmail.com>:
768 * Draw a compass when using a ruler
769
e4847ce9
AF
7702005-10-07
771Alex Foobarian <foobarian@gmail.com>:
772 * Added ruler drawing to the ruler tool
773
2f50c650
AF
7742005-10-06
775Alex Foobarian <foobarian@gmail.com>:
776 * Added support for pasting coordinates in lat/lon format
777
e890a6e6
EB
7782005-10-05
779Alex Foobarian <foobarian@gmail.com>:
780 * Change clipboard so as to use GTKClipboard. Prepare for support for pasting coordinates, etc.
781Evan Battaglia <gtoevan@gmx.net>:
782 * When pasting waypoints and tracks, do name resolution (add #2, etc)
783
08b251ec
EB
7842005-10-01
785Evan Battaglia <gtoevan@gmx.net>:
786 * make symbols work for geocaching .loc files (and case-insensitive symbol names)
35c7c0ba 787 * Option as to whether or not to show unit scale (esp for exporting images)
08b251ec 788
ba298cde 7892005-09-30 Guilhem BONNEFILLE <guilhem.bonnefille@gmail.com>
dad55b79 790 * configure.ac, src/Makefile.am (SUBDIRS): added auto-tools support for src/icons
70a23263
AF
791Alex Foobarian <foobarian@gmail.com>:
792 * Added a drag_drop_request method to layer interface, updated DnD to use it
e673b75f 793 * Updated DND to insert layers at the point of the drop, instead of front of list
42c2ac3e 794 * Added wp symbol support to gpx
92136662 795 * Fixed name collisions during track/wp DND
ea3933fc
EB
796 * Layer-wide option as to whether to show waypoint symbols
797
acaf7113
AF
7982005-09-29
799Alex Foobarian <foobarian@gmail.com>:
800 * Added support for waypoint symbols (changing, loading, saving), and a small number of icons.
801 * Added a scale ruler
802 * Changed panning to show less "garbage" in exposed areas
803
a5e51d35
EB
8042005-09-28
805Evan:
806 * menu.xml & icons inline
807
e4afc73a 8082005-09-27
acaf7113 809Alex Foobarian <foobarian@gmail.com>:
e4afc73a
EB
810 * GtkUIManager/Toolbar
811 * DND in the LayersPanel
0912fc7e
EB
812Evan:
813 * strtod -> g_strtod (i18n glitch)
814
ba298cde 8152005-09-25 Guilhem BONNEFILLE <guilhem.bonnefille@gmail.com>
0912fc7e
EB
816 * src/globals.h (VIKING_VERSION): uses the PACKAGE_VERSION macro
817 * Makefile.am (EXTRA_DIST): handles viking-remote
818 * src/Makefile.am (AM_CFLAGS): substitution of CFLAGS by AM_CFLAGS
819 * doc/Makefile.am, doc/dev/Makefile.am: new files
820 * Makefile.am (SUBDIRS): handles doc directory
821 * configure.ac: handles doc and doc/dev directories
e4afc73a 822
2ab9b480 8232005-09-16
2ab9b480 824Alex Foobarian <foobarian@gmail.com>: fix to v-vs-t (better drawing)
3de5bc4f
EB
825Evan: * GPX fixes
826 * So Geocaching .LOC _isn't_ GPX?!?!? Oh well, it's XML...
827 * GPX write, click v-vs-t diagram
828 * Option to show stops in TRWLayer options, and stop_length
829 * Elevation plotting relative to min and max elevation in track.
830 * Option to do elevation plotting, and controlling relative height
2ab9b480
EB
831
8322005-09-15
833 * 4+ hours later and voila, GPX read support
834 * Fixes in propwin if track doesn't have certain data, say so.
835
8362005-09-14
837Me (Evan) again:
838 * Fix USGS support
839 * Click on the elevation map to go there, so you can see where a mountain-top is etc.
840 * Don't crash on track properties of an empty track.
841
734652bf 8422005-09-13
ba298cde 843Guilhem BONNEFILLE <guilhem.bonnefille@gmail.com>:
734652bf
EB
844 * bootstrap: new file to bootstrap auto-tools
845 * src/config.h (VIK_CONFIG_ALPHABETIZED_TRW): no more set via this file
846 * Makefile.am (bin_SCRIPTS): viking-remote added
847 * configure.ac: --enable-alphabetized-trw option added
848
849Evan Battaglia <gtoevan@gmx.net>:
850 * Experimental altitude funky plotting I'm working on
851
8522005-09-12
853Alex Foobarian <foobarian@gmail.com>'s changes
854* disable stops, for now (I forgot about those...)
855* Track elevation graph: minimum altitude difference for less jagged curves
856* Track elevation graph: gray background, blue foreground
857* Track elevation graph: lines to clearly show absolute elevation
858* New velocity-vs-time graph & calculating function
859* Notebook to hold this new graph with track elevation graph
860My (Evan's) changes:
861* Fix above v-vs-t patch to not crash on tracks without timestamp.
862* Not show v-vs-t graph and/or elevation map if the necessary data isn't there.
ba298cde 863Guilhem BONNEFILLE <guilhem.bonnefille@gmail.com>'s changes
dad55b79
GB
864 * bootstrap: new file to bootstrap auto-tools
865 * src/config.h (VIK_CONFIG_ALPHABETIZED_TRW): no more set via this file
866 * Makefile.am (bin_SCRIPTS): viking-remote added
867 * configure.ac: --enable-alphabetized-trw option added
734652bf 868
9903c388
EB
8692005-09-07
870Autotools support by Guilhem Bonnefille.
871
bb71de8b
AF
8722005-09-06
873Added Alex Foobarian's track duration patch.
874Added Alex Foobarian's track profile patch.
9903c388 875Added Alex Foobarian's elevation map fix.
bb71de8b 876
725c87e1
EB
8772005-09-04
878Map cache fix: if only one map can fit / one map is bigger than cache size, then that's OK.
bb71de8b 879Delete from cache when updating image.
725c87e1 880
50a14534
EB
8812005-08-18
882Map cache size based on memory usage, not number of images. Some flaws to be worked out still in this.
883
8842005-08-16
885Accepted USGS maps support from Clark McKines. Pretty slick, I'll have to take a look at it.
886
8872005-08-02
888Quite easily added support for Mercator projection & Google Mercator maps (regular, transparent etc)
889Chaned waypoint types a little bit (size of waypoint)
890
8912005-07-31
892Hopefully fixed background.c item # count
893Fixed KH Maps (v=2)
894
8952005-06-20
896A little research & added KH Maps support.
897
8982005-06-19
899Fixed right-click waypoint edit -> crash bug, hopefully.
900Fixed "everyone lives in zone 11" assumption for vikgeoreflayer.c; still monozone though ...
901Made it so when you paste or add a new layer, it pastes it before the selected layer, not to the top.
902Fixed the bug where pasting a map layer messed up the name.
903Made dragging middle mouse button pan. Removed pan tool. Thanks Reid for the idea.
904Made different options for drawing waypoint dots. Not very good but we can make better-looking ones later.
905