7.0.13

Aus BC-Wiki
Zur Navigation springen Zur Suche springen

Zur Übersicht

  • client: after a gzipped file is downloaded, we uncompress it and then verify it. The latter involves computing its MD5, which reads the entire file. Combine these 2 steps so that the MD5 is computed as the file is uncompressed, eliminating the need to read the file again.
  • Mac: Update the build instructions with the current URL for c-ares-1.7.4.
  • MGR: If CPU or GPU is suspended from Activity Menu, change "Snooze" items to "Resume" in system tray menu.
  • client: Always remember previous CPU and GPU activity settings.
  • manager: in Disk View, try to make colors more distinct. In addition to varying the hue, cycle through 3 different luminance values (.5, .7, .9)
  • manager: in tooltips for Project/Task buttons, don't prepend "button name: "; add a tooltip for Home Page button.
  • MGR: Disable new "Resume" items in system tray menu if modal dialog is open.
  • screensaver coordinator: use new XML parser
  • client: because available GPU RAM value is unreliable, don't defer scheduling a task based on insufficient GPU RAM. For now, the relevant code is guarded by a "#define DEFER_ON_GPU_AVAIL_RAM 0" so we can easily restore it if we find a reliable way to get the value of available GPU RAM periodically. NOTE: we are still sending this unreliable value to project servers in the sched_request file. Does it make sense to do so?
  • manager: change text for buffer-size fields in advanced prefs dialog
  • scheduler: parse d_project_share
  • scheduler: if vbox and vbox_mt are both available, use vbox for a 1-CPU machine