Commit Graph

10739 Commits

Author SHA1 Message Date
Charlie Fenton f2ea5d5fd9 MGR: Fix #388: Snooze menu item is disabled and not checked if user selects RUN_MODE_NEVER
svn path=/trunk/boinc/; revision=13541
2007-09-05 02:55:29 +00:00
Charlie Fenton 340b55ece8 Display new version available message in red
svn path=/trunk/boinc/; revision=13539
2007-09-04 11:40:46 +00:00
Charlie Fenton a2350e101d CC: fix bug so we do new version check when client is first started as well as every 14 days thereafter.
svn path=/trunk/boinc/; revision=13538
2007-09-04 10:48:18 +00:00
Charlie Fenton a5619dffcc make shared memory using memory mapped files more robust
svn path=/trunk/boinc/; revision=13536
2007-09-04 10:33:50 +00:00
Charlie Fenton 9c939288df make shared memory using memory mapped files more robust
svn path=/trunk/boinc/; revision=13534
2007-09-04 07:41:25 +00:00
Charlie Fenton 74f04844da Fix V6 GFX bug on OS 10.3.9, make shared memory using memory mapped files more robust
svn path=/trunk/boinc/; revision=13533
2007-09-04 07:40:52 +00:00
Charlie Fenton d269036df3 V6 GFX: Fix bug on OS 10.3.9
svn path=/trunk/boinc/; revision=13532
2007-09-04 07:40:18 +00:00
David Anderson dabba949a4 - client: when a job finishes, read last (not first) 63KB of stderr
- client: parse <cpid_time> in scheduler reply;
        add cpid_time field to PROJECT.
        This defaults to the user_create_time.
        In deciding which CPID to send in a scheduler request,
        use the one with oldest cpid_time (not user_create_time).
        This is the client half of fixing a bug that causes
        CPID to flip/flop between to values in a certain case.

svn path=/trunk/boinc/; revision=13531
2007-09-03 23:00:22 +00:00
Rom Walton 13b65a463a Quick Updates
svn path=/trunk/boinc/; revision=13529
2007-09-03 12:35:07 +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 c27299baa6 improvements to shared memory using memory mapped files
svn path=/trunk/boinc/; revision=13524
2007-09-03 05:14:57 +00:00
Charlie Fenton e0424f3365 Mac MGR: if BOINC is running as a service / daemon, connect to BOINC Client before creating menubar icon menu to work around unresponsive icon bug
svn path=/trunk/boinc/; revision=13523
2007-09-03 01:16:11 +00:00
Charlie Fenton 424795ca7f Back out previous change - I found a better solution
svn path=/trunk/boinc/; revision=13522
2007-09-03 01:15:42 +00:00
David Anderson 00e3ddad69 - client: zero out xfer_speed in HTTP_OP constructor
(may fix problem w/ #INF bandwidth display)

svn path=/trunk/boinc/; revision=13517
2007-09-02 19:39:21 +00:00
Charlie Fenton 63a143da37 fix revision date
svn path=/trunk/boinc/; revision=13515
2007-09-02 14:19:19 +00:00
Charlie Fenton 8b2d00cfd1 Mac: changes for V6 daemon
svn path=/trunk/boinc/; revision=13514
2007-09-02 14:02:33 +00:00
Charlie Fenton 7ff9ebf47d Mac: add -daemon flag to script for starting BOINC as a service
svn path=/trunk/boinc/; revision=13513
2007-09-02 14:01:37 +00:00
Charlie Fenton ed7a08ef3e Mac MGR: if BOINC is running as a service / daemon, delay setting up menubar icon menu to work around problem of unknown cause
svn path=/trunk/boinc/; revision=13512
2007-09-02 14:01:18 +00:00
Charlie Fenton 09033009e0 if running as a daemon, don't set disable_graphics, remove "No application graphics will be available" message.
svn path=/trunk/boinc/; revision=13511
2007-09-02 14:00:45 +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
Rytis Slatkevičius b4adecdea0 User web: fix invalid markup and change styling to CSS
svn path=/trunk/boinc/; revision=13509
2007-09-01 19:43:24 +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 29888a4b5b Mac screensaver: replace image in screensaver control panel with new logo, move to common clientscr/res/ directory
svn path=/trunk/boinc/; revision=13504
2007-09-01 07:57:29 +00:00
Charlie Fenton b6f79ec6da Mac screensaver: replace image in screensaver control panel with new logo, move to common clientscr/res/ directory
svn path=/trunk/boinc/; revision=13503
2007-09-01 07:54:14 +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 f818d84983 MGR: Add V6 GFX support to grid view.
svn path=/trunk/boinc/; revision=13496
2007-08-29 23:38:37 +00:00
Charlie Fenton 37dd3aeec8 Launch the graphics application via a shell by using the UNIX system() api
svn path=/trunk/boinc/; revision=13491
2007-08-29 14:09:33 +00:00
Charlie Fenton d72c982f7f Mac V2 GFX: Fix link error when building example app
svn path=/trunk/boinc/; revision=13489
2007-08-29 13:11:41 +00:00
Charlie Fenton ec652d7573 Mac V2 GFX: Fix link error when building example app
svn path=/trunk/boinc/; revision=13488
2007-08-29 09:24:22 +00:00
Charlie Fenton b8344b3b2b Fix source path
svn path=/trunk/boinc/; revision=13487
2007-08-29 02:53:38 +00:00
Charlie Fenton b499f8a355 Mac: use "-D USE_FILE_MAPPED_SHMEM" compiler flag for BOINC Client and BOINC libraries
svn path=/trunk/boinc/; revision=13486
2007-08-29 02:40:33 +00:00
Charlie Fenton 1fb371a35d Mac: Create new XCode project target to build libboinc_graphics2.a
svn path=/trunk/boinc/; revision=13485
2007-08-29 02:23:31 +00:00
Charlie Fenton c3960c9140 Fix a compiler warning
svn path=/trunk/boinc/; revision=13484
2007-08-29 02:23:00 +00:00
Charlie Fenton a2bbef4acd Mac: Create new XCode project target to build libboinc_graphics2.a
svn path=/trunk/boinc/; revision=13483
2007-08-29 02:01:56 +00:00
Charlie Fenton 0fc040c995 Move Mac screensaver files to common clientscr/ directory
svn path=/trunk/boinc/; revision=13482
2007-08-29 01:27:21 +00:00
Charlie Fenton 3d437d904a Create same shmem file name as for Windows, instead of "gfx_mmap_file
svn path=/trunk/boinc/; revision=13481
2007-08-29 01:26:57 +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
Charlie Fenton 4b0653b8f6 Implement file-mapped shared memory with SANDBOX security
svn path=/trunk/boinc/; revision=13472
2007-08-28 06:12:48 +00:00
Charlie Fenton ca051eb314 Implement file-mapped shared memory
svn path=/trunk/boinc/; revision=13471
2007-08-28 00:28:11 +00:00