Subversion Repositories public

Rev

Rev 285 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
314 andreas 1
Version: 0.7.1
2
==============
3
 
4
Added to "import.cpp" a callback function. It is used ba class
5
"sportwatcherwidget" and enables the import to save each track sepeartely.
6
This allows the correct reading of multisport events.
7
 
8
Added to "import.cpp" recognizing of XML attribute "Sport". This attribute
9
describes the type of sport a Garmin watch have recorded.
10
 
283 andreas 11
Version: 0.7
12
============
13
 
285 andreas 14
Added a dialog box to easily select the layers of a WMS server. The dialog
15
gets the capabilities of a given WMS server and lets the user select the
16
wanted layers. It displays a sample immediately in a small area.
17
 
18
Capture the error messages of GDAL and show them in a KDE error message box.
19
 
283 andreas 20
Fixed the labels of speed and elevation curves. Now they are translateable
21
into any language.
22
 
23
Fixed the initializing of variables. Now the compiler does not warn anymore
24
about uninitialized variables.
25
 
26
Added printing support. Every loaded activity can be print. The page selection
27
of the printing dialog is honored.
28
 
29
Added support for OSM files. Now a map can be created directly out of an OSM
30
file. This will work only, if the OSM plugin was installed with Mapnik!
31
 
32
Added support for PostGIS databases.
33
 
34
Added support for ESRI shape files. Created some Mapfiles to support some
35
shape files out of the box.
36
 
37
Added a parser to interpret a mapfile and set the options to Mapnik. This is
38
the precondition for supporting vektor data sources.
39
 
40
 
41
Version: 0.6
42
============
43
 
44
Added support for TCX-Files as the Garmin TrainingCenter produces.
45
 
46
Stabilized the import of TCX-Files.
47
 
217 andreas 48
Fixed a bug in export of TCX file. Now a lap contains the correct number of
49
tracks. Even the very last track is also exported now.
50
 
51
Changed the algorithm to find the total time and distance of a training session.
52
Now it should work, even if the user has deleted some laps directly inside
53
the watch. BTW: The watch only sumarizes the length of each lap, and if there
54
was one deleted, the total time and distance is displayed wrong. This is a bug
55
in the Forerunner 305.
56
 
57
Importing data from a TCX-file is now supported. This function is currently
58
not stable and should be used with care!
59
 
216 andreas 60
It's now possible, to save GPS informations in GPX and OSM format. This
61
allows to export the tracks into other programs and/or into maps.