VirtualBox

Changeset 83371 in vbox


Ignore:
Timestamp:
Mar 23, 2020 2:29:36 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
136576
Message:

FE/Qt: No hd_new_ icons, they have being replaced with hd_create_ icons.

Location:
trunk/src/VBox/Frontends/VirtualBox
Files:
8 deleted
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/VirtualBox1.qrc

    r83367 r83371  
    320320        <file alias="hd_move_disabled_16px.png">images/hd_move_disabled_16px.png</file>
    321321        <file alias="hd_move_disabled_32px.png">images/hd_move_disabled_32px.png</file>
    322         <file alias="hd_new_16px.png">images/hd_new_16px.png</file>
    323         <file alias="hd_new_disabled_16px.png">images/hd_new_disabled_16px.png</file>
    324322        <file alias="hd_read_16px.png">images/hd_read_16px.png</file>
    325323        <file alias="hd_release_16px.png">images/hd_release_16px.png</file>
  • trunk/src/VBox/Frontends/VirtualBox/VirtualBox1_x2.qrc

    r83367 r83371  
    320320        <file alias="hd_move_disabled_16px_x2.png">images/x2/hd_move_disabled_16px_x2.png</file>
    321321        <file alias="hd_move_disabled_32px_x2.png">images/x2/hd_move_disabled_32px_x2.png</file>
    322         <file alias="hd_new_16px_x2.png">images/x2/hd_new_16px_x2.png</file>
    323         <file alias="hd_new_disabled_16px_x2.png">images/x2/hd_new_disabled_16px_x2.png</file>
    324322        <file alias="hd_read_16px_x2.png">images/x2/hd_read_16px_x2.png</file>
    325323        <file alias="hd_release_16px_x2.png">images/x2/hd_release_16px_x2.png</file>
  • trunk/src/VBox/Frontends/VirtualBox/VirtualBox1_x3.qrc

    r83367 r83371  
    170170        <file alias="hd_move_disabled_16px_x3.png">images/x3/hd_move_disabled_16px_x3.png</file>
    171171        <file alias="hd_move_disabled_32px_x3.png">images/x3/hd_move_disabled_32px_x3.png</file>
    172         <file alias="hd_new_16px_x3.png">images/x3/hd_new_16px_x3.png</file>
    173         <file alias="hd_new_disabled_16px_x3.png">images/x3/hd_new_disabled_16px_x3.png</file>
    174172        <file alias="hd_read_16px_x3.png">images/x3/hd_read_16px_x3.png</file>
    175173        <file alias="hd_release_16px_x3.png">images/x3/hd_release_16px_x3.png</file>
  • trunk/src/VBox/Frontends/VirtualBox/VirtualBox1_x4.qrc

    r83367 r83371  
    170170        <file alias="hd_move_disabled_16px_x4.png">images/x4/hd_move_disabled_16px_x4.png</file>
    171171        <file alias="hd_move_disabled_32px_x4.png">images/x4/hd_move_disabled_32px_x4.png</file>
    172         <file alias="hd_new_16px_x4.png">images/x4/hd_new_16px_x4.png</file>
    173         <file alias="hd_new_disabled_16px_x4.png">images/x4/hd_new_disabled_16px_x4.png</file>
    174172        <file alias="hd_read_16px_x4.png">images/x4/hd_read_16px_x4.png</file>
    175173        <file alias="hd_release_16px_x4.png">images/x4/hd_release_16px_x4.png</file>
  • trunk/src/VBox/Frontends/VirtualBox/src/medium/UIMedium.cpp

    r82968 r83371  
    472472    if (fCheckRO && m_fReadOnly)
    473473    {
    474         QIcon icon = UIIconPool::iconSet(":/hd_new_16px.png");
     474        QIcon icon = UIIconPool::iconSet(":/hd_create_16px.png");
    475475        pixmap = UICommon::joinPixmaps(pixmap, icon.pixmap(icon.availableSizes().value(0, QSize(16, 16))));
    476476    }
  • trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsStorage.cpp

    r82968 r83371  
    133133    ChooseExistingEn,
    134134    ChooseExistingDis,
    135     HDNewEn,
    136     HDNewDis,
    137135    CDUnmountEnabled,
    138136    CDUnmountDisabled,
     
    10891087    m_names.insert(ChooseExistingEn,             ":/select_file_16px.png");
    10901088    m_names.insert(ChooseExistingDis,            ":/select_file_disabled_16px.png");
    1091     m_names.insert(HDNewEn,                      ":/hd_new_16px.png");
    1092     m_names.insert(HDNewDis,                     ":/hd_new_disabled_16px.png");
    10931089    m_names.insert(CDUnmountEnabled,             ":/cd_unmount_16px.png");
    10941090    m_names.insert(CDUnmountDisabled,            ":/cd_unmount_disabled_16px.png");
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