Commit Graph

8 Commits

Author SHA1 Message Date
Mark Liversedge
fd55ee97bb Fix integer constant is too large for 'long' type
.. use long double constant
2016-09-24 16:19:52 +01:00
Mark Liversedge
36df2e3aed Merge pull request #2052 from gernot-hochmuth/master
Fix calculation of minimum values of SmO2 and tHb and average of tHB
2016-09-16 22:10:48 +01:00
Mark Liversedge
121818b90f Fix RowPerfect 3 CSV Import
.. handle intervals properly
.. fix offsetting of intervals in RideFile.cpp (ancient bug!)
2016-09-08 22:59:19 +01:00
Mark Liversedge
d654d91538 Add XData UNITS support Part 1 of 2
.. added to JSON file format, set when importing from RP3 and FIT files

.. primarily used by FIT developer fields that contain unit data

.. but we add units for file formats where we know them (as an english
   language string)

.. in part 2 we will add units to the datafilter expressions and the
   dialogs in the ride editor to let users edit unit names along with
   value names.
2016-08-26 09:27:08 +01:00
gernot-hochmuth
83d2d581de Added metric running speed in CSV-file import recorded by BSX-Insight2
In CSV-files recorded by a BSX-Insight 2 sensor the running speed measured using a footpod is denoted as *speed*. Running speed is recorded in m/s. Conversion to km/h is implemented. The metric is converted to mph if GC is configured to use non metric units.

please review
2016-08-13 13:20:49 +02:00
Mark Liversedge
63264f6f59 Row Perfect 3 CSV File Support
.. all data added as XDATA.
.. time, distance, power and hr available in standard data too.
2016-07-19 15:41:07 +01:00
grauser
78e1f5781b CSVRideFile : import wahoo MA (Motion Analysis ?) csv files 2016-07-11 23:41:48 +02: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