Jan Dvořák
edb2340b35
Czech translation ( #3276 )
...
Translate to Czech - Part 2
2019-12-30 08:18:01 -03:00
Ale Martinez
5ee004f355
Added Python Fixes Screen Captures for the wiki
...
[skip ci]
2019-12-29 10:14:55 -03:00
Ale Martinez
6eea504796
Fix travis-ci macOS builds
2019-12-28 14:31:19 -03:00
ericchristoffersen
4eae552846
Fix Issue 3273: Busy Hang in FixDeriveDistance ( #3275 )
...
Fix #3273 : Busy Hang in FixDeriveDistance
Init goodii to 0 so tolerate no valid points.
2019-12-28 05:17:07 -03:00
Ale Martinez
26723b2755
Add missing QMap include to PowerProfile.h
...
Some toolchains report an error
Fixes #3270
2019-12-23 23:46:53 -03:00
Ale Martinez
b0d3e08ef9
Update default charts to remove remaining TSS and IF references
...
Replaced by BikeStress and BikeIntensity
2019-12-23 10:25:18 -03:00
Ale Martinez
f0482bf00c
Revert "Plot R-R from Xdata"
...
This code has problems when distance is used on x-axis (#2842 )
and it is redundant since there is a general mechanism to plot
any XData series as User Data in Activitiy chart.
This reverts commit f095416c5c .
2019-12-20 18:00:30 -03:00
riccioclista
9f1187390f
Python data processors ( #2951 )
...
* Initial implementation of Python data processors
* Add RideEditor to PyFIx script editor
* Enable write-access to activity data for python fixes
* Add GC.deleteActivitySample method
* Add GC.deleteSeries method
* Check for python fix for changes before close
* Build python fixes menu dynamically
* Make python fixes first class data processors
* Add GC.postProcess method
* Check GC_WANT_PYTHON and "Enable Python" setting for python fixes
* Add GC.createXDataSeries method
* Clean up ScriptContext ctor mess
* Support editing xdata series
* PDP: Implement xdata append/remove methods
2019-12-19 22:05:51 -03:00
Ale Martinez
a3e6ab8e09
Video Overlays - Load is target power or Slope according to mode
...
Similar to DialWindow
Added to sample video-layout.xml and adjust positions
2019-12-15 17:20:06 -03:00
Ale Martinez
e06c93ca0e
CPPlot - Show as percentage only applies to ride curve
...
Fixes #3260
2019-12-15 10:26:04 -03:00
Alejandro Martinez
edb53806d8
Video Overlays - Add Distance as source
...
honoring metric/imperial setting.
Fixes error on Speed when imperial units are used.
Adds Distance to video-layout.xml and adjusts widget positions.
2019-12-15 00:08:49 -03:00
Ale Martinez
145d5ccae6
Fix travis-ci Linux builds
...
Fix libpulse-dev install and change python3.6 source
2019-12-14 23:05:57 -03:00
Ale Martinez
a2a94b3b41
Video Overlays - Speed widget honors metric/imperial setting
2019-12-14 21:13:45 -03:00
Ale Martinez
5fa59d1cf8
get Strava description
...
Save to Notes if Notes is not already used for name.
Complements d1e0e13ce1
2019-12-14 21:11:25 -03:00
Ale Martinez
c0889179da
Remove deprecated CFBundleGetInfoString from info.plist
...
Fixes #2938
2019-12-11 14:34:52 -03:00
Ale Martinez
bc6ca7fee1
Added CFBundleVersion and CFBundleShortVersionString to Info.plist
...
Also updated values for the comming v3.5 release.
Fixes #2938
2019-12-11 12:49:04 -03:00
Quentin Heath
96b36aef0d
fix am/pm time for HRV
2019-12-09 17:56:19 -03:00
ericchristoffersen
03e8da2c92
Issue 3241: Fix variance control in FixPowerSpikes ( #3253 )
...
Fixes #3241
2019-12-09 17:12:03 -03:00
Stranger
5420d92cc1
Update Russian translation ( #3252 )
2019-12-09 16:47:01 -03:00
Quentin Heath
d1e0e13ce1
add Strava description
...
direct copy from `Notes` (with UTF8 charset, as for the Strava title),
except if `Notes` was already used for the title
2019-12-09 16:15:46 -03:00
Quentin Heath
c978d6eb80
fix Strava title encoding
...
the website appears to expect UTF8 by default, so let's send a UTF8
title (plus an explicit header)
tokens and boundaries are supposed to be ASCII, so they can keep their
latin1 encoding
2019-12-09 16:15:46 -03:00
Jan Dvořák
5df46eebc7
Translate to Czech, part 1, 2725/5426
2019-12-08 21:17:57 -03:00
Ale Martinez
2cb9bc113e
Export Chart Image as SVG
...
Add .svg as an alternative format for high resolution printing.
Fixes #3246
2019-12-08 20:07:06 -03:00
Ale Martinez
0009c280a8
Fix Export Chart Image in Tiled mode
...
Use rect instead of geometry to grab the complete widget.
Tested on Windows and Linux
Fixes #3055
2019-12-08 20:07:06 -03:00
Ale Martinez
715dc15133
Enable travis-ci tagged builds
...
To have binaries with version string set automatically and remove
the temporary hacks.
[skip ci]
2019-12-08 11:59:52 -03:00
Ale Martinez
657bb70d23
Define version string for travis-ci builds
...
To restore lupdate for OSX and to force new build with version strings
since tag builds are rejected. This will be fixed in next commit.
2019-12-08 10:16:50 -03:00
Mark Liversedge
feac0e86db
VERSION 3.5 RELEASE CANDIDATE 2X
...
.. fix save ridecache
.. regenerate on first run to fix
V3.5-RC2X
2019-12-08 08:40:34 +00:00
Alejandro Martinez
c39b01279a
Fix Travis-ci Linux builds
...
The ppa for vlc 2.2.8 is no longer available, fallback to vlc 2.2.2
2019-12-07 23:38:17 -03:00
Ale Martinez
9fec594d41
RideCach::save uses item instead of intervals to access interval metrics
...
This error was introduced in fa9a59d60c
Fixes #3244
2019-12-07 19:44:25 -03:00
Ale Martinez
14ee925645
travis-ci - define GC version string only for tagged builds
...
Commplements previous commit used to get binaries with version strings
once the tag was already set.
2019-12-06 12:10:54 -03:00
Ale Martinez
c2f3f2b8e2
Define GC version string for travis-ci builds
...
Next commit will do this only for tagged builds
2019-12-06 10:31:58 -03:00
Mark Liversedge
b818486aac
VERSION 3.5 RELEASE CANDIDATE 2
V3.5-RC2
2019-12-05 20:19:55 +00:00
Stranger
afdc860676
Add Garmin GPSMap 66 device ( #3240 )
...
GPSMap 66 can use ANT+ sensors, store in FIT format, synchronization with Garmin Connect and relevant to use with long-term activities (walk/hiking/ski).
2019-12-05 10:21:24 -03:00
Stranger
1e2ef61b89
Update Russian translation ( #3238 )
2019-12-05 08:21:55 -03:00
Stranger
0aa24acd3d
Fix non translatable strings in code ( #3239 )
2019-12-05 08:21:26 -03:00
Ale Martinez
43ab7d4afc
Recognize Eric Christoffersen
...
Very useful contributions for v3.5 release
https://github.com/GoldenCheetah/GoldenCheetah/commits?author=ericchristoffersen
2019-12-04 17:49:16 -03:00
Ale Martinez
5bd4404279
Avoid endless loop on FIT files unknown type and negative size
...
Includes a test file to reproduce the issue.
Fixes #3229
2019-12-03 14:45:47 -03:00
Ale Martinez
4ed6927626
Merge branch 'ericchristoffersen-StartupSpeedup'
...
Closes #3235
2019-12-02 19:58:11 -03:00
Eric Christoffersen
fa9a59d60c
Speedup critical string handling in RideCache Save
2019-12-02 19:54:48 -03:00
Eric Christoffersen
c13b24251e
Speedup RideCache Load Time
...
Implement regex/hash based string substitution object to perform multiple
substitutions in 2 passes. Speeds up athlete data load by 2x.
Use QStringRef to avoid copy
Fixes #3234
2019-12-02 19:54:30 -03:00
Alejandro Martinez
b3a4b4a84e
Update INSTALL-LINUX
...
Based on recent forum questions updated Qt version for v3.5, lupdate path and libz requirements.
2019-11-29 14:26:17 -03:00
Alejandro Martinez
cc633a7802
Add support for Device symbol on filters but disable set/unset/isset ( #3233 )
...
Currently Device does not work on filters and set/unset/isset fail silently,
with this change Device can be used in filters as standard metadata and
the attempt to use in set/unset/isset reports an appropriate error.
We could enable these operations in the future but they require special casing.
2019-11-29 14:14:29 -03:00
ericchristoffersen
2b291f28b7
Issue 3230: Train mode compute altitude from slope ( #3231 )
...
Implements #3230
2019-11-27 21:49:13 -03:00
ericchristoffersen
2017d9162f
3227: Further optimize trends tracker table display ( #3228 )
...
Further speedups for trends tracking
Fixes #3227
2019-11-26 18:37:16 -03:00
Ale Martinez
6210d0a28d
Fix QtWebEngineProcess deploy for travis-ci MacOS builds
...
This is a workaround for a bug in the homebrew version of macdeployqt
not present in Qt official binary distributions
2019-11-25 11:40:15 -03:00
Ale Martinez
fa7684a88d
Fix Python deploy in MacOS travis-ci builds
...
Copy python framework and change path in binary
2019-11-24 17:31:33 -03:00
Ale Martinez
675cbcbe58
Add Tacx Neo Bike Trainer to ANT IDs
...
Contributed by Pavel Vasilyev
Fixes #3221
2019-11-24 09:21:38 -03:00
Ale Martinez
54b756b0ec
Fix travis-ci MacOS builds
2019-11-24 09:21:38 -03:00
Joern
01490a64d1
Merge pull request #3226 from Joern-R/tp
...
Today's Plan Download
2019-11-23 20:16:16 +01:00
Joern
5db9440adb
Today's Plan Download
...
... distance to be shown in sync. list is "double"
2019-11-23 19:28:32 +01:00