From 05d1abd0e060bacdff0e25570fa813364f7621f6 Mon Sep 17 00:00:00 2001 From: Kevin Reed Date: Sat, 26 Aug 2006 04:18:18 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=11013 --- checkin_notes | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/checkin_notes b/checkin_notes index 4fa4545be4..f9f701cfdf 100755 --- a/checkin_notes +++ b/checkin_notes @@ -9358,3 +9358,20 @@ Charlie 25 Aug 2006 clientgui/ MainDocument.cpp + +Kevin 25 Aug 2006 + - Enhancements to the simple gui + -- Project icons that are downloaded after the BSG is started will be displayed when they become available + -- Make sure that the first tab is the selected tab when the BSG is opened + -- The 'currently running' indicator is now properly added and removed as different results are started and stopped + -- The percent displayed now includes one decimal place + clientgui/ + MainDocument.cpp + sg_BoincSimpleGUI.cpp + sg_BoincSimpleGUI.h + sg_ClientStateIndicator.cpp + sg_ClientStateIndicator.h + sg_ProjectsComponent.cpp + sg_ProjectsComponent.h + sg_SkinClass.cpp +