VirtualBox

Ignore:
Timestamp:
Jul 6, 2017 10:09:53 AM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
116742
Message:

FE/Qt: Updated OS type icons.

Location:
trunk/src/VBox/Frontends/VirtualBox
Files:
5 deleted
159 edited
4 copied

Legend:

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

    r67068 r67815  
    257257        <file alias="os_l4.png">images/os_l4.png</file>
    258258        <file alias="os_linux.png">images/os_linux.png</file>
     259        <file alias="os_linux_64.png">images/os_linux_64.png</file>
    259260        <file alias="os_linux22.png">images/os_linux22.png</file>
    260261        <file alias="os_linux24.png">images/os_linux24.png</file>
     
    262263        <file alias="os_linux26.png">images/os_linux26.png</file>
    263264        <file alias="os_linux26_64.png">images/os_linux26_64.png</file>
    264         <file alias="os_linux_other.png">images/os_linux_other.png</file>
    265265        <file alias="os_macosx.png">images/os_macosx.png</file>
    266266        <file alias="os_macosx_64.png">images/os_macosx_64.png</file>
  • trunk/src/VBox/Frontends/VirtualBox/VirtualBox1_hidpi.qrc

    r67068 r67815  
    250250        <file alias="os_freebsd_64_hidpi.png">images/hidpi/os_freebsd_64_hidpi.png</file>
    251251        <file alias="os_freebsd_hidpi.png">images/hidpi/os_freebsd_hidpi.png</file>
    252         <file alias="os_freedos_hidpi.png">images/hidpi/os_freedos_hidpi.png</file>
    253252        <file alias="os_gentoo_64_hidpi.png">images/hidpi/os_gentoo_64_hidpi.png</file>
    254253        <file alias="os_gentoo_hidpi.png">images/hidpi/os_gentoo_hidpi.png</file>
     
    261260        <file alias="os_linux26_hidpi.png">images/hidpi/os_linux26_hidpi.png</file>
    262261        <file alias="os_linux_hidpi.png">images/hidpi/os_linux_hidpi.png</file>
    263         <file alias="os_linux_other_hidpi.png">images/hidpi/os_linux_other_hidpi.png</file>
     262        <file alias="os_linux_64_hidpi.png">images/hidpi/os_linux_64_hidpi.png</file>
    264263        <file alias="os_macosx_64_hidpi.png">images/hidpi/os_macosx_64_hidpi.png</file>
    265264        <file alias="os_macosx_hidpi.png">images/hidpi/os_macosx_hidpi.png</file>
    266265        <file alias="os_mandriva_64_hidpi.png">images/hidpi/os_mandriva_64_hidpi.png</file>
    267266        <file alias="os_mandriva_hidpi.png">images/hidpi/os_mandriva_hidpi.png</file>
    268         <file alias="os_mint_64_hidpi.png">images/hidpi/os_mint_64_hidpi.png</file>
    269         <file alias="os_mint_hidpi.png">images/hidpi/os_mint_hidpi.png</file>
    270267        <file alias="os_netbsd_64_hidpi.png">images/hidpi/os_netbsd_64_hidpi.png</file>
    271268        <file alias="os_netbsd_hidpi.png">images/hidpi/os_netbsd_hidpi.png</file>
  • trunk/src/VBox/Frontends/VirtualBox/VirtualBox2.qrc

    r67160 r67815  
    2020        <file alias="os_win98.png">images/os_win98.png</file>
    2121        <file alias="os_win_other.png">images/os_win_other.png</file>
     22        <file alias="os_win_other_64.png">images/os_win_other_64.png</file>
    2223        <file alias="os_winme.png">images/os_winme.png</file>
    2324        <file alias="os_winnt4.png">images/os_winnt4.png</file>
  • trunk/src/VBox/Frontends/VirtualBox/VirtualBox2_hidpi.qrc

    r67160 r67815  
    2929        <file alias="os_win98_hidpi.png">images/hidpi/os_win98_hidpi.png</file>
    3030        <file alias="os_win_other_hidpi.png">images/hidpi/os_win_other_hidpi.png</file>
     31        <file alias="os_win_other_64_hidpi.png">images/hidpi/os_win_other_64_hidpi.png</file>
    3132        <file alias="os_winme_hidpi.png">images/hidpi/os_winme_hidpi.png</file>
    3233        <file alias="os_winnt4_hidpi.png">images/hidpi/os_winnt4_hidpi.png</file>
  • trunk/src/VBox/Frontends/VirtualBox/src/globals/UIIconPool.cpp

    r66662 r67815  
    300300    m_guestOSTypeIconNames.insert("Windows2016_64",  ":/os_win2k16_64.png");
    301301    m_guestOSTypeIconNames.insert("WindowsNT",       ":/os_win_other.png");
    302     m_guestOSTypeIconNames.insert("WindowsNT_64",    ":/os_win_other.png"); /// @todo os_win_other_64
     302    m_guestOSTypeIconNames.insert("WindowsNT_64",    ":/os_win_other_64.png");
    303303    m_guestOSTypeIconNames.insert("OS2Warp3",        ":/os_os2warp3.png");
    304304    m_guestOSTypeIconNames.insert("OS2Warp4",        ":/os_os2warp4.png");
     
    334334    m_guestOSTypeIconNames.insert("Oracle",          ":/os_oracle.png");
    335335    m_guestOSTypeIconNames.insert("Oracle_64",       ":/os_oracle_64.png");
    336     m_guestOSTypeIconNames.insert("Linux",           ":/os_linux_other.png");
    337     m_guestOSTypeIconNames.insert("Linux_64",        ":/os_linux_other.png"); /// @todo os_linux_other_64
     336    m_guestOSTypeIconNames.insert("Linux",           ":/os_linux.png");
     337    m_guestOSTypeIconNames.insert("Linux_64",        ":/os_linux_64.png");
    338338    m_guestOSTypeIconNames.insert("FreeBSD",         ":/os_freebsd.png");
    339339    m_guestOSTypeIconNames.insert("FreeBSD_64",      ":/os_freebsd_64.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