Subversion Repositories public

Compare Revisions

Ignore whitespace Rev 282 → Rev 283

/sportwatcher/trunk/ChangeLog
1,3 → 1,34
Version: 0.7
============
 
Fixed the labels of speed and elevation curves. Now they are translateable
into any language.
 
Fixed the initializing of variables. Now the compiler does not warn anymore
about uninitialized variables.
 
Added printing support. Every loaded activity can be print. The page selection
of the printing dialog is honored.
 
Added support for OSM files. Now a map can be created directly out of an OSM
file. This will work only, if the OSM plugin was installed with Mapnik!
 
Added support for PostGIS databases.
 
Added support for ESRI shape files. Created some Mapfiles to support some
shape files out of the box.
 
Added a parser to interpret a mapfile and set the options to Mapnik. This is
the precondition for supporting vektor data sources.
 
 
Version: 0.6
============
 
Added support for TCX-Files as the Garmin TrainingCenter produces.
 
Stabilized the import of TCX-Files.
 
Fixed a bug in export of TCX file. Now a lap contains the correct number of
tracks. Even the very last track is also exported now.