Commit Graph

185 Commits

Author SHA1 Message Date
Charlie Fenton b42fc5617d Mac Sandbox: clear zombies left by running chmod and chown with special privileges
svn path=/trunk/boinc/; revision=20292
2010-01-28 10:29:56 +00:00
Charlie Fenton 0402d3a93a GR: Fix minor bugs in Mac accessibility reporting kAXWindowAttribute and kAXTopLevelUIElementAttribute
svn path=/trunk/boinc/; revision=20276
2010-01-27 11:00:32 +00:00
Charlie Fenton e236d3dc22 Mac Sandbox: To protect authenticators in init_data.xml files, make slots directory group boinc_project and not world-executable,
svn path=/trunk/boinc/; revision=20271
2010-01-27 07:38:29 +00:00
Charlie Fenton bf2e31b6e9 Mac Sandbox: to hide authenticators, make most *.xml files not world-readable
svn path=/trunk/boinc/; revision=20242
2010-01-22 12:34:04 +00:00
Charlie Fenton ebf83cdd54 MGR: Implement Mac accessibility for Event Log
svn path=/trunk/boinc/; revision=20227
2010-01-21 12:47:09 +00:00
Charlie Fenton 506e8fdba9 client: Eliminate x86_64 Mac client so we can link with 32-bit CUDA libraries
svn path=/trunk/boinc/; revision=20078
2010-01-06 10:40:13 +00:00
Charlie Fenton 75f2e451e4 Mac MGR: Call Mac accessibility announces localized tab names
svn path=/trunk/boinc/; revision=20033
2009-12-24 01:22:43 +00:00
Charlie Fenton 0607e1822a MGR: Make GetCurrentViewPage() indepenedent of tab positons; Always set Periodic RPC timer to 1 second if showing event log; Minor code cleanup from Rom
svn path=/trunk/boinc/; revision=20005
2009-12-22 01:22:11 +00:00
Rom Walton 8c597abf88 Quick Updates
svn path=/trunk/boinc/; revision=19732
2009-11-30 17:59:38 +00:00
Charlie Fenton c2eb2383ae MGR: Tweaks to Mac accessibility
svn path=/trunk/boinc/; revision=19718
2009-11-26 10:45:44 +00:00
Charlie Fenton 9f4d6a14b1 MGR: Implement Mac accessibility for Statistics and Disk tabs
svn path=/trunk/boinc/; revision=19706
2009-11-25 12:43:22 +00:00
Charlie Fenton 31c8a4e24b MGR: In Simple View, Mac screen reader tells user to switch to Advanced View
svn path=/trunk/boinc/; revision=19681
2009-11-24 02:34:43 +00:00
Charlie Fenton 15f5c31e9b MGR: In Simple View, Mac screen reader tells user to switch to Advanced View
svn path=/trunk/boinc/; revision=19679
2009-11-24 02:31:44 +00:00
Charlie Fenton a1cee5d46a Mac installer: fix 2 installer bugs
svn path=/trunk/boinc/; revision=19592
2009-11-18 10:19:14 +00:00
Charlie Fenton 5d5942522b Mac Installer: set most files in BOINC Data directory world-readable
svn path=/trunk/boinc/; revision=19465
2009-11-05 01:44:05 +00:00
Charlie Fenton eb3e99107b Mac MGR: allow localiztion of permissions error alerts
svn path=/trunk/boinc/; revision=19432
2009-10-31 07:45:44 +00:00
Charlie Fenton bc43be422e Mac MGR: Add accessibility support for disabled users to Attach Wizard's ProjectListCtrl
svn path=/trunk/boinc/; revision=19420
2009-10-30 11:32:57 +00:00
Charlie Fenton 28230a9c8e Mac MGR: Add accessibility support for disabled users to BOINCListCtrl
svn path=/trunk/boinc/; revision=19417
2009-10-29 22:58:56 +00:00
Charlie Fenton de0f30a840 Mac MGR: Add accessibility support for disabled users to BOINCListCtrl
svn path=/trunk/boinc/; revision=19389
2009-10-29 11:23:15 +00:00
Charlie Fenton 25d96f2e37 Mac MGR: Add accessibility support for disabled users to BOINCListCtrl
svn path=/trunk/boinc/; revision=19388
2009-10-29 11:13:48 +00:00
Charlie Fenton cc1c595bcd MGR: Fix build break on Mac
svn path=/trunk/boinc/; revision=19335
2009-10-16 21:29:25 +00:00
Charlie Fenton 728c2725f0 Mac installer: ask user whether to allow non-administrative users to run and control BOINC
svn path=/trunk/boinc/; revision=19056
2009-09-16 09:57:11 +00:00
Charlie Fenton d34c522d74 Mac Sandbox: Security fixes for Mac OS 10.6 Snow Leopard
svn path=/trunk/boinc/; revision=18978
2009-09-02 02:11:03 +00:00
Charlie Fenton 290d92aeb0 client: fix compiler warnings "call will abort at run time"; Sandbox: add casts
svn path=/trunk/boinc/; revision=18820
2009-08-08 01:07:10 +00:00
Charlie Fenton 77b990dea0 Mac: fix compile breaks
svn path=/trunk/boinc/; revision=18813
2009-08-04 05:52:04 +00:00
Charlie Fenton 4387fff5aa PTP: check in new PTP Mac icons and images.
svn path=/trunk/boinc/; revision=18495
2009-06-23 23:14:49 +00:00
Charlie Fenton 741e2a8476 Mac: uninstaller doesn't delete data; fixes for PTP installer
svn path=/trunk/boinc/; revision=18405
2009-06-13 00:54:29 +00:00
Charlie Fenton c10070a152 Mac: Update copyright date in InfoPlist.strings files to 2009
svn path=/trunk/boinc/; revision=18371
2009-06-11 10:36:23 +00:00
Charlie Fenton 6877f87abe MGR: Fix compile errors, remove authenticator validity test from detect_cookie_safari()
svn path=/trunk/boinc/; revision=18310
2009-06-04 23:45:33 +00:00
Charlie Fenton 99d2ef9364 Mac MGR: Fix compile error; add -lsqlite3 to XCode linker flags
svn path=/trunk/boinc/; revision=18087
2009-05-13 08:46:23 +00:00
Rom Walton b25cd21510 - MGR: Include support for Firefox 3.x cookie support for
the attach to project wizard.
    - MGR: Include support for a cookie based attach to
        account manager wizard.
        
    clientgui/
        browser.cpp, .h
    clientgui/mac/
        browser_safari.mm
    win_build/
        boinc_post_bld_rules.cmd
        boincmgr.vcproj

svn path=/trunk/boinc/; revision=18077
2009-05-12 14:20:36 +00:00
Charlie Fenton 287806e4b0 Mac MGR: Changes to build with full Unicode support with wxWidgets-2.8.10
svn path=/trunk/boinc/; revision=17844
2009-04-17 11:28:27 +00:00
Charlie Fenton e1a9129b48 SS: Under Mac Sandbox security, gfx_switcher launches default ss app as user and group boinc_master; don't setgid boincscr
svn path=/trunk/boinc/; revision=17720
2009-04-02 01:48:44 +00:00
Charlie Fenton 00bc9294a2 Mac: MGR: add standard Preferences item under BOINC menu; add -lresolv to XCode linker flags for screensaver
svn path=/trunk/boinc/; revision=17716
2009-04-01 11:14:16 +00:00
Charlie Fenton 73dc776567 pdate various source filed to GPL 3
svn path=/trunk/boinc/; revision=17330
2009-02-21 02:42:50 +00:00
Charlie Fenton ccca6db3d7 ss_app: Under sandbox security, set boincscr permissions the same as for BOINC Manager
svn path=/trunk/boinc/; revision=17255
2009-02-13 11:07:50 +00:00
Charlie Fenton 03e8940a8a ss_app: Remove code which adds a Mac icon, restore previous permissions for boinscr
svn path=/trunk/boinc/; revision=17218
2009-02-12 01:19:56 +00:00
Charlie Fenton 3891fcfe88 SS: Fix new screensaver coordinator sandbox permissions
svn path=/trunk/boinc/; revision=17201
2009-02-11 10:33:50 +00:00
Charlie Fenton 7b101e42ad Use symbolic file name GUI_RPC_PASSWD_FILE for gui_rpc_auth.cfg
svn path=/trunk/boinc/; revision=17142
2009-02-05 01:34:47 +00:00
Charlie Fenton dd6b98488a SS: Begin work on upgrading screensaver coordinator for new functionality: add file names, sandbox security
svn path=/trunk/boinc/; revision=17141
2009-02-05 01:21:24 +00:00
Charlie Fenton 1a5c93ff19 MGR: Async RPCs: use wxCondition with timeout to block main thread while waiting for Demand RPC to finish; set m_pTaskBarIcon and m_pMacSystemMenu to NULL when deleted.
svn path=/trunk/boinc/; revision=16517
2008-11-18 13:28:26 +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
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
Charlie Fenton c719556ae7 MGR: Fix build breaks on Mac.
svn path=/trunk/boinc/; revision=15455
2008-06-24 01:09:09 +00:00
Charlie Fenton c5b228493b MGR: Update comments on linking with Development / debug build of wxWidgets; add this info to build documentation
svn path=/trunk/boinc/; revision=15159
2008-05-09 07:00:36 +00:00
Charlie Fenton dfe2b81518 Fix a comment
svn path=/trunk/boinc/; revision=15127
2008-05-02 23:35:41 +00:00
Charlie Fenton 0c4b110db8 Mac Sandbox: Fix bug setting permissions for symlinks, Show Manager if displaying sandbox error dialog.
svn path=/trunk/boinc/; revision=14974
2008-03-28 10:11:15 +00:00
Charlie Fenton 76178d3b03 Mac: More sandbox security changes for symlinks: lchown is not available under OS 10.3.9
svn path=/trunk/boinc/; revision=14955
2008-03-21 11:55:12 +00:00
Charlie Fenton 22612dbaaf Mac: Update sandbox security for symlinks replacing xml soft links.
svn path=/trunk/boinc/; revision=14953
2008-03-20 23:44:05 +00:00
Charlie Fenton 79d8c0420f Mac Sandbox: make files in slots and project directories world-readable so Client can read files written by project applications with user and group boinc_project; remove code which makes user boinc_master part of group boinc_project
svn path=/trunk/boinc/; revision=14590
2008-01-18 02:08:25 +00:00