VirtualBox

Ignore:
Timestamp:
May 18, 2016 8:21:22 AM (9 years ago)
Author:
vboxsync
Message:

FE/Qt: ​​​bugref:8088: Rework session-information window: Enabling reworked session-information code.

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk

    r60770 r61028  
    492492        src/wizards/importappliance/UIWizardImportAppPageExpert.h \
    493493        src/wizards/firstrun/UIWizardFirstRun.h \
    494         src/wizards/firstrun/UIWizardFirstRunPageBasic.h
     494        src/wizards/firstrun/UIWizardFirstRunPageBasic.h \
     495        src/runtime/information/UIInformation.h \
     496        src/runtime/information/UIInformationDataItem.h \
     497        src/runtime/information/UIInformationItem.h \
     498        src/runtime/information/UIInformationModel.h \
     499        src/runtime/information/UIInformationRuntime.h \
     500        src/runtime/information/UIInformationView.h \
     501        src/runtime/information/UIVMInformationDialog.h
    495502
    496503ifdef VBOX_GUI_WITH_NETWORK_MANAGER
     
    783790        src/wizards/importappliance/UIWizardImportAppPageExpert.cpp \
    784791        src/wizards/firstrun/UIWizardFirstRun.cpp \
    785         src/wizards/firstrun/UIWizardFirstRunPageBasic.cpp
     792        src/wizards/firstrun/UIWizardFirstRunPageBasic.cpp \
     793        src/runtime/information/UIInformation.cpp \
     794        src/runtime/information/UIInformationDataItem.cpp \
     795        src/runtime/information/UIInformationItem.cpp \
     796        src/runtime/information/UIInformationModel.cpp \
     797        src/runtime/information/UIInformationRuntime.cpp \
     798        src/runtime/information/UIInformationView.cpp \
     799        src/runtime/information/UIVMInformationDialog.cpp
    786800
    787801ifdef VBOX_GUI_WITH_NETWORK_MANAGER
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.cpp

    r60591 r61028  
    6565# include "UIExtraDataManager.h"
    6666# include "UIAddDiskEncryptionPasswordDialog.h"
     67# include "UIVMInformationDialog.h"
    6768# ifdef VBOX_WS_MAC
    6869#  include "DockIconPreview.h"
     
    115116#endif /* VBOX_WS_X11 */
    116117
     118#define VBOX_WITH_REWORKED_SESSION_INFORMATION /* Define for reworked session-information window: */
    117119
    118120struct USBTarget
     
    15431545
    15441546    /* Invoke VM information dialog: */
     1547#ifdef VBOX_WITH_REWORKED_SESSION_INFORMATION
     1548    UIVMInformationDialog::invoke(mainMachineWindow());
     1549#else /* !VBOX_WITH_REWORKED_SESSION_INFORMATION */
    15451550    UIVMInfoDialog::invoke(mainMachineWindow());
     1551#endif /* !VBOX_WITH_REWORKED_SESSION_INFORMATION */
    15461552}
    15471553
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