From 693d450a172bbc318b3acb647780b2e3cd3960c6 Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Fri, 11 May 2007 06:05:12 +0000 Subject: [PATCH] svn path=/trunk/boinc/; revision=12650 --- checkin_notes | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/checkin_notes b/checkin_notes index 76959d0737..f8d3efa531 100755 --- a/checkin_notes +++ b/checkin_notes @@ -4813,3 +4813,16 @@ Rom 10 May 2007 app.h lib/ common_defs.h + +Charlie 10 May 2007 + - One more rework of Mac PieCtrl following Frank Weiler's suggestions. + Eliminated wxPieCtrlLegend class completely, integrated legend + drawing into the PieCtrl class itself, greatly simplifying it. + - Mac only: create CViewResources::GetViewRefreshRate() to update + PieCtrl only every 10 seconds to reduce CPU overhead instead of + doing it with a counter in CViewResources::OnListRender(). + + clientgui/ + ViewResources.cpp, h + common/ + wxPieCtrl.cpp, h