# # ChangeLog for trunk/src/VBox in vbox # # Generated by Trac 1.4.3.2 # Feb 4, 2025 1:56:51 PM Mon, 03 Mar 2008 17:50:55 GMT vboxsync [7249] * trunk/src/VBox/HostServices/SharedClipboard/darwin-pasteboard.cpp (modified) * trunk/src/VBox/HostServices/SharedClipboard/darwin-pasteboard.h (modified) * trunk/src/VBox/HostServices/SharedClipboard/darwin.cpp (modified) Use the critsect to serialize access to the pastboard so that the ... Mon, 03 Mar 2008 17:47:18 GMT vboxsync [7248] * trunk/src/VBox/HostServices/SharedClipboard/VBoxClipboard.h (modified) comment typo. Mon, 03 Mar 2008 17:41:14 GMT vboxsync [7247] * trunk/src/VBox/Frontends/VirtualBox4/Makefile.kmk (modified) Need a prefix for standard qt4 installations. Mon, 03 Mar 2008 17:15:37 GMT vboxsync [7246] * trunk/src/VBox/Frontends/VirtualBox4/include/VBoxSelectorWnd.h (modified) * trunk/src/VBox/Frontends/VirtualBox4/include/VBoxToolBar.h (modified) * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxSelectorWnd.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxDiskImageManagerDlg.ui.h (modified) * trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxSnapshotsWgt.ui.h (modified) Changed from Q3MainWindow and Q3ToolBar to QMainWindow and QToolBar. Mon, 03 Mar 2008 16:24:21 GMT vboxsync [7245] * trunk/src/VBox/Runtime/r0drv/alloc-r0drv.cpp (modified) Must update cbReq. Mon, 03 Mar 2008 16:21:39 GMT vboxsync [7244] * trunk/src/VBox/Runtime/r0drv/alloc-r0drv.cpp (modified) Fixed corruption in RTMemExecAlloc when fencing was enabled ... Mon, 03 Mar 2008 16:18:13 GMT vboxsync [7243] * trunk/src/VBox/Frontends/VirtualBox4/Makefile.kmk (modified) FE/Qt4: Generalize Qt4 paths even more (VBOX_PATH_QT4_BIN, _INCLUDE etc). Mon, 03 Mar 2008 15:22:38 GMT vboxsync [7242] * trunk/src/VBox/HostServices/SharedClipboard/darwin-pasteboard.cpp (modified) * trunk/src/VBox/HostServices/SharedClipboard/darwin-pasteboard.h (modified) * trunk/src/VBox/HostServices/SharedClipboard/darwin.cpp (modified) Mac OS X: If the host clipboard is cleared or filled with unsupported ... Mon, 03 Mar 2008 14:24:56 GMT vboxsync [7241] * trunk/src/VBox/HostServices/SharedClipboard/darwin-pasteboard.cpp (modified) * trunk/src/VBox/HostServices/SharedClipboard/darwin-pasteboard.h (modified) * trunk/src/VBox/HostServices/SharedClipboard/darwin.cpp (modified) Mac OS X: Added some documentation to the pasteboard methods. Removed ... Mon, 03 Mar 2008 14:20:19 GMT vboxsync [7240] * trunk/src/VBox/Runtime/common/string/strformattype.cpp (modified) spaces. Mon, 03 Mar 2008 13:43:42 GMT vboxsync [7239] * trunk/src/VBox/Frontends/VirtualBox/src/VBoxGlobal.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxGlobal.cpp (modified) Converted one OSType to much. Mon, 03 Mar 2008 13:18:35 GMT vboxsync [7238] * trunk/src/VBox/Frontends/VirtualBox/src/darwin/VBoxIChatTheaterWrapper.m (modified) * trunk/src/VBox/Frontends/VirtualBox4/src/darwin/VBoxIChatTheaterWrapper.m (modified) cosmetics. Mon, 03 Mar 2008 13:17:03 GMT vboxsync [7237] * trunk/src/VBox/Frontends/VirtualBox/include/VBoxIChatTheaterWrapper.h (modified) * trunk/src/VBox/Frontends/VirtualBox4/include/VBoxIChatTheaterWrapper.h (modified) Fixed blocker (double underscores are reserved) and shortened the ... Mon, 03 Mar 2008 12:55:19 GMT vboxsync [7236] * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMInformationDlg.ui.h (modified) Reusing VBoxGlobal.cpp::toString(...) in Info.Dlg. Mon, 03 Mar 2008 12:45:29 GMT vboxsync [7235] * trunk/src/VBox/Frontends/VirtualBox4/Makefile.kmk (modified) * trunk/src/VBox/Frontends/VirtualBox4/VBoxUI.pro (modified) * trunk/src/VBox/Frontends/VirtualBox4/VirtualBox.qrc (added) * trunk/src/VBox/Frontends/VirtualBox4/include/VBoxGlobal.h (modified) * trunk/src/VBox/Frontends/VirtualBox4/src/QIMessageBox.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxConsoleWnd.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxGlobal.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxSelectorWnd.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxVMListBox.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox4/src/darwin/VBoxUtils-darwin.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxAboutDlg.ui (modified) * trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxCloseVMDlg.ui (modified) * trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxDiskImageManagerDlg.ui.h (modified) * trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxGlobalSettingsDlg.ui (modified) * trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxGlobalSettingsDlg.ui.h (modified) * trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxNewHDWzd.ui (modified) * trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxNewVMWzd.ui (modified) * trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxRegistrationDlg.ui (modified) * trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxSnapshotDetailsDlg.ui.h (modified) * trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxTakeSnapshotDlg.ui (modified) * trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxVMFirstRunWzd.ui (modified) * trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxVMInformationDlg.ui.h (modified) * trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxVMLogViewer.ui.h (modified) * trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxVMSettingsDlg.ui (modified) * trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxVMSettingsDlg.ui.h (modified) Use the new resource system of qt4. Most of the icons should be there ... Mon, 03 Mar 2008 12:32:52 GMT vboxsync [7234] * trunk/src/VBox/HostServices/SharedClipboard/win32.cpp (modified) fTerminate should be volatile. Mon, 03 Mar 2008 12:25:32 GMT vboxsync [7233] * trunk/include/VBox/VBoxGuest.h (modified) * trunk/include/VBox/ostypes.h (modified) * trunk/src/VBox/Additions/WINNT/VBoxGuest/Helper.cpp (modified) * trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-os2.cpp (modified) * trunk/src/VBox/Additions/linux/module/vboxmod.c (modified) * trunk/src/VBox/Frontends/VBoxBFE/SDLConsole.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/include/VBoxConsoleView.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxGlobal.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox4/include/VBoxConsoleView.h (modified) * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxGlobal.cpp (modified) * trunk/src/VBox/Main/GuestOSTypeImpl.cpp (modified) * trunk/src/VBox/Main/VirtualBoxImpl.cpp (modified) * trunk/src/VBox/Main/include/GuestOSTypeImpl.h (modified) Renamed OSType to VBOXOSTYPE to fix the clash with some mac os x typedef. Mon, 03 Mar 2008 11:13:15 GMT vboxsync [7232] * trunk/src/VBox/Devices/Storage/DevATA.cpp (modified) Get rid of the no longer needed hacky wait for the async I/O threads ... Mon, 03 Mar 2008 11:08:55 GMT vboxsync [7231] * trunk/src/VBox/Devices/Storage/VDICore.h (modified) * trunk/src/VBox/Devices/Storage/VDIHDDCore.cpp (modified) Fixed a couple of long-standing thinkos (one can't just add shift ... Mon, 03 Mar 2008 11:04:57 GMT vboxsync [7230] * trunk/src/VBox/Devices/Network/DevPCNet.cpp (modified) typo Mon, 03 Mar 2008 06:17:57 GMT vboxsync [7229] * trunk/src/VBox/Additions/Makefile.kmk (modified) VBOX_WITH_ADDITIONS already checked in previous levels. Mon, 03 Mar 2008 06:15:15 GMT vboxsync [7228] * trunk/src/VBox/Additions/Makefile.kmk (modified) Solaris guest installer: Add pkg to the ISO. Fri, 29 Feb 2008 17:47:23 GMT vboxsync [7227] * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxVMListBox.cpp (modified) FE/Qt4: Replaced QColorGroup with QPalette to let it start in the ... Fri, 29 Feb 2008 17:29:15 GMT vboxsync [7226] * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxGlobal.cpp (modified) FE/Qt4: Fixed memory leak. Fri, 29 Feb 2008 17:28:53 GMT vboxsync [7225] * trunk/src/VBox/Frontends/VirtualBox4/Makefile.kmk (modified) FE/Qt4: Fixed moc defines and includes (finally they've put a ... Fri, 29 Feb 2008 17:03:41 GMT vboxsync [7224] * trunk/src/VBox/Frontends/VirtualBox4/Makefile.kmk (modified) FE/Qt4: Name the target executable VirtualBox4. Fri, 29 Feb 2008 17:01:17 GMT vboxsync [7223] * trunk/src/VBox/Frontends/VirtualBox4/Makefile.kmk (modified) FE/Qt4: Made it possible to build VirtualBox4 on a system where Qt3 ... Fri, 29 Feb 2008 15:50:02 GMT vboxsync [7221] * trunk/src/VBox/Frontends/VirtualBox/src/VBoxGlobal.cpp (modified) FE/Qt: Reuse existing enum value strings instead of introducing new ones. Fri, 29 Feb 2008 15:35:29 GMT vboxsync [7220] * trunk/src/VBox/Frontends/VirtualBox4/Makefile.kmk (modified) * trunk/src/VBox/Frontends/VirtualBox4/include/COMDefs.h (modified) * trunk/src/VBox/Frontends/VirtualBox4/include/COMWrappers.xsl (modified) * trunk/src/VBox/Frontends/VirtualBox4/include/QIHotKeyEdit.h (modified) * trunk/src/VBox/Frontends/VirtualBox4/include/QIMessageBox.h (modified) * trunk/src/VBox/Frontends/VirtualBox4/include/QIRichLabel.h (modified) * trunk/src/VBox/Frontends/VirtualBox4/include/QIStateIndicator.h (modified) * trunk/src/VBox/Frontends/VirtualBox4/include/QIStatusBar.h (modified) * trunk/src/VBox/Frontends/VirtualBox4/include/QIWidgetValidator.h (modified) * trunk/src/VBox/Frontends/VirtualBox4/include/VBoxAquaStyle.h (modified) * trunk/src/VBox/Frontends/VirtualBox4/include/VBoxConsoleView.h (modified) * trunk/src/VBox/Frontends/VirtualBox4/include/VBoxConsoleWnd.h (modified) * trunk/src/VBox/Frontends/VirtualBox4/include/VBoxDownloaderWgt.h (modified) * trunk/src/VBox/Frontends/VirtualBox4/include/VBoxFrameBuffer.h (modified) * trunk/src/VBox/Frontends/VirtualBox4/include/VBoxGlobal.h (modified) * trunk/src/VBox/Frontends/VirtualBox4/include/VBoxMediaComboBox.h (modified) * trunk/src/VBox/Frontends/VirtualBox4/include/VBoxNetworkFramework.h (modified) * trunk/src/VBox/Frontends/VirtualBox4/include/VBoxProblemReporter.h (modified) * trunk/src/VBox/Frontends/VirtualBox4/include/VBoxSelectorWnd.h (modified) * trunk/src/VBox/Frontends/VirtualBox4/include/VBoxToolBar.h (modified) * trunk/src/VBox/Frontends/VirtualBox4/include/VBoxUtils.h (modified) * trunk/src/VBox/Frontends/VirtualBox4/include/VBoxVMListBox.h (modified) * trunk/src/VBox/Frontends/VirtualBox4/src/COMDefs.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox4/src/QIHotKeyEdit.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox4/src/QIMessageBox.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox4/src/QIRichLabel.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox4/src/QIStateIndicator.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox4/src/QIStatusBar.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox4/src/QIWidgetValidator.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxConsoleView.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxConsoleWnd.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxDownloaderWgt.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxFBDDRAW.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxFBQuartz2D.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxFrameBuffer.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxGlobal.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxMediaComboBox.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxNetworkFramework.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxProblemReporter.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxSelectorWnd.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxVMListBox.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxAboutDlg.ui.h (modified) * trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxDiskImageManagerDlg.ui (modified) * trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxDiskImageManagerDlg.ui.h (modified) * trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxGlobalSettingsDlg.ui (modified) * trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxGlobalSettingsDlg.ui.h (modified) * trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxNewHDWzd.ui.h (modified) * trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxNewVMWzd.ui.h (modified) * trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxRegistrationDlg.ui.h (modified) * trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxSharedFoldersSettings.ui.h (modified) * trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxSnapshotDetailsDlg.ui.h (modified) * trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxSnapshotsWgt.ui.h (modified) * trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxUSBFilterSettings.ui.h (modified) * trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxVMFirstRunWzd.ui.h (modified) * trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxVMInformationDlg.ui.h (modified) * trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxVMLogViewer.ui (modified) * trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxVMLogViewer.ui.h (modified) * trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxVMNetworkSettings.ui.h (modified) * trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxVMSettingsDlg.ui (modified) * trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxVMSettingsDlg.ui.h (modified) Compile VirtualBox with qt4 on linux. Fri, 29 Feb 2008 14:23:25 GMT vboxsync [7219] * trunk/src/VBox/Frontends/VirtualBox4 (copied) Added a copy of VirtualBox r28545 as VirtualBox4 Fri, 29 Feb 2008 11:48:24 GMT vboxsync [7218] * trunk/src/VBox/Main/xml/VirtualBox-settings-common.xsd (modified) default reported NIC speed is 1GB/s Fri, 29 Feb 2008 11:36:56 GMT vboxsync [7217] * trunk/src/VBox/Frontends/VirtualBox/images/vm_new_32px.png (modified) * trunk/src/VBox/Frontends/VirtualBox/images/vm_new_disabled_32px.png (modified) FE/Qt: Another version of the New VM icon. Fri, 29 Feb 2008 11:36:31 GMT vboxsync [7216] * trunk/src/VBox/Frontends/VirtualBox/include/COMWrappers.xsl (modified) * trunk/src/VBox/Main/idl/doxygen.xsl (modified) * trunk/src/VBox/Main/idl/midl.xsl (modified) * trunk/src/VBox/Main/idl/xpidl.xsl (modified) Main/xml: Ident 4 -> 2. Fri, 29 Feb 2008 01:49:05 GMT vboxsync [7215] * trunk/src/VBox/Runtime/testcase/tstNoCrt-1.cpp (modified) msc hack. Fri, 29 Feb 2008 01:45:37 GMT vboxsync [7214] * trunk/src/VBox/Runtime/testcase/tstNoCrt-1.cpp (modified) moved stuff around. Fri, 29 Feb 2008 01:42:12 GMT vboxsync [7213] * trunk/src/VBox/Runtime/common/string/memcmp.asm (modified) the clearing of xAX was supposed to be in the common part (see ... Fri, 29 Feb 2008 01:40:28 GMT vboxsync [7212] * trunk/src/VBox/Runtime/common/string/memset.asm (modified) Fixed wrong shift in the 32-bit code, caused high word to be zero. Fri, 29 Feb 2008 01:29:26 GMT vboxsync [7210] * trunk/src/VBox/Runtime/testcase/Makefile.kmk (modified) * trunk/src/VBox/Runtime/testcase/tstNoCrt-1.cpp (modified) Testcases for memcpy, mempcpy, memset, memchr, strchr, memcmp and ... Fri, 29 Feb 2008 01:26:26 GMT vboxsync [7209] * trunk/src/VBox/Runtime/common/string/memset.asm (modified) Implemented the MSC version and fixed the 64-bit GCC bit so that rax ... Fri, 29 Feb 2008 01:25:30 GMT vboxsync [7208] * trunk/src/VBox/Runtime/common/string/memcmp.asm (modified) Initialize xAX to zero, was broken in the 64-bit success path. Thu, 28 Feb 2008 18:43:08 GMT vboxsync [7207] * trunk/src/VBox/Frontends/VBoxBFE/HostUSBDeviceImpl.cpp (modified) * trunk/src/VBox/Frontends/VBoxBFE/HostUSBDeviceImpl.h (modified) * trunk/src/VBox/Frontends/VBoxBFE/HostUSBImpl.cpp (modified) * trunk/src/VBox/Frontends/VBoxHeadless/VideoCapture/FFmpegFB.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp (modified) * trunk/src/VBox/Frontends/VBoxSDL/Framebuffer.cpp (modified) * trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/include/COMDefs.h (modified) * trunk/src/VBox/Frontends/VirtualBox/include/COMWrappers.xsl (modified) * trunk/src/VBox/Frontends/VirtualBox/include/VBoxConsoleView.h (modified) * trunk/src/VBox/Frontends/VirtualBox/include/VBoxConsoleWnd.h (modified) * trunk/src/VBox/Frontends/VirtualBox/include/VBoxGlobal.h (modified) * trunk/src/VBox/Frontends/VirtualBox/include/VBoxProblemReporter.h (modified) * trunk/src/VBox/Frontends/VirtualBox/include/VBoxVMListBox.h (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/VBoxFBDDRAW.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBQuartz2D.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxFrameBuffer.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxGlobal.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxProblemReporter.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxSelectorWnd.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxVMListBox.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxDiskImageManagerDlg.ui.h (modified) * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxGlobalSettingsDlg.ui.h (modified) * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxNewHDWzd.ui.h (modified) * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxNewVMWzd.ui.h (modified) * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxSnapshotsWgt.ui (modified) * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxSnapshotsWgt.ui.h (modified) * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxUSBFilterSettings.ui.h (modified) * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMInformationDlg.ui (modified) * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMInformationDlg.ui.h (modified) * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMNetworkSettings.ui.h (modified) * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSerialPortSettings.ui.h (modified) * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsDlg.ui.h (modified) * trunk/src/VBox/Main/AudioAdapterImpl.cpp (modified) * trunk/src/VBox/Main/BIOSSettingsImpl.cpp (modified) * trunk/src/VBox/Main/ConsoleImpl.cpp (modified) * trunk/src/VBox/Main/ConsoleImpl2.cpp (modified) * trunk/src/VBox/Main/DisplayImpl.cpp (modified) * trunk/src/VBox/Main/HardDiskAttachmentImpl.cpp (modified) * trunk/src/VBox/Main/HardDiskImpl.cpp (modified) * trunk/src/VBox/Main/HostImpl.cpp (modified) * trunk/src/VBox/Main/HostUSBDeviceImpl.cpp (modified) * trunk/src/VBox/Main/MachineImpl.cpp (modified) * trunk/src/VBox/Main/NetworkAdapterImpl.cpp (modified) * trunk/src/VBox/Main/RemoteUSBDeviceImpl.cpp (modified) * trunk/src/VBox/Main/SerialPortImpl.cpp (modified) * trunk/src/VBox/Main/SessionImpl.cpp (modified) * trunk/src/VBox/Main/USBDeviceFilterImpl.cpp (modified) * trunk/src/VBox/Main/USBProxyService.cpp (modified) * trunk/src/VBox/Main/VirtualBoxImpl.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/idl/midl.xsl (modified) * trunk/src/VBox/Main/include/AudioAdapterImpl.h (modified) * trunk/src/VBox/Main/include/BIOSSettingsImpl.h (modified) * trunk/src/VBox/Main/include/HardDiskImpl.h (modified) * trunk/src/VBox/Main/include/MachineImpl.h (modified) * trunk/src/VBox/Main/include/NetworkAdapterImpl.h (modified) * trunk/src/VBox/Main/include/RemoteUSBDeviceImpl.h (modified) * trunk/src/VBox/Main/include/SerialPortImpl.h (modified) * trunk/src/VBox/Main/include/USBDeviceFilterImpl.h (modified) * trunk/src/VBox/Main/testcase/tstAPI.cpp (modified) * trunk/src/VBox/Main/testcase/tstVBoxAPILinux.cpp (modified) Main: Reworked enums to avoid 1) weird duplication of enum name when ... Thu, 28 Feb 2008 16:42:10 GMT vboxsync [7206] * trunk/include/VBox/sup.h (modified) * trunk/src/VBox/HostDrivers/Support/SUPDRV.h (modified) * trunk/src/VBox/HostDrivers/Support/SUPDRVIOC.h (modified) * trunk/src/VBox/HostDrivers/Support/SUPDRVShared.c (modified) * trunk/src/VBox/HostDrivers/Support/SUPLib.cpp (modified) * trunk/src/VBox/HostDrivers/Support/SUPR0.def (modified) * trunk/src/VBox/HostDrivers/Support/darwin/SUPDrv-darwin.cpp (modified) * trunk/src/VBox/HostDrivers/Support/freebsd/SUPDrv-freebsd.c (modified) * trunk/src/VBox/HostDrivers/Support/linux/SUPDrv-linux.c (modified) * trunk/src/VBox/HostDrivers/Support/os2/SUPDrv-os2.cpp (modified) * trunk/src/VBox/HostDrivers/Support/solaris/SUPDrv-solaris.c (modified) * trunk/src/VBox/HostDrivers/Support/win/SUPDrv-win.cpp (modified) Added SUPR0ExecuteCallback. Currently a stub. Thu, 28 Feb 2008 16:00:42 GMT vboxsync [7204] * trunk/src/VBox/Runtime/testcase/Makefile.kmk (modified) * trunk/src/VBox/Runtime/testcase/tstNoCrt-1.cpp (added) Simple memmove testcase. Thu, 28 Feb 2008 16:00:30 GMT vboxsync [7203] * trunk/src/VBox/Runtime/common/string/memmove.asm (modified) Fixed backwards copy, play it safe. Thu, 28 Feb 2008 15:40:47 GMT vboxsync [7202] * trunk/src/VBox/Installer/linux/VirtualBox.desktop (modified) Installer/Linux: desktop file fix as per ... Thu, 28 Feb 2008 15:33:44 GMT vboxsync [7201] * trunk/src/VBox/Runtime/common/string/strformattype.cpp (modified) Runtime/Common: strformattype.cpp has to be compilable by a C ... Thu, 28 Feb 2008 14:03:34 GMT vboxsync [7199] * trunk/src/VBox/Devices/Storage/VBoxHDD-new.cpp (modified) Fixed assorted nasty bugs introduced by the previous big cleanup. And ... Thu, 28 Feb 2008 14:02:09 GMT vboxsync [7198] * trunk/src/VBox/Runtime/Makefile.kmk (modified) FreeBSD needs memmove for the kernel bit too. Thu, 28 Feb 2008 11:47:09 GMT vboxsync [7196] * trunk/src/VBox/Frontends/VirtualBox/src/VBoxGlobal.cpp (modified) Little format correction for details report of network adapters. Thu, 28 Feb 2008 09:30:09 GMT vboxsync [7195] * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMInformationDlg.ui.h (modified) The size of the dialog is now stored even if the window disappears ... Thu, 28 Feb 2008 09:28:11 GMT vboxsync [7194] * trunk/src/VBox/Additions/WINNT/Graphics/Display/vrdp.c (modified) Enabled the VRDP text orders. Thu, 28 Feb 2008 08:09:21 GMT vboxsync [7193] * trunk/src/VBox/HostDrivers/Support/darwin/load.sh (modified) shell scripts are eol-style LF Thu, 28 Feb 2008 08:09:01 GMT vboxsync [7192] * trunk/src/VBox/Additions/linux/installer/VBoxRandR.sh (modified) * trunk/src/VBox/Installer/linux/VBoxAddIF.sh (modified) * trunk/src/VBox/Installer/linux/VBoxSysInfo.sh (modified) * trunk/src/VBox/VMM/testcase/mkdsk.sh (modified) shell scripts are eol-style LF Thu, 28 Feb 2008 05:57:10 GMT vboxsync [7191] * trunk/src/VBox/Additions/linux/Makefile.kmk (modified) Merged vboxclient startup X11 script. Solaris guest installer now ... Wed, 27 Feb 2008 20:39:59 GMT vboxsync [7190] * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMInformationDlg.ui.h (modified) Some fixes to size&state restoring mechanism of Info Dlg. Wed, 27 Feb 2008 19:26:08 GMT vboxsync [7189] * trunk/src/VBox/Runtime/Makefile.kmk (modified) memmove for RuntimeR0 too. Wed, 27 Feb 2008 19:08:51 GMT vboxsync [7188] * trunk/src/VBox/Frontends/VirtualBox/include/VBoxDefs.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxDefs.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMInformationDlg.ui (modified) * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMInformationDlg.ui.h (modified) Save size and max state of Information Dialog at dialog closing. Wed, 27 Feb 2008 18:37:23 GMT vboxsync [7186] * trunk/src/VBox/Runtime/Makefile.kmk (modified) nocrt memmove. Use it for RuntimeGuestR0Drv and GC. Wed, 27 Feb 2008 18:34:30 GMT vboxsync [7185] * trunk/src/VBox/Runtime/common/string/memmove.asm (copied) * trunk/src/VBox/Runtime/common/string/memmove_alias.c (copied) no-crt memmove implementation. Wed, 27 Feb 2008 18:09:26 GMT vboxsync [7184] * trunk/src/VBox/Frontends/VirtualBox/include/VBoxConsoleWnd.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleWnd.cpp (modified) Frontends/VirtualBox: automatically leave fullscreen/seamless if the ... Wed, 27 Feb 2008 17:41:30 GMT vboxsync [7183] * trunk/include/iprt/string.h (modified) * trunk/src/VBox/Additions/linux/module/Makefile.module (modified) * trunk/src/VBox/Additions/linux/module/files_vboxadd (modified) * trunk/src/VBox/HostDrivers/Support/linux/Makefile (modified) * trunk/src/VBox/HostDrivers/Support/linux/files_vboxdrv (modified) * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/common/string/strformat.cpp (modified) * trunk/src/VBox/Runtime/common/string/strformattype.cpp (added) * trunk/src/VBox/Runtime/include/internal/string.h (modified) * trunk/src/VBox/Runtime/testcase/tstStrFormat.cpp (modified) Added RTStrFormatTypeRegister/SetUser/Deregister for runtime ... Wed, 27 Feb 2008 16:52:36 GMT vboxsync [7181] * trunk/src/VBox/Installer/linux/vboxdrv.sh.in (modified) cosmetics Wed, 27 Feb 2008 16:45:11 GMT vboxsync [7180] * trunk/include/iprt/asm.h (modified) * trunk/src/VBox/Runtime/testcase/tstInlineAsm.cpp (modified) Added ASMAtomicAddU32 and ASMAtomicAddS32. Extended the inline ... Wed, 27 Feb 2008 16:06:01 GMT vboxsync [7179] * trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleView.cpp (modified) Frontends/VirtualBox: increased the timeout when entering and exiting ... Wed, 27 Feb 2008 15:06:30 GMT vboxsync [7177] * trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk (modified) * trunk/src/VBox/Frontends/VirtualBox/include/VBoxIChatTheaterWrapper.h (added) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleWnd.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBQuartz2D.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/darwin/VBoxIChatTheaterWrapper.m (added) Mac OS X: Added a skeleton of the iChat Theater implementation. Wed, 27 Feb 2008 13:32:32 GMT vboxsync [7173] * trunk/src/VBox/Runtime/Doxyfile (modified) * trunk/src/VBox/Runtime/VBox/RTAssertDoBreakpoint-vbox.cpp (modified) Doxygen fixes. Wed, 27 Feb 2008 13:23:38 GMT vboxsync [7172] * trunk/src/VBox/Runtime/Doxyfile (modified) Doxygen fixes. Wed, 27 Feb 2008 13:16:24 GMT vboxsync [7169] * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/VBox/log-vbox.cpp (modified) * trunk/src/VBox/Runtime/common/alloc/heapsimple.cpp (modified) * trunk/src/VBox/Runtime/common/ldr/ldrFile.cpp (modified) * trunk/src/VBox/Runtime/common/misc/rand.cpp (modified) * trunk/src/VBox/Runtime/common/misc/req.cpp (modified) * trunk/src/VBox/Runtime/common/string/strtonum.cpp (modified) * trunk/src/VBox/Runtime/include/internal/memobj.h (modified) * trunk/src/VBox/Runtime/include/internal/thread.h (modified) * trunk/src/VBox/Runtime/r0drv/nt/memobj-r0drv-nt.cpp (modified) * trunk/src/VBox/Runtime/r3/fs.cpp (modified) * trunk/src/VBox/Runtime/r3/path.cpp (modified) * trunk/src/VBox/Runtime/r3/win/fileio-win.cpp (modified) * trunk/src/VBox/Runtime/r3/win/timer-win.cpp (modified) Doxygen fixes. Wed, 27 Feb 2008 12:47:42 GMT vboxsync [7168] * trunk/src/VBox/Additions/x11/xgraphics/vboxutils.c (modified) * trunk/src/VBox/Additions/x11/xgraphics/vboxvideo.h (modified) * trunk/src/VBox/Additions/x11/xgraphics/vboxvideo_13.c (modified) * trunk/src/VBox/Additions/x11/xgraphics/vboxvideo_68.c (modified) * trunk/src/VBox/Additions/x11/xgraphics/vboxvideo_70.c (modified) Additions/X11: updated mode setting in the X11 additions Wed, 27 Feb 2008 11:53:10 GMT vboxsync [7167] * trunk/src/VBox/Frontends/VirtualBox/src/VBoxGlobal.cpp (modified) Adapter type added into Details report, like: Adapter ... Wed, 27 Feb 2008 11:02:14 GMT vboxsync [7166] * trunk/src/VBox/Additions/linux/module/vboxmod.c (modified) Additions/Linux: removed some debug logging Wed, 27 Feb 2008 10:11:12 GMT vboxsync [7165] * trunk/src/VBox/HostServices/SharedClipboard/linux.cpp (modified) * trunk/src/VBox/HostServices/SharedClipboard/service.cpp (modified) * trunk/src/VBox/HostServices/SharedClipboard/win32.cpp (modified) Better cleanup on shared clipboard initialization failure. Wed, 27 Feb 2008 10:01:16 GMT vboxsync [7164] * trunk/src/VBox/Main/xml/VirtualBox-settings-common.xsd (modified) Main: Made 'hardDisk' attribute of 'HardDiskAttachment' required. Wed, 27 Feb 2008 02:31:40 GMT vboxsync [7163] * trunk/src/VBox/HostServices/SharedClipboard/darwin.cpp (modified) r=bird: some missing docs, fixed incorrect cleanup order and made ... Wed, 27 Feb 2008 02:28:43 GMT vboxsync [7162] * trunk/src/VBox/HostServices/SharedClipboard/Makefile.kmk (modified) * trunk/src/VBox/HostServices/SharedClipboard/darwin-pasteboard.cpp (modified) * trunk/src/VBox/HostServices/SharedClipboard/darwin.cpp (modified) r=bird: some missing docs, fixed incorrect cleanup order and made ... Tue, 26 Feb 2008 18:35:13 GMT vboxsync [7161] * trunk/src/VBox/Devices/Storage/VBoxHDD-new.cpp (modified) typo Tue, 26 Feb 2008 18:33:49 GMT vboxsync [7160] * trunk/src/VBox/Devices/Storage/VBoxHDD-new.cpp (modified) Hook up the new VDI backend to VBoxHDD-new. Tue, 26 Feb 2008 18:20:08 GMT vboxsync [7159] * trunk/src/VBox/Devices/Makefile.kmk (modified) * trunk/src/VBox/Devices/Storage/VDIHDDCore.cpp (copied) Added VBoxHDD-new VDI backend. Untested, but harmless as the code ... Tue, 26 Feb 2008 18:07:58 GMT vboxsync [7158] * trunk/src/VBox/Devices/Storage/VDICore.cpp (modified) Various size_t related 64bit cleanness fixes in the VDI code. Tue, 26 Feb 2008 18:01:40 GMT vboxsync [7157] * trunk/src/VBox/Devices/Storage/VmdkHDDCore.cpp (modified) Make 100% sure the sector number won't ever overflow 32 bits. Tue, 26 Feb 2008 17:59:24 GMT vboxsync [7156] * trunk/src/VBox/Devices/Storage/VmdkHDDCore.cpp (modified) Fixed broken build caused by non-standard compliant vcc header files. Tue, 26 Feb 2008 17:44:15 GMT vboxsync [7155] * trunk/include/VBox/err.h (modified) * trunk/include/VBox/log.h (modified) * trunk/src/VBox/Devices/Storage/VBoxHDD-new.cpp (modified) * trunk/src/VBox/Devices/Storage/VBoxHDD-newInternal.h (modified) * trunk/src/VBox/Devices/Storage/VmdkHDDCore.cpp (modified) Huge cleanup/error checking/logging improvement of the VMDK code. ... Tue, 26 Feb 2008 17:17:10 GMT vboxsync [7152] * trunk/src/VBox/Devices/Storage/VBoxHDD.cpp (modified) * trunk/src/VBox/Devices/Storage/VDICore.cpp (modified) * trunk/src/VBox/Devices/Storage/VDICore.h (modified) Preparations for implementing a VBoxHDD-new based VDI backend. Clean ... Tue, 26 Feb 2008 16:04:34 GMT vboxsync [7151] * trunk/src/VBox/Devices/Storage/DevATA.cpp (modified) Increase the ATA async thread termination timeout to 5 seconds. ... Tue, 26 Feb 2008 15:57:38 GMT vboxsync [7150] * trunk/src/VBox/Additions/linux/Makefile.kmk (modified) * trunk/src/VBox/Additions/linux/installer/x11config.pl (deleted) Common X11 installer stuff. Moved x11config.pl to begin with. Tue, 26 Feb 2008 15:42:03 GMT vboxsync [7149] * trunk/src/VBox/Installer/linux/vboxdrv.sh.in (modified) increase the shutdown waiting time to 30 as long as we don't ... Tue, 26 Feb 2008 15:40:03 GMT vboxsync [7148] * trunk/src/VBox/Installer/linux/vboxdrv.sh.in (modified) fixed path Tue, 26 Feb 2008 15:11:22 GMT vboxsync [7146] * trunk/src/VBox/Installer/linux/vboxdrv.sh.in (modified) * trunk/src/VBox/Installer/linux/vboxnet.sh.in (modified) Linux installer: cosmetcial fixes Tue, 26 Feb 2008 14:53:39 GMT vboxsync [7145] * trunk/Config.kmk (modified) * trunk/src/VBox/Frontends/VirtualBox/src/darwin/DarwinCursor.cpp (modified) Mac OS X: Really use SDK's and weak linking features. So we can build ... Tue, 26 Feb 2008 13:38:07 GMT vboxsync [7144] * trunk/debian/rules (modified) * trunk/src/VBox/Installer/linux/Makefile.kmk (modified) don't ship tstVMM Tue, 26 Feb 2008 11:26:29 GMT vboxsync [7143] * trunk/src/VBox/Installer/linux/Makefile.kmk (modified) * trunk/src/VBox/Installer/linux/vboxdrv.sh.in (moved) * trunk/src/VBox/Installer/linux/vboxnet.sh.in (moved) Linux installer: unify the vboxdrv and vboxnet scripts Tue, 26 Feb 2008 05:05:58 GMT vboxsync [7142] * trunk/src/VBox/Additions/Makefile.kmk (modified) Solaris Guest Additions Installer. Initial stuff. Mon, 25 Feb 2008 20:53:38 GMT vboxsync [7141] * trunk/src/VBox/HostDrivers/Support/Makefile.kmk (modified) small fix Mon, 25 Feb 2008 18:34:20 GMT vboxsync [7139] * trunk/src/VBox/Debugger/DBGCEmulateCodeView.cpp (modified) include cpum.h. Mon, 25 Feb 2008 18:33:50 GMT vboxsync [7138] * trunk/src/VBox/Disassembler/DisasmCore.cpp (modified) include cpum.h Mon, 25 Feb 2008 18:32:56 GMT vboxsync [7137] * trunk/src/VBox/HostDrivers/Support/SUPLib.cpp (modified) include VBox/x86.h. Mon, 25 Feb 2008 18:31:48 GMT vboxsync [7136] * trunk/src/VBox/VMM/DBGFDisas.cpp (modified) include cpum.h. Mon, 25 Feb 2008 18:24:08 GMT vboxsync [7135] * trunk/src/VBox/VMM/VMMR0/GVMMR0.cpp (modified) Fixed uninitialized cGuard variable. Fixes 2691. Mon, 25 Feb 2008 16:55:38 GMT vboxsync [7132] * trunk/src/VBox/Devices/Network/DevPCNet.cpp (modified) optimization Mon, 25 Feb 2008 16:45:08 GMT vboxsync [7131] * trunk/src/VBox/HostServices/SharedClipboard/darwin-pasteboard.cpp (modified) fix