gcoco
bb5595fcce
Replace liboauth with kQOauth
2015-11-16 01:32:08 -05:00
Nick Burrett
4ec38cef71
Fix Elevation Fixups & Own API Key
...
..Support a user defined MapQuest API key in gcconfig.pri
.. Use exceptions to trap Bad Request and API errors and
stop processing early.
.. Delete the networkMgr object to prevent a file descriptor leak
which can cause GC to crash when fix-elevation is configured
for auto-processing on import of files and there are many files
being imported.
2015-11-15 23:13:05 +00:00
Mark Liversedge
ed51e5bac1
Merge pull request #1670 from nickb937/garmin_vector
...
ANT: Fix STD, CRANKTORQUE and TE_PS power event interaction
2015-11-15 21:55:22 +00:00
Nick Burrett
d54027d7b4
ANT: Fix STD, CRANKTORQUE and TE_PS power event interaction
...
The ANT_TE_AND_PS_POWER events are directly related to
either the ANT_STANDARD_POWER or ANT_CRANKTORQUE_POWER events
(whichever is sooner). The eventCount of TE_AND_PS will match
the eventCount of either of those events to be considered valid.
This change is required for Garmin Vector pedals which deliver
a sequence of ANT_STANDARD_POWER events, interleaved with
ANT_CRANKTORQUE_POWER events and occasional ANT_TE_AND_PS_POWER
events. Without the change, the user will experience very frequent
power drop-outs (0W readings). With the change, the power readings
are smooth and consistent.
2015-11-15 21:29:06 +00:00
Mark Liversedge
56395c7f52
Merge pull request #1668 from vlcvboyer/ANT-FEC_addon
...
Collect all FE-C trainer data
2015-11-15 09:48:13 +00:00
Vianney Boyer
a9e6dab563
Collect all FE-C trainer data
2015-11-15 09:10:20 +01:00
Jon Escombe
5d1a92c310
Fixup Linux build for kqoauth
2015-11-14 21:53:15 +00:00
Mark Liversedge
d182a21fe2
Recognise Erik Boto
...
.. in the about dialog
2015-11-14 21:28:22 +00:00
Mark Liversedge
c41f17ec02
Merge pull request #1501 from cgiraldo/master
...
Added Sigma Rox 10.0 .slf file import support (it may also work with …
2015-11-14 21:02:31 +00:00
Mark Liversedge
6cdc7a409a
Merge pull request #1553 from nickb937/strava
...
Strava upload: set correct activity type
2015-11-14 21:00:17 +00:00
Mark Liversedge
c1319f3342
Merge pull request #1663 from vlcvboyer/fix_bug_out_of_range
...
fix bug: potential [out of range]
2015-11-14 20:57:30 +00:00
Mark Liversedge
77340d6f37
Merge pull request #1664 from amtriathlon/master
...
Fixes Lap Swimming FIT import from Garmin 920xt
2015-11-14 20:57:02 +00:00
Mark Liversedge
f5096e5cfa
Merge pull request #1665 from vlcvboyer/minor_warning_fix
...
minor building warning fix
2015-11-14 20:56:47 +00:00
Mark Liversedge
e482a5e6c1
Merge pull request #1667 from vlcvboyer/VideoOverlayText
...
Add missing 'text' entry to parser
2015-11-14 20:52:11 +00:00
Vianney Boyer
ef7b93c492
Add missing 'text' entry to parser
2015-11-14 17:59:45 +01:00
Vianney Boyer
de5e0e8e74
minor building warning fix
2015-11-14 12:58:13 +01:00
Vianney Boyer
82e2529851
extend out of range fix in case of bad file
2015-11-14 11:03:56 +01:00
Alejandro Martinez
e659857348
Fixes Lap Swimming FIT import from Garmin 920xt
...
It generates both record and length messages for
each length, we use length messages to recognize
lap swimming and filter out record messages.
Includes test file contributed by Jonathan Beverley
2015-11-13 19:01:11 -03:00
Vianney Boyer
3fde83ec64
fix bug: potential [out of range]
2015-11-13 21:33:33 +01:00
Mark Liversedge
fbb6c55721
V3.3 RC1 Marked Up
...
.. First release candidate
.. still need to look at default chart settings
2015-11-13 20:11:32 +00:00
Mark Liversedge
8bcdc4ecc3
SportsPlusHealth checkbox error
...
.. if no user defined don't set the checkbox in
the share dialog (error caused by appsetting call
not providing a default string).
2015-11-13 18:42:39 +00:00
Mark Liversedge
1a78a98a3d
Merge pull request #1643 from LucaRa177/master
...
SportPlusHelp Cloud Integration
2015-11-13 18:32:53 +00:00
Mark Liversedge
aa45a4d4fc
ANT+ Devices include FE-C
...
.. in description to signpost users which one to
use when pairing a Kickr, Neo etc
.. apologies to translators for late change to
a text string
2015-11-13 13:13:51 +00:00
Mark Liversedge
f72de97209
Merge pull request #1662 from erikboto/monarksupport
...
Monarksupport
2015-11-13 13:07:37 +00:00
Erik Botö
54c4f7f24a
Monark: TrainSidebar should only use MonarkController on Qt5
2015-11-13 13:46:04 +01:00
Erik Botö
1102b28a89
Monark: TrainSidebar should only include Monark header on Qt5
2015-11-13 13:26:34 +01:00
Erik Botö
17387076d9
Monark: enable on Qt5 only due to qtserialport depencency
2015-11-13 13:00:09 +01:00
Erik Botö
24e5aeda60
Monark: Fix bug in discover where it would never timeout trying to read
2015-11-13 12:10:29 +01:00
Mark Liversedge
ae87e199ca
Merge pull request #1661 from bdb/fix-mac-gpu-1655
...
Enable GPU switching for Mac
2015-11-13 08:22:17 +00:00
Mark Liversedge
c8178486cb
Merge pull request #1659 from amtriathlon/LapSwim
...
Add support for Lap Swimming FIT files
2015-11-13 08:16:42 +00:00
Brian Bergstrand
9fc2c892c0
Enable GPU switching for Mac
...
Fixes #1655 .
2015-11-12 22:02:17 -06:00
Alejandro Martinez
b35f2ddc58
Add support for Lap Swimming FIT files
...
The length message is used to generate 1 sample per second with speed,
cadence and distance data.
One test file is included.
2015-11-12 20:28:42 -03:00
Mark Liversedge
2e02757ee9
Merge pull request #1658 from dresco/ANT-FEC
...
ANT FE-C
2015-11-12 22:29:45 +00:00
Jon Escombe
92ee091ea4
ANT FE-C Add a default load (100W) in train view
...
Otherwise FE-C devices start at 0W in manual erg mode.
2015-11-12 21:22:20 +00:00
grauser
ca132f578d
AddIntervalDialog: Correct small bug
...
It was not possible to search time intervals if no distance...
2015-11-12 21:48:54 +01:00
Joern
0e97c9e5b1
Merge pull request #1657 from Joern-R/translation
...
Update Translation DE
2015-11-12 18:11:44 +01:00
Joern
ab82966eaa
Update Translation DE
2015-11-12 18:11:35 +01:00
Mark Liversedge
64ed5c0d99
Qmake unix includes mac
...
.. so need unix:!macx in the macro
2015-11-12 14:47:56 +00:00
Mark Liversedge
e88b89780f
KQOauth import for Debian build
...
.. when building on Debian there is no package for
KQOauth, so as a temporary measure we're pulling it
into the repo to support packaging.
.. as soon as a KQOauth package is made available we
will remove it from our repo
2015-11-12 14:00:46 +00:00
Erik Botö
fe5d33ae88
Add initial Monark LTx/LCx support
2015-11-12 13:36:21 +01:00
Jon Escombe
23de44c1b9
ANT FE-C Add to default device types in pairing dialog
2015-11-12 12:22:26 +00:00
grauser
9902b02000
CsvRideFile: Add BSX Insight CSV support
2015-11-11 22:20:20 +01:00
Mark Liversedge
c42b28c21d
Merge pull request #1652 from Joern-R/Help
...
Update "HelpWhatsThis"
2015-11-11 20:38:19 +00:00
Mark Liversedge
788c707880
Merge pull request #1653 from amtriathlon/master
...
Enable Share main menu translation and update spanish ts
2015-11-11 20:26:40 +00:00
Alejandro Martinez
31ed01bc2f
Enable Share main menu translation and update spanish ts
...
Missing tr() reported by Alexandre Prokoudine
2015-11-11 16:36:38 -03:00
Joern
297b510c74
Update "HelpWhatsThis"
...
... activate the added/inactive entries
... fix some outdated wiki URLs
2015-11-11 19:56:18 +01:00
Damien Grauser
2857b784cd
Merge pull request #1625 from vlcvboyer/tr_fr
...
french translation partial update
2015-11-11 18:00:24 +01:00
Vianney Boyer
eb306eb260
french translation partial update
2015-11-11 17:08:27 +01:00
Mark Liversedge
f91a6cf9ba
Merge pull request #1650 from amtriathlon/master
...
Don't estimate Average Speed in ManualRideDialog
2015-11-11 14:05:16 +00:00
Alejandro Martinez
a64442d955
ManualRideDialog remember when manual estimation was last used
...
It was part of the Average Speed estimation reverted commit and
it should be preserved
2015-11-11 10:27:54 -03:00