Commit Graph

30 Commits

Author SHA1 Message Date
Charlie Fenton 7da882ed50 Mac SCR: Do screen blanking in screensaver since CC no longer does it
svn path=/trunk/boinc/; revision=13543
2007-09-05 11:12:03 +00:00
Charlie Fenton 90df697345 SCR: Add optional argument to count_active_graphic_apps() and get_random_graphics_app() with the name of a result to avoid.
svn path=/trunk/boinc/; revision=13528
2007-09-03 08:39:46 +00:00
Charlie Fenton 551ad7b77a Remove temporary debugging value checked in by mistake
svn path=/trunk/boinc/; revision=13510
2007-09-02 09:48:59 +00:00
Charlie Fenton a72f5bb5df Mac screensaver: replace image in screensaver control panel with new logo, move to common clientscr/res/ directory
svn path=/trunk/boinc/; revision=13508
2007-09-01 08:31:27 +00:00
Charlie Fenton f54cec4659 Mac screensaver: replace image in screensaver control panel with new logo, move to common clientscr/res/ directory
svn path=/trunk/boinc/; revision=13507
2007-09-01 08:30:46 +00:00
Charlie Fenton 5654775a0e Mac screensaver: replace image in screensaver control panel with new logo, move to common clientscr/res/ directory
svn path=/trunk/boinc/; revision=13502
2007-09-01 07:51:56 +00:00
Charlie Fenton 9379f8aa8e V6 graphics development
svn path=/trunk/boinc/; revision=13500
2007-08-31 15:59:06 +00:00
Charlie Fenton 520b114838 Update Mac screensaver to V6 graphics; fix a bug in get_random_graphics_app()
svn path=/trunk/boinc/; revision=13499
2007-08-31 14:32:08 +00:00
Charlie Fenton 4eb0aee2da Update Mac screensaver to V6 graphics; fix a bug in get_random_graphics_app()
svn path=/trunk/boinc/; revision=13498
2007-08-31 14:23:07 +00:00
Rom Walton 5cdaa80e75 - SCR: Fix a few bugs with the last checkin.
clientscr/
        screensaver.cpp

svn path=/trunk/boinc/; revision=13497
2007-08-30 03:52:29 +00:00
Charlie Fenton b16ecf6932 Eliminate BOINCSaver.nib.sit, replace with BOINCSaver.nib
svn path=/trunk/boinc/; revision=13480
2007-08-29 01:26:37 +00:00
Charlie Fenton 0bc9cea2bb Move Mac sreensaver files to common clientscr directory
svn path=/trunk/boinc/; revision=13479
2007-08-29 01:16:14 +00:00
Charlie Fenton 21ef24ec5c Move Mac sreensaver files to common clientscr directory
svn path=/trunk/boinc/; revision=13478
2007-08-29 01:11:57 +00:00
Charlie Fenton 94f7730db3 Move Mac sreensaver files to common clientscr directory
svn path=/trunk/boinc/; revision=13477
2007-08-29 01:11:43 +00:00
Charlie Fenton 193797ed2b Move Mac sreensaver files to common clientscr directory
svn path=/trunk/boinc/; revision=13476
2007-08-29 01:11:29 +00:00
Charlie Fenton ee43d7e443 Move Mac sreensaver files to common clientscr directory
svn path=/trunk/boinc/; revision=13475
2007-08-29 01:11:09 +00:00
Rom Walton 10a59b8ad2 - SCR: Move more code into the shared code module
clientscr/
        screensaver.cpp, .h
        screensaver_win.cpp

svn path=/trunk/boinc/; revision=13473
2007-08-28 18:54:31 +00:00
Rom Walton 8da726aa13 SCR: Only choose applications that are currently being
exected.
    Win SCR: Update screensaver logo.
    Win SCR: Reduce the amount of time the screensaver is stuck in startup mode
      from 10 secs down to 2 secs. It still takes a second or two to download
      state information from the CC.
    
    clientscr/
        screensaver.cpp
        screensaver_win.cpp
    clientscr/res/
        boinc.bmp

svn path=/trunk/boinc/; revision=13417
2007-08-20 19:54:42 +00:00
Rom Walton f292a46980 - SCR: Move the call to kill_program to ShutdownSaver instead
of waiting for the data thread to poll for keyboard and
        mouse activity. If the saver's window proc detects keyboard
        or mouse activity it'll start the shutdown proceedure.
        
    clientscr/
        screensaver_win.cpp

svn path=/trunk/boinc/; revision=13392
2007-08-16 23:09:03 +00:00
David Anderson bd29314eb0 screensaver fix
svn path=/trunk/boinc/; revision=13388
2007-08-16 18:37:38 +00:00
Rom Walton 05cee3eb0d - SCR: Fix the new screensaver so that it doesn't start a new
graphics window every second.
    - LIB: CreateProcess always returns a 1 on success, which means
           the last part of the run_program function was never being
           executed.
    
    clientscr/
        screensaver_win.cpp
    lib/
        util.C

svn path=/trunk/boinc/; revision=13323
2007-08-15 15:25:52 +00:00
Rom Walton f841b17404 SCR: Enable V6 style applications, screensaver is no longer
compatible with v5 style graphics.
    
    clientscr/
        screensaver.cpp, .h
        screensaver_win.cpp, .h

svn path=/trunk/boinc/; revision=13318
2007-08-14 17:23:30 +00:00
Rom Walton 3986e47fa9 - SCR: Move screensaver related files out of the CC directory
structure and put it into its own directory structure.
        
    client/win/
        boinc.scr.manifest (deleted)
        boinc_ss.h (deleted)
        boinc_ss.rc (deleted)
        boinc_ss_2003.rc (deleted)
        win_screensaver.cpp, .h (deleted)
    clientscr/
        boinc.scr.manifest (added)
        boinc_ss.h (added)
        boinc_ss.rc (added)
        boinc_ss_2003.rc (added)
        win_screensaver.cpp, .h (added)

svn path=/trunk/boinc/; revision=13308
2007-08-13 19:57:18 +00:00
Rom Walton 9a9550c2e0 Copied remotely.
svn path=/trunk/boinc/; revision=13307
2007-08-13 19:43:39 +00:00
Rom Walton 29afbd883e Copied remotely
svn path=/trunk/boinc/; revision=13306
2007-08-13 19:41:09 +00:00
Rom Walton 743ab161e8 Copied remotely
svn path=/trunk/boinc/; revision=13305
2007-08-13 19:40:48 +00:00
Rom Walton c69a0c68c4 Copied remotely
svn path=/trunk/boinc/; revision=13304
2007-08-13 19:40:27 +00:00
Rom Walton c2f61c722c Copied remotely
svn path=/trunk/boinc/; revision=13303
2007-08-13 19:40:05 +00:00
Rom Walton 84a13c2755 Copied remotely
svn path=/trunk/boinc/; revision=13302
2007-08-13 19:39:29 +00:00
Rom Walton d4697defed Copied remotely
svn path=/trunk/boinc/; revision=13301
2007-08-13 19:37:51 +00:00