History log of /vbox/src/VBox/Frontends/VBoxAutostart/VBoxAutostartStop.cpp
Revision Date Author Comments Expand
7ffe7543b32c5dfd3aede1d7f2c1332c7508f6cc 55214 13-Apr-2015 vboxsync

Main/Console+Machine+Session+Snapshot: move the save state and snapshot related methods from IConsole to IMachine, with lots of unavoidable code restructuring and cleanup. Also define two new machine states (so that the "Saving" one is specifically for saving state now) which requires more changes everywhere Frontends: necessary adjustments doc/SDK: document the changes

/vbox/doc/manual/en_US/SDKRef.xml VBoxAutostartStop.cpp VBoxAutostartUtils.cpp /vbox/src/VBox/Frontends/VBoxBalloonCtrl/VBoxModAPIMonitor.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxManageControlVM.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxManageMisc.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxManageSnapshot.cpp /vbox/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp /vbox/src/VBox/Frontends/VBoxShell/vboxshell.py /vbox/src/VBox/Frontends/VirtualBox/src/converter/UIConverterBackendCOM.cpp /vbox/src/VBox/Frontends/VirtualBox/src/globals/UIMessageCenter.cpp /vbox/src/VBox/Frontends/VirtualBox/src/globals/UIMessageCenter.h /vbox/src/VBox/Frontends/VirtualBox/src/runtime/UIMachine.cpp /vbox/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.cpp /vbox/src/VBox/Frontends/VirtualBox/src/runtime/UISession.cpp /vbox/src/VBox/Frontends/VirtualBox/src/selector/UISelectorWindow.cpp /vbox/src/VBox/Frontends/VirtualBox/src/selector/VBoxSnapshotsWgt.cpp /vbox/src/VBox/Frontends/VirtualBox/src/wizards/clonevm/UIWizardCloneVM.cpp /vbox/src/VBox/Main/idl/VirtualBox.xidl /vbox/src/VBox/Main/include/ConsoleImpl.h /vbox/src/VBox/Main/include/Global.h /vbox/src/VBox/Main/include/MachineImpl.h /vbox/src/VBox/Main/include/SessionImpl.h /vbox/src/VBox/Main/src-all/Global.cpp /vbox/src/VBox/Main/src-client/ConsoleImpl.cpp /vbox/src/VBox/Main/src-client/ConsoleImplTeleporter.cpp /vbox/src/VBox/Main/src-client/SessionImpl.cpp /vbox/src/VBox/Main/src-server/HostPower.cpp /vbox/src/VBox/Main/src-server/MachineImpl.cpp /vbox/src/VBox/Main/src-server/Performance.cpp /vbox/src/VBox/Main/src-server/SnapshotImpl.cpp /vbox/src/VBox/ValidationKit/testdriver/vboxwrappers.py
b6013430932520fe58eba109db1dfce66a7cad88 43967 26-Nov-2012 vboxsync

Autostart: More updates for the Windows service

881b409899b6340ee915403fe36330af367d02c9 43909 19-Nov-2012 vboxsync

VBoxAutostart: Continue work on the service for Windows

0073ab680739b243ea5b24de5e7d016ee87bab94 43656 16-Oct-2012 vboxsync

Autostart/stop: Further work on the stop part

60a1f1bab21018ee6d72ab23895e5f78d40db90d 43378 20-Sep-2012 vboxsync

Autostart: Implement stop feature for Linux hosts

91b827c98a305956e75cb1618af6ae17e450fb88 42732 10-Aug-2012 vboxsync

VBoxAutostart: Rewritten config parser for more flexibility in the future, changes config format

b56ca3f25c9c141f3c0855b656f8f64bbfa19496 42527 02-Aug-2012 vboxsync

FE/VBoxAutostart: Refactoring