Changes between Version 11 and Version 12 of ProjectPlan
- Timestamp:
- May 10, 2013, 3:34:32 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProjectPlan
v11 v12 34 34 - compatibility with <coproc> option in cc_config.xml? 35 35 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 36 45 * Improve handling of Max Disk Usage in Simple View Preferences 37 46 - It has only the # GB Max disk space setting, but web prefs & Advanced prefs also have … … 51 60 - I suspect it occurred when I quit BOINC after SETI@home wrote the file but before it was recorded in client_state.xml file. 52 61 - 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.) 54 63 - My comments: 55 64 - 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. … … 100 109 * Test with Linux sandbox 101 110 * Test with Windows sandbox 102 * Need new SG Help web page for 6.13.0+103 * Update wiki page docs on creating skins104 111 105 112 == Planned items == … … 116 123 * BOINC Manager 117 124 * 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.122 125 * Finish Building PtP and GR. 123 126 … … 127 130 * Running VirtualBox with sandbox security on Mac. 128 131 * 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.