]> git.street.me.uk Git - andy/viking.git/blame - ChangeLog
Preferences: include the file. oops.
[andy/viking.git] / ChangeLog
CommitLineData
8339c44d
EB
12007-12-20:
2Evan Battaglia <gtoevan@gmx.net>
3 * Preferences in ~/.viking/viking.prefs, this will soon allow geocaching support to go mainstream, (hopefully)
4
8956d2ef
QT
52007-12-20
6Qut Tonthat <qtonthat@gmail.com>:
7 * Revert a previous change that disabled realtime tracking if libgps
8 does not exist.
9
eb6b0125
JJ
102007-12-17:
11Jocelyn Jaubert <jocelyn.jaubert@gmail.com>
12 * Use specific gettext call for plural form
13
eab858a1 142007-12-16:
a8fe53f8 15Evan Battaglia <gtoevan@gmx.net>
eab858a1 16 * Sort waypoints in GPX output.
a8fe53f8 17 * Use the "next unused" (not really) waypoint number as default.
eab858a1 18
369fec2e 192007-12-15:
adc67de1
GB
20Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
21 * Fix compilation under HURD (missing MAXPATHLEN macro)
47ec40de 22 * Fix: if libgps is missing, Realtime GPS Tracking is disabled
adc67de1 23
369fec2e 242007-12-15:
5515e2d3
JJ
25Jocelyn Jaubert <jocelyn.jaubert@gmail.com>
26 * Make menu entries translatable
7760b0cf 27 * Mark many strings translatable
2d2bea38 28 * Update french translation
5515e2d3 29
4c77d5e0
GB
302007-12-12:
31Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
32 * Marking translatable strings
a94a5724 33 * First french translation (incomplete)
4c77d5e0 34
7a43153e
GB
352007-12-12:
36Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
37 * Fix warning: underquoted definition of AM_WITH_EXPAT
4107128c 38 * Fix bug: "config.status: error: cannot find input file: Makefile.in"
7a43153e 39
d88f5ec1
QT
402007-12-07
41Qut Tonthat <qtonthat@gmail.com>:
42 * Fix autogen.sh to remove the assumption that version 1.9 of automake
43 is available on all systems.
f867791e 44 * Now that autogen.sh runs configure, "make full" should not.
d88f5ec1 45
8a920b62
EB
462007-12-07
47Evan Battaglia <gtoevan@gmx.net>:
48 * BlueMarble tiles: http://mike.teczno.com/notes/blue-marble-tiles.html
49 * Google Terrain maps
9a995996 50 * Disable printing to make Viking compile for GTK < 2.10
8a920b62 51
7d02a0b0
GB
522007-11-27:
53Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
54 * util.c: Use a list of possible browsers.
55
61950ef8
QT
562007-11-20:
57Qut Tonthat <qtonthat@gmail.com>:
58 * Fix a bug that can potentially cause segfault.
59
2c50b28a
QT
602007-11-19:
61Qut Tonthat <qtonthat@gmail.com>:
62 * Improve track graphs. Some tracks looked too flat.
63
28c82d8b
EB
642007-11-09:
65Evan Battaglia <gtoevan@gmx.net>
66 * GPSBabel filter work I've been sitting on for a while now.
67 * Draw circle for downloading geocaches. Constrain by maximum distance.
68
692007-11-08:
70Qut Tonthat <qtonthat@gmail.com>:
71 * Printing support
72
24ca37ba
QT
732007-11-01
74Quy Tonthat <qtonthat@gmail.com>:
75 * Fix bug that caused Old Google maps not being disabled by default.
76
8dbfe7a3
QT
772007-10-24
78Quy Tonthat <qtonthat@gmail.com>:
79 * Fix crashes on elev graph for some tracks.
80 * Make low alt tracks look more visible on elev graph.
81 * Fix "incompatible pointer type" warnings.
82
c81a5cd7
BZ
832007-10-23
84Quy Tonthat <qtonthat@gmail.com>:
85 * Missing declaration. Thanks to Bernd Zeimetz <bernd@bzed.de>
86
1530c21f
GB
872007-10-20
88Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
89 * Releasing 0.9.3
90
4235f369
EB
912007-10-20
92Evan Battaglia <gtoevan@gmx.net>
93 * Fixing minor typo in vikdemlayer.c which could cause crashes
94
21700912
QT
952007-10-20
96Quy Tonthat <qtonthat@gmail.com>:
97 * Track Properties Dialog no longer blocks interaction of the main
98 window.
ca7e67ef 99 * Draw position marker on track elev/speed graphs at mouse click.
1d0135d8 100 * Diasable buttons on Track Properties Dialog when not needed.
dc27aba1
QT
101 * Display track name on title of track property dialog. Now that
102 viking allows multiple dialogs displayed simultaneously.
21700912 103
51f0884d
EB
1042007-10-17
105Evan Battaglia <gtoevan@gmx.net>
106 * Fix problem with extraneous waypoints being plotted (wrap around problem). May still be problems in UTM mode.
107
9128a946
EB
1082007-10-16
109Evan Battaglia <gtoevan@gmx.net>
110 * Fix Google version parsing. Google no longer uses '=' and '&' but hex equivalents to describe the URI. Not sure if this will last :/
111
5ef1d57e
QT
1122007-10-16
113Quy Tonthat <qtonthat@gmail.com>:
114 * Interpolating DEM data in 3 different methods. Track data,
115 elevation-distance graph and elevation info on status bar now make use
116 of interpolation.
117
3220e336
QT
1182007-10-15
119Quy Tonthat <qtonthat@gmail.com>:
120 * Add more room to the top of elevation-distance graph.
121
b42009f6
EB
1222007-10-14
123Evan Battaglia <gtoevan@gmx.net>
124 * Fix plotting of DEM elevation data (subtract min altitude)
125
165d30aa
EB
1262007-10-12
127Evan Battaglia <gtoevan@gmx.net>
128 * Fix Esc and Backspace to work only when VikViewport has focus.
129 * VikViewport grabs focus on click or release events, or when a
130 tool move event returns VIK_LAYER_TOOL_ACK_GRAB_FOCUS.
131
1322007-10-12
07596bf4
QT
133Quy Tonthat <qtonthat@gmail.com>:
134 * Make use of DEM elevation data and GPS speed for track graphs.
135
777e2d4d
EB
1362007-10-11
137Evan Battaglia
138 * Key press framework for tools. Esc to stop track. Backspace to end track.
139
5c5f3289
GB
1402007-10-11
141Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
142 * Upgrading to API 0.5 of OSM
143
001a86db
QT
1442007-10-11
145Quy Tonthat <qtonthat@gmail.com>:
146 * Make Realtime Tracking a feature that can be disabled at configure
147 time. Do not quietly disable it beacause libgps is not available
148 at compiling time.
a2817d3c 149 * Extra data from GPS in realtime mode are now stored in trackpoints.
001a86db
QT
150
1512007-10-10
152Quy Tonthat <qtonthat@gmail.com>:
153 * Fix a crash bug caused by operation on variable inside a macro.
154
e086b16d
EB
1552007-10-09
156Evan Battaglia <gtoevan@gmx.net>
157 * Ctrl-shift-scroll to zoom like Google. Just scroll zooms like before.
7b203521
EB
158 * Show currently edited track in red-dashed line. This makes it easier
159 to tell if we've ended the track.
160 * When using new track tool, draw a line before making a point to
161 preview the new point.
807e03f9 162 * Use $BROWSER environment variable (for viewing geocache pages)
e086b16d 163
6dd43d93
QT
1642007-10-08
165Quy Tonthat <qtonthat@gmail.com>:
166 * Fix compiling breakage caused by missing icon file from the list.
167
58a642b6
GB
1682007-10-07
169Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
170 * libgps is no more mandatory
171
32e48121 1722007-10-07
9a30122d
EB
173Evan Battaglia <gtoevan@gmx.net>:
174 * Scroll zoom keeps cursor over same spot on map (like Google, QLandKarte)
bce3a7b0 175 * Cursors for tools.
c3deba01 176 * Undo magic scissors by right-clicking.
8fb71d6c 177 * Extend a track by right-clicking on it.
98f5364d 178 * Experiment: "Begin track" tool
9a30122d 179
58a642b6 1802007-10-07
32e48121
QT
181Quy Tonthat <qtonthat@gmail.com>:
182 * Correctly calculate position (based on time instead of distance)
183 when clicking on speed-time graph.
184 * Added km/h to speed entries of the track properties dialog.
6260ce3f 185 * The "Selected Time" on track properties dialog is now correct.
ddc2372e
QT
186 * Track Properties: now displays track distance/time instead of
187 "Selected Time".
32e48121 188
a45242c2
QT
1892007-10-06
190Quy Tonthat <qtonthat@gmail.com>:
191 * Fix bugs that caused odd display of time on track properties dialog.
4863105b 192 * Pop a message when failed to connect to gpsd.
a45242c2 193
057a78bc
QT
1942007-10-05
195Quy Tonthat <qtonthat@gmail.com>:
196 * Fix a segfault caused by (mistakenly) adding a new layer to gps
197 layer.
97cab2d5 198 * Be more selective in collecting realtime trackpoints.
057a78bc 199
c4e61875
QT
2002007-10-04
201Quy Tonthat <qtonthat@gmail.com>:
202 * Improvements for GPS layer's "realtime tracking".
203
c2e97e57
QT
2042007-10-02
205Quy Tonthat <qtonthat@gmail.com>:
206 * Fix crashes caused by emitting update too early at layer creation.
b87d3952 207 * Add realtime tracking to GPS layer.
8fcff869 208 * fix half-drawn problems for GPS layer.
c2e97e57 209
090cae39
GB
2102007-10-01
211Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
212 * Relax dependencies about glib by implementing
213 g_hash_table_remove_all ourselves (Evan's patch)
214
c9177aae
QT
2152007-10-01
216Quy Tonthat <qtonthat@gmail.com>:
217 * Disable half-drawn update when the center is moved. Avoid using
218 static "trigger" in viklayer.c which causes problems when viking
219 has more than one windows.
220
d295e344
QT
2212007-09-28
222Quy Tonthat <qtonthat@gmail.com>:
223 * Fix bug that caused Elevation graph not working properly with some
224 tracks.
225
415302f4
EB
2262007-09-27
227Evan Battaglia <gtoevan@gmx.net>
228 * GPSD Layer -- draw an arrow.
229 * Minimum elevation for DEM layer.
0df66d57
EB
230 * Half-drawn hack to only draw layers on top of the one that has
231 recently changed. A must for realtime GPS.
415302f4 232
0e25c0d0
QT
2332007-09-25
234Quy Tonthat <qtonthat@gmail.com>:
235 * SRTM download now works for regions outside North_America too.
236
fa86f1c0
EB
2372007-09-23
238Evan Battaglia <gtoevan@gmx.net>
239 * Fix copy & pasting DEM layers -- new serializing string list code.
9593a4c9
EB
240 * Don't crash if using tool on wrong type of layer / no layer.
241 Although I really want to know what happened to "use the top visible layer",
242 and return TRUE if the tool "accepts" the use...
243 editing lots of TRWLayers was way easier that way...
e9165710 244 * Remove unused vik_layer_copy() code
ee6ef0b1 245 * Add Magic Scissors icon (from GIMP)
bddd2056
EB
246 * Add comment when making a Google Route.
247 * Continue a magic scissors route by holding down control. Continue the comment too.
248 * 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 249 * Experimental GPSD support (VikGpsdLayer)
fa86f1c0 250
8c721f83
EB
2512007-09-22
252Evan Battaglia <gtoevan@gmx.net>
253 * Pan Accelerators (Ctrl+Left, etc)
254 * Ctrl-Scroll and Ctrl-Shift-Scroll to pan, kind of like Gimp.
255 * Add a RADIOGROUP_STATIC properties factory type to make it easy
256 for new layers. Uses an array list (like before)
257 instead of a GList.
258 * DEM US 10m (dem24k) source! Option in DEM Layer & ./configure
259 * (copying & pasting DEM layers is broken, will fix later)
260
0c1044e9
EB
2612007-09-21
262Evan Battaglia <gtoevan@gmx.net>
263 * Fix right-click on geocache to work with new geocache names.
264 * Download & import SRTM 90m DEM data (still working on US 10m)
265
ed28ef63
EB
2662007-09-17
267Evan Battaglia <gtoevan@gmx.net>
268 * 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.
269
4f13653e
GB
2702007-09-09
271Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
272 * Removing unused files (*.png.h).
273
90e25247
GB
2742007-09-08
275Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
276 * Fix #1789550: define MAX macro if not defined on ALL systems
277
35462baf
QT
2782007-09-08
279Quy Tonthat <qtonthat@gmail.com>:
280 * AUtomatically fetching google version number.
281
eb93fa95
GB
2822007-09-07
283Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
284 * Fix #1789550: mkdtemp usage is conditioned, so it is possible
285 to build viking on system not offering such feature.
286
fd0a7199
GB
2872007-09-06
288Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
289 * Adding command line option framework.
290
4b53548b
QT
2912007-09-06
292Quy Tonthat <qtonthat@gmail.com>:
293 * Make viking's default start location somewhere more likely has maps.
ee180665
QT
294 * Fix crash when using "Maps Download" tools right after viking is
295 started (without a viking file).
4b53548b
QT
296
2972007-09-05
298Quy Tonthat <qtonthat@gmail.com>:
299 * Viking 0.9.2 (By Guilhem Bonnefille <guilhem.bonnefille@gmail.com>)
300
4e29c215
GB
3012007-09-03
302Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
303 * Fix: crash when "applying" a map layer property dialog.
94933cb8 304 * QA: strong type the second argument of the *_post_read functions.
63726881 305 * Preset filename when exporting a TrwLayer.
24277274
GB
306 * Refactoring: retrieve the VikWindow from the VikViewport via its
307 GtkWidget nature.
51c15f41 308 * Use $EMAIL to initialise email field for OSM upload.
07059501 309 * Do not warn about drawmode inconsistency while reading file.
e52d2bf3 310 * Hide Expedia view mode when expedia is not built in.
4e29c215 311
06f31fd5
GB
3122007-09-01
313Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
314 * Disable Expedia map layer by default (as it is not working).
315
1a8143e6
BZ
3162007-08-30
317Bernd Zeimetz <bernd@bzed.de>:
318 * Add redirect support (for Expedia map layer).
319
5092de80
GB
3202007-08-30
321Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
322 * Add ability to upload a single track.
323
dc5758d3
GB
3242007-08-28
325Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
326 * Check current drawmode after creating a new MapsLayer.
327
15e77c02
QT
3282007-08-25
329Quy Tonthat <qtonthat@gmail.com>:
330 * New google version number.
1918a993 331 * Better checking to detect downloaded text instead of images.
314c1ccc
QT
332 * Give more instructive message for attempting to download maps in
333 wrong mapmode.
15e77c02 334
f901dcdf
GB
3352007-08-20
336Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
337 * libcurl is a requirement
338
f8fe5d14
QT
3392007-08-20
340Quy Tonthat <qtonthat@gmail.com>:
341 * Fix bugs that cause crashes on layers copy/paste/delete.
d1f48cc2
QT
342 * Fix bug in Google search that caused viking jump to wrong location
343 when Google can not find the match.
f8fe5d14 344
1bd88e66
GB
3452007-08-16
346Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
347 * Group "Export Layer..." entries in a sub-menu.
348
494eb388
QT
3492007-08-16
350Quy Tonthat <qtonthat@gmail.com>:
351 * Clean up and eliminate compiler warning.
352
261c8fdc
QT
3532007-08-15
354Quy Tonthat <qtonthat@gmail.com>:
355 * Fix bug in creating temporary HOME when HOME is not set.
36c78d6d
QT
356 * Added --enable-old-google to configure script. Old google modes are
357 now disabled by default.
358 * Default mode for new maps is Google Maps.
261c8fdc 359
6a9ff0ee
QT
3602007-08-09
361Quy Tonthat <qtonthat@gmail.com>:
362 * Make Google Map default map type.
363
46e4fa54
QT
3642007-08-02
365Quy Tonthat <qtonthat@gmail.com>:
366 * DEM module can now read hgt.zip files directly (no need to unzip
367 them).
368 * DEM module can now process 1 arc sec hgt(.zip) files (mainly for USA
369 regions).
370
2dc9ab5e
QT
3712007-07-27
372Quy Tonthat <qtonthat@gmail.com>:
373 * Plug filedescriptor leak in dem.c
374
071da616
QT
3752007-07-26
376Quy Tonthat <qtonthat@gmail.com>:
377 * Display on status bar altitude at cursor using data from DEM layer(s).
378
ccff31c2
QT
3792007-07-25
380Quy Tonthat <qtonthat@gmail.com>:
381 * New google version numbers.
382
1ef9e637
QT
3832007-07-24
384Quy Tonthat <qtonthat@gmail.com>:
385 * Disable GeoCache Acquire since it nolonger works. Can be enabled
386 again using configure --enable-geocaches.
387
214f9ac2
QT
3882007-07-18
389Quy Tonthat <qtonthat@gmail.com>:
390 * Remove (my) debug messages which are no longer needed.
391
2dc9ab5e 3922007-07-15
214f9ac2
QT
393Quy Tonthat <qtonthat@gmail.com>:
394 * Missing a few changes here.
395 * release 0.9 (by Guilhem)
396
6ec35002
QT
3972007-07-13
398Quy Tonthat <qtonthat@gmail.com>:
399 * Eliminate the needs of entering DEM files for every single
400 track/waypoint layer.
401
84c2cc41
QT
4022007-07-07
403Quy Tonthat <qtonthat@gmail.com>:
404 * Fixed typo in Makefile.am
405
ad0a8c2d
EB
4062007-07-06
407Evan Battaglia <gtoevan@gmx.net>:
408 * Merge DEM Branch
409
441f28d3
QT
4102007-07-04
411Quy Tonthat <qtonthat@gmail.com>:
412 * Bug fix: View Mode displayed wrong setting on start up
413
83750a2d
QT
4142007-07-03
415Quy Tonthat <qtonthat@gmail.com>:
416 * Fixed bugs that caused draw_scale and draw_centermark status not being
417 consistent among View menu, viewport and loaded files.
418
ad0a8c2d
EB
4192007-07-02
420Evan Battaglia <gtoevan@gmx.net>
421 * DEM Branch: Trying to fix/cleanup various DEM things
422 * DEM Branch: Support for SRTM 3 arcsecond _global_ DEM data from http://www2.jpl.nasa.gov/srtm/
423
17407a43
QT
4242007-07-02
425Quy Tonthat <qtonthat@gmail.com>:
426 * Fixed bugs that caused crashes during GPS upload/download.
427
8cd10bb4 4282007-07-01
e2d11d62 429Quy Tonthat <qtonthat@gmail.com>:
8cd10bb4 430 * Make "Save Image" and "Save Image Directory" dialogs reusable.
e2d11d62 431
678fecbb
RM
4322007-06-24
433Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
434 * Merging with Ralf's work around debianization
ad4d241a 435 * INSTALL: refreshed
678fecbb 436
10888930
TS
4372007-06-23
438Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
439 * Minor change to avoid SEGFAULT on x86_64
a3188993 440 * Add DownloadOptions type to specify referer per map source
1b685d33 441
37518034
QT
4422007-06-19
443Quy Tonthat <qtonthat@gmail.com>:
444 * Fix bugs that causes "drawcentermark" not recognised when reading
445 from files.
446 * Fix a wild pointer bug that can cause crashes
447
d700ee38
GB
4482007-06-18
449Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
450 * Copying libcurl.m4 as it is needed everywhere
451
62c16860
QT
4522007-06-18
453Quy Tonthat <qtonthat@gmail.com>:
454 * New google version numbers.
455 * Make scale more visible.
456 * Add center mark which can be turn on/off in View menu.
457 * Viking now uses cookies for http requests. Some server(s) is quite
458 picky about this. (With great help from Lixus <gps@muellers.ms>)
0c24c0a5 459 * Download maps along a track. Right click on a track layer, select map
62c16860 460 type and zoom level, viking will do the rest.
0c24c0a5 461 * release 0.1.3-20070618
62c16860 462
99e679df
RM
4632007-06-13
464Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
465 * Adding an icon (suggested by Ralf Meyer <ranfyy@gmail.com>)
466
b0b88773
QT
4672007-06-8
468Quy Tonthat <qtonthat@gmail.com>:
469 * Fix a bug that causes segfault when viewing properties of a
470 waypoint.
471
4b31042b
QT
4722007-06-1
473Quy Tonthat <qtonthat@gmail.com>:
474 * Fix a bug that causes segfault when viewing properties of a track
475 that has only one trackpoint with elevation information.
1eef1bde 476 * Backport Evan's magic scissors from DEM branch.
4b31042b 477
f47d51b5
QT
4782007-05-31
479Quy Tonthat <qtonthat@gmail.com>:
480 * Add Google Maps search to View menu and Toolbar
481 * Waypoint created right after the search will pick up the search
482 string as comment. (Use TrackWaypoint Layer menu, not toolbar, to
483 create waypoint).
484
4587152b
MC
4852007-05-26
486Mark Coulter <i_offroad@yahoo.com>
487 * new waypoint symbols.
488
9b81efe3
QT
4892007-05-26
490Quy Tonthat <qtonthat@gmail.com>:
491 * Fix intermittent problem of map redraw.
492 * Mapslayer: Fixed bugs that cause in some cases, map display can not
493 be refreshed without downloading.
494
2d546d79
GB
4952007-05-24
496Ralf Meyer <ranfyy@gmail.com>:
497 * Adding man pages.
498
10ca2bfe
QT
4992007-05-24
500Quy Tonthat <qtonthat@gmail.com>:
501 * Maps layer: Improve performance for map autodownload.
3570ad57
QT
502 * Make dimensions easier to be found and changed to suit own tastes.
503 * Small touches on the look.
10ca2bfe 504
ff8b4326
QT
5052007-05-23
506Quy Tonthat <qtonthat@gmail.com>:
507 * New GPS layer menu items: "empty upload", "empty download", "empty
508 all"
7041549f 509 * acquire->Google Directions now record and display previous queries
3570ad57 510 fo "From"/"To" entries.
7041549f 511 * Position Google Directions dialogs at the center of Viking window.
ff8b4326 512
38778d11
QT
5132007-05-22
514Quy Tonthat <qtonthat@gmail.com>:
515 * GPS layer track and waypoint data can now be saved.
2bf7cadd
QT
516 * Disable prompt for save before exit.
517 * Add "Save and Exit" to File menu.
38778d11 518
ad0a8c2d
EB
5192007-05-20
520Evan Battaglia <gtoevan@gmx.net>
521 * DEM Branch
522
6d38ac4f
QT
5232007-05-20
524Quy Tonthat <qtonthat@gmail.com>:
525 * Stop autodownload from running forever on map downloading errors.
526
0b3c4c1c
QT
5272007-05-18
528Quy Tonthat <qtonthat@gmail.com>:
06e94d26 529 * Add curl-devel to spec file.
0b3c4c1c 530 * Map tool: Left click can now refresh display of map tiles.
4b31d033 531 * Check for non-displayable data after downloading map.
0b3c4c1c 532
11f88b69
QT
5332007-05-17
534Quy Tonthat <qtonthat@gmail.com>:
535 * Fix problems in map downloading caused by unreliable error
536 detection.
06e94d26 537 * Release 0.1.3
11f88b69 538
0b0963fb
QT
5392007-05-15
540Quy Tonthat <qtonthat@gmail.com>:
541 * Fixed bugs that can cause segfault on exit. The problem was caused
542by mapslayer's weak_ref not being unref'ed in some cases.
543
3335ae4e
EB
5442007-05-13
545Evan Battaglia <gtoevan@gmx.net>
546 * 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.
547
093c5c71
EB
5482007-05-11
549Evan Battaglia <gtoevan@gmx.net>
550 * Fix removal of redownloaded tiles from memory cache.
e415a0e8 551 * Fix a stupid segfault in main.c (opening new files)
093c5c71 552
056e8bd1
QT
5532007-05-09
554Quy Tonthat <qtonthat@gmail.com>:
555 * New Google version numbers.
556
50817314
GB
5572007-05-08
558Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
559 * New "Refresh onscreen tiles" menu entry
560
6afc9732
GB
5612007-05-04
562Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
563 * debian/: debianization
564
81a061e4
GB
5652007-04-29
566Reid Priedhorsky <reid@reidster.net>
567 * libusb support
568
dfb4bdaa
GB
5692007-04-28
570Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
571 * OpenSourceMap slippy maps (in osm.c) -- Maplink tiles
ca9eb04a 572 * Add configuration option for OpenStreetMap sources
dfb4bdaa 573
67209ca8
GB
5742007-04-23
575Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
576 * OpenSourceMap slippy maps (in osm.c) -- Osmarender and Mapnik
577
ed6242f3
EB
5782007-04-21
579Evan Battaglia <gtoevan@gmx.net>
580 * OpenSourceMap slippy maps (in google.c) -- identical to google maps except zoom numbering
581
fa9fef36
GB
5822007-04-16
583Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
584 * Adding libcurl support
585
69b825fe
QT
5862007-04-04
587Quy Tonthat <qtonthat@gmail.com>:
588 * New Google version number.
589 * Fixed Google Directions
590
4a96999b
QT
5912007-02-20
592Quy Tonthat <qtonthat@gmail.com>:
593 * GPS layer dialog now displayed at the center of the Viking main
594 window.
595
997905be
QT
5962007-02-19
597Quy Tonthat <qtonthat@gmail.com>:
598 * New Google version numbers.
599
af2740eb
QT
6002007-02-15
601Quy Tonthat <qtonthat@gmail.com>:
602 * Made viking.spec.in out of Michael's viking.spec
603 * Added viking.spec.in to autoconf files.
604
6052007-02-15
606Michael A Peters <mpeters@mac.com>:
607 * Added viking.spec
608
07f39a64
GB
6092007-02-14
610Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
611 * NEWS, configure.ac: preparing 0.1.2
612
4e0cf33b
GB
6132007-02-13
614Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
615 * src/vikwindow.c: remove URL and version number from window title
616 * src/dialog.c: add URL and use dynamic information for version
21c318eb 617 * AUTHORS, src/dialog.c: update contributors list
e8947958
GB
618 * AUTHORS, src/dialog.c, src/Makefile.am: About dialog filled with
619 AUTHORS file
4e0cf33b 620
ecb51018
QT
6212007-02-07
622Quy Tonthat <qtonthat@gmail.com>:
623 * Fix bug that causes crashes when click at the right side (outside)
624 of the track graph area in the Track Poperties window.
625
e1e2f2c6
JJ
6262007-02-06
627Jocelyn Jaubert <jocelyn.jaubert@gmail.com>
628 * Add new information to Track Properties. Postion in time will be
629 tracked and display when moving mouse cursor around the track graph.
630
4f210965
QT
6312007-02-06
632Quy Tonthat <qtonthat@gmail.com>:
633 * New google version numbers.
d1fb6e7f 634 * correct main window title and viking website.
4f210965 635
369e959a
QT
6362007-02-05
637Quy Tonthat <qtonthat@gmail.com>:
638 * Cosmetic changes.
639
119f63a0
QT
6402007-02-04
641Quy Tonthat <qtonthat@gmail.com>:
642 * Simplify tools enable/disable codes.
643
79845167
QT
6442007-02-01
645Quy Tonthat <qtonthat@gmail.com>:
646 * Only tools that work with current active layer are enable,
647 others are disable (fade out and does nothing when clicked on).
648
d820e240
GB
6492007-01-27
650Quy Tonthat <qtonthat@gmail.com>:
651 * Display map sections while downloading (bug 1303429)
652
267b6db5
QT
6532007-01-25
654Quy Tonthat <qtonthat@gmail.com>:
655 * Fixed bugs that caused crashes on creating new map layer or
656 new track/waypoint layer.
657
dad2c114
QT
6582007-01-24
659Quy Tonthat <qtonthat@gmail.com>:
660 * Updated google tranparent version number.
661 * Made it more convenient to update google version numbers.
662
cdcaf41c
QT
6632007-01-23
664Quy Tonthat <qtonthat@gmail.com>:
665 * Merged branch modular to trunk.
666
54d3b232
QT
6672007-01-05
668Quy Tonthat <qtonthat@gmail.com>:
669 * Bug fix: main menu edit->delete and edit->cut did not work with
670 waypoints and tracks.
671
2cebc318
QT
6722007-01-04
673Quy Tonthat <qtonthat@gmail.com>:
674 * Added "Copy" and "Cut" to popup menus for track and waypoint (on the
675 layer panel).
676
20c7a3a0
QT
6772007-01-03
678Quy Tonthat <qtonthat@gmail.com>:
107d445a
QT
679 * bug fix: crash on inserting aggregate layer if the selected layer's
680 parent is not an aggregate layer.
681 * bug fix: crash when delete a child layer whose parent is not
682 an aggregiate layer (eg gpslayer)
20c7a3a0
QT
683 * Menu item selection for layer instances.
684
fdca5edb
QT
6852007-01-02
686Quy Tonthat <qtonthat@gmail.com>:
687 * gpslayer: Unexpose interface functions.
5a4a28bf 688 * Layers now can have their say on what pop up menu items they want.
fdca5edb 689
cdcaf41c 6902007-01-02
a25c4c50 691Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
cdcaf41c
QT
692 * Add ability to disable Terraserver stuff
693 * Add ability to disable Expedia stuff
694
fdca5edb
QT
6952007-01-01
696Quy Tonthat <qtonthat@gmail.com>:
697 * gpslayer: fix bugs that causes crashes when click "Cancel" on layer
698 creation dialog.
699
cdcaf41c
QT
7002007-01-01
701Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
702 * Make all .h self sufficient
703 * Add ability to disable Google stuff
704
b364d6bc
QT
7052006-12-31
706Quy Tonthat <qtonthat@gmail.com>:
707 * Added gps layer
708
cdcaf41c
QT
7092007-01-02
710Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
711 * Add ability to disable Terraserver stuff
712 * Add ability to disable Expedia stuff
713
7142007-01-01
715Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
716 * Make all .h self sufficient
717 * Add ability to disable Google stuff
718
b291388a
GB
7192006-12-26
720Quy Tonthat <qtonthat@gmail.com>:
721 * Fix a google version number change (at least in Australia).
722
ea40bccf
AF
7232006-12-07
724Quy Tonthat <qtonthat@gmail.com>:
725 * Fix an array overflow bug in Map Layer Properties
726
b7b66e1f
GB
7272006-12-04
728Alex Foobarian <foobarian@gmail.com>:
729 * Added an "About" dialog
730
68fb2913
AF
7312006-11-30
732Alex Foobarian <foobarian@gmail.com>:
733 * Added Quy Tonthat's patch to fix a bug in Track Properties
734
1a8437ab
AF
7352006-11-29
736Alex Foobarian <foobarian@gmail.com>:
ea40bccf 737 * Added patch by Quy Tonthat <qtonthat@gmail.com> to fix a crash bug
1a8437ab 738
fa1b5a5f
GB
7392006-11-12
740Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
741 * Add expat explicit dependency
742
7432fddf
AF
7432006-10-31
744Alex Foobarian <foobarian@gmail.com>:
745 * Visual feedback for moving waypoints
746
33534cd8
AF
7472006-10-30
748Alex Foobarian <foobarian@gmail.com>:
749 * Created standard Edit menu
750 * Implemented Cut for trackpoints and waypoints
751 * When moving trackpoints, we now draw one under the cursor for visual feedback
752
f9db6bd6
AF
7532006-10-26
754Alex Foobarian <foobarian@gmail.com>:
755 * Cleared up the drawing modes and map type descriptions
756 * Updated google version string to make it work in Europe
757 * Added Cut/Copy/Paste shortcuts to right-click menus
4b00e581 758 * Compacted the track properties dialog
f9db6bd6 759
941aa6e9
AF
7602006-10-23
761Alex Foobarian <foobarian@gmail.com>:
762 * Introduced a toolbar tool interface, converted existing tools to use it
763 * As a result, ruler drawing bugs are gone
764 * Sped up ruler drawing by increasing the redraw priority
765
78c9fb5b
GB
7662006-08-15
767Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
768 * Add implicit DMS->DDD conversions in waypoints dialogs
769
0165e6e4
GB
7702006-07-26
771Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
772 * src/degrees_converters.c, src/degrees_converters.h,
773 test/degrees_converter.c: add dec -> DDD conversion
774 * src/degrees_converters.c, src/degrees_converters.h,
775 test/degrees_converter.c: add dec -> DMM conversion
776 * src/degrees_converters.c: refactor dms conversions
777
6c02911c
RP
7782006-07-24
779Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
780 * Add patch for GoogleMaps from Reid Priedhorsky
781
0165e6e4
GB
7822006-07-22
783Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
784 * Makefile.am, configure.ac, src/Makefile.am,
785 src/degrees_converters.c, src/degrees_converters.h,
786 test/Makefile.am, test/check_degrees_conversions.sh,
787 test/degrees_converter.c: Adding degrees conversion functions
788 (DDD/DMM/DMS)
789
7902006-07-06
791Evan Battaglia <gtoevan@gmx.net>
792 * ChangeLog, src/google.c: Upgrade Google Maps -- Europe
793
a808ab5f
EB
7942006-07-01
795Evan Battaglia <gtoevan@gmx.net>:
796 * Upgrade Google Maps version (yay Europe!)
797
0165e6e4
GB
7982006-06-11
799Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
800 * NEWS, configure.ac: Preparing 0.1.1
801
65f0ccab
AF
8022006-05-25
803Alex Foobarian <foobarian@gmail.com>:
804 * Cleaned up the data source interface
805 * Added a setup dialog to the GPS data source, with protocol type and serial port location
806
5f304fd7
AF
8072006-05-12
808Alex Foobarian <foobarian@gmail.com>:
809 * Small fixes in Acquire from GPS code
810
fe203390 8112006-05-08 Guilhem BONNEFILLE <guilhem.bonnefille@gmail.com>
fe203390
GB
812 * autogen.sh: simpler method to start from CVS
813
a8d46e0b
EB
8142005-12-03
815Evan Battaglia <gtoevan@gmx.net>
816 * Data sources -- check for existence of necessary things
817
7b3479e3 8182005-11-25
3333c069 819Evan Battaglia <gtoevan@gmx.net>
7b3479e3
EB
820 * Created "data sources" structure to easily add new data sources via GPS babel.
821 It's ugly now and there's a lot to be done, but I think 79-line datasources_google.c
822 shows the power of the approach.
3333c069 823 * Data sources: Google & Geocaches
7b3479e3 824
8904c540 8252005-11-23 Guilhem BONNEFILLE <guilhem.bonnefille@gmail.com>
8904c540 826 * src/gpx.c (gpx_dtostr): add better GPX export
161aa492
EB
827Evan Battaglia <gtoevan@gmx.net>:
828 * dtostr -> coords.c; use in gpsmapper.c and gpspoint.c (locale-independent output)
8904c540 829
d1fa6cff
AF
8302005-11-21
831Alex Foobarian <foobarian@gmail.com>:
832 * Fixed v-t diagram crash bug
833
1d1bc3c1
EB
8342005-11-19
835Alex Foobarian <foobarian@gmail.com>:
836 * GPSBabel acquire code
837
9f0cd67d
AF
8382005-11-18
839Alex Foobarian <foobarian@gmail.com>:
840 * Copy/paste of individual track- and way-points updated to work between processes.
841
0a6cab71
AF
8422005-11-17
843Alex Foobarian <foobarian@gmail.com>:
844 * Copy/paste between viking processes
845 * Layer marshalling support
846
1bc9b120
GB
8472005-10-28 Guilhem BONNEFILLE <guilhem.bonnefille@gmail.com>
848 * configure.ac: Adding --with-mapcache configure option
849 * src/config.h: Removed because no more used (generated)
850
15614495
AF
8512005-10-18
852Alex Foobarian <foobarian@gmail.com>:
853 * Fix ruler declination in UTM mode
854
ba298cde 8552005-10-17 Guilhem BONNEFILLE <guilhem.bonnefille@gmail.com>
80dc8501
GB
856 * src/icons/Makefile.am: assumes the creation of icons.h
857 * src/garminsymbols.c, src/vikwindow.c: icons.h re-located
858 * src/Makefile.am: no more icons.h production
859
024f32c1
EB
8602005-10-16
861Evan Battaglia <gtoevan@gmx.net>
862 * Fix ruler: show angle, distance even when compass off-screen.
1a18e09d 863 * Fix bgitemcount. Background items status bar "should" be accurate now.
024f32c1 864
c48517ad
AF
8652005-10-13
866Alex Foobarian <foobarian@gmail.com>:
867 * Drag and drop whole track/waypoint lists
868
80e450c0
AF
8692005-10-12
870Alex Foobarian <foobarian@gmail.com>:
871 * Coord layer drawing for lat/lon based projections
872
0dff88ea
AF
8732005-10-11
874Alex Foobarian <foobarian@gmail.com>:
875 * Draw a compass when using a ruler
876
e4847ce9
AF
8772005-10-07
878Alex Foobarian <foobarian@gmail.com>:
879 * Added ruler drawing to the ruler tool
880
2f50c650
AF
8812005-10-06
882Alex Foobarian <foobarian@gmail.com>:
883 * Added support for pasting coordinates in lat/lon format
884
e890a6e6
EB
8852005-10-05
886Alex Foobarian <foobarian@gmail.com>:
887 * Change clipboard so as to use GTKClipboard. Prepare for support for pasting coordinates, etc.
888Evan Battaglia <gtoevan@gmx.net>:
889 * When pasting waypoints and tracks, do name resolution (add #2, etc)
890
08b251ec
EB
8912005-10-01
892Evan Battaglia <gtoevan@gmx.net>:
893 * make symbols work for geocaching .loc files (and case-insensitive symbol names)
35c7c0ba 894 * Option as to whether or not to show unit scale (esp for exporting images)
08b251ec 895
ba298cde 8962005-09-30 Guilhem BONNEFILLE <guilhem.bonnefille@gmail.com>
dad55b79 897 * configure.ac, src/Makefile.am (SUBDIRS): added auto-tools support for src/icons
70a23263
AF
898Alex Foobarian <foobarian@gmail.com>:
899 * Added a drag_drop_request method to layer interface, updated DnD to use it
e673b75f 900 * Updated DND to insert layers at the point of the drop, instead of front of list
42c2ac3e 901 * Added wp symbol support to gpx
92136662 902 * Fixed name collisions during track/wp DND
ea3933fc
EB
903 * Layer-wide option as to whether to show waypoint symbols
904
acaf7113
AF
9052005-09-29
906Alex Foobarian <foobarian@gmail.com>:
907 * Added support for waypoint symbols (changing, loading, saving), and a small number of icons.
908 * Added a scale ruler
909 * Changed panning to show less "garbage" in exposed areas
910
a5e51d35
EB
9112005-09-28
912Evan:
913 * menu.xml & icons inline
914
e4afc73a 9152005-09-27
acaf7113 916Alex Foobarian <foobarian@gmail.com>:
e4afc73a
EB
917 * GtkUIManager/Toolbar
918 * DND in the LayersPanel
0912fc7e
EB
919Evan:
920 * strtod -> g_strtod (i18n glitch)
921
ba298cde 9222005-09-25 Guilhem BONNEFILLE <guilhem.bonnefille@gmail.com>
0912fc7e
EB
923 * src/globals.h (VIKING_VERSION): uses the PACKAGE_VERSION macro
924 * Makefile.am (EXTRA_DIST): handles viking-remote
925 * src/Makefile.am (AM_CFLAGS): substitution of CFLAGS by AM_CFLAGS
926 * doc/Makefile.am, doc/dev/Makefile.am: new files
927 * Makefile.am (SUBDIRS): handles doc directory
928 * configure.ac: handles doc and doc/dev directories
e4afc73a 929
2ab9b480 9302005-09-16
2ab9b480 931Alex Foobarian <foobarian@gmail.com>: fix to v-vs-t (better drawing)
3de5bc4f
EB
932Evan: * GPX fixes
933 * So Geocaching .LOC _isn't_ GPX?!?!? Oh well, it's XML...
934 * GPX write, click v-vs-t diagram
935 * Option to show stops in TRWLayer options, and stop_length
936 * Elevation plotting relative to min and max elevation in track.
937 * Option to do elevation plotting, and controlling relative height
2ab9b480
EB
938
9392005-09-15
940 * 4+ hours later and voila, GPX read support
941 * Fixes in propwin if track doesn't have certain data, say so.
942
9432005-09-14
944Me (Evan) again:
945 * Fix USGS support
946 * Click on the elevation map to go there, so you can see where a mountain-top is etc.
947 * Don't crash on track properties of an empty track.
948
734652bf 9492005-09-13
ba298cde 950Guilhem BONNEFILLE <guilhem.bonnefille@gmail.com>:
734652bf
EB
951 * bootstrap: new file to bootstrap auto-tools
952 * src/config.h (VIK_CONFIG_ALPHABETIZED_TRW): no more set via this file
953 * Makefile.am (bin_SCRIPTS): viking-remote added
954 * configure.ac: --enable-alphabetized-trw option added
955
956Evan Battaglia <gtoevan@gmx.net>:
957 * Experimental altitude funky plotting I'm working on
958
9592005-09-12
960Alex Foobarian <foobarian@gmail.com>'s changes
961* disable stops, for now (I forgot about those...)
962* Track elevation graph: minimum altitude difference for less jagged curves
963* Track elevation graph: gray background, blue foreground
964* Track elevation graph: lines to clearly show absolute elevation
965* New velocity-vs-time graph & calculating function
966* Notebook to hold this new graph with track elevation graph
967My (Evan's) changes:
968* Fix above v-vs-t patch to not crash on tracks without timestamp.
969* Not show v-vs-t graph and/or elevation map if the necessary data isn't there.
ba298cde 970Guilhem BONNEFILLE <guilhem.bonnefille@gmail.com>'s changes
dad55b79
GB
971 * bootstrap: new file to bootstrap auto-tools
972 * src/config.h (VIK_CONFIG_ALPHABETIZED_TRW): no more set via this file
973 * Makefile.am (bin_SCRIPTS): viking-remote added
974 * configure.ac: --enable-alphabetized-trw option added
734652bf 975
9903c388
EB
9762005-09-07
977Autotools support by Guilhem Bonnefille.
978
bb71de8b
AF
9792005-09-06
980Added Alex Foobarian's track duration patch.
981Added Alex Foobarian's track profile patch.
9903c388 982Added Alex Foobarian's elevation map fix.
bb71de8b 983
725c87e1
EB
9842005-09-04
985Map cache fix: if only one map can fit / one map is bigger than cache size, then that's OK.
bb71de8b 986Delete from cache when updating image.
725c87e1 987
50a14534
EB
9882005-08-18
989Map cache size based on memory usage, not number of images. Some flaws to be worked out still in this.
990
9912005-08-16
992Accepted USGS maps support from Clark McKines. Pretty slick, I'll have to take a look at it.
993
9942005-08-02
995Quite easily added support for Mercator projection & Google Mercator maps (regular, transparent etc)
996Chaned waypoint types a little bit (size of waypoint)
997
9982005-07-31
999Hopefully fixed background.c item # count
1000Fixed KH Maps (v=2)
1001
10022005-06-20
1003A little research & added KH Maps support.
1004
10052005-06-19
1006Fixed right-click waypoint edit -> crash bug, hopefully.
1007Fixed "everyone lives in zone 11" assumption for vikgeoreflayer.c; still monozone though ...
1008Made it so when you paste or add a new layer, it pastes it before the selected layer, not to the top.
1009Fixed the bug where pasting a map layer messed up the name.
1010Made dragging middle mouse button pan. Removed pan tool. Thanks Reid for the idea.
1011Made different options for drawing waypoint dots. Not very good but we can make better-looking ones later.
1012