7.5.0

Aus BC-Wiki
Zur Navigation springen Zur Suche springen

7x

  • create_work: add --verbose option
  • create_work: add --continue_on_error option
  • VBOX: If we experience a timeout when attempting to start the VM, dump the log files.
  • VBOX: Take care of a false positive. The completion file string size must be greater than zero.
  • VBOX: Same with the temporary exit trigger file
  • VBOX: When attempting to deregister the VM, if we are unable to acquire the session lock, exit the routine with an error. Avoid a crash.
  • VBOX: Enable/Disable network after the network type has been specified.
  • MGR: Modify Simple Preferences dialog to match Advanced Preferences dialog and Web Preferences.
  • MGR: Updates to Simple Preferences dialog: restore reference to Advanced Prefs dialog; fix controls to appear properly over a background image. The warning icon does not yet appear correctly over a background image.
  • VBOX: Add a configuration option to turn-off automatic check-pointing. Projects may want to handle check-pointing within their own application and skip the disk intensive requirements of a VM snapshot.
  • VBOX: Add option to use 'savestate' instead of 'poweroff' during graceful VM shutdown.
  • VBOX: Remove unneeded error string
  • VBOX: Add better error checks when handling COM error conditions.
  • VBOX: Add additional check for a valid pointer to prevent crash condition.
  • MGR: Fixes for correctly displaying controls over a background image in Simple Preferences; adjust size of warning symbol bitmap for dpi setting on Windows for Simple and Advanced Preferences.
  • MGR: Fix appearance of Simple Preferences dialog items when tabbing through the items to change focus; adjust length of static line for DPI setting on Windows.
  • MGR: Fix build breaks on Macintosh.
  • VBOX: If polling for the current VM state fails for any reason, like vboxsvc crashing, do a temp exit for 24 hours. Before COM, polling for the current state wasn't as critical. If the poll operation failed, we would try again in one second anyway. After COM, it is used as a test to see if the communication channel between the wrapper and VirtualBox is still operational. If not, temp exit and hope things work the next attempt.
  • MGR: When erasing controls in Simple Preferences dialog, align background image correctly for controls that are descendants of the dialog deeper than one level (grandchild, great-grandchild, etc.)
  • MGR: Set default background of Simple Prefs dialog to white.
  • MGR: Add a leading space between checkboxes and their labels in Simple Prefs dialog.
  • MGR: Fix compiler warnings; fix Simple Prefs bitmap display on Linux.
  • MGR: Fix CTransparentHyperlinkCtrl display on MS Windows which I broke in my last checkin.
  • VBOX: Add COM support for VirtualBox 5.0 Beta 1.
  • VBOX: Clean-up Vbox 4.2/4.3/5.0 support.