[skip AppVeyor]
[skip linux]
[publish binaries]
Introduced by 59e5154, errored by clang, passed by gcc
FileIO/FitRideFile.cpp:5475:88: error: cannot pass non-trivial object of
type 'QString' to variadic function; expected type from format string
was 'wchar_t' [-Wnon-pod-varargs]
fprintf(stderr,"ERROR TYPE % CURRENTLY
UNSUPPORTED\n",ciqfield.type); fflush(stderr);
This is a pre-release build, changes from v3.7-Dev2412
57d1bdb Use speed data from imported GPX files (#4628)
59e5154 Read and write xdata developer fields to FIT files (#4612)
79d47c5 Update translation files
f03f06c Avoid Qt 6.8 bug
a57063c Optimize computation/draw of widgets and charts during training
workouts, and Fix some train interface issues (#4624)
803ca90 Italian translations (#4627)
a59805e Enable overlay widgets on supported platforms only
5c1eace ActionButtons: Showing +- labels with Qt 6.8.2 (cont.) (#4626)
f4dd479 ActionButtons: Showing +- labels with Qt 6.8.2 (#4625)
2aadb79 CloudDB - Fallback to local cache on not available
b57e438 Enable RLV for QT6 Video Window (#4609)
240589c Correction to 8eb96b2d6: isHidden() is always 'false' (#4622)
0114443 Scatter Plot - keep CPV < 1 when Ignore Zeros
8eb96b2 Elevation chart as a new widget for train window (#4620)
4395064 Add Qt translations to Linux AppImage
423473b Load Qt translator for the selected language
524cbfa Avoid QSoundEffect var out of scope too early
30fdf69 Use QSound instead of QSoundEffect on Qt5
559c8fd Dropbox cloud service - Add format parameter
1baa3db Add Zoom property to Live map chart (#4619)
51e608e Scatter chart - Fix QA scale and LR balance points
9123d79 Revert "travis/linux: set QTWEBENGINE_DISABLE_SANDBOX=1 (#4216)"
(#4597)
f72c443 Upgrade to Ubuntu 22.04 for Travis-ci builds
69e5065 Avoid Qt 6.5 bug when using windows11 style
f54bbed Sync toolbar buttons on back/forward navigation
ec2486a Correct incomplete signal (#4616)
e909fad Named workout filters (#4614)
5dbc0eb Add CoreTemp heatstrain from ANT message into XData
2094af5 Set value and value2 for tempe
95315fd Fix hysteresis configuration
2ad79af Fix typo in metric description update translations
ba2461c Update gc icon to match the new splash screen (#4610)
48c6ebd Remove Toggle Full Screen menu item for macOS
d79f834 Updated the splashscreen (#4599)
9cf3625 Move workout filter to the toolbar (#4596)
20c9789 Enable compiling VideoWindow with QT6 video (#4601)
3af81eb Addition of CoreTemp sensor support (#4207)
aee2144 Add tempe ANT sensor support (#4595)
d18f24c Athlete level WebEngineProfile for cookies and storage
064d73c Update Italian translation
bf84345 Use default library.xml when an invalid one is present
f7e91e7 Avoid crash when workout search path is empty
a7d6ace Batch processing metadata auto completion field (#4590)
8a5c57f Replace obsolete appimagetool Fixes#4589042e06c Update German translation
4b2cbec Update FITmetadata.json to FIT SDK v21.158
08e5540 Assigned keyboard shortcuts to toggle sidebars (#4583)
9e38ae9 Fixed calculation of measures when using imperial units (#4584)
e9e8393 Avoid Qt 6.7 bug when using windows11 style
2979ed8 Text in Trainbottom window is word wrapped (#4582)
b224752 Update Spanish translation (#4580)
[publish binaries]
When importing a GPX file, prefer embedded speed data (if present)
over GPS coordinates for calculating speed and distance.
The GPX file format supports providing the measured speed at each
trackpoint as a TrackPointExtension. Some programs use this to report
readings from dedicated speed sensors.
If no speed data is embedded or if data is missing from any
trackpoints, Golden Cheetah calculates speed from the GPS coordinates.
When using GPS, weak signal or low-quality receivers can result in
irregular speed measurements due to location jitter, whereas dedicated
speed sensors should be consistent in any environment.
Distance is additionally calculated from speed and time if available,
falling back to GPS otherwise.
Co-authored-by: Trevor Bentley <cheetah@trevorbentley.com>
* Support generic reading and writing FIT developer fields
* Move coretemp to generic DEVELOPER fields
* Add additional type info for fit dev fields
* Add example fit roundtrips
* Clean up CIQ format
* Switch to embedded json for ciq field
* Format json string and reduce tab width on extra tab text box
* Store type name as string rather than index
* Add scale, offset and message metadata to ciq developer fields
Fixes#2553
Still present in Qt 6.8.3, just calling setUrl
before adding the QWebEngineView to QDialog
avoids the issue and, since this is a reasonable
initialization anyway, it is done unconditionally.
https://bugreports.qt.io/browse/QTBUG-135002
* Video widgets overlap non video layouts
* Crash if video is selected but workout is not GPS based, ElevationZoom widget
* Train widgets and charts optimized to not compute or draw if not visible
Windows and Linux when using VLC video, tested when
using both Qt5 and Qt6.
All platforms when using Qt6 video, macOS is experimental,
more testing is required.
* With Qt 6.8.2 button-labels are not shown if widget is scaled too small
* Using ActionButtonBox throughout
* Set padding to 0px for +- buttons in ActionButtonBox
* Generalized ActionButtonBox to work with QAbstractItemView
GoldenCheetahCloudDB cache folder keeps a copy of last downloaded
chart and user metrics, let the user to access them when CloudDB
server is not available.
Fixes#4604
Using \!isVisible() instead behaves as expected, to avoid updating elevation chart widget in training to be updating when it is not in the selected layout
It still defaults to system Locale, but can be overriden
just like GC translator. It avoids mixed language when
system language is different from the language selected
in GC config.
Changes from v3.7-Dev2412
30fdf6971 Use QSound instead of QSoundEffect on Qt5
559c8fd1d Dropbox cloud service - Add format parameter
1baa3db27 Add Zoom property to Live map chart (#4619)
51e608e1c Scatter chart - Fix QA scale and LR balance points
9123d79e6 Revert "travis/linux: set QTWEBENGINE_DISABLE_SANDBOX=1 (#4216)" (#4597)
f72c443e8 Upgrade to Ubuntu 22.04 for Travis-ci builds
69e5065c6 Avoid Qt 6.5 bug when using windows11 style
f54bbed68 Sync toolbar buttons on back/forward navigation
ec2486a4f Correct incomplete signal (#4616)
e909fad85 Named workout filters (#4614)
5dbc0ebce Add CoreTemp heatstrain from ANT message into XData
2094af57e Set value and value2 for tempe
95315fd8e Fix hysteresis configuration
2ad79afe0 Fix typo in metric description update translations
ba2461c62 Update gc icon to match the new splash screen (#4610)
48c6ebdc1 Remove Toggle Full Screen menu item for macOS
d79f834a4 Updated the splashscreen (#4599)
9cf362559 Move workout filter to the toolbar (#4596)
20c978997 Enable compiling VideoWindow with QT6 video (#4601)
3af81eb27 Addition of CoreTemp sensor support (#4207)
aee21447a Add tempe ANT sensor support (#4595)
d18f24c03 Athlete level WebEngineProfile for cookies and storage
064d73c95 Update Italian translation
bf843459c Use default library.xml when an invalid one is present
f7e91e7fa Avoid crash when workout search path is empty
a7d6acec8 Batch processing metadata auto completion field (#4590)
8a5c57f35 Replace obsolete appimagetool Fixes#4589042e06c4f Update German translation
4b2cbec6b Update FITmetadata.json to FIT SDK v21.158
08e5540dd Assigned keyboard shortcuts to toggle sidebars (#4583)
9e38ae9b8 Fixed calculation of measures when using imperial units (#4584)
e9e83936d Avoid Qt 6.7 bug when using windows11 style
2979ed879 Text in Trainbottom window is word wrapped (#4582)
b224752c2 Update Spanish translation (#4580)
[publish binaries]
The format parameter allows to choose between
JSON, FIT, TCX, PWX and CSV as the filetype
to be used for the service instance.
Default is JSON for backward compatibility and
because it is the only format preserving all data.
The use case is for coaches downloading FIT
files from athletes Dropbox folders.
Fixes#2710
* Added manager for named workout filters
* Including a tag-browser
* Changed behaviour of WorkoutFilterBox from editingFinished to
returnPressed for consistency with SearchFilterBox and to prevent
parallel execution of the update-slot (resulting in segv)
* WorkoutFilterBox: The clear-button updates the filtered list
* Repainting when changing the visibility of the error icon
Changes from v3.7-Dev2412
209757f24 Fix crash caused by WorkoutFilterBox (#4607)
d79f834a4 Updated the splashscreen (#4599)
9cf362559 Move workout filter to the toolbar (#4596)
20c978997 Enable compiling VideoWindow with QT6 video (#4601)
3af81eb27 Addition of CoreTemp sensor support (#4207)
aee21447a Add tempe ANT sensor support (#4595)
d18f24c03 Athlete level WebEngineProfile for cookies and storage
064d73c95 Update Italian translation
bf843459c Use default library.xml when an invalid one is present
f7e91e7fa Avoid crash when workout search path is empty
a7d6acec8 Batch processing metadata auto completion field (#4590)
8a5c57f35 Replace obsolete appimagetool Fixes#4589042e06c4f Update German translation
4b2cbec6b Update FITmetadata.json to FIT SDK v21.158
08e5540dd Assigned keyboard shortcuts to toggle sidebars (#4583)
9e38ae9b8 Fixed calculation of measures when using imperial units
(#4584)
e9e83936d Avoid Qt 6.7 bug when using windows11 style
2979ed879 Text in Trainbottom window is word wrapped (#4582)
b224752c2 Update Spanish translation (#4580)
[publish binaries]
Root cause of the issue:
* MultiFilterProxyModel takes ownership of the filterlist (QList<ModelFilter*>)
and deletes the previously set version, including the contained ModelFilters
when clearing or setting a new list
* WorkoutFilterBox parses the filter (i.e. creates the filterlist) on
textChange and keeps it in a member, even after setting it to the
MultiFilterProxyModel
* When the event editingFinished is triggered in WorkoutFilterBox without
reparsing, the filterlist is set again to MultiFilterProxyModel with
already deleted ModelFilter*
Fixes#4606