VirtualBox

Changeset 28597 in vbox


Ignore:
Timestamp:
Apr 22, 2010 2:07:51 PM (15 years ago)
Author:
vboxsync
Message:

FE/Qt: New running VM core: correct update of USB, Shared folders and Virtualization LEDs.

Location:
trunk/src/VBox/Frontends/VirtualBox/src/runtime
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIIndicatorsPool.cpp

    r28579 r28597  
    343343
    344344        CUSBController usbctl = machine.GetUSBController();
     345        setState(!usbctl.isNull() && usbctl.GetEnabled() && usbctl.GetProxyAvailable() ? KDeviceActivity_Idle : KDeviceActivity_Null);
    345346        if (!usbctl.isNull() && usbctl.GetEnabled())
    346347        {
     
    434435            strFullData = QApplication::translate("VBoxConsoleWnd", "<br><nobr><b>No shared folders</b></nobr>", "Shared folders tooltip");
    435436
     437        setState(!sfs.isEmpty() ? KDeviceActivity_Idle : KDeviceActivity_Null);
    436438        setToolTip(strToolTip.arg(strFullData));
    437439    }
     
    472474            bool fVRDPEnabled = vrdpsrv.GetEnabled();
    473475
    474             setState(fVRDPEnabled ? 1 : 0);
     476            setState(fVRDPEnabled ? KDeviceActivity_Idle : KDeviceActivity_Null);
    475477
    476478            QString tip = QApplication::translate("VBoxConsoleWnd", "Indicates whether the Remote Display (VRDP Server) "
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineWindowNormal.cpp

    r28389 r28597  
    108108{
    109109    UIMachineWindow::sltMachineStateChanged();
     110    updateAppearanceOf(UIVisualElement_VirtualizationStuff);
    110111}
    111112
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette