Alejandro Martinez

Results 167 comments of Alejandro Martinez

**Update**: installing libkml-dev package on Ubuntu 22.04, enabling KML, and building master using Qt 6.2.4 is working, no additional changes required.

> Agree to drop it. Not sure if anybody uses this feature at all. May be we can ask in users forum (?) > With the port to QT6 I...

> > **Update**: Python charts are working when building with Qt 6.2.4 after replacing QRegExp by QRegularExpression in [1f999a3](https://github.com/GoldenCheetah/GoldenCheetah/commit/1f999a3957ed9e861c46a0bb3490d5c1c0dfc066) and [8e2eb3f](https://github.com/GoldenCheetah/GoldenCheetah/commit/8e2eb3fc1894ba853dbed46f11fbad83187f95d9) > > I think the signals are not connected,...

> I think the signals are not connected, so no output occurs? > > > [11:02:19.724] warning: QObject::connect: No such slot GenericChart::addCurve(QString,QVector,QVector,QStringList,QString,QString,QStringList,QStringList,int,int,int,QString,int,bool,bool,bool,bool) in ../src/Charts/PythonChart.cpp:465 (unknown:0) The problem was caused by...

Update: 2 crashes due to dereferencing the end() iterator were fixed (https://github.com/GoldenCheetah/GoldenCheetah/commit/bf28d7398ce224051a0538407f39d913b9eba15d and https://github.com/GoldenCheetah/GoldenCheetah/commit/573967fe47164855a6defbe7f157fc3a15a18b8a), while these go silent on Qt5 they crash on Qt6.

Main pending issue for me now when building with Qt6 is Metric Trends chart not being correctly saved. They work initially (new Athlete or existing one used with Qt5 build)...

> Main pending issue for me now when building with Qt6 is Metric Trends chart not being correctly saved. Fixed by https://github.com/GoldenCheetah/GoldenCheetah/commit/4224fd193cb425ce2a4d0b23ff6e8e06b95193b1, solution was trivial, to find the cause, not...

> GPX need to be inserted > You can download a GPX from Polar, but yet i do not what to code therefore in GC... > Can you give me...

> Is it possible to paste QByteArray directly to create a Ridefile? Not that I know > so that there is no need to create a gpx-file. Is there any...

IMO, if the samples API doesn't provide additional information to the one included in the FIT (or TCX) files it would be far easier just to download one of them,...