Changes between Version 11 and Version 12 of ProjectPlan


Ignore:
Timestamp:
May 10, 2013, 3:34:32 AM (11 years ago)
Author:
charlief
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ProjectPlan

    v11 v12  
    3434 - compatibility with <coproc> option in cc_config.xml?
    3535
     36* Add features to Macintosh Installer and Uninstaller for BOINC, including:
     37 - localization for non-English languages.
     38 - running BOINC when no user is logged in.
     39 - removing or preserving BOINC Data files.
     40
     41* To allow multiple users to run Macintosh Manager under Fast User Switching:
     42 - Modify BOINCGUIApp::!DetectDuplicateInstance.
     43 - Make stdoutgui.txt and stderrgui.txt group-writable.
     44
    3645* Improve handling of Max Disk Usage in Simple View Preferences
    3746 - It has only the # GB Max disk space setting, but web prefs & Advanced prefs also have
     
    5160 - I suspect it occurred when I quit BOINC after SETI@home wrote the file but before it was recorded in client_state.xml file.
    5261 - It appears to have worked fine until David added code to kill any task with a boinc_finished file.
    53  - His "fix" aborts the task instead of killing it, giving a computation error even though it really completed successfully; I feel this is wrong (but a rare case.)
     62 - This "fix" aborts the task instead of killing it, giving a computation error even though it really completed successfully; I feel this is wrong (but a rare case.)
    5463 - My comments:
    5564   - any task with boinc_finished file in slot directory should be excluded from the active tasks list, its progress set to 100%, and recorded in client state file.
     
    100109  * Test with Linux sandbox
    101110  * Test with Windows sandbox
    102  * Need new SG Help web page for 6.13.0+
    103  * Update wiki page docs on creating skins
    104111
    105112== Planned items ==
     
    116123 * BOINC Manager
    117124  * Rework preferences dialogs
    118  * Update sample code for building on XCode 4.2 under OS 10.7.
    119  * Update documentation for buildingproject applications on XCode 4.2 under OS 10.7.
    120  * When the Manager window is brought to the front, and the Event Log window is open, the event log window should also be brought to the front (but behind the manager window)
    121  * Clip progress bars at 100%: If a job's progress is > 100%, it should draw the bar as if it were 100%, but display the actual value.
    122125 * Finish Building PtP and GR.
    123126
     
    127130  * Running VirtualBox with sandbox security on Mac.
    128131 * Look for memory leaks in the client and manager.
    129 
     132 * Need new SG Help web page for 6.13.0+
     133 * Update wiki page docs on creating skins
     134 * Update sample code for building on XCode 4.2 under OS 10.7.
     135 * Update documentation for buildingproject applications on XCode 4.2 under OS 10.7.
     136 * When the Manager window is brought to the front, and the Event Log window is open, the event log window should also be brought to the front (but behind the manager window)
     137 * Clip progress bars at 100%: If a job's progress is > 100%, it should draw the bar as if it were 100%, but display the actual value.