]> git.street.me.uk Git - andy/viking.git/blame - ChangeLog
Merge 'thread-pool' features from Jocelyn Jaubert
[andy/viking.git] / ChangeLog
CommitLineData
cbc4e846
GB
12009-04-04
2Jocelyn Jaubert <jocelyn.jaubert@gmail.com>:
3 * Include full libcurl version in user agent
86e0bd77 4 * replace deprecated CURLOPT_FILE by CURLOPT_WRITEDATA
3d471ca6 5 * Fix bug #2481237: Maps directory file chooser should look for directory
cbc4e846 6
6059018f 72009-02-08
1e98666b 8Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
6059018f 9 * Update translations
1e98666b
GB
10 * Release 0.9.8
11
6311ef42
GB
122009-01-22
13Mathieu Albinet <mathieu17@gmail.com>:
14 * Fix loading of world map file
15
e6869c62
GB
162009-01-22
17Rob Norris <robbieonsea@users.sourceforge.net>:
18 * Fix 2249398: Fix some memory leaks
19
b7d99635
GB
202009-01-18
21Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
22 * configure.ac: allow to enable/disable geonames and select the search method
23
b4254e31
HR
242009-01-18
25Hein Ragas <viking@ragas.nl>:
26 * Add GeoNames support (both for search and for POI import from Geonames+Wikipedia)
27
65a64219
MA
282009-01-15
29Mathieu Albinet <mathieu17@gmail.com>:
30 * Windows port: avoid "\\" in URL
31
394e4636
GB
322008-12-20
33Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
34 * Remove Google's map tiles
35
fd98b156
GB
362008-12-17
37Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
38 * Remove old Google stuff
39
92806042
GB
402008-12-13
41Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
42 * Add external tools framework
43 * Add OpenStreetMap and Google web tools
44
e2ad36b5
QT
452008-12-07
46Quy Tonthat <qtonthat@gmail.com>:
47 * Clicking on "vivisble" tick no longer makes the layer selected.
48
e3449376
HR
492008-12-03
50Hein Ragas <viking@ragas.nl>
51 * GPX export: sort track by time. Some application can make use
52 of this feature when reading gpx files.
53
7767aa02
QT
542008-11-22
55Quy Tonthat <qtonthat@gmail.com>:
56 * Merging tracks by name. Users can now select more than one tracks to
57 merge with.
e208e3c0 58 * Fix bugs that caused magic scissors not working.
7767aa02 59
291edcab
HR
602008-11-19
61Quy Tonthat <qtonthat@gmail.com>:
62 * Merging tracks by name. As submitted by Hein Ragas <viking@ragas.nl>
15f45edc
QT
63 * Merging tracks by name. Tracks can only be merged if they have
64 timestamps. Make sure users won't cause damage to themselves by
65 merging tracks without timestamps. Also a few bug fixes and
66 optimisation.
291edcab
HR
67
682008-11-13
69Quy Tonthat <qtonthat@gmail.com>:
70 * Viking no longer support Google satellite maps due to requests
71 from Google.
72
490b1aa6
QT
732008-10-31
74Quy Tonthat <qtonthat@gmail.com>:
75 * Tittle waypoint properties dialog as "Waypoint Properties"
76 not "Create".
77
8eb76f51
QT
782008-10-30
79Quy Tonthat <qtonthat@gmail.com>:
80 * Add larger size waypoint symbols (icons) that look similar to
81 the ones used in Garmin GPS.
82 * The larger symbols are now used by default. To switch back to the
83 old smaller icons, use command line option "-s" or "--small_waypoint".
84 * Waypoint Property Dialog: The combo box "symbol" (used for selecting
85 waypoint symbol) now has tooltip that shows the name of the selected
86 symbol.
734e66f3
QT
87 * src/icons/Makefile.am: Make sure we won't pick up unwanted _pixmap.h
88 files
a7f9c01e
QT
89 * Waypoint names are now displayed at the top of waypoint symbol
90 and no longer overlap symbols.
8eb76f51 91
d0d1acb6
QT
922008-10-28
93Quy Tonthat <qtonthat@gmail.com>:
8eb76f51
QT
94 * Waypoint symbols: Use Garmin waypoit names so that waypoint has
95 proper symbols on GPS after upload (and on Viking after download).
96 Old viking files still works the way they did.
d0d1acb6 97
f3cd9987
QT
982008-10-22
99Quy Tonthat <qtonthat@gmail.com>:
100 * Fix compatibility problem for windows caused by
101 g_shell_parse_argv()
102
3f9ff8d9
QT
1032008-10-20
104Quy Tonthat <qtonthat@gmail.com>:
105 * New server for OSM cycle map.
106
c5bc70c3
QT
1072008-10-13
108Quy Tonthat <qtonthat@gmail.com>:
109 * GPS realtime tracking: Keep retrying when fail to connect
110 to gpsd, either because gpsd is not (yet) running or gpsd
111 disconnect (eg. gps unplugged).
112
c96fce26
JB
1132008-10-12
114Jon Burgess <jburgess777@googlemail.com>:
115 * fix implicit declaration of maps_layer_default_dir()
a0f4c917 116 * fix missing status return in spawn_command_line_async()
5a7d2873 117 * fix curl error buffer usage
c96fce26 118
eaaf1484 1192008-10-12
e0fdbe1e
GB
120Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
121 * Release 0.9.7
122
0d337f27
RN
1232008-10-12
124Rob Norris <robbieonsea@users.sourceforge.net>:
125 * Fix 2161310: Fix some more compiler warnings
126
ba566fd9 1272008-10-12
c96fce26 128Jon Burgess <jburgess777@users.sourceforge.net>:
ba566fd9
JB
129 * Fix 2134452: Properties of some tracks show as NaN
130
dc3a1898
QT
1312008-10-11
132Quy Tonthat <qtonthat@gmail.com>:
133 * Fix segfault in realtime tracking.
134 * Add new moving map method for realtime tracking.
135
10f9bcb6 1362008-09-30
e0fdbe1e 137Stanislav Brabec <sbrabec@users.sourceforge.net>:
10f9bcb6 138 * Rename icon: viking_icon.png -> viking.png
5459f84e 139 * Fix missing files in po/POTFILES.in
9c915564 140 * src/viking.desktop.in: add GenericName and revise Categories
63af53bc 141 * viking.spec.in, src/icons/Makefile.am: Fix icon target dir
10f9bcb6 142
7f9f736d
QT
1432008-09-22
144Quy Tonthat <qtonthat@gmail.com>:
145 * Change "Zoom To" short cut to avoid conflict with "Zoom Tool".
146
c8724a34
GB
1472008-09-16
148Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
149 * Update translations
150
a583b41a
QT
1512008-09-07
152Quy Tonthat <qtonthat@gmail.com>:
153 * fix parallel build (make -j8) on multi-processor machines. Based
154 on a patch from sbrabec. Thanks.
155
bc7f6b49
GB
1562008-09-03
157Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
158 * QA: cleanning old stuff
159
b2241600
GB
1602008-09-01
161Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
162 * Fix #1947260: correct a corrupted escape
163
730a38c1 1642008-09-01
a0fc9d29
QT
165Quy Tonthat <qtonthat@gmail.com>:
166 * Google search adapting changes from Google.
167
1682008-09-01
730a38c1
QT
169Quy Tonthat <qtonthat@gmail.com>:
170 * Fixed crashes when creating new layers.
171
5c01c6b7
GB
1722008-08-30
173Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
174 * QA: removing specific GtkCellRenderer
175
ab52dab8 1762008-08-30
7400bad4
GB
177Armin Moser <armin.moser@student.tugraz.at>:
178 * add osm cycle layer support
e3154bef 179 * add a menu entry to extend an existing track using magic scissors
7400bad4 180
ab52dab8 1812008-08-30
0faf6aeb
GB
182anonymous:
183 * Patch #2009666: OpenAerialMap
184
ab52dab8 1852008-08-30
4c755970
GB
186Rob Norris <robbieonsea@users.sourceforge.net>:
187 * Fix #1952523: mode_button assertion loading old datafile
188
a58aaed4
GB
1892008-08-25
190Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
191 * Add preferences to select how degrees are displayed
192
3bfe920a
GB
1932008-08-24
194Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
195 * Fix: update layer after applying properties
196
ab52dab8 1972008-06-24
3750ef3e
GB
198Mathieu Albinet <mathieu17@gmail.com>:
199 * Color picker button for the Coordlayer properties dialog
200
43becf6e
GB
2012008-08-23
202Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
203 * Cut/Copy/Paste empty selection is not critical
204
ab52dab8 2052008-06-23
85b3c367
GB
206Mathieu Albinet <mathieu17@gmail.com>:
207 * Layers panel UI improvements
208
85beadba
GB
2092008-08-22
210Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
211 * Replace specific about dialog by GtkAboutDialog
b01c3429 212 * Replace some g_warning by g_debug
5bfafde9 213 * Homogeneous icons management.
85beadba 214
843b99df
GB
2152008-08-17
216Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
217 * Add preferences to store OSM login/password
d9d1084e 218 * Add a password entry widget
843b99df 219
1e80f7a4
GB
2202008-08-16
221Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
222 * Ensure that confirmation dialog is over file selector
223
3cf8131d
QT
2242008-08-13
225Quy Tonthat <qtonthat@gmail.com>:
226 * Fixed google map download problem.
227
7a31304a
GB
2282008-07-31
229Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
230 * Release Viking 0.9.6
231 * Fix unecessary (and probably) Makefile.am directive
232
f2643f9e
QT
2332008-07-28
234Quy Tonthat <qtonthat@gmail.com>:
235 * Fix gcget command line to accomodate negative coords.
236
09dd3c51
QT
2372008-07-22
238Quy Tonthat <qtonthat@gmail.com>:
239 * Google maps no longer worked due to changes made by Google.
240 The Problems now fixed.
241
ab52dab8 2422008-07-21
389cd3aa
GB
243Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
244 * Release Viking 0.9.5
245
ab52dab8 2462008-07-18
05d95193
GB
247Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
248 * Install man pages
58cb9041 249 * Update translations
05d95193 250
ace0dae0
QT
2512008-07-15
252Quy Tonthat <qtonthat@gmail.com>:
253 * Added viking.desktop
254
ab52dab8 2552008-07-13
04348a9a
GB
256Rob Norris <robbieonsea@users.sourceforge.net>:
257 * Fix #1947456: Compiler warning fixes
258
ab52dab8 2592008-07-09
8fb7c70a
GB
260Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
261 * Update translations
262
8dcb3ba4
QT
2632008-07-02
264Quy Tonthat <qtonthat@gmail.com>:
265 * Track properties: split track at marker.
266
e60fc2c9
QT
2672008-06-30
268Quy Tonthat <qtonthat@gmail.com>:
269 * Track properties: Keep markers of the graphs in sync with each
270 other.
271
ab52dab8 2722008-06-29
109c6557
MA
273Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
274 * Windows port: fallback temporary file
275
ab52dab8 2762008-06-29
e0173c37
MA
277Mathieu Albinet <mathieu17@gmail.com>:
278 * Windows port: typo in util.c
279
9dc30292
QT
2802008-06-24
281Quy Tonthat <qtonthat@gmail.com>:
282 * Track graph marker now works again.
283
804e8de9
QT
2842008-06-22
285Quy Tonthat <qtonthat@gmail.com>:
286 * Fix google version number.
287
64b32f37
QT
2882008-06-15
289Quy Tonthat <qtonthat@gmail.com>:
290 * RELEASE: Test release 0.9.4.20080614 (by Guilhem)
291
ab52dab8 2922008-06-09
6c6f8d24
MA
293Mathieu Albinet <mathieu17@gmail.com>:
294 * Windows port: redefine LOCALEDIR
295
8499a412
QT
2962008-06-06
297Quy Tonthat <qtonthat@gmail.com>:
298 * viking no longer converts waypoint names to uppercase. Waypoint names
299 are now case insensitive.
300
ab52dab8 3012008-06-02
c7f6cb25
MA
302Mathieu Albinet <mathieu17@gmail.com>:
303 * Portability: remove "/dev/null" use
304
ab52dab8 3052008-05-08
62ddf770
MA
306Mathieu Albinet <mathieu17@gmail.com>:
307 * Windows port: rename interface to source_interface
31766324 308 * Portability: replace mmap functions by g_mapped_file*
27c30bbe 309 * Portability: use of g_ascii_dtostr to format google url
62ddf770 310
ab52dab8 3112008-05-02
85540d7a
GB
312Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
313 * Update man page
314
ab52dab8 3152008-05-01
1ac37c09
GB
316Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
317 * Add file content checking process
318
ab52dab8 3192008-05-01
533bbf34
MA
320Mathieu Albinet <mathieu17@gmail.com>:
321 * Remove dependency to wget
322
ab52dab8 3232008-05-01
2936913d
GB
324Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
325 * Adding --debug and --verbose command line option
326
ab52dab8 3272008-04-26
6c641b1a
MA
328Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
329 * Fix pipe leaks
330
ab52dab8 3312008-04-26
3a0c074a
MA
332Mathieu Albinet <mathieu17@gmail.com>:
333 * Portability: provide our own curl WRITE function
334
ab52dab8 3352008-04-22
61f37ac9
RN
336Robert Norris <rw_norris@hotmail.com>:
337 * Fix: Initalize tv_usec field.
6af463da 338 * Fix for implicit declaration of function 'g_fopen'
61f37ac9 339
ab52dab8 3402008-04-21
f9ab07c8
GB
341Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
342 * Bug #1915121: add an utility to reproduce (test/gpx2gpx)
dd81e762 343 * Fix #1915121: use GLib functions to handle ISO8601 dates
f9ab07c8 344
ab52dab8 3452008-04-16
6b1a58ec
TS
346Tim Scofield <nospam546@comcast.net>:
347 * Fix: typo false -> FALSE
348
ab52dab8 3492008-04-12
c0366d1c
GB
350Mathieu Albinet <mathieu17@gmail.com>:
351 * M_PI already defined
352
ab52dab8 3532008-04-12
45acf79e
MA
354Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
355Mathieu Albinet <mathieu17@gmail.com>:
356 * Portability: reduce unistd.h dependency
f83131b9 357 * Portability: replace mkdir by g_mkdir
c44594ee 358 * Portability: replace deprecated bzero function by memset
a1618d62 359 * Portability: remove dirname needs with g_mkdir_with_parents
45acf79e 360
ab52dab8 3612008-03-27
6e4a49aa
MA
362Mathieu Albinet <mathieu17@gmail.com>:
363 * Replace GtkFileSelection by GtkFileChooser
364
ab52dab8 3652008-03-24
b6e6dfbd
GB
366Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
367 * Merge icons in a single binary object
368
ab52dab8 3692008-03-15
372132a6
GB
370Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
371 * Fix: [ 1839948 ] Maximize/Restore changes current cursor
576cbd17 372 * Add panning tool as default
372132a6 373
ab52dab8 3742008-02-25
c2fe3b00
GB
375Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
376 * po/ChangeLog: needed file for distribution
377
ab52dab8 3782008-02-25
0654760a
RN
379Rob Norris <robbieonsea@users.sourceforge.net>:
380 * Fix: autogen can generate broken configure file (SF#1881475)
381 * Fix some compiler warnings (SF#1888407)
244c0e50 382
ab52dab8 3832008-02-24
502100a7
GB
384Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
385 * Change OSM's tiles URL
386
ab52dab8 3872008-02-22
4e4e9e57 388Michael A. Peters <mpeters@mac.com>:
7fead48d
QT
389 * viking.spec: Correct license, required packages and local.
390
ab52dab8 3912008-02-20
edbec4dc
GB
392Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
393 * Update translations
394
ab52dab8 3952008-02-16
9d8d6d0f
GB
396Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
397 * main.c: I18N improvements
a29684ba 398 * French translation update
9d8d6d0f 399
ab52dab8 4002008-02-16
4e4e9e57 401Jocelyn Jaubert <jocelyn.jaubert@gmail.com>:
1af46481
GB
402 * I18N improvements
403 * French translation update
404 (both submitted the 2008-01-12 on mailing-list)
405
ab52dab8 4062008-01-22
a61b2619
AF
407Alex Foobarian <foobarian@gmail.com>:
408 * Fix a crash bug in merge-by-time reported by Evan <gtoevan@gmx.net>
409
1af46481 4102008-01-18
4e4e9e57 411Quy Tonthat <qtonthat@gmail.com>:
9b79169d
QT
412 * Fix a crash bug in mapcache reported by Jocelyn <jocelyn.jaubert@gmail.com>
413 * Added mutex to protect mapcache from being corrupted by threads.
414
ab52dab8 4152008-01-04
d03d80e6
AF
416Alex Foobarian <foobarian@gmail.com>:
417 * Tuned the v-t diagram drawing
418
ab52dab8 4192007-12-27
4e4e9e57 420Evan Battaglia <gtoevan@gmx.net>:
c5f63dfe
EB
421 * Minor fixes/debugging to gcget. Add gcget-perl
422 * Full screen mode.
3a24d4e5 423 * Bugfix for prefernces -- don't cut off last character of password
c5f63dfe 424
ab52dab8 4252007-12-27
0b72c435
OK
426Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
427 * Add GpxWritingOptions to control GPX file writing
428
36179a2e 4292007-12-23
4e4e9e57 430Oddgeir Kvien <oddgeir@oddgeirkvien.com>:
36179a2e
OK
431 * Add default values to ele and time fields (due to OSM)
432
a5c8699d 4332007-12-21
4e4e9e57 434Evan Battaglia <gtoevan@gmx.net>:
a5c8699d
EB
435 * Preferences groups/tabs
436 * Fix gcget to accept username and password. Pass this in to gcget.
437 * Oops! Reading preferences from the file wasn't working. Fixed.
438
ab52dab8 4392007-12-21
4e4e9e57 440Jocelyn Jaubert <jocelyn.jaubert@gmail.com>:
825ae4a2
JJ
441 * Update French translation
442
ab52dab8 4432007-12-21
4e4e9e57 444Christoph Eckert <ce@christeck.de>:
a62aa77a
CE
445 * Update source for OSM/Osmarender tiles
446
ab52dab8 4472007-12-20
4e4e9e57 448Evan Battaglia <gtoevan@gmx.net>:
8339c44d
EB
449 * Preferences in ~/.viking/viking.prefs, this will soon allow geocaching support to go mainstream, (hopefully)
450
8956d2ef 4512007-12-20
4e4e9e57 452Quy Tonthat <qtonthat@gmail.com>:
8956d2ef
QT
453 * Revert a previous change that disabled realtime tracking if libgps
454 does not exist.
455
ab52dab8 4562007-12-17
4e4e9e57 457Jocelyn Jaubert <jocelyn.jaubert@gmail.com>:
eb6b0125
JJ
458 * Use specific gettext call for plural form
459
ab52dab8 4602007-12-16
4e4e9e57 461Evan Battaglia <gtoevan@gmx.net>:
eab858a1 462 * Sort waypoints in GPX output.
a8fe53f8 463 * Use the "next unused" (not really) waypoint number as default.
eab858a1 464
ab52dab8 4652007-12-15
adc67de1
GB
466Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
467 * Fix compilation under HURD (missing MAXPATHLEN macro)
47ec40de 468 * Fix: if libgps is missing, Realtime GPS Tracking is disabled
adc67de1 469
ab52dab8 4702007-12-15
4e4e9e57 471Jocelyn Jaubert <jocelyn.jaubert@gmail.com>:
5515e2d3 472 * Make menu entries translatable
7760b0cf 473 * Mark many strings translatable
2d2bea38 474 * Update french translation
5515e2d3 475
ab52dab8 4762007-12-12
4c77d5e0
GB
477Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
478 * Marking translatable strings
a94a5724 479 * First french translation (incomplete)
4c77d5e0 480
ab52dab8 4812007-12-12
7a43153e
GB
482Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
483 * Fix warning: underquoted definition of AM_WITH_EXPAT
4107128c 484 * Fix bug: "config.status: error: cannot find input file: Makefile.in"
7a43153e 485
d88f5ec1 4862007-12-07
4e4e9e57 487Quy Tonthat <qtonthat@gmail.com>:
d88f5ec1
QT
488 * Fix autogen.sh to remove the assumption that version 1.9 of automake
489 is available on all systems.
f867791e 490 * Now that autogen.sh runs configure, "make full" should not.
d88f5ec1 491
8a920b62
EB
4922007-12-07
493Evan Battaglia <gtoevan@gmx.net>:
494 * BlueMarble tiles: http://mike.teczno.com/notes/blue-marble-tiles.html
495 * Google Terrain maps
9a995996 496 * Disable printing to make Viking compile for GTK < 2.10
8a920b62 497
ab52dab8 4982007-11-27
7d02a0b0
GB
499Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
500 * util.c: Use a list of possible browsers.
501
ab52dab8 5022007-11-20
4e4e9e57 503Quy Tonthat <qtonthat@gmail.com>:
61950ef8
QT
504 * Fix a bug that can potentially cause segfault.
505
ab52dab8 5062007-11-19
4e4e9e57 507Quy Tonthat <qtonthat@gmail.com>:
2c50b28a
QT
508 * Improve track graphs. Some tracks looked too flat.
509
ab52dab8 5102007-11-09
4e4e9e57 511Evan Battaglia <gtoevan@gmx.net>:
28c82d8b
EB
512 * GPSBabel filter work I've been sitting on for a while now.
513 * Draw circle for downloading geocaches. Constrain by maximum distance.
514
ab52dab8 5152007-11-08
4e4e9e57 516Quy Tonthat <qtonthat@gmail.com>:
28c82d8b
EB
517 * Printing support
518
24ca37ba
QT
5192007-11-01
520Quy Tonthat <qtonthat@gmail.com>:
521 * Fix bug that caused Old Google maps not being disabled by default.
522
8dbfe7a3
QT
5232007-10-24
524Quy Tonthat <qtonthat@gmail.com>:
525 * Fix crashes on elev graph for some tracks.
526 * Make low alt tracks look more visible on elev graph.
527 * Fix "incompatible pointer type" warnings.
528
c81a5cd7
BZ
5292007-10-23
530Quy Tonthat <qtonthat@gmail.com>:
531 * Missing declaration. Thanks to Bernd Zeimetz <bernd@bzed.de>
532
1530c21f
GB
5332007-10-20
534Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
535 * Releasing 0.9.3
536
4235f369 5372007-10-20
4e4e9e57 538Evan Battaglia <gtoevan@gmx.net>:
4235f369
EB
539 * Fixing minor typo in vikdemlayer.c which could cause crashes
540
21700912
QT
5412007-10-20
542Quy Tonthat <qtonthat@gmail.com>:
543 * Track Properties Dialog no longer blocks interaction of the main
544 window.
ca7e67ef 545 * Draw position marker on track elev/speed graphs at mouse click.
1d0135d8 546 * Diasable buttons on Track Properties Dialog when not needed.
dc27aba1
QT
547 * Display track name on title of track property dialog. Now that
548 viking allows multiple dialogs displayed simultaneously.
21700912 549
51f0884d 5502007-10-17
4e4e9e57 551Evan Battaglia <gtoevan@gmx.net>:
51f0884d
EB
552 * Fix problem with extraneous waypoints being plotted (wrap around problem). May still be problems in UTM mode.
553
9128a946 5542007-10-16
4e4e9e57 555Evan Battaglia <gtoevan@gmx.net>:
9128a946
EB
556 * Fix Google version parsing. Google no longer uses '=' and '&' but hex equivalents to describe the URI. Not sure if this will last :/
557
5ef1d57e
QT
5582007-10-16
559Quy Tonthat <qtonthat@gmail.com>:
560 * Interpolating DEM data in 3 different methods. Track data,
561 elevation-distance graph and elevation info on status bar now make use
562 of interpolation.
563
3220e336
QT
5642007-10-15
565Quy Tonthat <qtonthat@gmail.com>:
566 * Add more room to the top of elevation-distance graph.
567
b42009f6 5682007-10-14
4e4e9e57 569Evan Battaglia <gtoevan@gmx.net>:
b42009f6
EB
570 * Fix plotting of DEM elevation data (subtract min altitude)
571
165d30aa 5722007-10-12
4e4e9e57 573Evan Battaglia <gtoevan@gmx.net>:
165d30aa
EB
574 * Fix Esc and Backspace to work only when VikViewport has focus.
575 * VikViewport grabs focus on click or release events, or when a
576 tool move event returns VIK_LAYER_TOOL_ACK_GRAB_FOCUS.
577
5782007-10-12
07596bf4
QT
579Quy Tonthat <qtonthat@gmail.com>:
580 * Make use of DEM elevation data and GPS speed for track graphs.
581
777e2d4d
EB
5822007-10-11
583Evan Battaglia
584 * Key press framework for tools. Esc to stop track. Backspace to end track.
585
5c5f3289
GB
5862007-10-11
587Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
588 * Upgrading to API 0.5 of OSM
589
001a86db
QT
5902007-10-11
591Quy Tonthat <qtonthat@gmail.com>:
592 * Make Realtime Tracking a feature that can be disabled at configure
593 time. Do not quietly disable it beacause libgps is not available
594 at compiling time.
a2817d3c 595 * Extra data from GPS in realtime mode are now stored in trackpoints.
001a86db
QT
596
5972007-10-10
598Quy Tonthat <qtonthat@gmail.com>:
599 * Fix a crash bug caused by operation on variable inside a macro.
600
e086b16d 6012007-10-09
4e4e9e57 602Evan Battaglia <gtoevan@gmx.net>:
e086b16d 603 * Ctrl-shift-scroll to zoom like Google. Just scroll zooms like before.
7b203521
EB
604 * Show currently edited track in red-dashed line. This makes it easier
605 to tell if we've ended the track.
606 * When using new track tool, draw a line before making a point to
607 preview the new point.
807e03f9 608 * Use $BROWSER environment variable (for viewing geocache pages)
e086b16d 609
6dd43d93
QT
6102007-10-08
611Quy Tonthat <qtonthat@gmail.com>:
612 * Fix compiling breakage caused by missing icon file from the list.
613
58a642b6
GB
6142007-10-07
615Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
616 * libgps is no more mandatory
617
32e48121 6182007-10-07
9a30122d
EB
619Evan Battaglia <gtoevan@gmx.net>:
620 * Scroll zoom keeps cursor over same spot on map (like Google, QLandKarte)
bce3a7b0 621 * Cursors for tools.
c3deba01 622 * Undo magic scissors by right-clicking.
8fb71d6c 623 * Extend a track by right-clicking on it.
98f5364d 624 * Experiment: "Begin track" tool
9a30122d 625
58a642b6 6262007-10-07
32e48121
QT
627Quy Tonthat <qtonthat@gmail.com>:
628 * Correctly calculate position (based on time instead of distance)
629 when clicking on speed-time graph.
630 * Added km/h to speed entries of the track properties dialog.
6260ce3f 631 * The "Selected Time" on track properties dialog is now correct.
ddc2372e
QT
632 * Track Properties: now displays track distance/time instead of
633 "Selected Time".
32e48121 634
a45242c2
QT
6352007-10-06
636Quy Tonthat <qtonthat@gmail.com>:
637 * Fix bugs that caused odd display of time on track properties dialog.
4863105b 638 * Pop a message when failed to connect to gpsd.
a45242c2 639
057a78bc
QT
6402007-10-05
641Quy Tonthat <qtonthat@gmail.com>:
642 * Fix a segfault caused by (mistakenly) adding a new layer to gps
643 layer.
97cab2d5 644 * Be more selective in collecting realtime trackpoints.
057a78bc 645
c4e61875
QT
6462007-10-04
647Quy Tonthat <qtonthat@gmail.com>:
648 * Improvements for GPS layer's "realtime tracking".
649
c2e97e57
QT
6502007-10-02
651Quy Tonthat <qtonthat@gmail.com>:
652 * Fix crashes caused by emitting update too early at layer creation.
b87d3952 653 * Add realtime tracking to GPS layer.
8fcff869 654 * fix half-drawn problems for GPS layer.
c2e97e57 655
090cae39
GB
6562007-10-01
657Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
658 * Relax dependencies about glib by implementing
659 g_hash_table_remove_all ourselves (Evan's patch)
660
c9177aae
QT
6612007-10-01
662Quy Tonthat <qtonthat@gmail.com>:
663 * Disable half-drawn update when the center is moved. Avoid using
664 static "trigger" in viklayer.c which causes problems when viking
665 has more than one windows.
666
d295e344
QT
6672007-09-28
668Quy Tonthat <qtonthat@gmail.com>:
669 * Fix bug that caused Elevation graph not working properly with some
670 tracks.
671
415302f4 6722007-09-27
4e4e9e57 673Evan Battaglia <gtoevan@gmx.net>:
415302f4
EB
674 * GPSD Layer -- draw an arrow.
675 * Minimum elevation for DEM layer.
0df66d57
EB
676 * Half-drawn hack to only draw layers on top of the one that has
677 recently changed. A must for realtime GPS.
415302f4 678
0e25c0d0
QT
6792007-09-25
680Quy Tonthat <qtonthat@gmail.com>:
681 * SRTM download now works for regions outside North_America too.
682
fa86f1c0 6832007-09-23
4e4e9e57 684Evan Battaglia <gtoevan@gmx.net>:
fa86f1c0 685 * Fix copy & pasting DEM layers -- new serializing string list code.
9593a4c9
EB
686 * Don't crash if using tool on wrong type of layer / no layer.
687 Although I really want to know what happened to "use the top visible layer",
688 and return TRUE if the tool "accepts" the use...
689 editing lots of TRWLayers was way easier that way...
e9165710 690 * Remove unused vik_layer_copy() code
ee6ef0b1 691 * Add Magic Scissors icon (from GIMP)
bddd2056
EB
692 * Add comment when making a Google Route.
693 * Continue a magic scissors route by holding down control. Continue the comment too.
694 * 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 695 * Experimental GPSD support (VikGpsdLayer)
fa86f1c0 696
8c721f83 6972007-09-22
4e4e9e57 698Evan Battaglia <gtoevan@gmx.net>:
8c721f83
EB
699 * Pan Accelerators (Ctrl+Left, etc)
700 * Ctrl-Scroll and Ctrl-Shift-Scroll to pan, kind of like Gimp.
701 * Add a RADIOGROUP_STATIC properties factory type to make it easy
702 for new layers. Uses an array list (like before)
703 instead of a GList.
704 * DEM US 10m (dem24k) source! Option in DEM Layer & ./configure
705 * (copying & pasting DEM layers is broken, will fix later)
706
0c1044e9 7072007-09-21
4e4e9e57 708Evan Battaglia <gtoevan@gmx.net>:
0c1044e9
EB
709 * Fix right-click on geocache to work with new geocache names.
710 * Download & import SRTM 90m DEM data (still working on US 10m)
711
ed28ef63 7122007-09-17
4e4e9e57 713Evan Battaglia <gtoevan@gmx.net>:
ed28ef63
EB
714 * 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.
715
4f13653e
GB
7162007-09-09
717Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
718 * Removing unused files (*.png.h).
719
90e25247
GB
7202007-09-08
721Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
722 * Fix #1789550: define MAX macro if not defined on ALL systems
723
35462baf
QT
7242007-09-08
725Quy Tonthat <qtonthat@gmail.com>:
726 * AUtomatically fetching google version number.
727
eb93fa95
GB
7282007-09-07
729Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
730 * Fix #1789550: mkdtemp usage is conditioned, so it is possible
731 to build viking on system not offering such feature.
732
fd0a7199
GB
7332007-09-06
734Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
735 * Adding command line option framework.
736
4b53548b
QT
7372007-09-06
738Quy Tonthat <qtonthat@gmail.com>:
739 * Make viking's default start location somewhere more likely has maps.
ee180665
QT
740 * Fix crash when using "Maps Download" tools right after viking is
741 started (without a viking file).
4b53548b
QT
742
7432007-09-05
744Quy Tonthat <qtonthat@gmail.com>:
745 * Viking 0.9.2 (By Guilhem Bonnefille <guilhem.bonnefille@gmail.com>)
746
4e29c215
GB
7472007-09-03
748Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
749 * Fix: crash when "applying" a map layer property dialog.
94933cb8 750 * QA: strong type the second argument of the *_post_read functions.
63726881 751 * Preset filename when exporting a TrwLayer.
24277274
GB
752 * Refactoring: retrieve the VikWindow from the VikViewport via its
753 GtkWidget nature.
51c15f41 754 * Use $EMAIL to initialise email field for OSM upload.
07059501 755 * Do not warn about drawmode inconsistency while reading file.
e52d2bf3 756 * Hide Expedia view mode when expedia is not built in.
4e29c215 757
06f31fd5
GB
7582007-09-01
759Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
760 * Disable Expedia map layer by default (as it is not working).
761
1a8143e6
BZ
7622007-08-30
763Bernd Zeimetz <bernd@bzed.de>:
764 * Add redirect support (for Expedia map layer).
765
5092de80
GB
7662007-08-30
767Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
768 * Add ability to upload a single track.
769
dc5758d3
GB
7702007-08-28
771Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
772 * Check current drawmode after creating a new MapsLayer.
773
15e77c02
QT
7742007-08-25
775Quy Tonthat <qtonthat@gmail.com>:
776 * New google version number.
1918a993 777 * Better checking to detect downloaded text instead of images.
314c1ccc
QT
778 * Give more instructive message for attempting to download maps in
779 wrong mapmode.
15e77c02 780
f901dcdf
GB
7812007-08-20
782Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
783 * libcurl is a requirement
784
f8fe5d14
QT
7852007-08-20
786Quy Tonthat <qtonthat@gmail.com>:
787 * Fix bugs that cause crashes on layers copy/paste/delete.
d1f48cc2
QT
788 * Fix bug in Google search that caused viking jump to wrong location
789 when Google can not find the match.
f8fe5d14 790
1bd88e66
GB
7912007-08-16
792Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
793 * Group "Export Layer..." entries in a sub-menu.
794
494eb388
QT
7952007-08-16
796Quy Tonthat <qtonthat@gmail.com>:
797 * Clean up and eliminate compiler warning.
798
261c8fdc
QT
7992007-08-15
800Quy Tonthat <qtonthat@gmail.com>:
801 * Fix bug in creating temporary HOME when HOME is not set.
36c78d6d
QT
802 * Added --enable-old-google to configure script. Old google modes are
803 now disabled by default.
804 * Default mode for new maps is Google Maps.
261c8fdc 805
6a9ff0ee
QT
8062007-08-09
807Quy Tonthat <qtonthat@gmail.com>:
808 * Make Google Map default map type.
809
46e4fa54
QT
8102007-08-02
811Quy Tonthat <qtonthat@gmail.com>:
812 * DEM module can now read hgt.zip files directly (no need to unzip
813 them).
814 * DEM module can now process 1 arc sec hgt(.zip) files (mainly for USA
815 regions).
816
2dc9ab5e
QT
8172007-07-27
818Quy Tonthat <qtonthat@gmail.com>:
819 * Plug filedescriptor leak in dem.c
820
071da616
QT
8212007-07-26
822Quy Tonthat <qtonthat@gmail.com>:
823 * Display on status bar altitude at cursor using data from DEM layer(s).
824
ccff31c2
QT
8252007-07-25
826Quy Tonthat <qtonthat@gmail.com>:
827 * New google version numbers.
828
1ef9e637
QT
8292007-07-24
830Quy Tonthat <qtonthat@gmail.com>:
831 * Disable GeoCache Acquire since it nolonger works. Can be enabled
832 again using configure --enable-geocaches.
833
214f9ac2
QT
8342007-07-18
835Quy Tonthat <qtonthat@gmail.com>:
836 * Remove (my) debug messages which are no longer needed.
837
2dc9ab5e 8382007-07-15
214f9ac2
QT
839Quy Tonthat <qtonthat@gmail.com>:
840 * Missing a few changes here.
841 * release 0.9 (by Guilhem)
842
6ec35002
QT
8432007-07-13
844Quy Tonthat <qtonthat@gmail.com>:
845 * Eliminate the needs of entering DEM files for every single
846 track/waypoint layer.
847
84c2cc41
QT
8482007-07-07
849Quy Tonthat <qtonthat@gmail.com>:
850 * Fixed typo in Makefile.am
851
ad0a8c2d
EB
8522007-07-06
853Evan Battaglia <gtoevan@gmx.net>:
854 * Merge DEM Branch
855
441f28d3
QT
8562007-07-04
857Quy Tonthat <qtonthat@gmail.com>:
858 * Bug fix: View Mode displayed wrong setting on start up
859
83750a2d
QT
8602007-07-03
861Quy Tonthat <qtonthat@gmail.com>:
862 * Fixed bugs that caused draw_scale and draw_centermark status not being
863 consistent among View menu, viewport and loaded files.
864
ad0a8c2d 8652007-07-02
4e4e9e57 866Evan Battaglia <gtoevan@gmx.net>:
ad0a8c2d
EB
867 * DEM Branch: Trying to fix/cleanup various DEM things
868 * DEM Branch: Support for SRTM 3 arcsecond _global_ DEM data from http://www2.jpl.nasa.gov/srtm/
869
17407a43
QT
8702007-07-02
871Quy Tonthat <qtonthat@gmail.com>:
872 * Fixed bugs that caused crashes during GPS upload/download.
873
8cd10bb4 8742007-07-01
e2d11d62 875Quy Tonthat <qtonthat@gmail.com>:
8cd10bb4 876 * Make "Save Image" and "Save Image Directory" dialogs reusable.
e2d11d62 877
678fecbb
RM
8782007-06-24
879Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
880 * Merging with Ralf's work around debianization
ad4d241a 881 * INSTALL: refreshed
678fecbb 882
10888930
TS
8832007-06-23
884Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
885 * Minor change to avoid SEGFAULT on x86_64
a3188993 886 * Add DownloadOptions type to specify referer per map source
1b685d33 887
37518034
QT
8882007-06-19
889Quy Tonthat <qtonthat@gmail.com>:
890 * Fix bugs that causes "drawcentermark" not recognised when reading
891 from files.
892 * Fix a wild pointer bug that can cause crashes
893
d700ee38
GB
8942007-06-18
895Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
896 * Copying libcurl.m4 as it is needed everywhere
897
62c16860
QT
8982007-06-18
899Quy Tonthat <qtonthat@gmail.com>:
900 * New google version numbers.
901 * Make scale more visible.
902 * Add center mark which can be turn on/off in View menu.
903 * Viking now uses cookies for http requests. Some server(s) is quite
904 picky about this. (With great help from Lixus <gps@muellers.ms>)
0c24c0a5 905 * Download maps along a track. Right click on a track layer, select map
62c16860 906 type and zoom level, viking will do the rest.
0c24c0a5 907 * release 0.1.3-20070618
62c16860 908
99e679df
RM
9092007-06-13
910Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
911 * Adding an icon (suggested by Ralf Meyer <ranfyy@gmail.com>)
912
b0b88773
QT
9132007-06-8
914Quy Tonthat <qtonthat@gmail.com>:
915 * Fix a bug that causes segfault when viewing properties of a
916 waypoint.
917
4b31042b
QT
9182007-06-1
919Quy Tonthat <qtonthat@gmail.com>:
920 * Fix a bug that causes segfault when viewing properties of a track
921 that has only one trackpoint with elevation information.
1eef1bde 922 * Backport Evan's magic scissors from DEM branch.
4b31042b 923
f47d51b5
QT
9242007-05-31
925Quy Tonthat <qtonthat@gmail.com>:
926 * Add Google Maps search to View menu and Toolbar
927 * Waypoint created right after the search will pick up the search
928 string as comment. (Use TrackWaypoint Layer menu, not toolbar, to
929 create waypoint).
930
4587152b 9312007-05-26
4e4e9e57 932Mark Coulter <i_offroad@yahoo.com>:
4587152b
MC
933 * new waypoint symbols.
934
9b81efe3
QT
9352007-05-26
936Quy Tonthat <qtonthat@gmail.com>:
937 * Fix intermittent problem of map redraw.
938 * Mapslayer: Fixed bugs that cause in some cases, map display can not
939 be refreshed without downloading.
940
2d546d79
GB
9412007-05-24
942Ralf Meyer <ranfyy@gmail.com>:
943 * Adding man pages.
944
10ca2bfe
QT
9452007-05-24
946Quy Tonthat <qtonthat@gmail.com>:
947 * Maps layer: Improve performance for map autodownload.
3570ad57
QT
948 * Make dimensions easier to be found and changed to suit own tastes.
949 * Small touches on the look.
10ca2bfe 950
ff8b4326
QT
9512007-05-23
952Quy Tonthat <qtonthat@gmail.com>:
953 * New GPS layer menu items: "empty upload", "empty download", "empty
954 all"
7041549f 955 * acquire->Google Directions now record and display previous queries
3570ad57 956 fo "From"/"To" entries.
7041549f 957 * Position Google Directions dialogs at the center of Viking window.
ff8b4326 958
38778d11
QT
9592007-05-22
960Quy Tonthat <qtonthat@gmail.com>:
961 * GPS layer track and waypoint data can now be saved.
2bf7cadd
QT
962 * Disable prompt for save before exit.
963 * Add "Save and Exit" to File menu.
38778d11 964
ad0a8c2d 9652007-05-20
4e4e9e57 966Evan Battaglia <gtoevan@gmx.net>:
ad0a8c2d
EB
967 * DEM Branch
968
6d38ac4f
QT
9692007-05-20
970Quy Tonthat <qtonthat@gmail.com>:
971 * Stop autodownload from running forever on map downloading errors.
972
0b3c4c1c
QT
9732007-05-18
974Quy Tonthat <qtonthat@gmail.com>:
06e94d26 975 * Add curl-devel to spec file.
0b3c4c1c 976 * Map tool: Left click can now refresh display of map tiles.
4b31d033 977 * Check for non-displayable data after downloading map.
0b3c4c1c 978
11f88b69
QT
9792007-05-17
980Quy Tonthat <qtonthat@gmail.com>:
981 * Fix problems in map downloading caused by unreliable error
982 detection.
06e94d26 983 * Release 0.1.3
11f88b69 984
0b0963fb
QT
9852007-05-15
986Quy Tonthat <qtonthat@gmail.com>:
987 * Fixed bugs that can cause segfault on exit. The problem was caused
988by mapslayer's weak_ref not being unref'ed in some cases.
989
3335ae4e 9902007-05-13
4e4e9e57 991Evan Battaglia <gtoevan@gmx.net>:
3335ae4e
EB
992 * 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.
993
093c5c71 9942007-05-11
4e4e9e57 995Evan Battaglia <gtoevan@gmx.net>:
093c5c71 996 * Fix removal of redownloaded tiles from memory cache.
e415a0e8 997 * Fix a stupid segfault in main.c (opening new files)
093c5c71 998
056e8bd1
QT
9992007-05-09
1000Quy Tonthat <qtonthat@gmail.com>:
1001 * New Google version numbers.
1002
50817314 10032007-05-08
4e4e9e57 1004Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
50817314
GB
1005 * New "Refresh onscreen tiles" menu entry
1006
6afc9732 10072007-05-04
4e4e9e57 1008Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
6afc9732
GB
1009 * debian/: debianization
1010
81a061e4 10112007-04-29
4e4e9e57 1012Reid Priedhorsky <reid@reidster.net>:
81a061e4
GB
1013 * libusb support
1014
dfb4bdaa 10152007-04-28
4e4e9e57 1016Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
dfb4bdaa 1017 * OpenSourceMap slippy maps (in osm.c) -- Maplink tiles
ca9eb04a 1018 * Add configuration option for OpenStreetMap sources
dfb4bdaa 1019
67209ca8 10202007-04-23
4e4e9e57 1021Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
67209ca8
GB
1022 * OpenSourceMap slippy maps (in osm.c) -- Osmarender and Mapnik
1023
ed6242f3 10242007-04-21
4e4e9e57 1025Evan Battaglia <gtoevan@gmx.net>:
ed6242f3
EB
1026 * OpenSourceMap slippy maps (in google.c) -- identical to google maps except zoom numbering
1027
fa9fef36 10282007-04-16
4e4e9e57 1029Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
fa9fef36
GB
1030 * Adding libcurl support
1031
69b825fe
QT
10322007-04-04
1033Quy Tonthat <qtonthat@gmail.com>:
1034 * New Google version number.
1035 * Fixed Google Directions
1036
4a96999b
QT
10372007-02-20
1038Quy Tonthat <qtonthat@gmail.com>:
1039 * GPS layer dialog now displayed at the center of the Viking main
1040 window.
1041
997905be
QT
10422007-02-19
1043Quy Tonthat <qtonthat@gmail.com>:
1044 * New Google version numbers.
1045
af2740eb
QT
10462007-02-15
1047Quy Tonthat <qtonthat@gmail.com>:
1048 * Made viking.spec.in out of Michael's viking.spec
1049 * Added viking.spec.in to autoconf files.
1050
10512007-02-15
4e4e9e57 1052Michael A. Peters <mpeters@mac.com>:
af2740eb
QT
1053 * Added viking.spec
1054
07f39a64 10552007-02-14
4e4e9e57 1056Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
07f39a64
GB
1057 * NEWS, configure.ac: preparing 0.1.2
1058
4e0cf33b 10592007-02-13
4e4e9e57 1060Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
4e0cf33b
GB
1061 * src/vikwindow.c: remove URL and version number from window title
1062 * src/dialog.c: add URL and use dynamic information for version
21c318eb 1063 * AUTHORS, src/dialog.c: update contributors list
e8947958
GB
1064 * AUTHORS, src/dialog.c, src/Makefile.am: About dialog filled with
1065 AUTHORS file
4e0cf33b 1066
ecb51018
QT
10672007-02-07
1068Quy Tonthat <qtonthat@gmail.com>:
1069 * Fix bug that causes crashes when click at the right side (outside)
1070 of the track graph area in the Track Poperties window.
1071
e1e2f2c6 10722007-02-06
4e4e9e57 1073Jocelyn Jaubert <jocelyn.jaubert@gmail.com>:
e1e2f2c6
JJ
1074 * Add new information to Track Properties. Postion in time will be
1075 tracked and display when moving mouse cursor around the track graph.
1076
4f210965
QT
10772007-02-06
1078Quy Tonthat <qtonthat@gmail.com>:
1079 * New google version numbers.
d1fb6e7f 1080 * correct main window title and viking website.
4f210965 1081
369e959a
QT
10822007-02-05
1083Quy Tonthat <qtonthat@gmail.com>:
1084 * Cosmetic changes.
1085
119f63a0
QT
10862007-02-04
1087Quy Tonthat <qtonthat@gmail.com>:
1088 * Simplify tools enable/disable codes.
1089
79845167
QT
10902007-02-01
1091Quy Tonthat <qtonthat@gmail.com>:
1092 * Only tools that work with current active layer are enable,
1093 others are disable (fade out and does nothing when clicked on).
1094
d820e240
GB
10952007-01-27
1096Quy Tonthat <qtonthat@gmail.com>:
1097 * Display map sections while downloading (bug 1303429)
1098
267b6db5
QT
10992007-01-25
1100Quy Tonthat <qtonthat@gmail.com>:
1101 * Fixed bugs that caused crashes on creating new map layer or
1102 new track/waypoint layer.
1103
dad2c114
QT
11042007-01-24
1105Quy Tonthat <qtonthat@gmail.com>:
1106 * Updated google tranparent version number.
1107 * Made it more convenient to update google version numbers.
1108
cdcaf41c
QT
11092007-01-23
1110Quy Tonthat <qtonthat@gmail.com>:
1111 * Merged branch modular to trunk.
1112
54d3b232
QT
11132007-01-05
1114Quy Tonthat <qtonthat@gmail.com>:
1115 * Bug fix: main menu edit->delete and edit->cut did not work with
1116 waypoints and tracks.
1117
2cebc318
QT
11182007-01-04
1119Quy Tonthat <qtonthat@gmail.com>:
1120 * Added "Copy" and "Cut" to popup menus for track and waypoint (on the
1121 layer panel).
1122
20c7a3a0
QT
11232007-01-03
1124Quy Tonthat <qtonthat@gmail.com>:
107d445a
QT
1125 * bug fix: crash on inserting aggregate layer if the selected layer's
1126 parent is not an aggregate layer.
1127 * bug fix: crash when delete a child layer whose parent is not
1128 an aggregiate layer (eg gpslayer)
20c7a3a0
QT
1129 * Menu item selection for layer instances.
1130
fdca5edb
QT
11312007-01-02
1132Quy Tonthat <qtonthat@gmail.com>:
1133 * gpslayer: Unexpose interface functions.
5a4a28bf 1134 * Layers now can have their say on what pop up menu items they want.
fdca5edb 1135
cdcaf41c 11362007-01-02
4e4e9e57 1137Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
cdcaf41c
QT
1138 * Add ability to disable Terraserver stuff
1139 * Add ability to disable Expedia stuff
1140
fdca5edb
QT
11412007-01-01
1142Quy Tonthat <qtonthat@gmail.com>:
1143 * gpslayer: fix bugs that causes crashes when click "Cancel" on layer
1144 creation dialog.
1145
cdcaf41c 11462007-01-01
4e4e9e57 1147Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
cdcaf41c
QT
1148 * Make all .h self sufficient
1149 * Add ability to disable Google stuff
1150
b364d6bc
QT
11512006-12-31
1152Quy Tonthat <qtonthat@gmail.com>:
1153 * Added gps layer
1154
cdcaf41c 11552007-01-02
4e4e9e57 1156Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
cdcaf41c
QT
1157 * Add ability to disable Terraserver stuff
1158 * Add ability to disable Expedia stuff
1159
11602007-01-01
4e4e9e57 1161Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
cdcaf41c
QT
1162 * Make all .h self sufficient
1163 * Add ability to disable Google stuff
1164
b291388a
GB
11652006-12-26
1166Quy Tonthat <qtonthat@gmail.com>:
1167 * Fix a google version number change (at least in Australia).
1168
ea40bccf
AF
11692006-12-07
1170Quy Tonthat <qtonthat@gmail.com>:
1171 * Fix an array overflow bug in Map Layer Properties
1172
b7b66e1f
GB
11732006-12-04
1174Alex Foobarian <foobarian@gmail.com>:
1175 * Added an "About" dialog
1176
68fb2913
AF
11772006-11-30
1178Alex Foobarian <foobarian@gmail.com>:
1179 * Added Quy Tonthat's patch to fix a bug in Track Properties
1180
1a8437ab
AF
11812006-11-29
1182Alex Foobarian <foobarian@gmail.com>:
ea40bccf 1183 * Added patch by Quy Tonthat <qtonthat@gmail.com> to fix a crash bug
1a8437ab 1184
fa1b5a5f 11852006-11-12
4e4e9e57 1186Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
fa1b5a5f
GB
1187 * Add expat explicit dependency
1188
7432fddf
AF
11892006-10-31
1190Alex Foobarian <foobarian@gmail.com>:
1191 * Visual feedback for moving waypoints
1192
33534cd8
AF
11932006-10-30
1194Alex Foobarian <foobarian@gmail.com>:
1195 * Created standard Edit menu
1196 * Implemented Cut for trackpoints and waypoints
1197 * When moving trackpoints, we now draw one under the cursor for visual feedback
1198
f9db6bd6
AF
11992006-10-26
1200Alex Foobarian <foobarian@gmail.com>:
1201 * Cleared up the drawing modes and map type descriptions
1202 * Updated google version string to make it work in Europe
1203 * Added Cut/Copy/Paste shortcuts to right-click menus
4b00e581 1204 * Compacted the track properties dialog
f9db6bd6 1205
941aa6e9
AF
12062006-10-23
1207Alex Foobarian <foobarian@gmail.com>:
1208 * Introduced a toolbar tool interface, converted existing tools to use it
1209 * As a result, ruler drawing bugs are gone
1210 * Sped up ruler drawing by increasing the redraw priority
1211
78c9fb5b 12122006-08-15
4e4e9e57 1213Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
78c9fb5b
GB
1214 * Add implicit DMS->DDD conversions in waypoints dialogs
1215
0165e6e4 12162006-07-26
4e4e9e57 1217Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
0165e6e4
GB
1218 * src/degrees_converters.c, src/degrees_converters.h,
1219 test/degrees_converter.c: add dec -> DDD conversion
1220 * src/degrees_converters.c, src/degrees_converters.h,
1221 test/degrees_converter.c: add dec -> DMM conversion
1222 * src/degrees_converters.c: refactor dms conversions
1223
6c02911c 12242006-07-24
4e4e9e57 1225Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
6c02911c
RP
1226 * Add patch for GoogleMaps from Reid Priedhorsky
1227
0165e6e4 12282006-07-22
4e4e9e57 1229Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
0165e6e4
GB
1230 * Makefile.am, configure.ac, src/Makefile.am,
1231 src/degrees_converters.c, src/degrees_converters.h,
1232 test/Makefile.am, test/check_degrees_conversions.sh,
1233 test/degrees_converter.c: Adding degrees conversion functions
1234 (DDD/DMM/DMS)
1235
12362006-07-06
4e4e9e57 1237Evan Battaglia <gtoevan@gmx.net>:
0165e6e4
GB
1238 * ChangeLog, src/google.c: Upgrade Google Maps -- Europe
1239
a808ab5f
EB
12402006-07-01
1241Evan Battaglia <gtoevan@gmx.net>:
1242 * Upgrade Google Maps version (yay Europe!)
1243
0165e6e4 12442006-06-11
4e4e9e57 1245Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
0165e6e4
GB
1246 * NEWS, configure.ac: Preparing 0.1.1
1247
65f0ccab
AF
12482006-05-25
1249Alex Foobarian <foobarian@gmail.com>:
1250 * Cleaned up the data source interface
1251 * Added a setup dialog to the GPS data source, with protocol type and serial port location
1252
5f304fd7
AF
12532006-05-12
1254Alex Foobarian <foobarian@gmail.com>:
1255 * Small fixes in Acquire from GPS code
1256
4e4e9e57
GB
12572006-05-08
1258Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
fe203390
GB
1259 * autogen.sh: simpler method to start from CVS
1260
a8d46e0b 12612005-12-03
4e4e9e57 1262Evan Battaglia <gtoevan@gmx.net>:
a8d46e0b
EB
1263 * Data sources -- check for existence of necessary things
1264
7b3479e3 12652005-11-25
4e4e9e57 1266Evan Battaglia <gtoevan@gmx.net>:
7b3479e3
EB
1267 * Created "data sources" structure to easily add new data sources via GPS babel.
1268 It's ugly now and there's a lot to be done, but I think 79-line datasources_google.c
1269 shows the power of the approach.
3333c069 1270 * Data sources: Google & Geocaches
7b3479e3 1271
4e4e9e57
GB
12722005-11-23
1273Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
8904c540 1274 * src/gpx.c (gpx_dtostr): add better GPX export
161aa492
EB
1275Evan Battaglia <gtoevan@gmx.net>:
1276 * dtostr -> coords.c; use in gpsmapper.c and gpspoint.c (locale-independent output)
8904c540 1277
d1fa6cff
AF
12782005-11-21
1279Alex Foobarian <foobarian@gmail.com>:
1280 * Fixed v-t diagram crash bug
1281
1d1bc3c1
EB
12822005-11-19
1283Alex Foobarian <foobarian@gmail.com>:
1284 * GPSBabel acquire code
1285
9f0cd67d
AF
12862005-11-18
1287Alex Foobarian <foobarian@gmail.com>:
1288 * Copy/paste of individual track- and way-points updated to work between processes.
1289
0a6cab71
AF
12902005-11-17
1291Alex Foobarian <foobarian@gmail.com>:
1292 * Copy/paste between viking processes
1293 * Layer marshalling support
1294
4e4e9e57
GB
12952005-10-28
1296Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
1bc9b120
GB
1297 * configure.ac: Adding --with-mapcache configure option
1298 * src/config.h: Removed because no more used (generated)
1299
15614495
AF
13002005-10-18
1301Alex Foobarian <foobarian@gmail.com>:
1302 * Fix ruler declination in UTM mode
1303
4e4e9e57
GB
13042005-10-17
1305Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
80dc8501
GB
1306 * src/icons/Makefile.am: assumes the creation of icons.h
1307 * src/garminsymbols.c, src/vikwindow.c: icons.h re-located
1308 * src/Makefile.am: no more icons.h production
1309
024f32c1 13102005-10-16
4e4e9e57 1311Evan Battaglia <gtoevan@gmx.net>:
024f32c1 1312 * Fix ruler: show angle, distance even when compass off-screen.
1a18e09d 1313 * Fix bgitemcount. Background items status bar "should" be accurate now.
024f32c1 1314
c48517ad
AF
13152005-10-13
1316Alex Foobarian <foobarian@gmail.com>:
1317 * Drag and drop whole track/waypoint lists
1318
80e450c0
AF
13192005-10-12
1320Alex Foobarian <foobarian@gmail.com>:
1321 * Coord layer drawing for lat/lon based projections
1322
0dff88ea
AF
13232005-10-11
1324Alex Foobarian <foobarian@gmail.com>:
1325 * Draw a compass when using a ruler
1326
e4847ce9
AF
13272005-10-07
1328Alex Foobarian <foobarian@gmail.com>:
1329 * Added ruler drawing to the ruler tool
1330
2f50c650
AF
13312005-10-06
1332Alex Foobarian <foobarian@gmail.com>:
1333 * Added support for pasting coordinates in lat/lon format
1334
e890a6e6
EB
13352005-10-05
1336Alex Foobarian <foobarian@gmail.com>:
1337 * Change clipboard so as to use GTKClipboard. Prepare for support for pasting coordinates, etc.
1338Evan Battaglia <gtoevan@gmx.net>:
1339 * When pasting waypoints and tracks, do name resolution (add #2, etc)
1340
08b251ec
EB
13412005-10-01
1342Evan Battaglia <gtoevan@gmx.net>:
1343 * make symbols work for geocaching .loc files (and case-insensitive symbol names)
35c7c0ba 1344 * Option as to whether or not to show unit scale (esp for exporting images)
08b251ec 1345
4e4e9e57
GB
13462005-09-30
1347Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
dad55b79 1348 * configure.ac, src/Makefile.am (SUBDIRS): added auto-tools support for src/icons
70a23263
AF
1349Alex Foobarian <foobarian@gmail.com>:
1350 * Added a drag_drop_request method to layer interface, updated DnD to use it
e673b75f 1351 * Updated DND to insert layers at the point of the drop, instead of front of list
42c2ac3e 1352 * Added wp symbol support to gpx
92136662 1353 * Fixed name collisions during track/wp DND
ea3933fc
EB
1354 * Layer-wide option as to whether to show waypoint symbols
1355
acaf7113
AF
13562005-09-29
1357Alex Foobarian <foobarian@gmail.com>:
1358 * Added support for waypoint symbols (changing, loading, saving), and a small number of icons.
1359 * Added a scale ruler
1360 * Changed panning to show less "garbage" in exposed areas
1361
a5e51d35
EB
13622005-09-28
1363Evan:
1364 * menu.xml & icons inline
1365
e4afc73a 13662005-09-27
acaf7113 1367Alex Foobarian <foobarian@gmail.com>:
e4afc73a
EB
1368 * GtkUIManager/Toolbar
1369 * DND in the LayersPanel
0912fc7e
EB
1370Evan:
1371 * strtod -> g_strtod (i18n glitch)
1372
4e4e9e57
GB
13732005-09-25
1374Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
0912fc7e
EB
1375 * src/globals.h (VIKING_VERSION): uses the PACKAGE_VERSION macro
1376 * Makefile.am (EXTRA_DIST): handles viking-remote
1377 * src/Makefile.am (AM_CFLAGS): substitution of CFLAGS by AM_CFLAGS
1378 * doc/Makefile.am, doc/dev/Makefile.am: new files
1379 * Makefile.am (SUBDIRS): handles doc directory
1380 * configure.ac: handles doc and doc/dev directories
e4afc73a 1381
2ab9b480 13822005-09-16
2ab9b480 1383Alex Foobarian <foobarian@gmail.com>: fix to v-vs-t (better drawing)
3de5bc4f
EB
1384Evan: * GPX fixes
1385 * So Geocaching .LOC _isn't_ GPX?!?!? Oh well, it's XML...
1386 * GPX write, click v-vs-t diagram
1387 * Option to show stops in TRWLayer options, and stop_length
1388 * Elevation plotting relative to min and max elevation in track.
1389 * Option to do elevation plotting, and controlling relative height
2ab9b480
EB
1390
13912005-09-15
1392 * 4+ hours later and voila, GPX read support
1393 * Fixes in propwin if track doesn't have certain data, say so.
1394
13952005-09-14
1396Me (Evan) again:
1397 * Fix USGS support
1398 * Click on the elevation map to go there, so you can see where a mountain-top is etc.
1399 * Don't crash on track properties of an empty track.
1400
734652bf 14012005-09-13
4e4e9e57 1402Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
734652bf
EB
1403 * bootstrap: new file to bootstrap auto-tools
1404 * src/config.h (VIK_CONFIG_ALPHABETIZED_TRW): no more set via this file
1405 * Makefile.am (bin_SCRIPTS): viking-remote added
1406 * configure.ac: --enable-alphabetized-trw option added
1407
1408Evan Battaglia <gtoevan@gmx.net>:
1409 * Experimental altitude funky plotting I'm working on
1410
14112005-09-12
1412Alex Foobarian <foobarian@gmail.com>'s changes
1413* disable stops, for now (I forgot about those...)
1414* Track elevation graph: minimum altitude difference for less jagged curves
1415* Track elevation graph: gray background, blue foreground
1416* Track elevation graph: lines to clearly show absolute elevation
1417* New velocity-vs-time graph & calculating function
1418* Notebook to hold this new graph with track elevation graph
1419My (Evan's) changes:
1420* Fix above v-vs-t patch to not crash on tracks without timestamp.
1421* Not show v-vs-t graph and/or elevation map if the necessary data isn't there.
4e4e9e57 1422Guilhem Bonnefille <guilhem.bonnefille@gmail.com>'s changes
dad55b79
GB
1423 * bootstrap: new file to bootstrap auto-tools
1424 * src/config.h (VIK_CONFIG_ALPHABETIZED_TRW): no more set via this file
1425 * Makefile.am (bin_SCRIPTS): viking-remote added
1426 * configure.ac: --enable-alphabetized-trw option added
734652bf 1427
9903c388
EB
14282005-09-07
1429Autotools support by Guilhem Bonnefille.
1430
bb71de8b
AF
14312005-09-06
1432Added Alex Foobarian's track duration patch.
1433Added Alex Foobarian's track profile patch.
9903c388 1434Added Alex Foobarian's elevation map fix.
bb71de8b 1435
725c87e1
EB
14362005-09-04
1437Map cache fix: if only one map can fit / one map is bigger than cache size, then that's OK.
bb71de8b 1438Delete from cache when updating image.
725c87e1 1439
50a14534
EB
14402005-08-18
1441Map cache size based on memory usage, not number of images. Some flaws to be worked out still in this.
1442
14432005-08-16
1444Accepted USGS maps support from Clark McKines. Pretty slick, I'll have to take a look at it.
1445
14462005-08-02
1447Quite easily added support for Mercator projection & Google Mercator maps (regular, transparent etc)
1448Chaned waypoint types a little bit (size of waypoint)
1449
14502005-07-31
1451Hopefully fixed background.c item # count
1452Fixed KH Maps (v=2)
1453
14542005-06-20
1455A little research & added KH Maps support.
1456
14572005-06-19
1458Fixed right-click waypoint edit -> crash bug, hopefully.
1459Fixed "everyone lives in zone 11" assumption for vikgeoreflayer.c; still monozone though ...
1460Made it so when you paste or add a new layer, it pastes it before the selected layer, not to the top.
1461Fixed the bug where pasting a map layer messed up the name.
1462Made dragging middle mouse button pan. Removed pan tool. Thanks Reid for the idea.
1463Made different options for drawing waypoint dots. Not very good but we can make better-looking ones later.
1464