David Anderson
515de57e76
- screensaver: flesh out new SS a bit
...
svn path=/trunk/boinc/; revision=17162
2009-02-06 00:29:00 +00:00
Charlie Fenton
c6bf99b452
SS: Add ss_app to XCode Project, with a temporary icon
...
svn path=/trunk/boinc/; revision=17148
2009-02-05 13:37:45 +00:00
Charlie Fenton
25c5eb2617
SS: Implement basic new functionality in screensaver coordinator (tested on Mac only so far)
...
svn path=/trunk/boinc/; revision=17147
2009-02-05 12:44:39 +00:00
Charlie Fenton
2c89b4103e
SS: Implement basic new functionality in screensaver coordinator (tested on Mac only so far)
...
svn path=/trunk/boinc/; revision=17146
2009-02-05 12:32:16 +00:00
David Anderson
455c2f7373
- renamed boinc_ss_opengl to ss_app
...
svn path=/trunk/boinc/; revision=17131
2009-02-03 19:50:30 +00:00
Rom Walton
5539900569
- SCROPENGL: Checkin the files needed for the new OpenGL based
...
BOINC screensaver.
clientscr/
boinc_ss_opengl.h
boinc_ss_opengl.rc
screensaver_opengl.cpp
screensaver_opengl.h
win_build/
boinc.sln
boinc_ss_opengl.vcproj
svn path=/trunk/boinc/; revision=17128
2009-02-03 18:53:48 +00:00
Rom Walton
7652d57839
- MGR: Bug fixes for the new Exit dialog.
...
clientgui/
BOINCBaseFrame.cpp
BOINCClientManager.h
BOINCGUIApp.cpp, .h
BOINCTaskBar.cpp
screensaver_win.cpp
svn path=/trunk/boinc/; revision=16414
2008-11-04 16:51:31 +00:00
Rom Walton
59d0152c9b
- MGR: Provide a way to enable/disable launching from the BOINC Manager
...
at startup from within the BOINC Manager itself.
- MGR: Add a command line argument which specifies that the Manager was
launched by the OS.
- SCR: Remove the code that checks for the BOINC Manager shortcuts.
clientgui/
AdvancedFrame.cpp
BOINCGUIApp.cpp, .h
DlgOptions.cpp, .h
boinc_ss.h
boinc_ss.rc
screensaver_win.cpp, .h
svn path=/trunk/boinc/; revision=16406
2008-11-04 09:33:03 +00:00
Charlie Fenton
600a391739
Mac SCR: eliminate unused argument, add comments
...
svn path=/trunk/boinc/; revision=16385
2008-11-01 09:05:23 +00:00
Charlie Fenton
59cd706f8c
Mac SCR: fix some real and potential crash bugs
...
svn path=/trunk/boinc/; revision=16372
2008-10-31 13:44:52 +00:00
Rom Walton
2265da06ed
- SCR: Fix the screensaver logo.
...
clientscr/
boinc_ss.rc
svn path=/trunk/boinc/; revision=16329
2008-10-28 15:51:04 +00:00
Charlie Fenton
d6eea6d46e
Removed debugging statements
...
svn path=/trunk/boinc/; revision=16253
2008-10-22 12:30:16 +00:00
Charlie Fenton
7b41ac8f0e
Mac SCR: reinitialize if startanimation() called after stopanimation(), detect if covered by app gfx window under all versions of OS X
...
svn path=/trunk/boinc/; revision=16252
2008-10-22 12:25:54 +00:00
David Anderson
20d9f92a65
- client: new config flags
...
<network_test_url>: where to go to see if network is up
<client_version_check_url>: where to get list of client versions
<client_download_url>: where to direct user to get new version
- manager: some different text for WCG version
svn path=/trunk/boinc/; revision=16208
2008-10-14 23:07:40 +00:00
David Anderson
98cfb8d3b0
- rename .C files to .cpp so that Doxygen will work
...
svn path=/trunk/boinc/; revision=16069
2008-09-26 18:20:24 +00:00
Rom Walton
e8688254e2
- SCR: Fix GDI/Memory leak in the screen saver. Pointed out by David
...
Barnard.
clientscr/
screensaver_win.cpp
svn path=/trunk/boinc/; revision=16001
2008-09-16 01:14:30 +00:00
Charlie Fenton
229650ec15
SCR: Fix trace statements in screensaver.cpp; enable diagnostics in Mac screensaver
...
svn path=/trunk/boinc/; revision=15967
2008-09-05 02:47:10 +00:00
Rom Walton
90d1109bfe
- winsetup: Change the delete file after reboot code to use
...
MoveFileEx instead of the RunOnce registry key. It does what
I was originally trying to do directly to:
HKLM\SYSTEM\CurrentControlSet\Control\
Session Manager\PendingFileRenameOperations
But I ran into issues across various versions of Windows.
Thanks to Nicolas Alvarez for pointing out the API.
- scrsave: Some more screensaver clean-up.
- lib: Fix an infinate loop problem in get_exit_status,
luckly BOINC wasn't using it.
clientscr/
screensaver.cpp
lib/
util.C
win_build/installerv2/redist/Windows/src/boinccas/
CAValidateRebootRequest.cpp
svn path=/trunk/boinc/; revision=15945
2008-08-29 19:06:04 +00:00
Charlie Fenton
17cd1c5f19
screensaver.cpp: add comments and indentation fixes
...
svn path=/trunk/boinc/; revision=15885
2008-08-18 23:39:50 +00:00
Charlie Fenton
437ca715b6
Additional screensaver bug fix
...
svn path=/trunk/boinc/; revision=15879
2008-08-18 22:18:22 +00:00
Charlie Fenton
440ae7d73d
Additional screensaver bug fix
...
svn path=/trunk/boinc/; revision=15877
2008-08-18 22:09:22 +00:00
Rom Walton
ed8000459d
- SCR: Fix my checkin that causes the CPU util to spike on Macs and
...
possibly Windows.
clientscr/
screensaver.cpp
svn path=/trunk/boinc/; revision=15874
2008-08-18 19:14:28 +00:00
Rom Walton
d666a7fa07
- WINSCR: Comment updates from Nicolas Alvarez
...
clientscr/
screensaver_win.cpp
svn path=/trunk/boinc/; revision=15871
2008-08-17 17:27:24 +00:00
Rom Walton
8b5adc903a
- WINSCR: Certain checks should be done regularly like keyboard/mouse
...
activity and the notification window check. They should not depend
on whether or not the graphics window has been displayed or not.
clientscr/
screensaver.cpp
screensaver_win.cpp, .h
svn path=/trunk/boinc/; revision=15840
2008-08-14 19:09:01 +00:00
Rom Walton
f42a753902
Use ANSI encoding, I don't know how it got set to UTF-8.
...
UTF-8 causes the resource compiler to fail.
svn path=/trunk/boinc/; revision=15838
2008-08-14 18:37:57 +00:00
Rom Walton
106b5f1c92
- WIN: Remove any remaining references to Seed and CPDNBBC.
...
client/win/
boinc_cli.rc
boinc_cmd.rc
clientgui/
BOINCGUIApp.rc
clientgui/res/
seed16.xpm
seed32.xpm
seedamwizard.xpm
seedapwizard.xpm
clientlib/win/
boinc_dll.rc
clientscr/
boinc_ss.rc
clientscr/res/
seed.bmp
svn path=/trunk/boinc/; revision=15832
2008-08-14 03:08:15 +00:00
Rom Walton
4a6fd43a5c
- WIN: Remove Visual Studio 2003 solution and project files
...
- WIN: Fix build files so all build configurations work again
- WIN: Create the 'Samples - Debug' and 'Samples - Release'
configurations to build sample files. Leave the previous
configurations to build just the client software.
- WIN: Remove Seed project files
client/win/
boinc.exe.manifest
boinc_cli_2003.rc
boinc_cmd_2003.rc
boinccmd.exe.manifest
clientgui/
BOINCGUIApp_2003.rc
boincmgr.exe.manifest
clientlib/win/
boinc.dll.manifest
boinc_dll_2003.rc
clientscr/
boinc.scr.manifest
boinc_ss_2003.rc
samples/win_build/
samples_2003.sln
win_build/
boinc.sln
boinc_2003.sln
seed.sln
<Various .vcproj files>
svn path=/trunk/boinc/; revision=15831
2008-08-14 02:58:05 +00:00
Rom Walton
5d915bf830
- Update copyright strings in various Windows resource files.
...
client/win/
boinc_cli.rc
boinc_cli_2003.rc
boinc_cmd.rc
clientgui/
BOINCGUIApp.rc
BOINCGUIApp_2003.rc
clientlib/win/
boinc_dll.rc
boinc_dll_2003.rc
clientscr/
boinc_ss.rc
boinc_ss_2003.rc
clienttray/
boinc_tray.rc
svn path=/trunk/boinc/; revision=15827
2008-08-13 20:44:08 +00:00
David Anderson
4f66bb4c95
- added copyright and license info to .C, .cpp, .h files
...
- scheduler: fix bug in adaptive replication:
if send an unreplicated job to untrusted host,
set both wu.target_nresults and wu.min_quorum to app.target_nresults.
svn path=/trunk/boinc/; revision=15762
2008-08-06 18:36:30 +00:00
Rom Walton
7e7486a34b
- SCR: Don't treat CPU throttling as BOINC beeing suspended.
...
Fixes #706
- MGR: If the reminder frequency is 0, then don't show any
reminder messages.
clientgui/
BOINCDialupManager.cpp
clientscr/
screensaver.cpp
screensaver_win.cpp
svn path=/trunk/boinc/; revision=15731
2008-08-01 02:58:20 +00:00
Rom Walton
df046f6753
- SCR: BOINC's screensaver module in preview mode only displays
...
the BOINC icon, since the preview window is only 300x200 or
so. We shouldn't launch the data management thread when
launched in preview mode.
clientscr/
screensaver_win.cpp
svn path=/trunk/boinc/; revision=15227
2008-05-15 21:39:40 +00:00
Charlie Fenton
3fd4d8cd27
Compile fix.
...
svn path=/trunk/boinc/; revision=14933
2008-03-17 21:51:42 +00:00
Rom Walton
d08320ca4f
- SS: Launch the graphics app as the user instead of 'boinc_project'.
...
- MGR: Launch the graphics app as the user instead of 'boinc_project'.
clientgui/
MainDocument.cpp
clientscr/
screensaver.cpp
svn path=/trunk/boinc/; revision=14917
2008-03-14 22:17:37 +00:00
David Anderson
671524df2a
- Second pass at the above. We still need run_program() in util.C.
...
The problem was that there's a lot of extra stuff needed
for running apps on Windows (e.g. related to sandboxing).
This needed to be a new function.
svn path=/trunk/boinc/; revision=14879
2008-03-10 22:36:22 +00:00
Charlie Fenton
e447bb17df
Mac SCR: Add a test to directly determine when a graphics application window obscures our moving logo animation; if so, stop showing moving logo to avoid wasting CPU cycles.
...
svn path=/trunk/boinc/; revision=14806
2008-02-27 07:50:58 +00:00
Charlie Fenton
ec5ff1be99
Mac SCR: Add a test to directly determine when a graphics application window obscures our moving logo animation; if so, stop showing moving logo to avoid wasting CPU cycles.
...
svn path=/trunk/boinc/; revision=14804
2008-02-27 03:21:46 +00:00
Charlie Fenton
e53d0a480b
Mac SCR: Display "Starting screensaver graphics. Please wait ..." for 45 seconds each time we start graphics from a different application
...
svn path=/trunk/boinc/; revision=14793
2008-02-26 01:53:36 +00:00
Charlie Fenton
31e2c35943
Adjust frame rate, max logo slew rate when not displaying application graphics
...
svn path=/trunk/boinc/; revision=14777
2008-02-22 08:58:07 +00:00
Charlie Fenton
9265e2be20
Mac SCR: Horizontaly center the text under the logo in screensaver
...
svn path=/trunk/boinc/; revision=14776
2008-02-22 07:32:26 +00:00
Charlie Fenton
c347df8021
SCR: Further changes and cleanup of new Mac screensaver; Fix bug in Windows screensaver
...
svn path=/trunk/boinc/; revision=14760
2008-02-19 13:27:11 +00:00
Charlie Fenton
7f10249377
MAC SCR: Further changes and cleanup of new Mac screensaver
...
svn path=/trunk/boinc/; revision=14759
2008-02-19 13:26:26 +00:00
Charlie Fenton
560ae25d55
New Mac screensaver uses Quartz APIs, not deprecated QuickDraw, works more like Windows saver.
...
svn path=/trunk/boinc/; revision=14743
2008-02-14 12:26:13 +00:00
Charlie Fenton
86ac82b9af
SCR: When running V5 GFX applications as a service / daemon, display appropriate error message instead of trying to display graphics.
...
svn path=/trunk/boinc/; revision=14645
2008-01-30 04:22:42 +00:00
Charlie Fenton
167da5c015
API: Add executing_as_daemon bool to get_state rpc. SCR: When running V5 GFX applications as a service / daemon, display appropriate error message instead of trying to display graphics.
...
svn path=/trunk/boinc/; revision=14641
2008-01-30 02:47:06 +00:00
David Anderson
a463661f6b
- web: add "max CPU % for graphics" project-specific preference.
...
Projects should copy or merge
project.sample/project_specific_prefs.inc
- screensaver: change
Running research for PROJECT
Workunit: X
to
Computing for PROJECT
Task: X
svn path=/trunk/boinc/; revision=14637
2008-01-29 20:04:38 +00:00
Rom Walton
f0fbf22972
Quick Updates
...
svn path=/trunk/boinc/; revision=14387
2007-12-14 19:38:42 +00:00
Rom Walton
cc9439c1cb
Quick Updates
...
svn path=/trunk/boinc/; revision=14386
2007-12-14 19:36:32 +00:00
Rom Walton
ca959f9849
- SCR: Reimplement the screensaver rpc test for v6 so that the
...
screensaver can trip the firewall while the user is at the
terminal.
clientscr/
screensaver_win.cpp
svn path=/trunk/boinc/; revision=14384
2007-12-14 18:26:24 +00:00
Rom Walton
c884b709bf
svn path=/trunk/boinc/; revision=14182
2007-11-13 18:32:57 +00:00
Charlie Fenton
4394245d16
Fix GridRepublic branding bug.
...
svn path=/trunk/boinc/; revision=13965
2007-10-26 10:00:00 +00:00