-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to Bipolar v0.5.3 #19
Open
pcolby
wants to merge
6
commits into
profanum429:master
Choose a base branch
from
pcolby:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Changes from the Bipolar project included in this commit: `git log --oneline v0.4.0...v0.5.0 src/polar/ src/protobuf/` 6b6a6d2 Include the latest Polar sport types (#50) 1bd0eda Force HRM Power Pedalling Index on (#57) 6f8e7bb Correct HRM output for Stages Power meters (#57) 0db3060 Correct TCX output for Stages Power meters (#57) 008ad71 Correct the spelling an heartrate field 70822af Enhance the precision of floating point outputs 517c229 Undo our heavy debugging 7d93fc8 Add more debugging for issue #56 49ade16 Avoid benign (in this case) anti-aliasing warnings f835809 Initialise `z_stream` without gcc warnings 5962f5e Work around QTBUG-41092 32ff161 Use `qSort` for Qt 5.3 with 64-bit MSVC 443ce4f Try the (deprecated) qSort function af10203 Add "Pool swimming" Polar sport type (#50) Note, commit references and issue numbers are for the Bipolar repository / project. See https://github.com/pcolby/bipolar
Changes from the Bipolar project included in this commit: `git log --oneline v0.5.0...v0.5.3 src/polar/ src/protobuf/` a5f67bd Map two new Polar sport types af7e80d Make the GPX output locale-independent 8a09bfb Don't use Qt 5.7's QVariant::toString for floats (#69) fc63b89 Merge branch 'master' into qt57b 4cc2ac9 Preserve the full TotalTimeSeconds precision in TCX 5e2b270 Allow for parameter type changes in Qt 5.7 (#69) 7f9893b Correct MinGW argument name 75f9ac4 Link zlib when using MinGW 56e3a9b Don't use QtZlib/zlib.h with MinGW 3bb2f60 Support Qt 5.6 / C++11 213817b Update copyright notices to include 2016 Note, commit references and issue numbers are for the Bipolar repository / project. See https://github.com/pcolby/bipolar Commit af7e80d resolves v800_downloader issue [profanum429#23]( profanum429#23).
The Bipolar conversion code does not require route information - it can for example, convert indoor sessions to useful HRM and TCX files, just no point converting to GPX without route data. So there's no need for the V800_downloader UI to require route data either. This ought to fix profanum429#24
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.