Commit Graph

8 Commits

Author SHA1 Message Date
Alejandro Martinez
cba3d28520 Store R-R data into XData for SML files
In line with R-R data treatment for FIT files
Test file: test/rides/Ambit3-HRVbutNoHR.sml
2017-01-30 00:37:47 -03:00
Alejandro Martinez
f5386d0b16 Added swim XData for SML lap swimming files
One record per length with the same conventions
used for FIT files
2016-11-24 20:07:01 -03:00
Alejandro Martinez
7e10f64368 Fixed SML lap swimming files import when using drill mode
Fixes #2198
2016-11-24 11:17:39 -03:00
Mark Liversedge
4fe26a2a83 Fix SML rounding of speed
.. fixes #2184
2016-11-18 09:17:22 +00:00
Alejandro Martinez
bc10fd2688 Add Pool Length Tag to SML file parser 2016-05-15 15:34:21 -03:00
Alejandro Martinez
f7dc38bcfd Fixed HRV to HR in SML files
To avoid HR gaps when < 60 bpm
Added test file with HRV and no HR
2016-05-03 19:19:42 -03:00
Alejandro Martinez
b62b3c6e10 Import HR from R-R data for SML files
Fixes #1841
2016-05-02 15:11:49 -03:00
Mark Liversedge
4b5201c4c5 Restructure source directory
Introducing a directory structure to make it a bit less
daunting for new developers and perhaps even old hands.

The main folders all start with an upper character, so src
files are now located in;

* Core - Core data structures
* Gui - Main GUI elements
* Metrics - Models and Metrics
* FileIO - Device and File I/O
* Charts - All the chart types
* Cloud - Working with Web Resources
* Train - Anything Train View specific
* ANT - Our ANT+ Stack
* Resources - Images, Translations, Web etc

Apologies to anyone who needs to merge across this update.
2016-02-25 14:51:53 +00:00