# # ChangeLog for trunk/src/VBox/Main in vbox # # Generated by Trac 1.4.3.2 # Jan 5, 2025 7:55:17 PM Sat, 31 Dec 2022 21:58:24 GMT vboxsync [97935] * trunk/src/VBox/Frontends/VBoxManage/VBoxManageDisk.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/MediumImpl.h (modified) * trunk/src/VBox/Main/src-server/MediumImpl.cpp (modified) * trunk/src/VBox/ValidationKit/tests/api/tdApi1.py (modified) * trunk/src/VBox/ValidationKit/tests/api/tdCloneMedium1.py (added) Main: Added resizeAndCloneTo(). Modified cloneTo(). bugref:10090 Sat, 31 Dec 2022 21:50:09 GMT vboxsync [97932] * trunk/src/VBox/Frontends/VBoxManage/VBoxManageDisk.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/MediumImpl.h (modified) * trunk/src/VBox/Main/src-server/MediumImpl.cpp (modified) * trunk/src/VBox/ValidationKit/tests/api/tdApi1.py (modified) Main: backout. bugref:10090 Sat, 31 Dec 2022 21:44:15 GMT vboxsync [97931] * trunk/src/VBox/Frontends/VBoxManage/VBoxManageDisk.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/MediumImpl.h (modified) * trunk/src/VBox/Main/src-server/MediumImpl.cpp (modified) * trunk/src/VBox/ValidationKit/tests/api/tdApi1.py (modified) Main: Added resizeAndCloneTo(). Modified cloneTo(), bugref:10090 Thu, 29 Dec 2022 14:58:32 GMT vboxsync [97890] * trunk/src/VBox/Main/src-server/USBDeviceFilterImpl.cpp (modified) Main/USBDeviceFilter: Skip some unnecessary Utf8Str copying. Thu, 29 Dec 2022 14:42:10 GMT vboxsync [97889] * trunk/src/VBox/Main/src-server/USBDeviceFilterImpl.cpp (modified) Main/USBDeviceFilter: Reverted out r154880 as it breaks the API as ... Fri, 23 Dec 2022 21:36:09 GMT vboxsync [97865] * trunk/doc/manual/en_US/man_VBoxManage-clonemedium.xml (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageDisk.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/MediumImpl.h (modified) * trunk/src/VBox/Main/src-server/MediumImpl.cpp (modified) * trunk/src/VBox/ValidationKit/tests/api/tdApi1.py (modified) * trunk/src/VBox/ValidationKit/tests/api/tdCloneMedium1.py (deleted) Main: undo. bugref:10090 Fri, 23 Dec 2022 21:25:48 GMT vboxsync [97864] * trunk/doc/manual/en_US/man_VBoxManage-clonemedium.xml (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageDisk.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/MediumImpl.h (modified) * trunk/src/VBox/Main/src-server/MediumImpl.cpp (modified) * trunk/src/VBox/ValidationKit/tests/api/tdApi1.py (modified) * trunk/src/VBox/ValidationKit/tests/api/tdCloneMedium1.py (added) Main: Added API function Medium::resizeAndCloneTo. Modified ... Mon, 19 Dec 2022 17:30:29 GMT vboxsync [97835] * trunk/src/VBox/Main/src-client/GuestDnDSourceImpl.cpp (modified) DnD/Main: Added some more user-friendly error texts when beginning a ... Fri, 16 Dec 2022 09:29:14 GMT vboxsync [97822] * trunk/src/VBox/Main/src-client/GuestDnDSourceImpl.cpp (modified) DnD/Main: Don't set (and return) an error for ... Thu, 15 Dec 2022 20:01:32 GMT vboxsync [97817] * trunk/src/VBox/Main/src-client/GuestDnDPrivate.cpp (modified) DnD/Main: Fixed GuestDnDState::isProgressRunning(). Thu, 15 Dec 2022 19:39:35 GMT vboxsync [97815] * trunk/include/VBox/vmm/vmapi.h (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl.cpp (modified) * trunk/src/VBox/Main/src-client/ConsoleImplTeleporter.cpp (modified) * trunk/src/VBox/VMM/VMMR3/VM.cpp (modified) VMM: Don't assume a teleportation operation when VMR3LoadFromStream() ... Wed, 14 Dec 2022 21:19:33 GMT vboxsync [97805] * trunk/src/VBox/Main/src-server/USBDeviceFilterImpl.cpp (modified) Main/USBDeviceFilter: Treat port number filter correctly as a decimal ... Wed, 14 Dec 2022 14:58:10 GMT vboxsync [97802] * trunk/src/VBox/Main/include/GuestDnDPrivate.h (modified) * trunk/src/VBox/Main/src-client/GuestDnDPrivate.cpp (modified) * trunk/src/VBox/Main/src-client/GuestDnDSourceImpl.cpp (modified) * trunk/src/VBox/Main/src-client/GuestDnDTargetImpl.cpp (modified) DnD/Main: Made the progress object description a bit more flexible, ... Wed, 14 Dec 2022 14:50:42 GMT vboxsync [97801] * trunk/src/VBox/Main/include/GuestDnDPrivate.h (modified) * trunk/src/VBox/Main/src-client/GuestDnDPrivate.cpp (modified) DnD/Main: Some more reset handling fixes. Tue, 13 Dec 2022 17:10:34 GMT vboxsync [97798] * trunk/src/VBox/Main/src-client/GuestDnDPrivate.cpp (modified) DnD/Main: Reset handling fixes: Use reset() with the GuestDnDState ... Tue, 13 Dec 2022 13:11:09 GMT vboxsync [97791] * trunk/src/VBox/Main/src-client/MouseImpl.cpp (modified) VMMDev mouse: bugref:10285: Fix burn. Tue, 13 Dec 2022 13:06:03 GMT vboxsync [97790] * trunk/include/VBox/VMMDev.h (modified) * trunk/include/VBox/vmm/pdmifs.h (modified) * trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-linux.c (modified) * trunk/src/VBox/Devices/VMMDev/VMMDev.cpp (modified) * trunk/src/VBox/Devices/VMMDev/VMMDevState.h (modified) * trunk/src/VBox/Main/include/MouseImpl.h (modified) * trunk/src/VBox/Main/src-client/MouseImpl.cpp (modified) VMMDev mouse: bugref:10285: Introduce extended host mouse pointer ... Mon, 12 Dec 2022 18:36:50 GMT vboxsync [97788] * trunk/src/VBox/HostServices/DragAndDrop/VBoxDragAndDropSvc.cpp (modified) * trunk/src/VBox/HostServices/DragAndDrop/dndmanager.cpp (modified) * trunk/src/VBox/HostServices/DragAndDrop/dndmanager.h (modified) * trunk/src/VBox/Main/include/GuestDnDPrivate.h (modified) * trunk/src/VBox/Main/src-client/GuestDnDPrivate.cpp (modified) * trunk/src/VBox/Main/src-client/GuestDnDSourceImpl.cpp (modified) * trunk/src/VBox/Main/src-client/GuestDnDTargetImpl.cpp (modified) DnD: Simplified / untangled reset handling: - Don't implicitly ... Mon, 12 Dec 2022 17:59:32 GMT vboxsync [97786] * trunk/src/VBox/Main/include/GuestDnDPrivate.h (modified) DnD/Main + FE/Qt: Moved the drag'n drop state to where it belongs, ... Mon, 12 Dec 2022 17:54:12 GMT vboxsync [97784] * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIDnDHandler.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIDnDHandler.h (modified) * trunk/src/VBox/Main/include/GuestDnDPrivate.h (modified) * trunk/src/VBox/Main/src-client/GuestDnDPrivate.cpp (modified) * trunk/src/VBox/Main/src-client/GuestDnDSourceImpl.cpp (modified) * trunk/src/VBox/Main/src-client/GuestDnDTargetImpl.cpp (modified) DnD/Main + FE/Qt: Moved the drag'n drop state to where it belongs, ... Mon, 12 Dec 2022 17:26:43 GMT vboxsync [97783] * trunk/src/VBox/Main/include/GuestDnDPrivate.h (modified) * trunk/src/VBox/Main/src-client/GuestDnDPrivate.cpp (modified) * trunk/src/VBox/Main/src-client/GuestDnDSourceImpl.cpp (modified) * trunk/src/VBox/Main/src-client/GuestDnDTargetImpl.cpp (modified) DnD/Main: Added ability to report back the guest-side rc when waiting ... Mon, 12 Dec 2022 17:01:28 GMT vboxsync [97781] * trunk/src/VBox/Main/include/GuestDnDPrivate.h (modified) * trunk/src/VBox/Main/src-client/GuestDnDPrivate.cpp (modified) DnD/Main: Added various i_setErrorXXX() methods for GuestDnDBase, ... Mon, 12 Dec 2022 16:57:51 GMT vboxsync [97780] * trunk/src/VBox/Main/include/GuestDnDPrivate.h (modified) * trunk/src/VBox/Main/include/GuestDnDSourceImpl.h (modified) * trunk/src/VBox/Main/include/GuestDnDTargetImpl.h (modified) * trunk/src/VBox/Main/src-client/GuestDnDPrivate.cpp (modified) * trunk/src/VBox/Main/src-client/GuestDnDSourceImpl.cpp (modified) * trunk/src/VBox/Main/src-client/GuestDnDTargetImpl.cpp (modified) DnD/Main: Added various i_setErrorXXX() methods for GuestDnDBase, ... Fri, 09 Dec 2022 17:39:49 GMT vboxsync [97772] * trunk/src/VBox/Main/include/GuestDnDPrivate.h (modified) * trunk/src/VBox/Main/src-client/GuestDnDPrivate.cpp (modified) DnD/Main: GuestDnD::toFormatString() now also accepts an optional ... Wed, 07 Dec 2022 15:57:36 GMT vboxsync [97761] * trunk/src/VBox/Main/src-client/GuestDnDPrivate.cpp (modified) DnD/Main: Don't set any (new) progress if the progress object already ... Wed, 07 Dec 2022 15:13:42 GMT vboxsync [97760] * trunk/src/VBox/Main/src-client/GuestDnDPrivate.cpp (modified) DnD/Main: Don't set any (new) progress if the progress object already ... Tue, 06 Dec 2022 09:49:16 GMT vboxsync [97751] * trunk/include/VBox/err.h (modified) * trunk/src/VBox/Main/src-client/GuestDnDSourceImpl.cpp (modified) * trunk/src/VBox/Main/src-client/GuestDnDTargetImpl.cpp (modified) DnD: Renamed VERR_GSTDND_GUEST_ERROR -> VERR_DND_GUEST_ERROR to be ... Tue, 06 Dec 2022 09:42:15 GMT vboxsync [97750] * trunk/src/VBox/Main/src-client/GuestDnDSourceImpl.cpp (modified) DnD: Renamed GUEST_DND_FN_GH_EVT_ERROR -> GUEST_DND_FN_EVT_ERROR to ... Tue, 06 Dec 2022 09:32:49 GMT vboxsync [97749] * trunk/src/VBox/Main/src-client/GuestDnDSourceImpl.cpp (modified) * trunk/src/VBox/Main/src-client/GuestDnDTargetImpl.cpp (modified) DnD: Renamed GUEST_DND_FN_GH_EVT_ERROR -> GUEST_DND_FN_EVT_ERROR to ... Thu, 01 Dec 2022 13:50:40 GMT vboxsync [97725] * trunk/src/VBox/Main/include/GuestDnDPrivate.h (modified) * trunk/src/VBox/Main/src-client/GuestDnDPrivate.cpp (modified) DnD/Main: Increased the default timeout of ... Thu, 01 Dec 2022 13:45:13 GMT vboxsync [97724] * trunk/src/VBox/Main/src-client/GuestDnDTargetImpl.cpp (modified) DnD/Main: Also be a bit more informative wrt error reporting to the ... Wed, 30 Nov 2022 18:02:32 GMT vboxsync [97720] * trunk/src/VBox/Main/src-client/GuestDnDTargetImpl.cpp (modified) DnD/Main: Added some more (verbose) release logging for the drop ... Wed, 30 Nov 2022 16:59:23 GMT vboxsync [97719] * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/src-client/GuestDnDPrivate.cpp (modified) * trunk/src/VBox/Main/src-client/GuestDnDTargetImpl.cpp (modified) DnD/Main: Added a dedicated COM error for drag and drop operations ... Wed, 30 Nov 2022 16:41:24 GMT vboxsync [97717] * trunk/src/VBox/Main/src-client/GuestDnDTargetImpl.cpp (modified) DnD/Main: Added some more (verbose) release logging for the drop ... Wed, 30 Nov 2022 16:17:34 GMT vboxsync [97716] * trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp (modified) Main/Console: If the snapshot directory (identified by ... Tue, 29 Nov 2022 20:15:55 GMT vboxsync [97711] * trunk/src/VBox/Main/glue/glue-java.xsl (modified) Main/glue-java.xsl: Move the closing "p" tag around. Javadoc needs it ... Tue, 29 Nov 2022 20:02:42 GMT vboxsync [97710] * trunk/src/VBox/Main/glue/glue-java.xsl (modified) Main/glue-java.xsl: Remove leftover table related tags. Tue, 29 Nov 2022 19:41:42 GMT vboxsync [97709] * trunk/src/VBox/Main/glue/glue-java.xsl (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/webservice/Makefile.kmk (modified) Main/glue-java.xsl, Main/VirtualBox.xidl: Eliminate the use of the ... Fri, 25 Nov 2022 19:38:48 GMT vboxsync [97687] * trunk/src/VBox/Main/webservice/Makefile.kmk (modified) Main/webservice: Fix Java 8 version check. Fri, 25 Nov 2022 19:31:13 GMT vboxsync [97686] * trunk/src/VBox/Main/glue/glue-java.xsl (modified) * trunk/src/VBox/Main/webservice/Makefile.kmk (modified) Main/glue-java.xsl: Avoid "summary" attribute for "table" tags since ... Thu, 24 Nov 2022 17:06:05 GMT vboxsync [97677] * trunk/src/VBox/Main/glue/glue-java.xsl (modified) Main/glue-java.xsl: Turn "tt" tags into "code" ones since recent ... Tue, 22 Nov 2022 15:20:34 GMT vboxsync [97656] * trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp (modified) Guest Control/Main: Bail out early from the file copy from/to inner ... Tue, 22 Nov 2022 14:18:28 GMT vboxsync [97655] * trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp (modified) Guest Control/Main: Made (release) logging of paths a bit more ... Tue, 22 Nov 2022 01:19:41 GMT vboxsync [97648] * trunk/src/VBox/Main/src-server/ClientWatcher.cpp (modified) Main/ClientWatcher: Use newly added RTProcSignalName to get uniform ... Mon, 21 Nov 2022 18:09:43 GMT vboxsync [97640] * trunk/src/VBox/Main/src-server/ClientWatcher.cpp (modified) Main/ClientWatcher: Use sigabbrev_np() instead of strsignal(), so ... Mon, 21 Nov 2022 17:42:41 GMT vboxsync [97639] * trunk/src/VBox/Main/src-server/ClientWatcher.cpp (modified) Main/ClientWatcher: Use sigabbrev_np() instead of strsignal(), so ... Mon, 21 Nov 2022 17:32:21 GMT vboxsync [97638] * trunk/src/VBox/Main/src-server/ClientWatcher.cpp (modified) Main/ClientWatcher: Use sigabbrev_np() instead of strsignal(), so ... Mon, 21 Nov 2022 17:10:56 GMT vboxsync [97637] * trunk/src/VBox/Main/src-server/ClientWatcher.cpp (modified) Main/ClientWatcher: Use sigabbrev_np() instead of strsignal(), so ... Mon, 21 Nov 2022 16:58:28 GMT vboxsync [97635] * trunk/src/VBox/Main/src-server/ClientWatcher.cpp (modified) Main/ClientWatcher: Use sigabbrev_np() instead of strsignal(), so ... Mon, 21 Nov 2022 15:56:36 GMT vboxsync [97634] * trunk/src/VBox/Main/src-server/ClientWatcher.cpp (modified) Main/ClientWatcher: Resolve signals to strings on non-Windows, to ... Mon, 21 Nov 2022 15:51:36 GMT vboxsync [97633] * trunk/src/VBox/Main/src-server/ClientWatcher.cpp (modified) Main/ClientWatcher: Resolve signals to strings on non-Windows, to ... Mon, 21 Nov 2022 15:32:27 GMT vboxsync [97632] * trunk/src/VBox/Main/src-server/ClientWatcher.cpp (modified) Main/ClientWatcher: Resolve signals to strings on non-Windows, to ... Mon, 21 Nov 2022 13:34:53 GMT vboxsync [97626] * trunk/src/VBox/Main/include/GuestFileImpl.h (modified) * trunk/src/VBox/Main/include/GuestSessionImplTasks.h (modified) * trunk/src/VBox/Main/src-client/GuestFileImpl.cpp (modified) * trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp (modified) Guest Control/Main: Fixed running out of context IDs when copying ... Fri, 18 Nov 2022 17:29:35 GMT vboxsync [97610] * trunk/src/VBox/Main/src-client/GuestFileImpl.cpp (modified) Guest Control/Main: Also catch (and handle) OOM situations in ... Fri, 18 Nov 2022 15:59:28 GMT vboxsync [97609] * trunk/src/VBox/Main/src-client/GuestFileImpl.cpp (modified) Guest Control/Main: Catch OOM situations in GuestFile::read() + ... Thu, 17 Nov 2022 16:43:04 GMT vboxsync [97598] * trunk/src/VBox/Main/src-server/SnapshotImpl.cpp (modified) Main/SnapshotImpl: Check if a given (current) snapshot object is ... Thu, 17 Nov 2022 14:55:04 GMT vboxsync [97592] * trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp (modified) Guest Control/Main: Use the correct file copy flag here. bugref:10286 Wed, 16 Nov 2022 09:11:31 GMT vboxsync [97563] * trunk/src/VBox/Main/src-client/GuestCtrlPrivate.cpp (modified) Guest Control/Main: Comment nits. bugref:10286 Tue, 15 Nov 2022 22:04:54 GMT vboxsync [97558] * trunk/src/VBox/Main/src-client/MouseImpl.cpp (modified) Backed out r153813, r153818: Main: src-client: MouseImpl: Provide ... Tue, 15 Nov 2022 19:50:05 GMT vboxsync [97557] * trunk/src/VBox/Main/src-client/GuestCtrlPrivate.cpp (modified) Guest Control/Main: Fixed a crash with long paths in ... Tue, 15 Nov 2022 17:07:35 GMT vboxsync [97555] * trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp (modified) Guest Control/Main: Also support copying files from the guest to ... Tue, 15 Nov 2022 16:29:49 GMT vboxsync [97553] * trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp (modified) Guest Control/Main: Some more fixes wrt resolving host sources which ... Tue, 15 Nov 2022 06:17:13 GMT vboxsync [97541] * trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp (modified) Guest Control/Main: Some more fixes. bugref:10286 Mon, 14 Nov 2022 20:26:53 GMT vboxsync [97540] * trunk/src/VBox/Main/include/GuestSessionImplTasks.h (modified) * trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp (modified) Main: Prevent Notification Center progress bar from almost ... Mon, 14 Nov 2022 18:42:10 GMT vboxsync [97538] * trunk/src/VBox/Main/src-client/GuestCtrlPrivate.cpp (modified) * trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp (modified) * trunk/src/VBox/Main/testcase/tstGuestCtrlPaths.cpp (modified) Guest Control/Main: Some more fixes + more tests. bugref:10286 Mon, 14 Nov 2022 14:45:46 GMT vboxsync [97533] * trunk/src/VBox/Frontends/VBoxManage/VBoxManageAppliance.cpp (modified) * trunk/src/VBox/Main/src-server/ApplianceImplImport.cpp (modified) Frontends/VBoxManage,Main/Appliance: The appliance import code ... Mon, 14 Nov 2022 14:02:46 GMT vboxsync [97532] * trunk/src/VBox/Main/src-client/GuestCtrlPrivate.cpp (modified) Guest Control/Main: A bit less code wrt translating paths. bugref:10286 Mon, 14 Nov 2022 14:02:16 GMT vboxsync [97531] * trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp (modified) Guest Control/Main: A bit less code wrt translating paths. bugref:10286 Mon, 14 Nov 2022 08:58:36 GMT vboxsync [97523] * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/VirtualBoxImpl.h (modified) * trunk/src/VBox/Main/src-server/MachineImpl.cpp (modified) * trunk/src/VBox/Main/src-server/VirtualBoxImpl.cpp (modified) Main: Add new OnMachineGroupsChanged event which fires when the ... Wed, 09 Nov 2022 18:01:39 GMT vboxsync [97485] * trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp (modified) Guest Control/Main: More eye candy for (single file) progress ... Wed, 09 Nov 2022 14:13:50 GMT vboxsync [97481] * trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp (modified) Guest Control/Main: A bit nicer progress object descriptions, which ... Wed, 09 Nov 2022 08:55:54 GMT vboxsync [97476] * trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp (modified) Guest Control/Main: @todo comment nit. bugref:10286 Wed, 09 Nov 2022 08:48:44 GMT vboxsync [97475] * trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp (modified) Guest Control/Main: More fixes for single file copying into existing ... Wed, 09 Nov 2022 08:20:10 GMT vboxsync [97474] * trunk/src/VBox/Frontends/VirtualBox/src/guestctrl/UIFileManagerGuestTable.cpp (modified) * trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp (modified) Guest Control/Main: More fixes for single file copying into existing ... Tue, 08 Nov 2022 16:52:06 GMT vboxsync [97460] * trunk/src/VBox/Main/include/GuestSessionImplTasks.h (modified) Guest Control/Main: Made it easier to spot bugs with unfinished (i.e. ... Tue, 08 Nov 2022 16:16:58 GMT vboxsync [97459] * trunk/src/VBox/Main/src-client/GuestSessionImpl.cpp (modified) Guest Control/Main: Corrected some vrcGuest nits. Cosmetical only. Tue, 08 Nov 2022 14:56:27 GMT vboxsync [97456] * trunk/src/VBox/Main/include/GuestCtrlImplPrivate.h (modified) * trunk/src/VBox/Main/src-client/GuestCtrlPrivate.cpp (modified) * trunk/src/VBox/Main/src-client/GuestSessionImpl.cpp (modified) Guest Control/Main: Fixed returning the correct error code from ... Tue, 08 Nov 2022 10:09:13 GMT vboxsync [97448] * trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp (modified) Guest Control/Main: More fixes wrt respecting the FileCopyFlag_ ... Tue, 08 Nov 2022 08:16:02 GMT vboxsync [97446] * trunk/src/VBox/Main/include/GuestSessionImplTasks.h (modified) * trunk/src/VBox/Main/src-client/GuestCtrlPrivate.cpp (modified) * trunk/src/VBox/Main/src-client/GuestSessionImpl.cpp (modified) * trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp (modified) Guest Control/Main: Backed out r154417, r154418, r154419, r154420, ... Mon, 07 Nov 2022 18:58:36 GMT vboxsync [97438] * trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp (modified) Guest Control/Main: Addendum to r154431 (missed on fForce = true) + ... Mon, 07 Nov 2022 11:43:15 GMT vboxsync [97429] * trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp (modified) Guest Control/Main: More (temporary) logging. ​​bugref:10286 Mon, 07 Nov 2022 11:18:45 GMT vboxsync [97428] * trunk/src/VBox/Main/include/GuestSessionImplTasks.h (modified) * trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp (modified) Guest Control/Main: More (temporary) logging. ​bugref:10286 Mon, 07 Nov 2022 07:44:16 GMT vboxsync [97426] * trunk/src/VBox/Main/src-client/GuestCtrlPrivate.cpp (modified) * trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp (modified) Guest Control/Main: Resolved a @todo: Removed the escaping stuff from ... Sun, 06 Nov 2022 17:16:58 GMT vboxsync [97425] * trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp (modified) Guest Control/Main: Log correct guest paths in ... Sun, 06 Nov 2022 10:31:19 GMT vboxsync [97417] * trunk/src/VBox/Main/include/GuestCtrlImplPrivate.h (modified) * trunk/src/VBox/Main/src-client/GuestCtrlPrivate.cpp (modified) * trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp (modified) Guest Control/Main: More path building / translation fixes. ​bugref:10286 Sun, 06 Nov 2022 09:38:15 GMT vboxsync [97415] * trunk/src/VBox/Main/src-client/GuestCtrlPrivate.cpp (modified) Guest Control/Main: More (temporary) logging. ​bugref:10286 Sun, 06 Nov 2022 09:37:02 GMT vboxsync [97414] * trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp (modified) Guest Control/Main: More (temporary) logging. ​bugref:10286 Sun, 06 Nov 2022 09:34:15 GMT vboxsync [97413] * trunk/src/VBox/Main/src-client/GuestCtrlPrivate.cpp (modified) Guest Control/Main: More (temporary) logging. ​bugref:10286 Sun, 06 Nov 2022 09:30:21 GMT vboxsync [97412] * trunk/src/VBox/Main/src-client/GuestSessionImpl.cpp (modified) * trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp (modified) Guest Control/Main: Temporary verbose logging build for the ... Sat, 05 Nov 2022 23:19:38 GMT vboxsync [97410] * trunk/src/VBox/Main/src-client/GuestCtrlPrivate.cpp (modified) Main/GuestCtrlPrivate.cpp: Don't use doxygen-style comments inside ... Sat, 05 Nov 2022 23:19:12 GMT vboxsync [97409] * trunk/src/VBox/Main/src-client/GuestCtrlPrivate.cpp (modified) Main/GuestCtrlPrivate.cpp: Don't use doxygen-style comments inside ... Fri, 04 Nov 2022 16:22:59 GMT vboxsync [97404] * trunk/src/VBox/Main/src-client/Recording.cpp (modified) * trunk/src/VBox/Main/src-client/RecordingInternals.cpp (modified) Recording/Main: Build fixes when VBOX_WITH_AUDIO_RECORDING is not ... Fri, 04 Nov 2022 13:35:06 GMT vboxsync [97399] * trunk/src/VBox/Main/src-client/GuestCtrlPrivate.cpp (modified) * trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp (modified) Guest Control/Main: Rewrite of the path building and directory ... Fri, 04 Nov 2022 11:20:05 GMT vboxsync [97396] * trunk/src/VBox/Main/src-client/GuestCtrlPrivate.cpp (modified) Guest Control/Main: Rewrite of the path building and directory ... Fri, 04 Nov 2022 11:17:21 GMT vboxsync [97395] * trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/guestctrl/UIFileManagerGuestTable.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/GuestCtrlImplPrivate.h (modified) * trunk/src/VBox/Main/include/GuestSessionImpl.h (modified) * trunk/src/VBox/Main/include/GuestSessionImplTasks.h (modified) * trunk/src/VBox/Main/src-client/GuestCtrlPrivate.cpp (modified) * trunk/src/VBox/Main/src-client/GuestSessionImpl.cpp (modified) * trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp (modified) * trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py (modified) Guest Control/Main: Rewrite of the path building and directory ... Thu, 03 Nov 2022 23:39:54 GMT vboxsync [97392] * trunk/src/VBox/Main/include/UpdateAgentImpl.h (modified) Main/UpdateAgentImpl.h: doxygen fix Tue, 01 Nov 2022 10:38:05 GMT vboxsync [97367] * trunk/doc/manual/en_US/man_VBoxManage-unregistervm.xml (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageMisc.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl.cpp (modified) * trunk/src/VBox/Main/src-server/MachineImpl.cpp (modified) * trunk/src/VBox/Main/src-server/MediumImpl.cpp (modified) * trunk/src/VBox/Main/src-server/UnattendedImpl.cpp (modified) * trunk/src/VBox/Storage/VISO.cpp (modified) Backed out r154357,r154358,r154360,r154361,r154364 because it still ... Tue, 01 Nov 2022 09:57:22 GMT vboxsync [97366] * trunk/src/VBox/Main/src-server/UnattendedImpl.cpp (modified) Main/UnattendedImpl: We don't use L prefixed strings with Bstr. ... Tue, 01 Nov 2022 07:23:25 GMT vboxsync [97363] * trunk/src/VBox/Main/src-server/UnattendedImpl.cpp (modified) ​bugref:10180 - Use hrc instead of rc for HRESULT. Tue, 01 Nov 2022 07:21:31 GMT vboxsync [97362] * trunk/src/VBox/Main/src-server/UnattendedImpl.cpp (modified) ​bugref:10180 - fixed issue where some files are not cleaned up after ...