Joern
c9c9255544
Update Translation DE
...
,,, + small text fix in original
2017-04-23 18:57:32 +02:00
Joern
c412dd6b8d
Default Weight vs. BodyMeasurements
...
... separate (single) default weight stored in GC_WEIGHT from time-dependent body measurements on UI
... To Do - analyse and if necessary adjust use of GC_WEIGHT vs. use of time-dependent body measurement
2017-04-23 12:53:52 +02:00
Mark Liversedge
05b3ed0d56
Wiki CloudServiceDialog screenshot
...
Added a screenshot of the cloudservicedialog for the wiki whilst documenting the CloudService API.
2017-04-23 10:42:35 +02:00
Joern
e5a6eb1010
Merge pull request #2470 from Joern-R/TE
...
Fix Terminology
2017-04-23 10:07:05 +02:00
Alejandro Martinez
2345fec490
Re-introduced vector expressions
...
Using [[Date_From:Date_To]] instead of [Date_From:Date_To] to
avoid conflicts with array indexing
Fixes #2278
2017-04-22 20:18:12 -03:00
Mark Liversedge
f0d6692c65
R 3.4.0 Support
...
.. the C runtime declarations changed in R-base which broke
the RTool.cpp build.
.. fixed up to support 3.4.0 onwards with new structure whilst
still working for earlier versions.
2017-04-22 22:37:30 +01:00
Mark Liversedge
0965185564
Strava : Choose metadata field for activity name
...
.. includes new Metadata1 type field in the CloudService
settings types with support in AddCloudWizard.
.. also fixed a bug in CloudServiceFactory::saveSettings
which failed for Combo1 (and now Metadata1) config.
.. user gets a drop down of metadata fields to use as the
source for the name of the activity when posting to
strava.
.. if the field is blank then the activity name is posted.
2017-04-22 21:48:16 +01:00
Joern
319c1f6702
Fix Terminology
...
... "measurements" (noun) not "measures" (verb) - thanks Mark
2017-04-22 19:44:45 +02:00
Joern
6033e9e538
Rename FileName (which PR did not do)
2017-04-22 14:38:12 +02:00
Joern
178419de0e
Rename FileName (which PR did not do)
2017-04-22 14:37:36 +02:00
Joern
fd79d50742
Merge pull request #2469 from Joern-R/ServiceName
...
Rename "TraingStageBuch" to "TrainingsTageBuch"
2017-04-22 14:34:00 +02:00
Joern
abccf84199
Rename "TraingStageBuch" to "TrainingsTageBuch"
2017-04-22 13:55:35 +02:00
Mark Liversedge
1e06d44d5c
Strava : Include from/to in date range
...
.. Strava API returns rides after/before the from/to dates but
we want to include rides *on* those days.
2017-04-22 11:18:49 +01:00
Mark Liversedge
f3539a12fc
Strava : Debug steals response data
...
.. writeFileCompleted debug statement was stealing the response
readAll data so when it was being requested to process there
was no data to receive.
.. changed the debug to be unobtrusive and output the data
using local variables instead.
.. this bug is only noticeable if you have enabled Strava
debug in gcconfig.pri
2017-04-22 10:27:10 +01:00
grauser
02ea7e0ed4
Strva : Use remotename
2017-04-22 10:22:53 +02:00
grauser
7a0bc047b2
Strava : use local start date
2017-04-22 09:57:23 +02:00
grauser
c1d6390fdc
Strava : add pagination on query
...
result seems limited to 30 activities
2017-04-21 22:50:48 +02:00
grauser
d2b81f5f17
Strava : Refactor Stream reading
...
Like Mark did with SportTracks
2017-04-21 22:23:54 +02:00
grauser
44d90f0f2f
Strava : Adjust streams call
2017-04-21 17:25:59 +02:00
grauser
769a7d19e0
Strava : Read Streams
2017-04-21 17:02:58 +02:00
Joern
bf1b739414
Merge pull request #2466 from Joern-R/TP-RPE
...
Today's Plan RPE - fixes
2017-04-21 09:24:26 +02:00
Alejandro Martinez
3e65902367
Fix download regression
...
.. Athlete::addRide() changes broke DownloadRideDialog
2017-04-20 19:05:42 -03:00
Joern
48debe15d5
Today's Plan RPE - fixes
...
... "name" does not always contain the real file name and is editable - use our filename instead
... RPE may be double (e.g. when set in TP) - round to int for Overview Widget
2017-04-20 19:36:44 +02:00
Joern
797ee2d197
Merge pull request #2465 from Joern-R/FixDT
...
Fix Regression DataTable
2017-04-20 15:33:26 +02:00
Joern
b50b684e1e
Fix Regression DataTable
...
... if a column has no data - just do not try to add the missing rows
2017-04-20 14:47:14 +02:00
Joern
e5ee3b588d
Merge pull request #2461 from Joern-R/Fix-Plot
...
Fix "Shadow" Tmp-Exhaustion Marker
2017-04-20 12:16:21 +02:00
Mark Liversedge
56fc9411c2
Merge pull request #2462 from mtbkeith/kr-SwimRunPace
...
Use units specified in zone settings for run/swim/default.
2017-04-20 05:10:01 +01:00
Keith Reynolds
0b289b9fbc
Use units specified in zone settings for run/swim/default.
...
Using Preferences->Athlete->Zones->Pace Zones for both Run/Swim to override Preferences->General->unit.
Simplify some code with if/else blocks.
Reorganize Tooltip variable argument order to match placement in text.
Still several problems around kph being used in chart y-value despite settings.
Use const when appropriate.
2017-04-19 21:09:28 -06:00
Joern
f2239a8246
Fix "Shadow" Tmp-Exhaustion Marker
...
... which appears only when plot is "zoomed in"
2017-04-19 20:19:21 +02:00
Mark Liversedge
f5f7d42116
Merge pull request #2459 from mtbkeith/kr-fix-cvUnits
...
Use correct units for CV hover dialog.
2017-04-19 17:26:42 +01:00
Keith Reynolds
5a664f8a9c
Fix CP chart to add in y-value.
...
Adds y-value into ‘units2’; as kph, mph has done.
Re-order heat curve creation into if/else area.
Put string args on separate lines.
2017-04-19 09:56:46 -06:00
Keith Reynolds
cd485c27df
Use correct units for CV hover dialog.
2017-04-19 01:30:27 -06:00
Keith Reynolds
cd8afbb297
Fix minor warnings & reduce header includes.
2017-04-18 23:22:27 -06:00
Mark Liversedge
5269566c4c
Merge pull request #2457 from stschake/bug/cloud-default-url
...
Fix variant check to ensure default URL is used in Cloud Service wizard
2017-04-19 05:24:18 +01:00
Stefan Schake
3c3a9bc8ff
Fix variant check to ensure default URL is used
2017-04-18 23:19:34 +02:00
Mark Liversedge
59e843ddfd
Cloud Auto Download - Better info
...
.. tell the user how many and where data is being downloaded
.. tell the user when checking we only look 30 days in the past
2017-04-17 11:05:14 +01:00
Mark Liversedge
7d80a2cc69
Fix import regression
...
.. Athlete::addRide() changes broke RideImportWizard
2017-04-16 19:32:28 +01:00
Mark Liversedge
a459723ea8
Merge pull request #2454 from sisao/master
...
Screenshot for RChart wiki page.
2017-04-16 18:23:45 +01:00
slorenz
15cd1ce4b4
Screenshot for RChart wiki page.
2017-04-16 16:34:54 +02:00
Mark Liversedge
869b218a96
Hi-DPI Support - Cosmetic Fixups
...
.. some overlooked symbols, fonts and editbox sizes
2017-04-16 11:11:57 +01:00
Mark Liversedge
5457ea0cc6
Merge pull request #2451 from sisao/AddZonesLowToR
...
Provide zoneslow and zonescolor in GC.athlete.zones().
2017-04-15 20:59:56 +01:00
Mark Liversedge
135af75fc2
Fix auto download flicker
...
.. if no auto download services are selected then there is
no need to show the auto download progress.
2017-04-15 18:41:52 +01:00
slorenz
ef55c7c4c1
Provide zoneslow and zonescolor in GC.athlete.zones().
2017-04-15 19:22:36 +02:00
Mark Liversedge
70593976cb
Cloud Auto Download - 3 of 3
...
.. Gui notifications of background activity
.. a small notification area at the bottom of the analysis
sidebar shows checking and download status.
.. also fixed up the ride list to not select them, since that
is irritating if your in the middle of doing something.
2017-04-15 17:52:04 +01:00
Mark Liversedge
8c12cefa8a
SixCycle - Support Compressed Download
...
.. where file name is e.g. tcx_*.gz to indicate a TCX file
using gzip compression.
2017-04-15 11:13:21 +01:00
Joern
5ecaf64c76
Merge pull request #2449 from Joern-R/BM-Metrics
...
RideMetrics - add missing Body Measures
2017-04-15 08:56:03 +02:00
Mark Liversedge
b55173643d
Cloud Auto Download - 2 of 3
...
.. background download management, adds to the ride list
.. next commit needs to fixup GUI notifications etc.
2017-04-14 19:37:39 +01:00
Joern
7d354f28cf
RideMetrics - add missing Body Measures
...
... Athlete Bones
... Athlete Muscles
2017-04-14 20:03:34 +02:00
Mark Liversedge
ccbba3e0a2
Cloud Auto Download - 1 of 3
...
.. initial plumbing to get the auto downloader integrated
into context, athlete and ridecache refresh.
.. part 2 will need to perform the download functions
.. part 3 to add the GUI / notification of progress
2017-04-14 15:40:49 +01:00
Mark Liversedge
2b4759c16d
Fix train view select ERG crash
...
.. regression introduced by c187bda7
2017-04-14 14:47:51 +01:00