Mark Liversedge 894cbcc4e7 Fix first file SEGV
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
2013-05-30 19:31:26 +01:00
2013-03-31 18:11:53 +01:00
2013-03-14 22:53:37 +00:00
2012-12-03 12:00:12 +00:00
2013-05-30 19:31:26 +01:00
2009-09-20 11:13:11 -07:00
2011-10-12 09:46:40 +01:00
2006-09-06 23:59:42 +00:00
2013-02-28 07:16:10 +00:00
2013-03-08 17:20:41 -05:00
2012-11-08 22:24:13 +00:00

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
Languages
Standard ML 68.2%
C++ 28.2%
C 2.7%
Yacc 0.2%
QMake 0.2%
Other 0.1%