mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-04-15 05:32:21 +00:00
894cbcc4e7f9aa04c1c6e96d49efdcfcce86969d
If you delete and readd an activity after showing it on the diary view you get a SEGV. This is an edge case related to deleting the last activity and going back to the blank state before importing another. Actually there are 3 technical issues; 1. GcCalendar doesn't get notified by MainWindow when there are no rides -- so it crashes on refresh 2. RideSummaryWindow doesn't get notified by home window if its not visible 3. RideSummaryWindow should check rideItem isn't NULL before trying to plot zones (but only for date range summaries) Fixes #622
Golden Cheetah install and build instructions are documented for each platform; INSTALL-WIN32 For building on Microsoft Windows INSTALL-LINUX For building on Ubuntu Linux INSTALL-MAC For building on Apple OS X Alternatively official builds are available from http://www.goldencheetah.org whilst latest developer builds are available from http://goldencheetah.stand2surf.net
Description
Languages
Standard ML
68.2%
C++
28.2%
C
2.7%
Yacc
0.2%
QMake
0.2%
Other
0.1%