VirtualBox

Ignore:
Timestamp:
Jul 30, 2008 4:44:26 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
33875
Message:

Fe/Qt4: Latest cumulative update for defect #3000:
Little changes to VDM's API & it's callers.
Fixing bug when it was not possible to directly select HD image for attachment through VDM (which invoked from VM Settings / HD Page).
Fixing bug when the action to invoke VDM for selected HD attachment was available to be triggered (crash) if clean-item selected.
Fixing bug with unable to focus separate HD attachment when navigating with keyboard after clearing SATA attachments.

Location:
trunk/src/VBox/Frontends/VirtualBox4/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox4/include/VBoxDiskImageManagerDlg.h

    r9867 r10999  
    4949    VBoxDiskImageManagerDlg (QWidget *aParent = NULL, Qt::WindowFlags aFlags = Qt::Dialog);
    5050
    51     void setup (int aType, bool aDoSelect, const QUuid *aTargetVMId = NULL, bool aRefresh = true, CMachine aMachine = NULL, const QUuid & aHdId = QUuid(), const QUuid & aCdId = QUuid(), const QUuid & aFdId = QUuid());
     51    void setup (int aType, bool aDoSelect, const QUuid &aTargetVMId = QUuid(), bool aRefresh = true, CMachine aMachine = NULL, const QUuid &aHdId = QUuid(), const QUuid &aCdId = QUuid(), const QUuid &aFdId = QUuid());
    5252
    5353    static void showModeless (bool aRefresh = true);
  • trunk/src/VBox/Frontends/VirtualBox4/include/VBoxVMSettingsHD.h

    r10167 r10999  
    287287signals:
    288288
     289    void signalToCloseEditor (QWidget *aEditor,
     290                              QAbstractItemDelegate::EndEditHint aCloseHint);
    289291    void hdChanged();
    290292
Note: See TracChangeset for help on using the changeset viewer.

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