VirtualBox

Changeset 53012 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Oct 9, 2014 5:40:56 PM (10 years ago)
Author:
vboxsync
Message:

Main,Frontend: Windows 10 guest os type.

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/globals/UIIconPool.cpp

    r52730 r53012  
    287287    m_guestOSTypeIconNames.insert("Windows81_64",    ":/os_win8_64.png");
    288288    m_guestOSTypeIconNames.insert("Windows2012_64",  ":/os_win2k12_64.png");
     289    m_guestOSTypeIconNames.insert("Windows10",       ":/os_win_other.png");
     290    m_guestOSTypeIconNames.insert("Windows10_64",    ":/os_win_other.png");
    289291    m_guestOSTypeIconNames.insert("WindowsNT",       ":/os_win_other.png");
    290292    m_guestOSTypeIconNames.insert("WindowsNT_64",    ":/os_win_other.png"); /// @todo os_win_other_64
  • trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp

    r52995 r53012  
    35563556           || strGuestOSTypeId.startsWith("Windows8")
    35573557           || strGuestOSTypeId.startsWith("Windows81")
     3558           || strGuestOSTypeId.startsWith("Windows10")
    35583559           || strGuestOSTypeId.startsWith("Windows2008")
    35593560           || strGuestOSTypeId.startsWith("Windows2012");
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageBasic1.cpp

    r52730 r53012  
    7474    { QRegExp( "(Wi.*8.*64)|(W8.*64)",            Qt::CaseInsensitive), "Windows8_64" },
    7575    { QRegExp( "(Wi.*8.*32)|(W8.*32)",            Qt::CaseInsensitive), "Windows8" },
     76    { QRegExp( "(Wi.*10.*64)|(W10.*64)",          Qt::CaseInsensitive), "Windows10_64" },
     77    { QRegExp( "(Wi.*10.*32)|(W10.*32)",          Qt::CaseInsensitive), "Windows10" },
    7678    { QRegExp(  "Wi.*3.*1",                       Qt::CaseInsensitive), "Windows31" },
    7779    { QRegExp(  "Wi.*64",                         Qt::CaseInsensitive), "WindowsXP_64" },
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