# # ChangeLog for trunk/src/VBox in vbox # # Generated by Trac 1.4.3.2 # Feb 20, 2025 4:17:24 AM Thu, 10 May 2007 16:33:20 GMT vboxsync [2582] * trunk/src/VBox/Devices/Storage/VmdkHDDCore.cpp (modified) Windows doesn't like flushing files opened in read-only mode. Thu, 10 May 2007 15:13:29 GMT vboxsync [2581] * trunk/include/VBox/tm.h (modified) * trunk/src/VBox/VMM/TM.cpp (modified) * trunk/src/VBox/VMM/TMInternal.h (modified) * trunk/src/VBox/VMM/VMMAll/TMAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/TMAllCpu.cpp (modified) New method for HWACCM called TMCpuTickCanUseRealTSC() (completely ... Thu, 10 May 2007 13:11:08 GMT vboxsync [2580] * trunk/src/VBox/Devices/Storage/testcase/vditool.cpp (modified) Fixed uppercase conversion. Thu, 10 May 2007 12:45:49 GMT vboxsync [2579] * trunk/src/VBox/Main/ConsoleImpl.cpp (modified) Activate new VMDK code again. Thu, 10 May 2007 12:40:16 GMT vboxsync [2578] * trunk/src/VBox/Frontends/VirtualBox/include/VBoxUtils.h (modified) * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxNewHDWzd.ui (modified) * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxNewHDWzd.ui.h (modified) * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxNewVMWzd.ui (modified) * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxNewVMWzd.ui.h (modified) 1764: Better default size in "Create VDI" wizard when called from ... Thu, 10 May 2007 12:04:58 GMT vboxsync [2577] * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) Web services: XSLTs operate on the real VirtualBox.xidl now; got rid ... Thu, 10 May 2007 09:06:25 GMT vboxsync [2574] * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_ro.ts (modified) * trunk/src/VBox/Frontends/VirtualBox/nls/qt_zh_TW.ts (modified) FE/Qt: Updated Chinese/Taiwan and Romanian translations. Thu, 10 May 2007 08:36:05 GMT vboxsync [2573] * trunk/src/VBox/Additions/Makefile.kmk (modified) fixed filename casing regression on Linux Wed, 09 May 2007 16:56:55 GMT vboxsync [2569] * trunk/src/VBox/Devices/Graphics/DevVGA.cpp (modified) * trunk/src/VBox/Devices/PC/DevPit-i8254.cpp (modified) * trunk/src/VBox/Devices/Storage/DevATA.cpp (modified) the string of valid CFG options in CFGMR3AreValuesValid() should be ... Wed, 09 May 2007 16:38:24 GMT vboxsync [2567] * trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/include/VBoxGlobal.h (modified) * trunk/src/VBox/Frontends/VirtualBox/include/VBoxVMListBox.h (modified) * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_ru.ts (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleWnd.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxGlobal.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxVMListBox.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxNewVMWzd.ui.h (modified) * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxSnapshotsWgt.ui.h (modified) * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsDlg.ui.h (modified) * trunk/src/VBox/Main/DVDImageImpl.cpp (modified) * trunk/src/VBox/Main/FloppyImageImpl.cpp (modified) * trunk/src/VBox/Main/GuestImpl.cpp (modified) * trunk/src/VBox/Main/GuestOSTypeImpl.cpp (modified) * trunk/src/VBox/Main/MachineImpl.cpp (modified) * trunk/src/VBox/Main/VirtualBoxImpl.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/DVDImageImpl.h (modified) * trunk/src/VBox/Main/include/FloppyImageImpl.h (modified) * trunk/src/VBox/Main/include/GuestImpl.h (modified) * trunk/src/VBox/Main/include/GuestOSTypeImpl.h (modified) * trunk/src/VBox/Main/include/MachineImpl.h (modified) * trunk/src/VBox/Main/include/VirtualBoxImpl.h (modified) * trunk/src/VBox/Main/testcase/tstAPI.cpp (modified) * trunk/src/VBox/Main/testcase/tstVBoxAPILinux.cpp (modified) Main & All Frontends: replaced the IGuestOSType IMachine::OSType ... Wed, 09 May 2007 16:37:49 GMT vboxsync [2566] * trunk/src/VBox/Devices/Network/slirp/slirp.c (modified) Make sure curtime is updated when the first packet is sent by the ... Wed, 09 May 2007 16:28:03 GMT vboxsync [2565] * trunk/include/VBox/pdm.h (modified) * trunk/src/VBox/Devices/Storage/DevATA.cpp (modified) * trunk/src/VBox/VMM/PDMCritSect.cpp (modified) * trunk/src/VBox/VMM/PDMInternal.h (modified) * trunk/src/VBox/VMM/VMMAll/PDMAllCritSect.cpp (modified) A little experiment trying to get rid of the critsect contention in ... Wed, 09 May 2007 16:13:07 GMT vboxsync [2564] * 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) Many VMDK block splitup fixes and the start of the create image function. Wed, 09 May 2007 15:46:16 GMT vboxsync [2563] * trunk/src/VBox/Main/ConsoleImpl.cpp (modified) Added release logging to the Linux TAP code (removed superfluous ... Wed, 09 May 2007 15:40:16 GMT vboxsync [2562] * trunk/src/VBox/Devices/Storage/DrvVmdk.cpp (modified) Rename identifiers to avoid conflicts with the new code. Wed, 09 May 2007 15:39:16 GMT vboxsync [2561] * trunk/src/VBox/Main/ConsoleImpl.cpp (modified) Added release logging to the Linux TAP code Wed, 09 May 2007 14:22:52 GMT vboxsync [2560] * trunk/src/VBox/VMM/VMMAll/IOMAllMMIO.cpp (modified) Return VINF_EM_RESCHEDULE_REM instead of VINF_IOM_HC_IOPORT_WRITE and ... Wed, 09 May 2007 14:00:38 GMT vboxsync [2559] * trunk/src/VBox/VMM/PGM.cpp (modified) * trunk/src/VBox/VMM/PGMHandler.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllBth.h (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllHandler.cpp (modified) Allow ring-3 only access handlers (phys). Wed, 09 May 2007 13:10:57 GMT vboxsync [2558] * trunk/src/VBox/Additions/WINNT/Graphics/Display/driver.h (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Display/enable.c (modified) * trunk/src/VBox/Devices/Storage/fdc.c (modified) Undid incorrect commit. Wed, 09 May 2007 13:03:02 GMT vboxsync [2557] * trunk/src/VBox/Additions/WINNT/Graphics/Display/driver.h (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Display/enable.c (modified) * trunk/src/VBox/Devices/PC/BIOS/rombios.c (modified) * trunk/src/VBox/Devices/Storage/fdc.c (modified) Fixed and simplified BIOS int15 mouse service. Avoids spurious ... Wed, 09 May 2007 13:02:52 GMT vboxsync [2556] * trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp (modified) Added todos for tsc offset/trapping. Wed, 09 May 2007 12:58:47 GMT vboxsync [2555] * trunk/src/VBox/VMM/HWACCM.cpp (modified) * trunk/src/VBox/VMM/HWACCMInternal.h (modified) * trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp (modified) Added intercept code for rdtsc (not yet enabled). Wed, 09 May 2007 12:46:25 GMT vboxsync [2554] * trunk/src/VBox/VMM/VMMAll/EMAll.cpp (modified) Added EMInterpretRdtsc Wed, 09 May 2007 12:28:36 GMT vboxsync [2552] * trunk/src/VBox/VMM/VMMAll/PGMAll.cpp (modified) Call VerifyAccessSyncPage in the shadow pd not present case too. Wed, 09 May 2007 12:05:52 GMT vboxsync [2551] * trunk/src/VBox/VMM/VMMAll/TMAllCpu.cpp (modified) * trunk/src/VBox/VMM/VMMAll/TMAllVirtual.cpp (modified) Added TMVirtualSyncGetEx. Do not check timers in TMCpuTickGetOffset. Wed, 09 May 2007 07:55:10 GMT vboxsync [2548] * trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleWnd.cpp (modified) FE/Qt: Removed fullscreen workaround Wed, 09 May 2007 07:08:34 GMT vboxsync [2547] * trunk/src/VBox/Additions/Makefile.kmk (modified) ship AMD PCNet driver Tue, 08 May 2007 20:45:18 GMT vboxsync [2546] * trunk/src/VBox/Devices/PC/DevACPI.cpp (modified) * trunk/src/VBox/Devices/PC/vbox.dsl (modified) cosmetical fixes Tue, 08 May 2007 16:50:08 GMT vboxsync [2545] * trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp (modified) typo Tue, 08 May 2007 16:30:56 GMT vboxsync [2544] * trunk/src/VBox/Devices/Storage/DevATA.cpp (modified) Removed harmful Yield. Tue, 08 May 2007 16:18:21 GMT vboxsync [2543] * trunk/src/VBox/Devices/PC/DevPcBios.cpp (modified) Fixed boch shutdown (write 'Shutdown' to 9800h). Tue, 08 May 2007 16:15:28 GMT vboxsync [2541] * trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp (modified) Don't enable the Local APIC on non-{Intel,AMD} cpus. The Linux code ... Tue, 08 May 2007 16:06:27 GMT vboxsync [2540] * trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp (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/VBoxVMListBox.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/main.cpp (modified) * trunk/src/VBox/Main/ConsoleImpl.cpp (modified) * trunk/src/VBox/Main/MachineImpl.cpp (modified) * trunk/src/VBox/Main/SessionImpl.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/ConsoleImpl.h (modified) * trunk/src/VBox/Main/include/DisplayImpl.h (modified) * trunk/src/VBox/Main/include/MachineImpl.h (modified) * trunk/src/VBox/Main/include/SessionImpl.h (modified) Main & All Frontends: Improved console window activation helper APIs ... Tue, 08 May 2007 16:05:42 GMT vboxsync [2539] * trunk/src/VBox/Devices/Storage/DrvVmdk.cpp (modified) Proper VMDK fix, part 1. Tue, 08 May 2007 15:04:53 GMT vboxsync [2538] * trunk/include/VBox/pdm.h (modified) * trunk/src/VBox/Devices/Bus/DevPCI.cpp (modified) * trunk/src/VBox/Devices/PC/DevAPIC.cpp (modified) * trunk/src/VBox/Devices/PC/DevPIC.cpp (modified) Quick implementation of IRQ level flip-flip (pass ... Tue, 08 May 2007 14:21:10 GMT vboxsync [2537] * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_de.ts (modified) make German NLS strings consistent with Qt Tue, 08 May 2007 12:27:08 GMT vboxsync [2535] * trunk/src/VBox/Devices/PC/BIOS/rombios.c (modified) Avoid build timestamp in the BIOS. Results in BIOS image compare ... Tue, 08 May 2007 11:20:07 GMT vboxsync [2534] * trunk/src/VBox/Devices/Storage/DrvHostRawDisk.cpp (modified) Provide error message (only for the release log, as the IDE device ... Tue, 08 May 2007 11:19:16 GMT vboxsync [2533] * trunk/src/VBox/Devices/Network/slirp/slirp.c (modified) Make sure the packet is large enough to receive the data. Tue, 08 May 2007 09:38:38 GMT vboxsync [2532] * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_de.ts (modified) forgot one occurrence Tue, 08 May 2007 09:30:49 GMT vboxsync [2531] * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_it.ts (modified) * trunk/src/VBox/Frontends/VirtualBox/nls/qt_it.ts (modified) FE/Qt: Updated Italian translation. Tue, 08 May 2007 09:09:54 GMT vboxsync [2530] * trunk/src/VBox/Additions/linux/installer/vboxadd-timesync.sh (modified) * trunk/src/VBox/Additions/linux/installer/vboxadd.sh (modified) * trunk/src/VBox/Additions/linux/installer/vboxvfs.sh (modified) Updated the Linux installer init scripts to work with unknown ... Tue, 08 May 2007 08:47:31 GMT vboxsync [2529] * trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk (modified) * trunk/src/VBox/Frontends/VirtualBox/include/XKeyboard.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/linux/XKeyboard.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/linux/XKeyboardNew.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/linux/keyboard.c (modified) * trunk/src/VBox/Frontends/VirtualBox/src/linux/keyboard_outofwine.h (modified) Reactivated and updated the Wine keyboard code for VirtualBox on ... Mon, 07 May 2007 16:19:14 GMT vboxsync [2527] * trunk/include/VBox/VRDPAuth.h (modified) * trunk/src/VBox/Main/ConsoleImpl.cpp (modified) * trunk/src/VBox/Main/ConsoleVRDPServer.cpp (modified) * trunk/src/VBox/Main/include/ConsoleImpl.h (modified) * trunk/src/VBox/Main/include/ConsoleVRDPServer.h (modified) Check VRDP multiconnection property. A new external authentication ... Mon, 07 May 2007 15:41:08 GMT vboxsync [2525] * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_ru.ts (modified) FE/Qt: Russian language fixes. Mon, 07 May 2007 15:40:21 GMT vboxsync [2524] * trunk/src/VBox/Frontends/VirtualBox/include/QIStateIndicator.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/QIStateIndicator.cpp (modified) FE/Qt: Improved QIStateIndicator so that it is properly drawn over a ... Mon, 07 May 2007 12:02:12 GMT vboxsync [2522] * trunk/include/VBox/vrdpapi.h (modified) * trunk/src/VBox/Main/ConsoleVRDPServer.cpp (modified) * trunk/src/VBox/Main/include/ConsoleVRDPServer.h (modified) VRDP multiconnection clipboard. The VRDP server always works in ... Mon, 07 May 2007 11:39:40 GMT vboxsync [2521] * trunk/src/VBox/Main/xml/VirtualBox-settings-common.xsd (modified) Main and XML changes for VRDP multiconnection mode (at least 2 more ... Mon, 07 May 2007 09:21:01 GMT vboxsync [2520] * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_ja.ts (modified) * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_pl.ts (modified) * trunk/src/VBox/Frontends/VirtualBox/nls/qt_pl.ts (modified) FE/Qt: Updated Japanese and Polish translations. Mon, 07 May 2007 06:35:01 GMT vboxsync [2519] * trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/VRDPServerImpl.h (modified) added API for VRDP multi connection Sat, 05 May 2007 03:59:58 GMT vboxsync [2518] * trunk/src/VBox/VMM/testcase/Makefile.kmk (modified) a build fix. Sat, 05 May 2007 03:08:03 GMT vboxsync [2517] * trunk/src/VBox/VMM/Makefile.kmk (modified) * trunk/src/VBox/VMM/testcase/Makefile.kmk (modified) Converted to sub-makefile. Sat, 05 May 2007 02:28:24 GMT vboxsync [2516] * trunk/src/VBox/HostDrivers/Config.kmk (deleted) * trunk/src/VBox/HostDrivers/Makefile.kmk (modified) * trunk/src/VBox/HostDrivers/Support/Makefile.kmk (modified) * trunk/src/VBox/HostDrivers/Support/testcase/Makefile.kmk (modified) * trunk/src/VBox/HostDrivers/VBoxTAP/Makefile.kmk (modified) Drop the Config.kmk and the abspath macros (kBuild fixes the latter ... Sat, 05 May 2007 01:10:33 GMT vboxsync [2515] * trunk/src/VBox/HostDrivers/Support/SUPDRVShared.c (modified) * trunk/src/VBox/HostDrivers/Support/win32/SUPDrv-win32.cpp (modified) * trunk/src/VBox/HostDrivers/Support/win32/SUPLib-win32.cpp (modified) Implemented non-IDT patching mode for windows (not used anywhere yet ... Fri, 04 May 2007 20:34:42 GMT vboxsync [2514] * trunk/src/VBox/Frontends/VirtualBox/src/darwin/DarwinKeyboard.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/darwin/VBoxAquaStyle.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/darwin/tstDarwinKeyboard.cpp (modified) eol Fri, 04 May 2007 20:34:33 GMT vboxsync [2513] * trunk/src/VBox/Frontends/VirtualBox/src/darwin/VBoxUtils-darwin.cpp (added) export VBoxUtils-darwin.cpp Fri, 04 May 2007 20:33:31 GMT vboxsync [2512] * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_de.ts (modified) German updates Fri, 04 May 2007 19:06:15 GMT vboxsync [2511] * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) Web services: lots of minor fixes, fixed broken attribute setters, ... Fri, 04 May 2007 18:49:56 GMT vboxsync [2509] * trunk/src/VBox/Runtime/Makefile.kmk (modified) Added the sources to the generate messages. Fri, 04 May 2007 18:24:52 GMT vboxsync [2508] * trunk/src/VBox/VMM/VM.cpp (modified) Drop the poweroff workaround as the problem should be fixed now. (And ... Fri, 04 May 2007 18:23:45 GMT vboxsync [2507] * trunk/include/VBox/err.h (modified) * trunk/src/VBox/VMM/DBGF.cpp (modified) * trunk/src/VBox/VMM/VMM.cpp (modified) * trunk/src/VBox/VMM/VMMGC/TRPMGCHandlers.cpp (modified) * trunk/src/VBox/VMM/VMMInternal.h (modified) * trunk/src/VBox/VMM/VMMR0/VMMR0.cpp (modified) Drop the VINF_IOM_HC_IOPORT_READWRITE status code as it isn't really ... Fri, 04 May 2007 18:21:26 GMT vboxsync [2506] * trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp (modified) Documented port I/O status code and fixed places where we didn't ... Fri, 04 May 2007 18:20:07 GMT vboxsync [2505] * trunk/src/VBox/VMM/EM.cpp (modified) * trunk/src/VBox/VMM/VMMAll/EMAll.cpp (modified) Documented port I/O status code and fixed places where we didn't ... Fri, 04 May 2007 18:12:30 GMT vboxsync [2504] * trunk/include/VBox/iom.h (modified) * trunk/src/VBox/VMM/VMMAll/IOMAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/IOMAllMMIO.cpp (modified) * trunk/src/VBox/VMM/VMMGC/IOMGC.cpp (modified) Documented port I/O status code and fixed places where we didn't ... Fri, 04 May 2007 17:54:01 GMT vboxsync [2503] * trunk/src/VBox/Frontends/VirtualBox/nls/qt_ja.ts (modified) FE/Qt: Japanese Qt translation update. Fri, 04 May 2007 17:51:37 GMT vboxsync [2502] * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_es.ts (modified) * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_pl.ts (modified) * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_zh_TW.ts (modified) FE/Qt: Merging fixes. Fri, 04 May 2007 17:46:30 GMT vboxsync [2501] * trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleWnd.cpp (modified) FE/Qt: Spelling update. Fri, 04 May 2007 17:45:10 GMT vboxsync [2500] * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_ar.ts (modified) * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_de.ts (modified) * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_es.ts (modified) * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_fr.ts (modified) * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_it.ts (modified) * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_ja.ts (modified) * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_pl.ts (modified) * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_ro.ts (modified) * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_ru.ts (modified) * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_xx_YY.ts (modified) * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_zh_CN.ts (modified) * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_zh_TW.ts (modified) * trunk/src/VBox/Frontends/VirtualBox/nls/qt_ja.ts (modified) FE/Qt: Updated Japanese, Spanish, French, Polish, Romanian, Russian ... Fri, 04 May 2007 13:32:34 GMT vboxsync [2496] * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxGlobalSettingsDlg.ui.h (modified) Fixing a problem at Global Settings Startup with incorrect language ... Fri, 04 May 2007 12:57:03 GMT vboxsync [2495] * trunk/src/VBox/Frontends/VirtualBox/include/VBoxConsoleWnd.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleWnd.cpp (modified) Fixing statusBar clearing issue for required popup menus. Currently ... Fri, 04 May 2007 11:49:47 GMT vboxsync [2494] * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_ru.ts (modified) FE/Qt: Russian language fixes. Fri, 04 May 2007 11:49:02 GMT vboxsync [2493] * trunk/src/VBox/Frontends/VirtualBox/include/VBoxConsoleWnd.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleWnd.cpp (modified) FE/Qt: Dynamic menu item status tips: simplification and language ... Fri, 04 May 2007 10:49:54 GMT vboxsync [2492] * trunk/src/VBox/Frontends/VirtualBox/include/VBoxConsoleWnd.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleWnd.cpp (modified) Status Tips done for network adapters dropped and led context menu. ... Fri, 04 May 2007 08:52:58 GMT vboxsync [2491] * trunk/src/VBox/Frontends/VBoxBFE/ConsoleImpl.h (modified) * trunk/src/VBox/Frontends/VBoxBFE/DisplayImpl.cpp (modified) * trunk/src/VBox/Frontends/VBoxBFE/SDLConsole.cpp (modified) HostKey+H; cosmetical changes Fri, 04 May 2007 07:56:22 GMT vboxsync [2490] * trunk/src/VBox/Runtime/Makefile.kmk (modified) kBuild macros Fri, 04 May 2007 07:50:39 GMT vboxsync [2489] * trunk/src/VBox/Runtime/Makefile.kmk (modified) kBuild macro Fri, 04 May 2007 03:21:18 GMT vboxsync [2488] * trunk/src/VBox/Debugger/Makefile.kmk (modified) Got an answer. Fri, 04 May 2007 03:19:31 GMT vboxsync [2487] * trunk/src/VBox/Additions/Makefile.kmk (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Display/Makefile.kmk (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Display/Mirror/Makefile.kmk (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Makefile.kmk (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Miniport/Makefile.kmk (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Miniport/Mirror/Makefile.kmk (modified) * trunk/src/VBox/Additions/WINNT/Makefile.kmk (modified) * trunk/src/VBox/Additions/WINNT/MouseFilter/Makefile.kmk (modified) * trunk/src/VBox/Additions/WINNT/VBoxControl/Makefile.kmk (modified) * trunk/src/VBox/Additions/WINNT/VBoxGINA/Makefile.kmk (modified) * trunk/src/VBox/Additions/WINNT/VBoxGuest/Makefile.kmk (modified) * trunk/src/VBox/Additions/WINNT/VBoxService/Makefile.kmk (modified) * trunk/src/VBox/Additions/WINNT/i8042prt/Makefile.kmk (modified) * trunk/src/VBox/Additions/common/Makefile.kmk (modified) * trunk/src/VBox/Additions/common/VBoxGuestLib/Makefile.kmk (modified) Converted common and winnt to use sub-makefiles. Fri, 04 May 2007 02:42:46 GMT vboxsync [2486] * trunk/src/VBox/Main/Makefile.kmk (modified) Drop PATH_CURRENT from the global DEFS as it plays merry poppins with ... Fri, 04 May 2007 02:32:51 GMT vboxsync [2485] * trunk/src/VBox/Additions/linux/xmouse/Makefile.kmk (modified) Drop PATH_CURRENT from the global DEFS as it plays merry poppins with ... Fri, 04 May 2007 02:19:33 GMT vboxsync [2484] * trunk/src/VBox/Main/Makefile.kmk (modified) Drop PATH_CURRENT from the global DEFS as it plays merry poppins with ... Fri, 04 May 2007 02:02:17 GMT vboxsync [2482] * trunk/Config.kmk (modified) * trunk/src/VBox/Devices/Makefile.kmk (modified) * trunk/src/VBox/Main/Makefile.kmk (modified) * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/VMM/Makefile.kmk (modified) * trunk/src/recompiler/Makefile.kmk (modified) Drop PATH_CURRENT from the global DEFS as it plays merry poppins with ... Fri, 04 May 2007 00:53:23 GMT vboxsync [2481] * trunk/src/VBox/Frontends/VBoxSDL/Makefile (deleted) [Mm]akefile -> Makefile.kmk Fri, 04 May 2007 00:51:23 GMT vboxsync [2480] * trunk/src/VBox/Frontends/VBoxSDL/Makefile.kmk (copied) [Mm]akefile -> Makefile.kmk Fri, 04 May 2007 00:50:41 GMT vboxsync [2479] * trunk/src/VBox/Debugger/Makefile.kmk (modified) grr. subversion tricked me. And a question about why these linux CXX ... Fri, 04 May 2007 00:46:16 GMT vboxsync [2478] * trunk/Makefile.kmk (moved) * trunk/include/Makefile.kmk (modified) * trunk/include/VBox/Makefile.kmk (deleted) * trunk/src/Makefile.kmk (moved) * trunk/src/VBox/Additions/Makefile.kmk (moved) * trunk/src/VBox/Additions/WINNT/Graphics/Display/Makefile.kmk (moved) * trunk/src/VBox/Additions/WINNT/Graphics/Display/Mirror/Makefile.kmk (moved) * trunk/src/VBox/Additions/WINNT/Graphics/Makefile.kmk (moved) * trunk/src/VBox/Additions/WINNT/Graphics/Miniport/Makefile.kmk (moved) * trunk/src/VBox/Additions/WINNT/Graphics/Miniport/Mirror/Makefile.kmk (moved) * trunk/src/VBox/Additions/WINNT/Makefile.kmk (moved) * trunk/src/VBox/Additions/WINNT/MouseFilter/Makefile.kmk (moved) * trunk/src/VBox/Additions/WINNT/VBoxControl/Makefile.kmk (moved) * trunk/src/VBox/Additions/WINNT/VBoxGINA/Makefile.kmk (moved) * trunk/src/VBox/Additions/WINNT/VBoxGuest/Makefile.kmk (moved) * trunk/src/VBox/Additions/WINNT/VBoxService/Makefile.kmk (moved) * trunk/src/VBox/Additions/WINNT/i8042prt/Makefile.kmk (moved) * trunk/src/VBox/Additions/common/Makefile.kmk (moved) * trunk/src/VBox/Additions/common/VBoxGuestLib/Makefile.kmk (moved) * trunk/src/VBox/Additions/linux/Makefile.kmk (moved) * trunk/src/VBox/Additions/linux/daemon/Makefile.kmk (moved) * trunk/src/VBox/Additions/linux/module/Makefile.kmk (moved) * trunk/src/VBox/Additions/linux/xgraphics/Makefile.kmk (moved) * trunk/src/VBox/Additions/linux/xmouse/Makefile.kmk (moved) * trunk/src/VBox/Debugger/Makefile.kmk (moved) * trunk/src/VBox/Devices/Graphics/BIOS/Makefile.kmk (moved) * trunk/src/VBox/Devices/Makefile.kmk (moved) * trunk/src/VBox/Devices/PC/BIOS/Makefile.kmk (moved) * trunk/src/VBox/Devices/Storage/testcase/Makefile.kmk (moved) * trunk/src/VBox/Devices/testcase/Makefile.kmk (moved) * trunk/src/VBox/Disassembler/Makefile.kmk (moved) * trunk/src/VBox/Frontends/Makefile.kmk (moved) * trunk/src/VBox/Frontends/VBoxBFE/Makefile.kmk (moved) * trunk/src/VBox/Frontends/VBoxFB/Makefile.kmk (moved) * trunk/src/VBox/Frontends/VBoxManage/Makefile.kmk (moved) * trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk (moved) * trunk/src/VBox/HostDrivers/Makefile.kmk (moved) * trunk/src/VBox/HostDrivers/Support/Makefile.kmk (moved) * trunk/src/VBox/HostDrivers/Support/testcase/Makefile.kmk (moved) * trunk/src/VBox/HostDrivers/VBoxTAP/Makefile.kmk (moved) * trunk/src/VBox/Main/Makefile.kmk (moved) * trunk/src/VBox/Main/testcase/Makefile.kmk (moved) * trunk/src/VBox/Makefile.kmk (moved) * trunk/src/VBox/Runtime/Makefile.kmk (moved) * trunk/src/VBox/Runtime/os2/Makefile (deleted) * trunk/src/VBox/Runtime/r3/posix/Makefile (deleted) * trunk/src/VBox/Runtime/testcase/Makefile.kmk (moved) * trunk/src/VBox/VMM/Makefile.kmk (moved) * trunk/src/VBox/VMM/testcase/Makefile.kmk (moved) * trunk/src/testcase/Makefile.kmk (moved) [Mm]akefile -> Makefile.kmk Thu, 03 May 2007 23:54:31 GMT vboxsync [2477] * trunk/src/VBox/Debugger/testcase/Makefile.kup (added) * trunk/src/VBox/Devices/Audio/Makefile.kup (added) * trunk/src/VBox/Devices/Bus/Makefile.kup (added) * trunk/src/VBox/Devices/Graphics/Makefile.kup (added) * trunk/src/VBox/Devices/Input/Makefile.kup (added) * trunk/src/VBox/Devices/Network/Makefile.kup (added) * trunk/src/VBox/Devices/Network/slirp/Makefile.kup (added) * trunk/src/VBox/Devices/Network/testcase/Makefile.kup (added) * trunk/src/VBox/Devices/PC/Makefile.kup (added) * trunk/src/VBox/Devices/Serial/Makefile.kup (added) * trunk/src/VBox/Devices/Storage/Makefile.kup (added) * trunk/src/VBox/Devices/VMMDev/Makefile.kup (added) * trunk/src/VBox/Frontends/VirtualBox/src/Makefile.kup (added) * trunk/src/VBox/Frontends/VirtualBox/ui/Makefile.kup (added) * trunk/src/VBox/Main/hgcm/Makefile.kup (added) * trunk/src/VBox/Main/linux/Makefile.kup (added) * trunk/src/VBox/Main/win32/Makefile.kup (added) * trunk/src/VBox/Main/xml/Makefile.kup (added) * trunk/src/VBox/Runtime/VBox/Makefile.kup (added) * trunk/src/VBox/Runtime/alloc/Makefile.kup (added) * trunk/src/VBox/Runtime/generic/Makefile.kup (added) * trunk/src/VBox/Runtime/math/Makefile.kup (added) * trunk/src/VBox/Runtime/math/amd64/Makefile.kup (added) * trunk/src/VBox/Runtime/math/gcc/Makefile.kup (added) * trunk/src/VBox/Runtime/math/x86/Makefile.kup (added) * trunk/src/VBox/Runtime/misc/Makefile.kup (added) * trunk/src/VBox/Runtime/nt/Makefile.kup (added) * trunk/src/VBox/Runtime/os2/Makefile.kup (added) * trunk/src/VBox/Runtime/r0drv/darwin/Makefile.kup (added) * trunk/src/VBox/Runtime/r0drv/generic/Makefile.kup (added) * trunk/src/VBox/Runtime/r0drv/linux/Makefile.kup (added) * trunk/src/VBox/Runtime/r0drv/nt/Makefile.kup (added) * trunk/src/VBox/Runtime/r3/Makefile.kup (added) * trunk/src/VBox/Runtime/r3/darwin/Makefile.kup (added) * trunk/src/VBox/Runtime/r3/freebsd/Makefile.kup (added) * trunk/src/VBox/Runtime/r3/linux/Makefile.kup (added) * trunk/src/VBox/Runtime/r3/os2/Makefile.kup (added) * trunk/src/VBox/Runtime/r3/posix/Makefile.kup (added) * trunk/src/VBox/Runtime/r3/win32/Makefile.kup (added) * trunk/src/VBox/Runtime/r3/win64/Makefile.kup (added) * trunk/src/VBox/Runtime/string/Makefile.kup (added) * trunk/src/VBox/Runtime/table/Makefile.kup (added) * trunk/src/VBox/Runtime/win32/Makefile.kup (added) * trunk/src/VBox/Runtime/win64/Makefile.kup (added) * trunk/src/VBox/VMM/PATM/VMMAll/Makefile.kup (added) * trunk/src/VBox/VMM/VMMAll/Makefile.kup (added) * trunk/src/VBox/VMM/VMMR0/Makefile.kup (added) * trunk/src/VBox/VMM/VMMSwitcher/Makefile.kup (added) * trunk/src/recompiler/InnoTek/Makefile.kup (added) * trunk/src/recompiler/fpu/Makefile.kup (added) * trunk/src/recompiler/target-i386/Makefile.kup (added) export Thu, 03 May 2007 23:51:43 GMT vboxsync [2476] * trunk/src/VBox/Devices/PC/Etherboot-src/Makefile.kmk (modified) * trunk/src/VBox/VMM/PATM/Makefile.kmk (modified) * trunk/src/VBox/VMM/PATM/VMMGC/Makefile.kmk (modified) * trunk/src/VBox/VMM/VMMGC/Makefile.kmk (modified) * trunk/src/bldprogs/Makefile.kmk (modified) * trunk/src/libs/Makefile.kmk (modified) * trunk/src/libs/liblzf-1.51/Makefile.kmk (modified) * trunk/src/libs/xpcom18a4/Makefile.kmk (modified) * trunk/src/recompiler/Makefile.kmk (modified) Some makefile header and attribute adjustments. Thu, 03 May 2007 23:41:50 GMT vboxsync [2475] * trunk/src/VBox/Debugger/testcase/Makefile.kmk (deleted) * trunk/src/VBox/Devices/Audio/Makefile.kmk (deleted) * trunk/src/VBox/Devices/Bus/Makefile.kmk (deleted) * trunk/src/VBox/Devices/Graphics/Makefile.kmk (deleted) * trunk/src/VBox/Devices/Input/Makefile.kmk (deleted) * trunk/src/VBox/Devices/Network/Makefile.kmk (deleted) * trunk/src/VBox/Devices/Network/slirp/Makefile.kmk (deleted) * trunk/src/VBox/Devices/Network/testcase/Makefile.kmk (deleted) * trunk/src/VBox/Devices/PC/Makefile.kmk (deleted) * trunk/src/VBox/Devices/Serial/Makefile.kmk (deleted) * trunk/src/VBox/Devices/Storage/Makefile.kmk (deleted) * trunk/src/VBox/Devices/VMMDev/Makefile.kmk (deleted) * trunk/src/VBox/Frontends/VirtualBox/src/Makefile.kmk (deleted) * trunk/src/VBox/Frontends/VirtualBox/ui/Makefile.kmk (deleted) * trunk/src/VBox/Main/hgcm/Makefile.kmk (deleted) * trunk/src/VBox/Main/linux/Makefile.kmk (deleted) * trunk/src/VBox/Main/win32/Makefile.kmk (deleted) * trunk/src/VBox/Main/xml/Makefile.kmk (deleted) * trunk/src/VBox/Runtime/VBox/Makefile.kmk (deleted) * trunk/src/VBox/Runtime/alloc/Makefile.kmk (deleted) * trunk/src/VBox/Runtime/generic/Makefile.kmk (deleted) * trunk/src/VBox/Runtime/nt/Makefile.kmk (deleted) * trunk/src/VBox/Runtime/r0drv/darwin/Makefile.kmk (deleted) * trunk/src/VBox/Runtime/r0drv/linux/Makefile.kmk (deleted) * trunk/src/VBox/Runtime/r0drv/nt/Makefile.kmk (deleted) * trunk/src/VBox/Runtime/r3/Makefile.kmk (deleted) * trunk/src/VBox/Runtime/r3/darwin/Makefile.kmk (deleted) * trunk/src/VBox/Runtime/r3/linux/Makefile.kmk (deleted) * trunk/src/VBox/Runtime/r3/os2/Makefile.kmk (deleted) * trunk/src/VBox/Runtime/r3/win32/Makefile.kmk (deleted) * trunk/src/VBox/Runtime/string/Makefile.kmk (deleted) * trunk/src/VBox/Runtime/table/Makefile.kmk (deleted) * trunk/src/VBox/Runtime/win32/Makefile.kmk (deleted) * trunk/src/VBox/VMM/PATM/VMMAll/Makefile.kmk (deleted) * trunk/src/VBox/VMM/VMMAll/Makefile.kmk (deleted) * trunk/src/VBox/VMM/VMMR0/Makefile.kmk (deleted) * trunk/src/VBox/VMM/VMMSwitcher/Makefile.kmk (deleted) * trunk/src/recompiler/InnoTek/Makefile.kmk (deleted) * trunk/src/recompiler/InnoTek/crt/Makefile.kmk (deleted) * trunk/src/recompiler/target-i386/Makefile.kmk (deleted) Makefile.kmk -> Makefile.kup Thu, 03 May 2007 21:29:11 GMT vboxsync [2472] * trunk/Config.kmk (modified) * trunk/src/VBox/Debugger/Makefile (modified) * trunk/src/recompiler/Makefile.kmk (modified) some more usage of the MSG_* macros Thu, 03 May 2007 20:24:21 GMT vboxsync [2471] * trunk/src/VBox/Debugger/Makefile (modified) attempt to fix lin64dbg Thu, 03 May 2007 20:07:44 GMT vboxsync [2470] * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) Web service: fix warnings. Thu, 03 May 2007 16:44:10 GMT vboxsync [2469] * trunk/src/VBox/VMM/Makefile (modified) * trunk/src/VBox/VMM/VMMAll/TMAllCpu.cpp (modified) Dropping the VBOX_WITH_VIRTUAL_SYNC_TIMERS #ifdefs, making it default. Thu, 03 May 2007 16:43:10 GMT vboxsync [2468] * trunk/src/VBox/Devices/Makefile (modified) * trunk/src/VBox/Devices/PC/DevACPI.cpp (modified) * trunk/src/VBox/Devices/PC/DevAPIC.cpp (modified) * trunk/src/VBox/Devices/PC/DevPit-i8254.cpp (modified) * trunk/src/VBox/Devices/PC/DevRTC.cpp (modified) * trunk/src/VBox/Devices/testcase/Makefile (modified) * trunk/src/VBox/Devices/testcase/tstDeviceStructSizeGC.cpp (modified) Dropping the VBOX_WITH_VIRTUAL_SYNC_TIMERS #ifdefs, making it default. Thu, 03 May 2007 15:09:01 GMT vboxsync [2464] * trunk/include/VBox/pdm.h (modified) * trunk/include/VBox/tm.h (modified) * trunk/src/VBox/Devices/VMMDev/VBoxDev.cpp (modified) * trunk/src/VBox/VMM/PDMDevice.cpp (modified) * trunk/src/VBox/VMM/TM.cpp (modified) Added TMR3UCTNow, exported it as a DevHlp and made VMMDev use it as ... Thu, 03 May 2007 13:53:29 GMT vboxsync [2463] * trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleView.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxGlobal.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxGlobalSettings.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxGlobalSettingsDlg.ui.h (modified) * trunk/src/VBox/Main/ConsoleImpl.cpp (modified) * trunk/src/VBox/Main/MachineImpl.cpp (modified) * trunk/src/VBox/Main/SessionImpl.cpp (modified) * trunk/src/VBox/Main/VirtualBoxErrorInfoImpl.cpp (modified) * trunk/src/VBox/Main/VirtualBoxImpl.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/ConsoleImpl.h (modified) * trunk/src/VBox/Main/include/DisplayImpl.h (modified) * trunk/src/VBox/Main/include/MachineImpl.h (modified) * trunk/src/VBox/Main/include/SessionImpl.h (modified) * trunk/src/VBox/Main/include/VirtualBoxErrorInfoImpl.h (modified) * trunk/src/VBox/Main/include/VirtualBoxImpl.h (modified) Main & All Frontends: Prototyped a bunch of Main API changes ... Thu, 03 May 2007 12:03:06 GMT vboxsync [2462] * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_de.ts (modified) better translation Thu, 03 May 2007 09:58:20 GMT vboxsync [2461] * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_de.ts (modified) be consistent Thu, 03 May 2007 09:56:58 GMT vboxsync [2460] * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_de.ts (modified) better translation Thu, 03 May 2007 09:40:33 GMT vboxsync [2459] * trunk/src/VBox/Main/testcase/tstVBoxAPIWin.cpp (modified) added IErrorInfo testcase