2005-01-20 23:22:22 +00:00
|
|
|
// Berkeley Open Infrastructure for Network Computing
|
|
|
|
// http://boinc.berkeley.edu
|
|
|
|
// Copyright (C) 2005 University of California
|
2004-05-17 22:15:10 +00:00
|
|
|
//
|
2005-01-20 23:22:22 +00:00
|
|
|
// This is free software; you can redistribute it and/or
|
|
|
|
// modify it under the terms of the GNU Lesser General Public
|
|
|
|
// License as published by the Free Software Foundation;
|
|
|
|
// either version 2.1 of the License, or (at your option) any later version.
|
2004-05-17 22:15:10 +00:00
|
|
|
//
|
2005-01-20 23:22:22 +00:00
|
|
|
// This software is distributed in the hope that it will be useful,
|
|
|
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
|
|
|
// See the GNU Lesser General Public License for more details.
|
2004-05-17 22:15:10 +00:00
|
|
|
//
|
2005-01-20 23:22:22 +00:00
|
|
|
// To view the GNU Lesser General Public License visit
|
|
|
|
// http://www.gnu.org/copyleft/lesser.html
|
|
|
|
// or write to the Free Software Foundation, Inc.,
|
2007-10-09 11:35:47 +00:00
|
|
|
// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
2004-05-17 22:15:10 +00:00
|
|
|
|
2004-09-21 01:30:29 +00:00
|
|
|
#ifndef _VIEWRESOURCES_H_
|
|
|
|
#define _VIEWRESOURCES_H_
|
2004-05-17 22:15:10 +00:00
|
|
|
|
|
|
|
#if defined(__GNUG__) && !defined(__APPLE__)
|
2004-09-21 01:30:29 +00:00
|
|
|
#pragma interface "ViewResources.cpp"
|
2004-05-17 22:15:10 +00:00
|
|
|
#endif
|
|
|
|
|
|
|
|
|
2004-09-21 01:30:29 +00:00
|
|
|
#include "BOINCBaseView.h"
|
2006-10-09 17:38:59 +00:00
|
|
|
#include "common/wxPieCtrl.h"
|
2006-10-17 00:18:04 +00:00
|
|
|
#include <wx/dynarray.h>
|
2004-12-02 07:43:47 +00:00
|
|
|
|
2006-10-17 00:18:04 +00:00
|
|
|
WX_DECLARE_OBJARRAY(wxColour, wxArrayColour);
|
2004-12-02 07:43:47 +00:00
|
|
|
|
2004-09-21 01:30:29 +00:00
|
|
|
class CViewResources : public CBOINCBaseView
|
2004-05-17 22:15:10 +00:00
|
|
|
{
|
2004-09-21 01:30:29 +00:00
|
|
|
DECLARE_DYNAMIC_CLASS( CViewResources )
|
2007-04-04 21:20:53 +00:00
|
|
|
DECLARE_EVENT_TABLE()
|
2004-05-17 22:15:10 +00:00
|
|
|
|
|
|
|
public:
|
2004-09-21 01:30:29 +00:00
|
|
|
CViewResources();
|
|
|
|
CViewResources(wxNotebook* pNotebook);
|
|
|
|
|
|
|
|
~CViewResources();
|
2004-05-17 22:15:10 +00:00
|
|
|
|
2005-09-02 21:03:36 +00:00
|
|
|
virtual wxString& GetViewName();
|
- fixes #207 - HTML entities in BOINC Manager have to be decoded
BOINC Manager can now properly decode HTML entites for the
following elements:
Projects Tab:
Project Name
User Name
Team Name
Work Tab:
Project Name
Application Name
Transfers Tab:
Project Name
Messages Tab:
Project Name
Disk Tab:
Project Name
- fixes #212 - Info in columns misaligned on switching views
- Properly restore which tab view the user left from when going
to the advanced view from the simple view
- Fix the problem that caused the manager to wait for 7 seconds
to display anything on initial startup.
- Store the various Grid/List persisted data seperately so that
the different header sizes don't cause problems.
clientgui/
AdvancedFrame.cpp
BOINCBaseView.cpp, .h
BOINCGridCtrl.cpp
ViewMessages.cpp, .h
ViewMessagesGrid.cpp, .h
ViewProjects.cpp, .h
ViewProjectsGrid.cpp, .h
ViewResources.cpp, .h
ViewStatistics.cpp, .h
ViewTransfers.cpp, .h
ViewTransfersGrid.cpp, .h
ViewWork.cpp, .h
ViewWorkGrid.cpp, .h
lib/
gui_rpc_client_ops.C
svn path=/trunk/boinc/; revision=12761
2007-05-29 05:07:35 +00:00
|
|
|
virtual wxString& GetViewDisplayName();
|
2005-04-21 06:04:26 +00:00
|
|
|
virtual const char** GetViewIcon();
|
2007-05-11 06:04:41 +00:00
|
|
|
#ifdef __WXMAC__
|
|
|
|
virtual const int GetViewRefreshRate();
|
|
|
|
#endif
|
2004-09-24 22:19:02 +00:00
|
|
|
|
2004-12-02 07:43:47 +00:00
|
|
|
protected:
|
|
|
|
|
2006-10-09 17:38:59 +00:00
|
|
|
wxPieCtrl* m_pieCtrlBOINC;
|
|
|
|
wxPieCtrl* m_pieCtrlTotal;
|
2004-12-02 07:43:47 +00:00
|
|
|
|
2007-07-19 01:29:57 +00:00
|
|
|
bool m_BOINCwasEmpty;
|
|
|
|
|
2004-09-24 22:19:02 +00:00
|
|
|
virtual void UpdateSelection();
|
2004-05-17 22:15:10 +00:00
|
|
|
|
2006-11-03 18:00:15 +00:00
|
|
|
wxInt32 FormatProjectName(PROJECT*, wxString& strBuffer ) const;
|
|
|
|
wxInt32 FormatDiskSpace(double bytes, wxString& strBuffer) const;
|
2006-10-09 17:38:59 +00:00
|
|
|
|
|
|
|
virtual bool OnSaveState( wxConfigBase* pConfig );
|
|
|
|
virtual bool OnRestoreState( wxConfigBase* pConfig );
|
|
|
|
virtual void OnListRender( wxTimerEvent& event );
|
2004-05-17 22:15:10 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|