]> git.street.me.uk Git - andy/viking.git/blame - ChangeLog
disable printing & let viking compile for gtk < 2.10.0
[andy/viking.git] / ChangeLog
CommitLineData
8a920b62
EB
12007-12-07
2Evan Battaglia <gtoevan@gmx.net>:
3 * BlueMarble tiles: http://mike.teczno.com/notes/blue-marble-tiles.html
4 * Google Terrain maps
9a995996 5 * Disable printing to make Viking compile for GTK < 2.10
8a920b62 6
7d02a0b0
GB
72007-11-27:
8Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
9 * util.c: Use a list of possible browsers.
10
61950ef8
QT
112007-11-20:
12Qut Tonthat <qtonthat@gmail.com>:
13 * Fix a bug that can potentially cause segfault.
14
2c50b28a
QT
152007-11-19:
16Qut Tonthat <qtonthat@gmail.com>:
17 * Improve track graphs. Some tracks looked too flat.
18
28c82d8b
EB
192007-11-09:
20Evan Battaglia <gtoevan@gmx.net>
21 * GPSBabel filter work I've been sitting on for a while now.
22 * Draw circle for downloading geocaches. Constrain by maximum distance.
23
242007-11-08:
25Qut Tonthat <qtonthat@gmail.com>:
26 * Printing support
27
24ca37ba
QT
282007-11-01
29Quy Tonthat <qtonthat@gmail.com>:
30 * Fix bug that caused Old Google maps not being disabled by default.
31
8dbfe7a3
QT
322007-10-24
33Quy Tonthat <qtonthat@gmail.com>:
34 * Fix crashes on elev graph for some tracks.
35 * Make low alt tracks look more visible on elev graph.
36 * Fix "incompatible pointer type" warnings.
37
c81a5cd7
BZ
382007-10-23
39Quy Tonthat <qtonthat@gmail.com>:
40 * Missing declaration. Thanks to Bernd Zeimetz <bernd@bzed.de>
41
1530c21f
GB
422007-10-20
43Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
44 * Releasing 0.9.3
45
4235f369
EB
462007-10-20
47Evan Battaglia <gtoevan@gmx.net>
48 * Fixing minor typo in vikdemlayer.c which could cause crashes
49
21700912
QT
502007-10-20
51Quy Tonthat <qtonthat@gmail.com>:
52 * Track Properties Dialog no longer blocks interaction of the main
53 window.
ca7e67ef 54 * Draw position marker on track elev/speed graphs at mouse click.
1d0135d8 55 * Diasable buttons on Track Properties Dialog when not needed.
dc27aba1
QT
56 * Display track name on title of track property dialog. Now that
57 viking allows multiple dialogs displayed simultaneously.
21700912 58
51f0884d
EB
592007-10-17
60Evan Battaglia <gtoevan@gmx.net>
61 * Fix problem with extraneous waypoints being plotted (wrap around problem). May still be problems in UTM mode.
62
9128a946
EB
632007-10-16
64Evan Battaglia <gtoevan@gmx.net>
65 * Fix Google version parsing. Google no longer uses '=' and '&' but hex equivalents to describe the URI. Not sure if this will last :/
66
5ef1d57e
QT
672007-10-16
68Quy Tonthat <qtonthat@gmail.com>:
69 * Interpolating DEM data in 3 different methods. Track data,
70 elevation-distance graph and elevation info on status bar now make use
71 of interpolation.
72
3220e336
QT
732007-10-15
74Quy Tonthat <qtonthat@gmail.com>:
75 * Add more room to the top of elevation-distance graph.
76
b42009f6
EB
772007-10-14
78Evan Battaglia <gtoevan@gmx.net>
79 * Fix plotting of DEM elevation data (subtract min altitude)
80
165d30aa
EB
812007-10-12
82Evan Battaglia <gtoevan@gmx.net>
83 * Fix Esc and Backspace to work only when VikViewport has focus.
84 * VikViewport grabs focus on click or release events, or when a
85 tool move event returns VIK_LAYER_TOOL_ACK_GRAB_FOCUS.
86
872007-10-12
07596bf4
QT
88Quy Tonthat <qtonthat@gmail.com>:
89 * Make use of DEM elevation data and GPS speed for track graphs.
90
777e2d4d
EB
912007-10-11
92Evan Battaglia
93 * Key press framework for tools. Esc to stop track. Backspace to end track.
94
5c5f3289
GB
952007-10-11
96Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
97 * Upgrading to API 0.5 of OSM
98
001a86db
QT
992007-10-11
100Quy Tonthat <qtonthat@gmail.com>:
101 * Make Realtime Tracking a feature that can be disabled at configure
102 time. Do not quietly disable it beacause libgps is not available
103 at compiling time.
a2817d3c 104 * Extra data from GPS in realtime mode are now stored in trackpoints.
001a86db
QT
105
1062007-10-10
107Quy Tonthat <qtonthat@gmail.com>:
108 * Fix a crash bug caused by operation on variable inside a macro.
109
e086b16d
EB
1102007-10-09
111Evan Battaglia <gtoevan@gmx.net>
112 * Ctrl-shift-scroll to zoom like Google. Just scroll zooms like before.
7b203521
EB
113 * Show currently edited track in red-dashed line. This makes it easier
114 to tell if we've ended the track.
115 * When using new track tool, draw a line before making a point to
116 preview the new point.
807e03f9 117 * Use $BROWSER environment variable (for viewing geocache pages)
e086b16d 118
6dd43d93
QT
1192007-10-08
120Quy Tonthat <qtonthat@gmail.com>:
121 * Fix compiling breakage caused by missing icon file from the list.
122
58a642b6
GB
1232007-10-07
124Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
125 * libgps is no more mandatory
126
32e48121 1272007-10-07
9a30122d
EB
128Evan Battaglia <gtoevan@gmx.net>:
129 * Scroll zoom keeps cursor over same spot on map (like Google, QLandKarte)
bce3a7b0 130 * Cursors for tools.
c3deba01 131 * Undo magic scissors by right-clicking.
8fb71d6c 132 * Extend a track by right-clicking on it.
98f5364d 133 * Experiment: "Begin track" tool
9a30122d 134
58a642b6 1352007-10-07
32e48121
QT
136Quy Tonthat <qtonthat@gmail.com>:
137 * Correctly calculate position (based on time instead of distance)
138 when clicking on speed-time graph.
139 * Added km/h to speed entries of the track properties dialog.
6260ce3f 140 * The "Selected Time" on track properties dialog is now correct.
ddc2372e
QT
141 * Track Properties: now displays track distance/time instead of
142 "Selected Time".
32e48121 143
a45242c2
QT
1442007-10-06
145Quy Tonthat <qtonthat@gmail.com>:
146 * Fix bugs that caused odd display of time on track properties dialog.
4863105b 147 * Pop a message when failed to connect to gpsd.
a45242c2 148
057a78bc
QT
1492007-10-05
150Quy Tonthat <qtonthat@gmail.com>:
151 * Fix a segfault caused by (mistakenly) adding a new layer to gps
152 layer.
97cab2d5 153 * Be more selective in collecting realtime trackpoints.
057a78bc 154
c4e61875
QT
1552007-10-04
156Quy Tonthat <qtonthat@gmail.com>:
157 * Improvements for GPS layer's "realtime tracking".
158
c2e97e57
QT
1592007-10-02
160Quy Tonthat <qtonthat@gmail.com>:
161 * Fix crashes caused by emitting update too early at layer creation.
b87d3952 162 * Add realtime tracking to GPS layer.
8fcff869 163 * fix half-drawn problems for GPS layer.
c2e97e57 164
090cae39
GB
1652007-10-01
166Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
167 * Relax dependencies about glib by implementing
168 g_hash_table_remove_all ourselves (Evan's patch)
169
c9177aae
QT
1702007-10-01
171Quy Tonthat <qtonthat@gmail.com>:
172 * Disable half-drawn update when the center is moved. Avoid using
173 static "trigger" in viklayer.c which causes problems when viking
174 has more than one windows.
175
d295e344
QT
1762007-09-28
177Quy Tonthat <qtonthat@gmail.com>:
178 * Fix bug that caused Elevation graph not working properly with some
179 tracks.
180
415302f4
EB
1812007-09-27
182Evan Battaglia <gtoevan@gmx.net>
183 * GPSD Layer -- draw an arrow.
184 * Minimum elevation for DEM layer.
0df66d57
EB
185 * Half-drawn hack to only draw layers on top of the one that has
186 recently changed. A must for realtime GPS.
415302f4 187
0e25c0d0
QT
1882007-09-25
189Quy Tonthat <qtonthat@gmail.com>:
190 * SRTM download now works for regions outside North_America too.
191
fa86f1c0
EB
1922007-09-23
193Evan Battaglia <gtoevan@gmx.net>
194 * Fix copy & pasting DEM layers -- new serializing string list code.
9593a4c9
EB
195 * Don't crash if using tool on wrong type of layer / no layer.
196 Although I really want to know what happened to "use the top visible layer",
197 and return TRUE if the tool "accepts" the use...
198 editing lots of TRWLayers was way easier that way...
e9165710 199 * Remove unused vik_layer_copy() code
ee6ef0b1 200 * Add Magic Scissors icon (from GIMP)
bddd2056
EB
201 * Add comment when making a Google Route.
202 * Continue a magic scissors route by holding down control. Continue the comment too.
203 * 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 204 * Experimental GPSD support (VikGpsdLayer)
fa86f1c0 205
8c721f83
EB
2062007-09-22
207Evan Battaglia <gtoevan@gmx.net>
208 * Pan Accelerators (Ctrl+Left, etc)
209 * Ctrl-Scroll and Ctrl-Shift-Scroll to pan, kind of like Gimp.
210 * Add a RADIOGROUP_STATIC properties factory type to make it easy
211 for new layers. Uses an array list (like before)
212 instead of a GList.
213 * DEM US 10m (dem24k) source! Option in DEM Layer & ./configure
214 * (copying & pasting DEM layers is broken, will fix later)
215
0c1044e9
EB
2162007-09-21
217Evan Battaglia <gtoevan@gmx.net>
218 * Fix right-click on geocache to work with new geocache names.
219 * Download & import SRTM 90m DEM data (still working on US 10m)
220
ed28ef63
EB
2212007-09-17
222Evan Battaglia <gtoevan@gmx.net>
223 * 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.
224
4f13653e
GB
2252007-09-09
226Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
227 * Removing unused files (*.png.h).
228
90e25247
GB
2292007-09-08
230Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
231 * Fix #1789550: define MAX macro if not defined on ALL systems
232
35462baf
QT
2332007-09-08
234Quy Tonthat <qtonthat@gmail.com>:
235 * AUtomatically fetching google version number.
236
eb93fa95
GB
2372007-09-07
238Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
239 * Fix #1789550: mkdtemp usage is conditioned, so it is possible
240 to build viking on system not offering such feature.
241
fd0a7199
GB
2422007-09-06
243Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
244 * Adding command line option framework.
245
4b53548b
QT
2462007-09-06
247Quy Tonthat <qtonthat@gmail.com>:
248 * Make viking's default start location somewhere more likely has maps.
ee180665
QT
249 * Fix crash when using "Maps Download" tools right after viking is
250 started (without a viking file).
4b53548b
QT
251
2522007-09-05
253Quy Tonthat <qtonthat@gmail.com>:
254 * Viking 0.9.2 (By Guilhem Bonnefille <guilhem.bonnefille@gmail.com>)
255
4e29c215
GB
2562007-09-03
257Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
258 * Fix: crash when "applying" a map layer property dialog.
94933cb8 259 * QA: strong type the second argument of the *_post_read functions.
63726881 260 * Preset filename when exporting a TrwLayer.
24277274
GB
261 * Refactoring: retrieve the VikWindow from the VikViewport via its
262 GtkWidget nature.
51c15f41 263 * Use $EMAIL to initialise email field for OSM upload.
07059501 264 * Do not warn about drawmode inconsistency while reading file.
e52d2bf3 265 * Hide Expedia view mode when expedia is not built in.
4e29c215 266
06f31fd5
GB
2672007-09-01
268Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
269 * Disable Expedia map layer by default (as it is not working).
270
1a8143e6
BZ
2712007-08-30
272Bernd Zeimetz <bernd@bzed.de>:
273 * Add redirect support (for Expedia map layer).
274
5092de80
GB
2752007-08-30
276Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
277 * Add ability to upload a single track.
278
dc5758d3
GB
2792007-08-28
280Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
281 * Check current drawmode after creating a new MapsLayer.
282
15e77c02
QT
2832007-08-25
284Quy Tonthat <qtonthat@gmail.com>:
285 * New google version number.
1918a993 286 * Better checking to detect downloaded text instead of images.
314c1ccc
QT
287 * Give more instructive message for attempting to download maps in
288 wrong mapmode.
15e77c02 289
f901dcdf
GB
2902007-08-20
291Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
292 * libcurl is a requirement
293
f8fe5d14
QT
2942007-08-20
295Quy Tonthat <qtonthat@gmail.com>:
296 * Fix bugs that cause crashes on layers copy/paste/delete.
d1f48cc2
QT
297 * Fix bug in Google search that caused viking jump to wrong location
298 when Google can not find the match.
f8fe5d14 299
1bd88e66
GB
3002007-08-16
301Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
302 * Group "Export Layer..." entries in a sub-menu.
303
494eb388
QT
3042007-08-16
305Quy Tonthat <qtonthat@gmail.com>:
306 * Clean up and eliminate compiler warning.
307
261c8fdc
QT
3082007-08-15
309Quy Tonthat <qtonthat@gmail.com>:
310 * Fix bug in creating temporary HOME when HOME is not set.
36c78d6d
QT
311 * Added --enable-old-google to configure script. Old google modes are
312 now disabled by default.
313 * Default mode for new maps is Google Maps.
261c8fdc 314
6a9ff0ee
QT
3152007-08-09
316Quy Tonthat <qtonthat@gmail.com>:
317 * Make Google Map default map type.
318
46e4fa54
QT
3192007-08-02
320Quy Tonthat <qtonthat@gmail.com>:
321 * DEM module can now read hgt.zip files directly (no need to unzip
322 them).
323 * DEM module can now process 1 arc sec hgt(.zip) files (mainly for USA
324 regions).
325
2dc9ab5e
QT
3262007-07-27
327Quy Tonthat <qtonthat@gmail.com>:
328 * Plug filedescriptor leak in dem.c
329
071da616
QT
3302007-07-26
331Quy Tonthat <qtonthat@gmail.com>:
332 * Display on status bar altitude at cursor using data from DEM layer(s).
333
ccff31c2
QT
3342007-07-25
335Quy Tonthat <qtonthat@gmail.com>:
336 * New google version numbers.
337
1ef9e637
QT
3382007-07-24
339Quy Tonthat <qtonthat@gmail.com>:
340 * Disable GeoCache Acquire since it nolonger works. Can be enabled
341 again using configure --enable-geocaches.
342
214f9ac2
QT
3432007-07-18
344Quy Tonthat <qtonthat@gmail.com>:
345 * Remove (my) debug messages which are no longer needed.
346
2dc9ab5e 3472007-07-15
214f9ac2
QT
348Quy Tonthat <qtonthat@gmail.com>:
349 * Missing a few changes here.
350 * release 0.9 (by Guilhem)
351
6ec35002
QT
3522007-07-13
353Quy Tonthat <qtonthat@gmail.com>:
354 * Eliminate the needs of entering DEM files for every single
355 track/waypoint layer.
356
84c2cc41
QT
3572007-07-07
358Quy Tonthat <qtonthat@gmail.com>:
359 * Fixed typo in Makefile.am
360
ad0a8c2d
EB
3612007-07-06
362Evan Battaglia <gtoevan@gmx.net>:
363 * Merge DEM Branch
364
441f28d3
QT
3652007-07-04
366Quy Tonthat <qtonthat@gmail.com>:
367 * Bug fix: View Mode displayed wrong setting on start up
368
83750a2d
QT
3692007-07-03
370Quy Tonthat <qtonthat@gmail.com>:
371 * Fixed bugs that caused draw_scale and draw_centermark status not being
372 consistent among View menu, viewport and loaded files.
373
ad0a8c2d
EB
3742007-07-02
375Evan Battaglia <gtoevan@gmx.net>
376 * DEM Branch: Trying to fix/cleanup various DEM things
377 * DEM Branch: Support for SRTM 3 arcsecond _global_ DEM data from http://www2.jpl.nasa.gov/srtm/
378
17407a43
QT
3792007-07-02
380Quy Tonthat <qtonthat@gmail.com>:
381 * Fixed bugs that caused crashes during GPS upload/download.
382
8cd10bb4 3832007-07-01
e2d11d62 384Quy Tonthat <qtonthat@gmail.com>:
8cd10bb4 385 * Make "Save Image" and "Save Image Directory" dialogs reusable.
e2d11d62 386
678fecbb
RM
3872007-06-24
388Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
389 * Merging with Ralf's work around debianization
ad4d241a 390 * INSTALL: refreshed
678fecbb 391
10888930
TS
3922007-06-23
393Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
394 * Minor change to avoid SEGFAULT on x86_64
a3188993 395 * Add DownloadOptions type to specify referer per map source
1b685d33 396
37518034
QT
3972007-06-19
398Quy Tonthat <qtonthat@gmail.com>:
399 * Fix bugs that causes "drawcentermark" not recognised when reading
400 from files.
401 * Fix a wild pointer bug that can cause crashes
402
d700ee38
GB
4032007-06-18
404Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
405 * Copying libcurl.m4 as it is needed everywhere
406
62c16860
QT
4072007-06-18
408Quy Tonthat <qtonthat@gmail.com>:
409 * New google version numbers.
410 * Make scale more visible.
411 * Add center mark which can be turn on/off in View menu.
412 * Viking now uses cookies for http requests. Some server(s) is quite
413 picky about this. (With great help from Lixus <gps@muellers.ms>)
0c24c0a5 414 * Download maps along a track. Right click on a track layer, select map
62c16860 415 type and zoom level, viking will do the rest.
0c24c0a5 416 * release 0.1.3-20070618
62c16860 417
99e679df
RM
4182007-06-13
419Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
420 * Adding an icon (suggested by Ralf Meyer <ranfyy@gmail.com>)
421
b0b88773
QT
4222007-06-8
423Quy Tonthat <qtonthat@gmail.com>:
424 * Fix a bug that causes segfault when viewing properties of a
425 waypoint.
426
4b31042b
QT
4272007-06-1
428Quy Tonthat <qtonthat@gmail.com>:
429 * Fix a bug that causes segfault when viewing properties of a track
430 that has only one trackpoint with elevation information.
1eef1bde 431 * Backport Evan's magic scissors from DEM branch.
4b31042b 432
f47d51b5
QT
4332007-05-31
434Quy Tonthat <qtonthat@gmail.com>:
435 * Add Google Maps search to View menu and Toolbar
436 * Waypoint created right after the search will pick up the search
437 string as comment. (Use TrackWaypoint Layer menu, not toolbar, to
438 create waypoint).
439
4587152b
MC
4402007-05-26
441Mark Coulter <i_offroad@yahoo.com>
442 * new waypoint symbols.
443
9b81efe3
QT
4442007-05-26
445Quy Tonthat <qtonthat@gmail.com>:
446 * Fix intermittent problem of map redraw.
447 * Mapslayer: Fixed bugs that cause in some cases, map display can not
448 be refreshed without downloading.
449
2d546d79
GB
4502007-05-24
451Ralf Meyer <ranfyy@gmail.com>:
452 * Adding man pages.
453
10ca2bfe
QT
4542007-05-24
455Quy Tonthat <qtonthat@gmail.com>:
456 * Maps layer: Improve performance for map autodownload.
3570ad57
QT
457 * Make dimensions easier to be found and changed to suit own tastes.
458 * Small touches on the look.
10ca2bfe 459
ff8b4326
QT
4602007-05-23
461Quy Tonthat <qtonthat@gmail.com>:
462 * New GPS layer menu items: "empty upload", "empty download", "empty
463 all"
7041549f 464 * acquire->Google Directions now record and display previous queries
3570ad57 465 fo "From"/"To" entries.
7041549f 466 * Position Google Directions dialogs at the center of Viking window.
ff8b4326 467
38778d11
QT
4682007-05-22
469Quy Tonthat <qtonthat@gmail.com>:
470 * GPS layer track and waypoint data can now be saved.
2bf7cadd
QT
471 * Disable prompt for save before exit.
472 * Add "Save and Exit" to File menu.
38778d11 473
ad0a8c2d
EB
4742007-05-20
475Evan Battaglia <gtoevan@gmx.net>
476 * DEM Branch
477
6d38ac4f
QT
4782007-05-20
479Quy Tonthat <qtonthat@gmail.com>:
480 * Stop autodownload from running forever on map downloading errors.
481
0b3c4c1c
QT
4822007-05-18
483Quy Tonthat <qtonthat@gmail.com>:
06e94d26 484 * Add curl-devel to spec file.
0b3c4c1c 485 * Map tool: Left click can now refresh display of map tiles.
4b31d033 486 * Check for non-displayable data after downloading map.
0b3c4c1c 487
11f88b69
QT
4882007-05-17
489Quy Tonthat <qtonthat@gmail.com>:
490 * Fix problems in map downloading caused by unreliable error
491 detection.
06e94d26 492 * Release 0.1.3
11f88b69 493
0b0963fb
QT
4942007-05-15
495Quy Tonthat <qtonthat@gmail.com>:
496 * Fixed bugs that can cause segfault on exit. The problem was caused
497by mapslayer's weak_ref not being unref'ed in some cases.
498
3335ae4e
EB
4992007-05-13
500Evan Battaglia <gtoevan@gmx.net>
501 * 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.
502
093c5c71
EB
5032007-05-11
504Evan Battaglia <gtoevan@gmx.net>
505 * Fix removal of redownloaded tiles from memory cache.
e415a0e8 506 * Fix a stupid segfault in main.c (opening new files)
093c5c71 507
056e8bd1
QT
5082007-05-09
509Quy Tonthat <qtonthat@gmail.com>:
510 * New Google version numbers.
511
50817314
GB
5122007-05-08
513Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
514 * New "Refresh onscreen tiles" menu entry
515
6afc9732
GB
5162007-05-04
517Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
518 * debian/: debianization
519
81a061e4
GB
5202007-04-29
521Reid Priedhorsky <reid@reidster.net>
522 * libusb support
523
dfb4bdaa
GB
5242007-04-28
525Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
526 * OpenSourceMap slippy maps (in osm.c) -- Maplink tiles
ca9eb04a 527 * Add configuration option for OpenStreetMap sources
dfb4bdaa 528
67209ca8
GB
5292007-04-23
530Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
531 * OpenSourceMap slippy maps (in osm.c) -- Osmarender and Mapnik
532
ed6242f3
EB
5332007-04-21
534Evan Battaglia <gtoevan@gmx.net>
535 * OpenSourceMap slippy maps (in google.c) -- identical to google maps except zoom numbering
536
fa9fef36
GB
5372007-04-16
538Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
539 * Adding libcurl support
540
69b825fe
QT
5412007-04-04
542Quy Tonthat <qtonthat@gmail.com>:
543 * New Google version number.
544 * Fixed Google Directions
545
4a96999b
QT
5462007-02-20
547Quy Tonthat <qtonthat@gmail.com>:
548 * GPS layer dialog now displayed at the center of the Viking main
549 window.
550
997905be
QT
5512007-02-19
552Quy Tonthat <qtonthat@gmail.com>:
553 * New Google version numbers.
554
af2740eb
QT
5552007-02-15
556Quy Tonthat <qtonthat@gmail.com>:
557 * Made viking.spec.in out of Michael's viking.spec
558 * Added viking.spec.in to autoconf files.
559
5602007-02-15
561Michael A Peters <mpeters@mac.com>:
562 * Added viking.spec
563
07f39a64
GB
5642007-02-14
565Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
566 * NEWS, configure.ac: preparing 0.1.2
567
4e0cf33b
GB
5682007-02-13
569Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
570 * src/vikwindow.c: remove URL and version number from window title
571 * src/dialog.c: add URL and use dynamic information for version
21c318eb 572 * AUTHORS, src/dialog.c: update contributors list
e8947958
GB
573 * AUTHORS, src/dialog.c, src/Makefile.am: About dialog filled with
574 AUTHORS file
4e0cf33b 575
ecb51018
QT
5762007-02-07
577Quy Tonthat <qtonthat@gmail.com>:
578 * Fix bug that causes crashes when click at the right side (outside)
579 of the track graph area in the Track Poperties window.
580
e1e2f2c6
JJ
5812007-02-06
582Jocelyn Jaubert <jocelyn.jaubert@gmail.com>
583 * Add new information to Track Properties. Postion in time will be
584 tracked and display when moving mouse cursor around the track graph.
585
4f210965
QT
5862007-02-06
587Quy Tonthat <qtonthat@gmail.com>:
588 * New google version numbers.
d1fb6e7f 589 * correct main window title and viking website.
4f210965 590
369e959a
QT
5912007-02-05
592Quy Tonthat <qtonthat@gmail.com>:
593 * Cosmetic changes.
594
119f63a0
QT
5952007-02-04
596Quy Tonthat <qtonthat@gmail.com>:
597 * Simplify tools enable/disable codes.
598
79845167
QT
5992007-02-01
600Quy Tonthat <qtonthat@gmail.com>:
601 * Only tools that work with current active layer are enable,
602 others are disable (fade out and does nothing when clicked on).
603
d820e240
GB
6042007-01-27
605Quy Tonthat <qtonthat@gmail.com>:
606 * Display map sections while downloading (bug 1303429)
607
267b6db5
QT
6082007-01-25
609Quy Tonthat <qtonthat@gmail.com>:
610 * Fixed bugs that caused crashes on creating new map layer or
611 new track/waypoint layer.
612
dad2c114
QT
6132007-01-24
614Quy Tonthat <qtonthat@gmail.com>:
615 * Updated google tranparent version number.
616 * Made it more convenient to update google version numbers.
617
cdcaf41c
QT
6182007-01-23
619Quy Tonthat <qtonthat@gmail.com>:
620 * Merged branch modular to trunk.
621
54d3b232
QT
6222007-01-05
623Quy Tonthat <qtonthat@gmail.com>:
624 * Bug fix: main menu edit->delete and edit->cut did not work with
625 waypoints and tracks.
626
2cebc318
QT
6272007-01-04
628Quy Tonthat <qtonthat@gmail.com>:
629 * Added "Copy" and "Cut" to popup menus for track and waypoint (on the
630 layer panel).
631
20c7a3a0
QT
6322007-01-03
633Quy Tonthat <qtonthat@gmail.com>:
107d445a
QT
634 * bug fix: crash on inserting aggregate layer if the selected layer's
635 parent is not an aggregate layer.
636 * bug fix: crash when delete a child layer whose parent is not
637 an aggregiate layer (eg gpslayer)
20c7a3a0
QT
638 * Menu item selection for layer instances.
639
fdca5edb
QT
6402007-01-02
641Quy Tonthat <qtonthat@gmail.com>:
642 * gpslayer: Unexpose interface functions.
5a4a28bf 643 * Layers now can have their say on what pop up menu items they want.
fdca5edb 644
cdcaf41c 6452007-01-02
a25c4c50 646Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
cdcaf41c
QT
647 * Add ability to disable Terraserver stuff
648 * Add ability to disable Expedia stuff
649
fdca5edb
QT
6502007-01-01
651Quy Tonthat <qtonthat@gmail.com>:
652 * gpslayer: fix bugs that causes crashes when click "Cancel" on layer
653 creation dialog.
654
cdcaf41c
QT
6552007-01-01
656Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
657 * Make all .h self sufficient
658 * Add ability to disable Google stuff
659
b364d6bc
QT
6602006-12-31
661Quy Tonthat <qtonthat@gmail.com>:
662 * Added gps layer
663
cdcaf41c
QT
6642007-01-02
665Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
666 * Add ability to disable Terraserver stuff
667 * Add ability to disable Expedia stuff
668
6692007-01-01
670Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
671 * Make all .h self sufficient
672 * Add ability to disable Google stuff
673
b291388a
GB
6742006-12-26
675Quy Tonthat <qtonthat@gmail.com>:
676 * Fix a google version number change (at least in Australia).
677
ea40bccf
AF
6782006-12-07
679Quy Tonthat <qtonthat@gmail.com>:
680 * Fix an array overflow bug in Map Layer Properties
681
b7b66e1f
GB
6822006-12-04
683Alex Foobarian <foobarian@gmail.com>:
684 * Added an "About" dialog
685
68fb2913
AF
6862006-11-30
687Alex Foobarian <foobarian@gmail.com>:
688 * Added Quy Tonthat's patch to fix a bug in Track Properties
689
1a8437ab
AF
6902006-11-29
691Alex Foobarian <foobarian@gmail.com>:
ea40bccf 692 * Added patch by Quy Tonthat <qtonthat@gmail.com> to fix a crash bug
1a8437ab 693
fa1b5a5f
GB
6942006-11-12
695Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
696 * Add expat explicit dependency
697
7432fddf
AF
6982006-10-31
699Alex Foobarian <foobarian@gmail.com>:
700 * Visual feedback for moving waypoints
701
33534cd8
AF
7022006-10-30
703Alex Foobarian <foobarian@gmail.com>:
704 * Created standard Edit menu
705 * Implemented Cut for trackpoints and waypoints
706 * When moving trackpoints, we now draw one under the cursor for visual feedback
707
f9db6bd6
AF
7082006-10-26
709Alex Foobarian <foobarian@gmail.com>:
710 * Cleared up the drawing modes and map type descriptions
711 * Updated google version string to make it work in Europe
712 * Added Cut/Copy/Paste shortcuts to right-click menus
4b00e581 713 * Compacted the track properties dialog
f9db6bd6 714
941aa6e9
AF
7152006-10-23
716Alex Foobarian <foobarian@gmail.com>:
717 * Introduced a toolbar tool interface, converted existing tools to use it
718 * As a result, ruler drawing bugs are gone
719 * Sped up ruler drawing by increasing the redraw priority
720
78c9fb5b
GB
7212006-08-15
722Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
723 * Add implicit DMS->DDD conversions in waypoints dialogs
724
0165e6e4
GB
7252006-07-26
726Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
727 * src/degrees_converters.c, src/degrees_converters.h,
728 test/degrees_converter.c: add dec -> DDD conversion
729 * src/degrees_converters.c, src/degrees_converters.h,
730 test/degrees_converter.c: add dec -> DMM conversion
731 * src/degrees_converters.c: refactor dms conversions
732
6c02911c
RP
7332006-07-24
734Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
735 * Add patch for GoogleMaps from Reid Priedhorsky
736
0165e6e4
GB
7372006-07-22
738Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
739 * Makefile.am, configure.ac, src/Makefile.am,
740 src/degrees_converters.c, src/degrees_converters.h,
741 test/Makefile.am, test/check_degrees_conversions.sh,
742 test/degrees_converter.c: Adding degrees conversion functions
743 (DDD/DMM/DMS)
744
7452006-07-06
746Evan Battaglia <gtoevan@gmx.net>
747 * ChangeLog, src/google.c: Upgrade Google Maps -- Europe
748
a808ab5f
EB
7492006-07-01
750Evan Battaglia <gtoevan@gmx.net>:
751 * Upgrade Google Maps version (yay Europe!)
752
0165e6e4
GB
7532006-06-11
754Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
755 * NEWS, configure.ac: Preparing 0.1.1
756
65f0ccab
AF
7572006-05-25
758Alex Foobarian <foobarian@gmail.com>:
759 * Cleaned up the data source interface
760 * Added a setup dialog to the GPS data source, with protocol type and serial port location
761
5f304fd7
AF
7622006-05-12
763Alex Foobarian <foobarian@gmail.com>:
764 * Small fixes in Acquire from GPS code
765
fe203390 7662006-05-08 Guilhem BONNEFILLE <guilhem.bonnefille@gmail.com>
fe203390
GB
767 * autogen.sh: simpler method to start from CVS
768
a8d46e0b
EB
7692005-12-03
770Evan Battaglia <gtoevan@gmx.net>
771 * Data sources -- check for existence of necessary things
772
7b3479e3 7732005-11-25
3333c069 774Evan Battaglia <gtoevan@gmx.net>
7b3479e3
EB
775 * Created "data sources" structure to easily add new data sources via GPS babel.
776 It's ugly now and there's a lot to be done, but I think 79-line datasources_google.c
777 shows the power of the approach.
3333c069 778 * Data sources: Google & Geocaches
7b3479e3 779
8904c540 7802005-11-23 Guilhem BONNEFILLE <guilhem.bonnefille@gmail.com>
8904c540 781 * src/gpx.c (gpx_dtostr): add better GPX export
161aa492
EB
782Evan Battaglia <gtoevan@gmx.net>:
783 * dtostr -> coords.c; use in gpsmapper.c and gpspoint.c (locale-independent output)
8904c540 784
d1fa6cff
AF
7852005-11-21
786Alex Foobarian <foobarian@gmail.com>:
787 * Fixed v-t diagram crash bug
788
1d1bc3c1
EB
7892005-11-19
790Alex Foobarian <foobarian@gmail.com>:
791 * GPSBabel acquire code
792
9f0cd67d
AF
7932005-11-18
794Alex Foobarian <foobarian@gmail.com>:
795 * Copy/paste of individual track- and way-points updated to work between processes.
796
0a6cab71
AF
7972005-11-17
798Alex Foobarian <foobarian@gmail.com>:
799 * Copy/paste between viking processes
800 * Layer marshalling support
801
1bc9b120
GB
8022005-10-28 Guilhem BONNEFILLE <guilhem.bonnefille@gmail.com>
803 * configure.ac: Adding --with-mapcache configure option
804 * src/config.h: Removed because no more used (generated)
805
15614495
AF
8062005-10-18
807Alex Foobarian <foobarian@gmail.com>:
808 * Fix ruler declination in UTM mode
809
ba298cde 8102005-10-17 Guilhem BONNEFILLE <guilhem.bonnefille@gmail.com>
80dc8501
GB
811 * src/icons/Makefile.am: assumes the creation of icons.h
812 * src/garminsymbols.c, src/vikwindow.c: icons.h re-located
813 * src/Makefile.am: no more icons.h production
814
024f32c1
EB
8152005-10-16
816Evan Battaglia <gtoevan@gmx.net>
817 * Fix ruler: show angle, distance even when compass off-screen.
1a18e09d 818 * Fix bgitemcount. Background items status bar "should" be accurate now.
024f32c1 819
c48517ad
AF
8202005-10-13
821Alex Foobarian <foobarian@gmail.com>:
822 * Drag and drop whole track/waypoint lists
823
80e450c0
AF
8242005-10-12
825Alex Foobarian <foobarian@gmail.com>:
826 * Coord layer drawing for lat/lon based projections
827
0dff88ea
AF
8282005-10-11
829Alex Foobarian <foobarian@gmail.com>:
830 * Draw a compass when using a ruler
831
e4847ce9
AF
8322005-10-07
833Alex Foobarian <foobarian@gmail.com>:
834 * Added ruler drawing to the ruler tool
835
2f50c650
AF
8362005-10-06
837Alex Foobarian <foobarian@gmail.com>:
838 * Added support for pasting coordinates in lat/lon format
839
e890a6e6
EB
8402005-10-05
841Alex Foobarian <foobarian@gmail.com>:
842 * Change clipboard so as to use GTKClipboard. Prepare for support for pasting coordinates, etc.
843Evan Battaglia <gtoevan@gmx.net>:
844 * When pasting waypoints and tracks, do name resolution (add #2, etc)
845
08b251ec
EB
8462005-10-01
847Evan Battaglia <gtoevan@gmx.net>:
848 * make symbols work for geocaching .loc files (and case-insensitive symbol names)
35c7c0ba 849 * Option as to whether or not to show unit scale (esp for exporting images)
08b251ec 850
ba298cde 8512005-09-30 Guilhem BONNEFILLE <guilhem.bonnefille@gmail.com>
dad55b79 852 * configure.ac, src/Makefile.am (SUBDIRS): added auto-tools support for src/icons
70a23263
AF
853Alex Foobarian <foobarian@gmail.com>:
854 * Added a drag_drop_request method to layer interface, updated DnD to use it
e673b75f 855 * Updated DND to insert layers at the point of the drop, instead of front of list
42c2ac3e 856 * Added wp symbol support to gpx
92136662 857 * Fixed name collisions during track/wp DND
ea3933fc
EB
858 * Layer-wide option as to whether to show waypoint symbols
859
acaf7113
AF
8602005-09-29
861Alex Foobarian <foobarian@gmail.com>:
862 * Added support for waypoint symbols (changing, loading, saving), and a small number of icons.
863 * Added a scale ruler
864 * Changed panning to show less "garbage" in exposed areas
865
a5e51d35
EB
8662005-09-28
867Evan:
868 * menu.xml & icons inline
869
e4afc73a 8702005-09-27
acaf7113 871Alex Foobarian <foobarian@gmail.com>:
e4afc73a
EB
872 * GtkUIManager/Toolbar
873 * DND in the LayersPanel
0912fc7e
EB
874Evan:
875 * strtod -> g_strtod (i18n glitch)
876
ba298cde 8772005-09-25 Guilhem BONNEFILLE <guilhem.bonnefille@gmail.com>
0912fc7e
EB
878 * src/globals.h (VIKING_VERSION): uses the PACKAGE_VERSION macro
879 * Makefile.am (EXTRA_DIST): handles viking-remote
880 * src/Makefile.am (AM_CFLAGS): substitution of CFLAGS by AM_CFLAGS
881 * doc/Makefile.am, doc/dev/Makefile.am: new files
882 * Makefile.am (SUBDIRS): handles doc directory
883 * configure.ac: handles doc and doc/dev directories
e4afc73a 884
2ab9b480 8852005-09-16
2ab9b480 886Alex Foobarian <foobarian@gmail.com>: fix to v-vs-t (better drawing)
3de5bc4f
EB
887Evan: * GPX fixes
888 * So Geocaching .LOC _isn't_ GPX?!?!? Oh well, it's XML...
889 * GPX write, click v-vs-t diagram
890 * Option to show stops in TRWLayer options, and stop_length
891 * Elevation plotting relative to min and max elevation in track.
892 * Option to do elevation plotting, and controlling relative height
2ab9b480
EB
893
8942005-09-15
895 * 4+ hours later and voila, GPX read support
896 * Fixes in propwin if track doesn't have certain data, say so.
897
8982005-09-14
899Me (Evan) again:
900 * Fix USGS support
901 * Click on the elevation map to go there, so you can see where a mountain-top is etc.
902 * Don't crash on track properties of an empty track.
903
734652bf 9042005-09-13
ba298cde 905Guilhem BONNEFILLE <guilhem.bonnefille@gmail.com>:
734652bf
EB
906 * bootstrap: new file to bootstrap auto-tools
907 * src/config.h (VIK_CONFIG_ALPHABETIZED_TRW): no more set via this file
908 * Makefile.am (bin_SCRIPTS): viking-remote added
909 * configure.ac: --enable-alphabetized-trw option added
910
911Evan Battaglia <gtoevan@gmx.net>:
912 * Experimental altitude funky plotting I'm working on
913
9142005-09-12
915Alex Foobarian <foobarian@gmail.com>'s changes
916* disable stops, for now (I forgot about those...)
917* Track elevation graph: minimum altitude difference for less jagged curves
918* Track elevation graph: gray background, blue foreground
919* Track elevation graph: lines to clearly show absolute elevation
920* New velocity-vs-time graph & calculating function
921* Notebook to hold this new graph with track elevation graph
922My (Evan's) changes:
923* Fix above v-vs-t patch to not crash on tracks without timestamp.
924* Not show v-vs-t graph and/or elevation map if the necessary data isn't there.
ba298cde 925Guilhem BONNEFILLE <guilhem.bonnefille@gmail.com>'s changes
dad55b79
GB
926 * bootstrap: new file to bootstrap auto-tools
927 * src/config.h (VIK_CONFIG_ALPHABETIZED_TRW): no more set via this file
928 * Makefile.am (bin_SCRIPTS): viking-remote added
929 * configure.ac: --enable-alphabetized-trw option added
734652bf 930
9903c388
EB
9312005-09-07
932Autotools support by Guilhem Bonnefille.
933
bb71de8b
AF
9342005-09-06
935Added Alex Foobarian's track duration patch.
936Added Alex Foobarian's track profile patch.
9903c388 937Added Alex Foobarian's elevation map fix.
bb71de8b 938
725c87e1
EB
9392005-09-04
940Map cache fix: if only one map can fit / one map is bigger than cache size, then that's OK.
bb71de8b 941Delete from cache when updating image.
725c87e1 942
50a14534
EB
9432005-08-18
944Map cache size based on memory usage, not number of images. Some flaws to be worked out still in this.
945
9462005-08-16
947Accepted USGS maps support from Clark McKines. Pretty slick, I'll have to take a look at it.
948
9492005-08-02
950Quite easily added support for Mercator projection & Google Mercator maps (regular, transparent etc)
951Chaned waypoint types a little bit (size of waypoint)
952
9532005-07-31
954Hopefully fixed background.c item # count
955Fixed KH Maps (v=2)
956
9572005-06-20
958A little research & added KH Maps support.
959
9602005-06-19
961Fixed right-click waypoint edit -> crash bug, hopefully.
962Fixed "everyone lives in zone 11" assumption for vikgeoreflayer.c; still monozone though ...
963Made it so when you paste or add a new layer, it pastes it before the selected layer, not to the top.
964Fixed the bug where pasting a map layer messed up the name.
965Made dragging middle mouse button pan. Removed pan tool. Thanks Reid for the idea.
966Made different options for drawing waypoint dots. Not very good but we can make better-looking ones later.
967