# # ChangeLog for trunk/src/VBox/Main in vbox # # Generated by Trac 1.4.3.2 # Dec 5, 2024 12:48:28 AM Wed, 21 Apr 2010 10:41:34 GMT vboxsync [28555] * trunk/src/VBox/Main/Makefile.kmk (modified) Main: add support for polling for USB devices on Linux hosts without ... Wed, 21 Apr 2010 10:16:57 GMT vboxsync [28553] * trunk/src/VBox/Main/linux/HostHardwareLinux.cpp (modified) * trunk/src/VBox/Main/testcase/Makefile.kmk (modified) * trunk/src/VBox/Main/testcase/tstHostHardwareLinux.cpp (modified) Main: add support for polling for USB devices on Linux hosts without ... Wed, 21 Apr 2010 08:57:06 GMT vboxsync [28549] * trunk/src/VBox/Main/MachineImpl.cpp (modified) Currently we only support memory ballooning on all 64-bit hosts ... Wed, 21 Apr 2010 07:07:03 GMT vboxsync [28543] * trunk/src/VBox/Main/Makefile.kmk (modified) Main/TestVBoxOGL: fixed order of libGL.so dependency Tue, 20 Apr 2010 16:22:41 GMT vboxsync [28531] * trunk/src/VBox/Main/ApplianceImplExport.cpp (modified) * trunk/src/VBox/Main/ApplianceImplImport.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/ovfreader.h (modified) * trunk/src/VBox/Main/xml/ovfreader.cpp (modified) Main/OVF: fix import of IDE controllers (export currently broken) Tue, 20 Apr 2010 14:34:16 GMT vboxsync [28529] * trunk/src/VBox/Main/GuestImpl.cpp (modified) * trunk/src/VBox/Main/MachineImpl.cpp (modified) Main: added a note Tue, 20 Apr 2010 14:14:41 GMT vboxsync [28527] * trunk/src/VBox/Main/MachineImpl.cpp (modified) Main: ''IMachine::SetMemoryBalloonSize'' may change the size of the ... Tue, 20 Apr 2010 14:05:45 GMT vboxsync [28526] * trunk/src/VBox/Main/MediumImpl.cpp (modified) Main/MediumImpl: fix regression when creating diff images Tue, 20 Apr 2010 14:04:35 GMT vboxsync [28525] * trunk/src/VBox/Main/Performance.cpp (modified) fixed comment Tue, 20 Apr 2010 11:15:38 GMT vboxsync [28513] * trunk/src/VBox/Devices/PC/vbox.dsl (modified) * trunk/src/VBox/Main/ConsoleImpl2.cpp (modified) ACPI: make NIC object acceptable by Windows guests Mon, 19 Apr 2010 18:06:52 GMT vboxsync [28489] * trunk/src/VBox/Main/ConsoleImpl2.cpp (modified) typo Mon, 19 Apr 2010 17:59:26 GMT vboxsync [28487] * trunk/src/VBox/Devices/PC/DevACPI.cpp (modified) * trunk/src/VBox/Devices/PC/vbox.dsl (modified) * trunk/src/VBox/Main/ConsoleImpl2.cpp (modified) ACPI: another attempt to provide primary NIC info via ACPI Mon, 19 Apr 2010 17:56:58 GMT vboxsync [28485] * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) typo Mon, 19 Apr 2010 16:44:20 GMT vboxsync [28481] * trunk/src/VBox/Main/GuestImpl.cpp (modified) Main/GuestImp: fixed wrong conversion of CPU load values Mon, 19 Apr 2010 14:29:25 GMT vboxsync [28468] * trunk/src/VBox/Main/DisplayImpl.cpp (modified) Main: bug in args check of Display::TakeScreenShotToArray Mon, 19 Apr 2010 14:19:32 GMT vboxsync [28465] * trunk/src/VBox/Main/GuestImpl.cpp (modified) Guest Control: Update (context ID clamping). Mon, 19 Apr 2010 14:04:12 GMT vboxsync [28463] * trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlExec.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp (modified) * trunk/src/VBox/Main/GuestImpl.cpp (modified) Guest Control: Update (extended error info, callback bugfixes). Mon, 19 Apr 2010 12:26:36 GMT vboxsync [28456] * trunk/src/VBox/Main/HostImpl.cpp (modified) solaris build fix Mon, 19 Apr 2010 11:35:17 GMT vboxsync [28453] * trunk/src/VBox/Main/HostImpl.cpp (modified) Typo Mon, 19 Apr 2010 11:32:40 GMT vboxsync [28452] * trunk/src/VBox/Main/HostImpl.cpp (modified) Compile fix Mon, 19 Apr 2010 11:25:59 GMT vboxsync [28451] * trunk/src/VBox/Main/HostImpl.cpp (modified) Detect AMD nested paging using cpuid Mon, 19 Apr 2010 09:17:37 GMT vboxsync [28448] * trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp (modified) * trunk/src/VBox/Main/GuestImpl.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/GuestImpl.h (modified) Guest Control: Update (API for retrieving output). Mon, 19 Apr 2010 08:45:18 GMT vboxsync [28447] * trunk/src/VBox/Main/DisplayImpl.cpp (modified) Main/Display: fixed memory leak in ''Display::TakeScreenShotToArray()'' Sat, 17 Apr 2010 18:08:28 GMT vboxsync [28434] * trunk/include/VBox/HostServices/GuestControlSvc.h (modified) * trunk/include/VBox/VMMDev.h (modified) * trunk/include/VBox/gmm.h (modified) * trunk/src/VBox/Additions/common/VBoxGuestLib/Makefile.kmk (modified) * trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibGuestCtrl.cpp (modified) * trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibModule.cpp (modified) * trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControl.cpp (modified) * trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlExec.cpp (modified) * trunk/src/VBox/Additions/common/VBoxService/VBoxServiceInternal.h (modified) * trunk/src/VBox/Additions/common/VBoxService/VBoxServicePageSharing.cpp (modified) * trunk/src/VBox/Additions/linux/sharedfolders/dirops.c (modified) * trunk/src/VBox/Additions/x11/vboxvideo/vboxvideo_70.c (modified) * trunk/src/VBox/Devices/Network/DevPCNet.cpp (modified) * trunk/src/VBox/Devices/Network/slirp/bsd/kern/uipc_mbuf.c (modified) * trunk/src/VBox/Devices/Network/slirp/misc.c (modified) * trunk/src/VBox/Devices/Network/slirp/slirp.c (modified) * trunk/src/VBox/Devices/Network/slirp/slirp.h (modified) * trunk/src/VBox/Devices/Network/slirp/tcp_subr.c (modified) * trunk/src/VBox/Devices/VMMDev/VMMDev.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageModifyVM.cpp (modified) * trunk/src/VBox/Main/GuestImpl.cpp (modified) * trunk/src/VBox/Main/include/GuestImpl.h (modified) * trunk/src/VBox/Main/xml/Settings.cpp (modified) * trunk/src/VBox/Runtime/r3/alloc-ef.cpp (modified) * trunk/src/VBox/VMM/GMM.cpp (modified) * trunk/src/VBox/VMM/PGMSharedPage.cpp (modified) * trunk/src/VBox/VMM/VMMR0/GMMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HWACCMR0.cpp (modified) *: whitespace cleanups by scm and two manually picked nits. Fri, 16 Apr 2010 10:45:18 GMT vboxsync [28406] * trunk/src/VBox/Devices/Builtins.cpp (modified) * trunk/src/VBox/Devices/Builtins.h (modified) * trunk/src/VBox/Devices/Makefile.kmk (modified) * trunk/src/VBox/Devices/Network/DrvVDE.cpp (copied) * trunk/src/VBox/Devices/Network/VDEPlug.cpp (copied) * trunk/src/VBox/Devices/Network/VDEPlug.h (copied) * trunk/src/VBox/Devices/Network/VDEPlugSymDefs.h (copied) * trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsNetwork.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsNetwork.h (modified) * trunk/src/VBox/Main/ConsoleImpl2.cpp (modified) * trunk/src/VBox/Main/Makefile.kmk (modified) * trunk/src/VBox/Main/NetworkAdapterImpl.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/NetworkAdapterImpl.h (modified) * trunk/src/VBox/Main/xml/Settings.cpp (modified) Devices, Main, FE/Qt: re-committed support for VDE virtual network ... Fri, 16 Apr 2010 10:13:22 GMT vboxsync [28402] * trunk/include/VBox/HostServices/GuestControlSvc.h (modified) * trunk/include/VBox/VBoxGuestLib.h (modified) * trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibGuestCtrl.cpp (modified) * trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControl.cpp (modified) * trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlExec.cpp (modified) * trunk/src/VBox/Additions/common/VBoxService/VBoxServiceInternal.h (modified) * trunk/src/VBox/Main/GuestImpl.cpp (modified) Guest Control: Update (guest shutdown handling, timed peeks). Fri, 16 Apr 2010 09:14:54 GMT vboxsync [28401] * trunk/src/VBox/Main/MachineImpl.cpp (modified) * trunk/src/VBox/Main/MediumImpl.cpp (modified) * trunk/src/VBox/Main/SnapshotImpl.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/Logging.h (modified) * trunk/src/VBox/Main/include/MachineImpl.h (modified) * trunk/src/VBox/Main/include/MediumImpl.h (modified) * trunk/src/VBox/Main/include/SnapshotImpl.h (modified) Main/Machine+Snapshot+Medium: Big medium locking cleanup and ... Fri, 16 Apr 2010 08:38:37 GMT vboxsync [28398] * trunk/src/VBox/Main/include/BIOSSettingsImpl.h (modified) * trunk/src/VBox/Main/include/Global.h (modified) * trunk/src/VBox/Main/include/HostHardwareLinux.h (modified) * trunk/src/VBox/Main/include/MediumFormatImpl.h (modified) * trunk/src/VBox/Main/include/MediumLock.h (modified) * trunk/src/VBox/Main/include/ParallelPortImpl.h (modified) * trunk/src/VBox/Main/include/SerialPortImpl.h (modified) * trunk/src/VBox/Main/include/vbox-libhal.h (modified) Medium/include: svn property cleanup Thu, 15 Apr 2010 15:47:07 GMT vboxsync [28377] * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) Main: SDK burn fix Thu, 15 Apr 2010 14:52:36 GMT vboxsync [28369] * trunk/src/VBox/Main/GuestImpl.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) Build fix for SDK, spaces. Thu, 15 Apr 2010 14:46:06 GMT vboxsync [28368] * trunk/src/VBox/Main/DisplayImpl.cpp (modified) * trunk/src/VBox/Main/Makefile.kmk (modified) * trunk/src/VBox/Main/VMMDevInterface.cpp (modified) * trunk/src/VBox/Main/include/DisplayImpl.h (modified) Main/Display: seamless for multimonitor. (xTracker 4655) Thu, 15 Apr 2010 13:26:07 GMT vboxsync [28358] * trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp (modified) * trunk/src/VBox/Main/GuestImpl.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/GuestImpl.h (modified) Guest Control: Update. Thu, 15 Apr 2010 12:34:53 GMT vboxsync [28354] * trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp (modified) * trunk/src/VBox/Main/GuestImpl.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/GuestImpl.h (modified) Guest Control: Update (lProgress handling, wait for exiting process). Thu, 15 Apr 2010 12:26:45 GMT vboxsync [28353] * trunk/src/VBox/Main/Makefile.kmk (modified) * trunk/src/VBox/Main/MediumLock.cpp (added) * trunk/src/VBox/Main/include/MediumLock.h (modified) Main/MediumLock: header file update and implementation. Gets built ... Thu, 15 Apr 2010 12:20:21 GMT vboxsync [28352] * trunk/src/VBox/Main/MachineImpl.cpp (modified) Main/Machine: RTProcCreate on Windows can finally handle spaces, ... Thu, 15 Apr 2010 11:57:31 GMT vboxsync [28351] * trunk/src/VBox/Main/xml/Settings.cpp (modified) Main: fixed reading of internal networks (addendum to r60047) Thu, 15 Apr 2010 09:18:31 GMT vboxsync [28349] * trunk/src/VBox/Main/include/HostHardwareLinux.h (modified) * trunk/src/VBox/Main/linux/HostHardwareLinux.cpp (modified) Main/HostHardwareLinux: generalised the VBoxMainHotplugWaiter class ... Thu, 15 Apr 2010 07:49:38 GMT vboxsync [28347] * trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlExec.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp (modified) * trunk/src/VBox/Main/GuestImpl.cpp (modified) Guest Control: Update (logon error handling). Thu, 15 Apr 2010 02:47:36 GMT vboxsync [28343] * trunk/src/VBox/Main/MachineImpl.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/MachineImpl.h (modified) Main: Added QueryLogFilename for getting the full log file path of an ... Wed, 14 Apr 2010 18:01:39 GMT vboxsync [28316] * trunk/include/VBox/com/string.h (modified) * trunk/src/VBox/Main/VirtualBoxErrorInfoImpl.cpp (modified) * trunk/src/VBox/Main/glue/ErrorInfo.cpp (modified) * trunk/src/VBox/Main/glue/VirtualBoxErrorInfo.cpp (modified) com/string.h,Main: Removed Utf8Str::asOutParam() as it mixed ... Wed, 14 Apr 2010 16:34:00 GMT vboxsync [28315] * trunk/src/VBox/Main/linux/HostHardwareLinux.cpp (modified) Main/HostHardwareLinux: fix a burn when VBOX_WITH_DBUS is not defined Wed, 14 Apr 2010 16:00:52 GMT vboxsync [28313] * trunk/src/VBox/Main/linux/HostHardwareLinux.cpp (modified) build fix Wed, 14 Apr 2010 15:54:12 GMT vboxsync [28312] * trunk/src/VBox/Main/linux/HostHardwareLinux.cpp (modified) build fix Wed, 14 Apr 2010 15:32:30 GMT vboxsync [28310] * trunk/src/VBox/Main/DisplayImpl.cpp (modified) accident Wed, 14 Apr 2010 15:22:16 GMT vboxsync [28309] * trunk/src/VBox/Main/linux/HostHardwareLinux.cpp (modified) Main/HostHardwareLinux: added code for querying USB device ... Wed, 14 Apr 2010 15:17:04 GMT vboxsync [28308] * trunk/src/VBox/Main/DisplayImpl.cpp (modified) Main/DisplayImpl.cpp: fix Wed, 14 Apr 2010 15:00:50 GMT vboxsync [28307] * trunk/src/VBox/Main/GuestImpl.cpp (modified) Guest Control: Update (another error handling). Wed, 14 Apr 2010 14:45:08 GMT vboxsync [28306] * trunk/src/VBox/Main/GuestImpl.cpp (modified) Guest Control: There only can be one (tm). Wed, 14 Apr 2010 14:43:38 GMT vboxsync [28305] * trunk/src/VBox/Main/GuestImpl.cpp (modified) Guest Control: Update (error handling). Wed, 14 Apr 2010 14:11:16 GMT vboxsync [28304] * trunk/src/VBox/Main/MachineImpl.cpp (modified) * trunk/src/VBox/Main/VirtualBoxImpl.cpp (modified) Main: free some bytes in destructors Wed, 14 Apr 2010 13:08:24 GMT vboxsync [28302] * trunk/src/VBox/Main/ConsoleVRDPServer.cpp (modified) Main/ConsoleVRDPServer: tiny cleanup Wed, 14 Apr 2010 12:22:55 GMT vboxsync [28300] * trunk/src/VBox/Main/GuestImpl.cpp (modified) Burn fix. Wed, 14 Apr 2010 12:17:11 GMT vboxsync [28297] * trunk/include/VBox/HostServices/GuestControlSvc.h (modified) * trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlExec.cpp (modified) * trunk/src/VBox/Main/GuestImpl.cpp (modified) * trunk/src/VBox/Main/include/GuestImpl.h (modified) Guest Control: Update (update on contexts for callbacks). Wed, 14 Apr 2010 12:11:07 GMT vboxsync [28296] * trunk/src/VBox/Main/ConsoleImpl2.cpp (modified) * trunk/src/VBox/Main/DHCPServerRunner.cpp (modified) * trunk/src/VBox/Main/HostImpl.cpp (modified) * trunk/src/VBox/Main/HostNetworkInterfaceImpl.cpp (modified) * trunk/src/VBox/Main/linux/PerformanceLinux.cpp (modified) * trunk/src/VBox/Main/xml/Settings.cpp (modified) Main: cosmetical fixes, mostly spaces Wed, 14 Apr 2010 11:51:07 GMT vboxsync [28295] * trunk/include/VBox/settings.h (modified) * trunk/src/VBox/Main/NetworkAdapterImpl.cpp (modified) * trunk/src/VBox/Main/xml/Settings.cpp (modified) Main: saving NAT Engine states while network switches. Wed, 14 Apr 2010 10:54:32 GMT vboxsync [28292] * trunk/src/VBox/Installer/common/vboxapisetup.py (modified) * trunk/src/VBox/Main/glue/vboxapi.py (modified) Python: OSX SDK searching Wed, 14 Apr 2010 10:30:03 GMT vboxsync [28290] * trunk/src/VBox/Devices/Builtins.cpp (modified) * trunk/src/VBox/Devices/Builtins.h (modified) * trunk/src/VBox/Devices/Makefile.kmk (modified) * trunk/src/VBox/Devices/Network/DrvVDE.cpp (deleted) * trunk/src/VBox/Devices/Network/libvdeplug_dyn.h (deleted) * trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsNetwork.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsNetwork.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsNetwork.ui (modified) * trunk/src/VBox/Main/ConsoleImpl2.cpp (modified) * trunk/src/VBox/Main/NetworkAdapterImpl.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/NetworkAdapterImpl.h (modified) * trunk/src/VBox/Main/xml/Settings.cpp (modified) Devices, Main, FE/Qt: reverted r60036 for now Wed, 14 Apr 2010 10:29:22 GMT vboxsync [28289] * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) Main: docs updated Wed, 14 Apr 2010 10:27:16 GMT vboxsync [28288] * trunk/src/VBox/Main/GuestImpl.cpp (modified) solaris build fix Wed, 14 Apr 2010 10:10:40 GMT vboxsync [28287] * trunk/src/VBox/Devices/Builtins.cpp (modified) * trunk/src/VBox/Devices/Builtins.h (modified) * trunk/src/VBox/Devices/Makefile.kmk (modified) * trunk/src/VBox/Devices/Network/DrvVDE.cpp (added) * trunk/src/VBox/Devices/Network/libvdeplug_dyn.h (added) * trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsNetwork.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsNetwork.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsNetwork.ui (modified) * trunk/src/VBox/Main/ConsoleImpl2.cpp (modified) * trunk/src/VBox/Main/NetworkAdapterImpl.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/NetworkAdapterImpl.h (modified) * trunk/src/VBox/Main/xml/Settings.cpp (modified) Devices, Main, FE/Qt: added support for VDE virtual network switches ... Wed, 14 Apr 2010 10:02:30 GMT vboxsync [28286] * trunk/include/VBox/HostServices/GuestControlSvc.h (modified) * trunk/include/VBox/VBoxGuestLib.h (modified) * trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibGuestCtrl.cpp (modified) * trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControl.cpp (modified) * trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlExec.cpp (modified) * trunk/src/VBox/Additions/common/VBoxService/VBoxServiceInternal.h (modified) * trunk/src/VBox/HostServices/GuestControl/service.cpp (modified) * trunk/src/VBox/Main/ConsoleImpl2.cpp (modified) * trunk/src/VBox/Main/GuestImpl.cpp (modified) * trunk/src/VBox/Main/include/GuestImpl.h (modified) Guest Control: Update (introducing contexts for callbacks). Wed, 14 Apr 2010 07:23:28 GMT vboxsync [28282] * trunk/src/VBox/Main/DisplayImpl.cpp (modified) 2d: disable Assert Tue, 13 Apr 2010 18:02:46 GMT vboxsync [28270] * trunk/include/VBox/com/AutoLock.h (modified) * trunk/src/VBox/Main/glue/AutoLock.cpp (modified) Main/glue/AutoLock: add a wrapper for checking whether any lock of a ... Tue, 13 Apr 2010 16:01:51 GMT vboxsync [28264] * trunk/include/VBox/VMMDev.h (modified) * trunk/include/VBox/pdmifs.h (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Miniport/Helper.cpp (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Miniport/Helper.h (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideo.cpp (modified) * trunk/src/VBox/Devices/VMMDev/VMMDev.cpp (modified) * trunk/src/VBox/Frontends/VBoxBFE/VMMDev.h (modified) * trunk/src/VBox/Frontends/VBoxBFE/VMMDevInterface.cpp (modified) * trunk/src/VBox/Main/DisplayImpl.cpp (modified) * trunk/src/VBox/Main/VMMDevInterface.cpp (modified) VideoModeSupported for multimonitor. (xTracker 4655) Tue, 13 Apr 2010 14:32:17 GMT vboxsync [28256] * trunk/src/VBox/Main/DisplayImpl.cpp (modified) Main/DisplayImpl.cpp: gcc warnings Tue, 13 Apr 2010 12:25:12 GMT vboxsync [28245] * trunk/src/VBox/Main/DisplayImpl.cpp (modified) * trunk/src/VBox/Main/include/DisplayImpl.h (modified) IDisplay::TakeScreenshot for multimonitor. (xTracker 4655) Tue, 13 Apr 2010 12:07:13 GMT vboxsync [28243] * trunk/include/VBox/HostServices/GuestControlSvc.h (modified) * trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlExec.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp (modified) * trunk/src/VBox/HostServices/GuestControl/service.cpp (modified) * trunk/src/VBox/Main/GuestImpl.cpp (modified) Guest Control: Update (callback + error handling, --verbose for ... Tue, 13 Apr 2010 10:26:44 GMT vboxsync [28240] * trunk/src/VBox/Devices/Graphics/DevVGA.cpp (modified) * trunk/src/VBox/Main/DisplayImpl.cpp (modified) IDisplay::InvalidateAndUpdate for multimonitor, DrawToScreen fix for ... Tue, 13 Apr 2010 08:48:47 GMT vboxsync [28235] * trunk/src/VBox/Devices/Graphics/DevVGA.cpp (modified) * trunk/src/VBox/Main/DisplayImpl.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) IDisplay::DrawToScreen for multimonitor, update rectangle, fixed typo ... Tue, 13 Apr 2010 08:23:52 GMT vboxsync [28233] * trunk/include/VBox/HostServices/GuestControlSvc.h (modified) * trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibGuestCtrl.cpp (modified) * trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlExec.cpp (modified) * trunk/src/VBox/HostServices/GuestControl/service.cpp (modified) * trunk/src/VBox/Main/GuestImpl.cpp (modified) * trunk/src/VBox/Main/include/GuestImpl.h (modified) Guest Control: Update. Mon, 12 Apr 2010 22:01:19 GMT vboxsync [28227] * trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UINewVMWzd.cpp (modified) * trunk/src/VBox/Main/Global.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) Main and FE/Qt: enable the USB tablet device by default for most ... Mon, 12 Apr 2010 17:04:54 GMT vboxsync [28220] * trunk/src/VBox/Devices/Graphics/DevVGA.cpp (modified) * trunk/src/VBox/Main/DisplayImpl.cpp (modified) * trunk/src/VBox/Main/include/DisplayImpl.h (modified) IDisplay::DrawToScreen for multimonitor (xTracker 4655) Mon, 12 Apr 2010 15:58:07 GMT vboxsync [28218] * trunk/include/VBox/HostServices/GuestControlSvc.h (modified) * trunk/include/VBox/VBoxGuestLib.h (modified) * trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibGuestCtrl.cpp (modified) * trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControl.cpp (modified) * trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlExec.cpp (modified) * trunk/src/VBox/HostServices/GuestControl/service.cpp (modified) * trunk/src/VBox/Main/GuestImpl.cpp (modified) Guest Control: Update (HGCM low level callbacks, bugfixes). Mon, 12 Apr 2010 15:31:54 GMT vboxsync [28215] * trunk/src/VBox/Frontends/VBoxBFE/DisplayImpl.cpp (modified) * trunk/src/VBox/Frontends/VBoxBFE/DisplayImpl.h (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp (modified) * trunk/src/VBox/Frontends/VBoxShell/vboxshell.py (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleView.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleWnd.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxVMInformationDlg.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineView.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMultiScreenLayout.cpp (modified) * trunk/src/VBox/HostServices/SharedOpenGL/crserver/crservice.cpp (modified) * trunk/src/VBox/Main/DisplayImpl.cpp (modified) * trunk/src/VBox/Main/MouseImpl.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/DisplayImpl.h (modified) IDisplay API changes for multimonitor (xTracker 4655) Mon, 12 Apr 2010 15:20:11 GMT vboxsync [28214] * trunk/src/VBox/Main/MachineImpl.cpp (modified) Main/Machine: correctly release the lock Mon, 12 Apr 2010 15:04:25 GMT vboxsync [28212] * trunk/src/VBox/Main/MachineImpl.cpp (modified) Main/Machine: in ReadLog: release lock early, as the file read can ... Mon, 12 Apr 2010 14:41:42 GMT vboxsync [28210] * trunk/include/VBox/param.h (modified) * trunk/include/VBox/param.mac (modified) * trunk/src/VBox/Devices/Graphics/DevVGA.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsDisplay.cpp (modified) * trunk/src/VBox/HostDrivers/Support/SUPDrv.c (modified) * trunk/src/VBox/Main/xml/VirtualBox-settings-common.xsd (modified) increase VBOX_MAX_ALLOC_PAGE_COUNT to 256MB / PAGE_SIZE, set the new ... Mon, 12 Apr 2010 14:07:18 GMT vboxsync [28207] * trunk/src/VBox/Main/GuestImpl.cpp (modified) Guest Control: Fix service name. Mon, 12 Apr 2010 13:48:49 GMT vboxsync [28206] * trunk/include/VBox/HostServices/GuestControlSvc.h (modified) * trunk/src/VBox/HostServices/GuestControl/service.cpp (modified) * trunk/src/VBox/Main/GuestImpl.cpp (modified) * trunk/src/VBox/Main/include/GuestImpl.h (modified) Guest Control: Update (first code for low level HGCM callback). Mon, 12 Apr 2010 13:39:18 GMT vboxsync [28205] * trunk/src/VBox/Frontends/VBoxHeadless/VBoxHeadless.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageDisk.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestProp.cpp (modified) * trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.h (modified) * trunk/src/VBox/Main/ConsoleImpl.cpp (modified) * trunk/src/VBox/Main/VirtualBoxCallbackImpl.cpp (modified) * trunk/src/VBox/Main/VirtualBoxImpl.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/AutoCaller.h (modified) * trunk/src/VBox/Main/include/Global.h (modified) * trunk/src/VBox/Main/include/Performance.h (modified) * trunk/src/VBox/Main/include/VirtualBoxCallbackImpl.h (modified) Main/VirtualBoxCallback: rename OnSnapshotDiscard to ... Mon, 12 Apr 2010 13:36:39 GMT vboxsync [28204] * trunk/src/VBox/Main/xml/Settings.cpp (modified) Main: docs Mon, 12 Apr 2010 12:27:34 GMT vboxsync [28200] * trunk/src/VBox/Main/hgcm/HGCM.cpp (modified) Main/HGCM: Comment/Docu. Mon, 12 Apr 2010 10:38:51 GMT vboxsync [28195] * trunk/include/VBox/settings.h (modified) * trunk/src/VBox/Main/ApplianceImplExport.cpp (modified) * trunk/src/VBox/Main/xml/Settings.cpp (modified) Main/OVF: add vbox settings version to vbox:Machine element Mon, 12 Apr 2010 09:58:53 GMT vboxsync [28194] * trunk/src/VBox/Main/MachineImpl.cpp (modified) Main/Machine: implement IMachine::readLog, and fix log file deletion ... Mon, 12 Apr 2010 09:56:39 GMT vboxsync [28193] * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) Main/idl: clarification for IMachine::readLog Mon, 12 Apr 2010 09:39:49 GMT vboxsync [28189] * trunk/include/VBox/settings.h (modified) * trunk/src/VBox/Main/ApplianceImplImport.cpp (modified) Main: OVF crash fix, settings::ConfigFileBase must not be copyable Mon, 12 Apr 2010 08:21:12 GMT vboxsync [28179] * trunk/src/VBox/Main/xml/VirtualBox-settings-common.xsd (modified) Main: raised the maximum amount of VRAM to 512MB Sun, 11 Apr 2010 19:15:06 GMT vboxsync [28165] * trunk/src/VBox/Main/ApplianceImpl.cpp (modified) * trunk/src/VBox/Main/ApplianceImplImport.cpp (modified) * trunk/src/VBox/Main/include/ApplianceImpl.h (modified) * trunk/src/VBox/Main/include/ovfreader.h (modified) * trunk/src/VBox/Main/xml/Settings.cpp (modified) * trunk/src/VBox/Main/xml/ovfreader.cpp (modified) Main/OVF: import vbox:machine with disks, the rest. Todo some bugfixing. Sun, 11 Apr 2010 12:44:21 GMT vboxsync [28162] * trunk/src/VBox/Main/ApplianceImpl.cpp (modified) * trunk/src/VBox/Main/ApplianceImplExport.cpp (modified) * trunk/src/VBox/Main/ApplianceImplImport.cpp (modified) * trunk/src/VBox/Main/include/ApplianceImpl.h (modified) * trunk/src/VBox/Main/include/ApplianceImplPrivate.h (modified) Main/OVF: isolate disk import code from other import code; clean up ... Fri, 09 Apr 2010 17:38:56 GMT vboxsync [28152] * trunk/src/VBox/Main/ApplianceImplImport.cpp (modified) Main/OVF: optimizations, cleanup Fri, 09 Apr 2010 15:58:10 GMT vboxsync [28150] * trunk/src/VBox/Main/ApplianceImplExport.cpp (modified) Main/OVF: use readable disk names instead of UUIDs on export, better ... Fri, 09 Apr 2010 15:43:44 GMT vboxsync [28149] * trunk/src/VBox/Main/ApplianceImplExport.cpp (modified) * trunk/src/VBox/Main/SnapshotImpl.cpp (modified) * trunk/src/VBox/Main/include/MachineImpl.h (modified) Main/OVF: write vbox:uuid attribute for each disk on export Fri, 09 Apr 2010 11:49:05 GMT vboxsync [28138] * trunk/src/VBox/Devices/Network/DrvNAT.cpp (modified) * trunk/src/VBox/Main/ConsoleImpl2.cpp (modified) Main,NAT: Always pass the NAT network via CFGM. Use the network ... Fri, 09 Apr 2010 10:02:00 GMT vboxsync [28132] * trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp (modified) * trunk/src/VBox/HostServices/GuestControl/service.cpp (modified) * trunk/src/VBox/Main/GuestImpl.cpp (modified) Guest Control: Update (fixed leak in host service, --wait option for ... Fri, 09 Apr 2010 09:46:42 GMT vboxsync [28130] * trunk/src/VBox/Main/ConsoleImpl2.cpp (modified) Main/ConsoleImpl2.cpp: some missing RC_CHECK; cosmetical fixes Fri, 09 Apr 2010 08:42:36 GMT vboxsync [28128] * trunk/src/VBox/Main/ConsoleImpl2.cpp (modified) ConsoleImpl2.cpp: cosmetics. Fri, 09 Apr 2010 08:29:59 GMT vboxsync [28127] * trunk/src/VBox/Main/xml/Settings.cpp (modified) bumpSettingsVersionIfNeeded: ulBootPriority != 0 -> v1.10. Thu, 08 Apr 2010 18:52:29 GMT vboxsync [28111] * trunk/src/VBox/Main/ConsoleImpl2.cpp (modified) Main: added missing header Thu, 08 Apr 2010 18:07:13 GMT vboxsync [28110] * trunk/src/VBox/Main/ApplianceImplImport.cpp (modified) * trunk/src/VBox/Main/MachineImpl.cpp (modified) * trunk/src/VBox/Main/SnapshotImpl.cpp (modified) * trunk/src/VBox/Main/include/ApplianceImpl.h (modified) * trunk/src/VBox/Main/include/MachineImpl.h (modified) Main: more Machine::init() work to get OVF vbox:Machine import ... Thu, 08 Apr 2010 17:14:34 GMT vboxsync [28109] * trunk/src/VBox/Main/ConsoleImpl2.cpp (modified) Removed incorrect assertion.