- SCR: Update default values per BOINC defaults.

- PTP: Add files needed by the installer(s).
    
	clientscr/progress/
	    <Added and Deleted various files>
	clientscr/
	    screensaver.h
	win_build/installerv2/
	    Progress.ism
	    Progressx64.ism
	win_build/installerv2/redist/0409/
		ptp-eula.rtf
	win_build/installerv2/redist/Progress/
		acct_mgr_url.xml
		progress.ico
		ss_config.xml

svn path=/trunk/boinc/; revision=18383
This commit is contained in:
Rom Walton 2009-06-11 20:11:02 +00:00
parent 08e4ba3df6
commit 89010182c9
17 changed files with 62 additions and 3 deletions

View File

@ -5443,3 +5443,21 @@ David 11 June 2009
tools/
make_project
upgrade
Rom 11 June 2009
- SCR: Update default values per BOINC defaults.
- PTP: Add files needed by the installer(s).
clientscr/progress/
<Added and Deleted various files>
clientscr/
screensaver.h
win_build/installerv2/
Progress.ism
Progressx64.ism
win_build/installerv2/redist/0409/
ptp-eula.rtf
win_build/installerv2/redist/Progress/
acct_mgr_url.xml
progress.ico
ss_config.xml

View File

Before

Width:  |  Height:  |  Size: 8.7 KiB

After

Width:  |  Height:  |  Size: 8.7 KiB

View File

Before

Width:  |  Height:  |  Size: 46 KiB

After

Width:  |  Height:  |  Size: 46 KiB

View File

Before

Width:  |  Height:  |  Size: 49 KiB

After

Width:  |  Height:  |  Size: 49 KiB

View File

Before

Width:  |  Height:  |  Size: 59 KiB

After

Width:  |  Height:  |  Size: 59 KiB

View File

@ -20,9 +20,9 @@
#define __SCREENSAVER_H__
// Default values, overriden by screensaver config file ss_config.xml
#define GFX_DEFAULT_PERIOD 600 /* if default OpenGL screensaver exists, display it for 600 secs */
#define GFX_SCIENCE_PERIOD 1800 /* Display various science graphics apps for 1800 secs */
#define GFX_CHANGE_PERIOD 600 /* if > 1 CPUs, change screensaver every 600 secs */
#define GFX_DEFAULT_PERIOD 120 /* if default OpenGL screensaver exists, display it for 2 minutes */
#define GFX_SCIENCE_PERIOD 600 /* Display various science graphics apps for 10 minutes */
#define GFX_CHANGE_PERIOD 300 /* if > 1 CPUs, change screensaver every 5 minutes */
enum SS_PHASE {
DEFAULT_SS_PHASE,

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,22 @@
{\rtf1\ansi\ansicpg1252\deff0\deflang1033\deflangfe1033{\fonttbl{\f0\fmodern\fprq1\fcharset0 Courier New;}}
{\colortbl ;\red0\green0\blue255;}
{\*\generator Msftedit 5.41.21.2506;}\viewkind4\uc1\pard\nowidctlpar\f0\fs20 Progress Thru Processors\par
\par
License Agreement\par
\par
Please carefully read the following terms and conditions before using this software. Your use of this software indicates your acceptance of this license agreement and warranty.\par
\par
Disclaimer of Warranty\par
\par
THIS SOFTWARE AND THE ACCOMPANYING FILES ARE DISTRIBUTED "AS IS" AND WITHOUT WARRANTIES OF ANY KIND, AND THE IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE ARE HEREBY DISCLAIMED. ANY STATUTORY WARRANTY OF NON-INFRINGEMENT IS ALSO DISCLAIMED.\par
\par
Restrictions\par
\par
You may use this software on a computer system only if you own the system or have the permission of the owner.\par
\par
Distribution\par
\par
\pard This is free software. It is distributed under the terms of the GNU Lesser General Public License as published by the Free Software Foundation (http://www.fsf.org/). The source code may be obtained from the BOINC web site (http://boinc.berkeley.edu/).\par
\par
}

View File

@ -0,0 +1,16 @@
<acct_mgr>
<name>GridRepublic</name>
<url>http://www.gridrepublic.org/</url>
<signing_key>
1024
9c3af22a230f1eb122b8eab256e5e46b49f6d357e65d00e414cf6af105aef217
1de0793353097bbbb918413f79cb5bfaa4532daf061ece07b63f209690a3e1b1
8906a9ae4f521ec25e6fb79b8679dd4c18c0f022dcb95baefeca091d572c7738
e1b1d542bbec94552e0e37c698427f4538b947b79072d112ebcf4d9c509b16d9
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000010001
.
</signing_key>
</acct_mgr>

Binary file not shown.

After

Width:  |  Height:  |  Size: 359 KiB

View File

@ -0,0 +1,3 @@
<ss_config>
<default_ss_first>1</default_ss_first>
</ss_config>