VirtualBox

Changeset 16365 in vbox


Ignore:
Timestamp:
Jan 29, 2009 12:00:22 PM (16 years ago)
Author:
vboxsync
Message:

FE/Qt: Replaced toggle action icons with a new look (tiny checkbox overlaid) and added new Seamless mode icons (#3455).

Location:
trunk/src/VBox/Frontends/VirtualBox
Files:
4 edited
12 moved

Legend:

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

    r16256 r16365  
    116116    <file alias="mouse_seamless_16px.png">images/mouse_seamless_16px.png</file>
    117117    <file alias="mouse_can_seamless_16px.png">images/mouse_can_seamless_16px.png</file>
    118     <file alias="mouse_can_seamless_transparent_16px.png">images/mouse_can_seamless_transparent_16px.png</file>
     118    <file alias="mouse_can_seamless_on_16px.png">images/mouse_can_seamless_on_16px.png</file>
    119119    <file alias="mouse_can_seamless_disabled_16px.png">images/mouse_can_seamless_disabled_16px.png</file>
    120     <file alias="mouse_can_seamless_disabled_transparent_16px.png">images/mouse_can_seamless_disabled_transparent_16px.png</file>
     120    <file alias="mouse_can_seamless_on_disabled_16px.png">images/mouse_can_seamless_on_disabled_16px.png</file>
    121121    <file alias="mouse_can_seamless_uncaptured_16px.png">images/mouse_can_seamless_uncaptured_16px.png</file>
    122122    <file alias="hostkey_16px.png">images/hostkey_16px.png</file>
     
    142142    <file alias="reset_disabled_16px.png">images/reset_disabled_16px.png</file>
    143143    <file alias="pause_16px.png">images/pause_16px.png</file>
    144     <file alias="pause_transparent_16px.png">images/pause_transparent_16px.png</file>
     144    <file alias="pause_on_16px.png">images/pause_on_16px.png</file>
    145145    <file alias="pause_disabled_16px.png">images/pause_disabled_16px.png</file>
    146     <file alias="pause_disabled_transparent_16px.png">images/pause_disabled_transparent_16px.png</file>
     146    <file alias="pause_on_disabled_16px.png">images/pause_on_disabled_16px.png</file>
    147147    <file alias="fullscreen_16px.png">images/fullscreen_16px.png</file>
    148     <file alias="fullscreen_transparent_16px.png.png">images/fullscreen_transparent_16px.png</file>
     148    <file alias="fullscreen_on_16px.png.png">images/fullscreen_on_16px.png</file>
    149149    <file alias="fullscreen_disabled_16px.png">images/fullscreen_disabled_16px.png</file>
    150     <file alias="fullscreen_disabled_transparent_16px.png">images/fullscreen_disabled_transparent_16px.png</file>
     150    <file alias="fullscreen_on_disabled_16px.png">images/fullscreen_on_disabled_16px.png</file>
    151151    <file alias="seamless_16px.png">images/seamless_16px.png</file>
    152     <file alias="seamless_transparent_16px.png">images/seamless_transparent_16px.png</file>
     152    <file alias="seamless_on_16px.png">images/seamless_on_16px.png</file>
    153153    <file alias="seamless_disabled_16px.png">images/seamless_disabled_16px.png</file>
    154     <file alias="seamless_disabled_transparent_16px.png">images/seamless_disabled_transparent_16px.png</file>
     154    <file alias="seamless_on_disabled_16px.png">images/seamless_on_disabled_16px.png</file>
    155155    <file alias="acpi_16px.png">images/acpi_16px.png</file>
    156156    <file alias="acpi_disabled_16px.png">images/acpi_disabled_16px.png</file>
     
    158158    <file alias="adjust_win_size_disabled_16px.png">images/adjust_win_size_disabled_16px.png</file>
    159159    <file alias="auto_resize_on_16px.png">images/auto_resize_on_16px.png</file>
    160     <file alias="auto_resize_on_transparent_16px.png">images/auto_resize_on_transparent_16px.png</file>
     160    <file alias="auto_resize_on_on_16px.png">images/auto_resize_on_on_16px.png</file>
    161161    <file alias="auto_resize_on_disabled_16px.png">images/auto_resize_on_disabled_16px.png</file>
    162     <file alias="auto_resize_on_disabled_transparent_16px.png">images/auto_resize_on_disabled_transparent_16px.png</file>
     162    <file alias="auto_resize_on_on_disabled_16px.png">images/auto_resize_on_on_disabled_16px.png</file>
    163163    <file alias="auto_resize_off_16px.png">images/auto_resize_off_16px.png</file>
    164164    <file alias="auto_resize_off_disabled_16px.png">images/auto_resize_off_disabled_16px.png</file>
     
    294294    <file alias="global_settings_disabled_16px.png">images/global_settings_disabled_16px.png</file>
    295295    <file alias="vrdp_16px.png">images/vrdp_16px.png</file>
    296     <file alias="vrdp_transparent_16px.png">images/vrdp_transparent_16px.png</file>
     296    <file alias="vrdp_on_16px.png">images/vrdp_on_16px.png</file>
    297297    <file alias="vrdp_disabled_16px.png">images/vrdp_disabled_16px.png</file>
    298     <file alias="vrdp_disabled_transparent_16px.png">images/vrdp_disabled_transparent_16px.png</file>
     298    <file alias="vrdp_on_disabled_16px.png">images/vrdp_on_disabled_16px.png</file>
    299299    <file alias="vrdp_32px.png">images/vrdp_32px.png</file>
    300300    <file alias="vrdp_disabled_32px.png">images/vrdp_disabled_32px.png</file>
  • trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleWnd.cpp

    r16322 r16365  
    274274    mVmFullscreenAction->setIcon (
    275275        VBoxGlobal::iconSetOnOff (
    276             ":/fullscreen_16px.png", ":/fullscreen_transparent_16px.png",
    277             ":/fullscreen_disabled_16px.png", ":/fullscreen_disabled_transparent_16px.png"));
     276            ":/fullscreen_on_16px.png", ":/fullscreen_16px.png",
     277            ":/fullscreen_on_disabled_16px.png", ":/fullscreen_disabled_16px.png"));
    278278    mVmFullscreenAction->setCheckable (true);
    279279
     
    281281    mVmSeamlessAction->setIcon (
    282282        VBoxGlobal::iconSetOnOff (
    283             ":/seamless_16px.png", ":/seamless_transparent_16px.png",
    284             ":/seamless_disabled_16px.png", ":/seamless_disabled_transparent_16px.png"));
     283            ":/seamless_on_16px.png", ":/seamless_16px.png",
     284            ":/seamless_on_disabled_16px.png", ":/seamless_disabled_16px.png"));
    285285    mVmSeamlessAction->setCheckable (true);
    286286
     
    288288    mVmAutoresizeGuestAction->setIcon (
    289289        VBoxGlobal::iconSetOnOff (
    290             ":/auto_resize_on_16px.png", ":/auto_resize_on_transparent_16px.png",
    291             ":/auto_resize_on_disabled_16px.png", ":/auto_resize_on_disabled_transparent_16px.png"));
     290            ":/auto_resize_on_on_16px.png", ":/auto_resize_on_16px.png",
     291            ":/auto_resize_on_on_disabled_16px.png", ":/auto_resize_on_disabled_16px.png"));
    292292    mVmAutoresizeGuestAction->setCheckable (true);
    293293    mVmAutoresizeGuestAction->setEnabled (false);
     
    314314    mVmPauseAction = new QAction (this);
    315315    mVmPauseAction->setIcon (
     316        /* checkbox over the pause icon doesn't look nice */
     317#if 0
    316318        VBoxGlobal::iconSetOnOff (
    317             ":/pause_16px.png", ":/pause_transparent_16px.png",
    318             ":/pause_disabled_16px.png", ":/pause_disabled_transparent_16px.png"));
     319            ":/pause_on_16px.png", ":/pause_16px.png",
     320            ":/pause_on_disabled_16px.png", ":/pause_disabled_16px.png"));
     321#else
     322        VBoxGlobal::iconSet (":/pause_16px.png", ":/pause_disabled_16px.png"));
     323#endif
    319324    mVmPauseAction->setCheckable (true);
    320325
     
    338343    mVmDisableMouseIntegrAction->setIcon (
    339344        VBoxGlobal::iconSetOnOff (
    340             ":/mouse_can_seamless_16px.png", ":/mouse_can_seamless_transparent_16px.png",
    341             ":/mouse_can_seamless_disabled_16px.png", ":/mouse_can_seamless_disabled_transparent_16px.png"));
     345            ":/mouse_can_seamless_on_16px.png", ":/mouse_can_seamless_16px.png",
     346            ":/mouse_can_seamless_on_disabled_16px.png", ":/mouse_can_seamless_disabled_16px.png"));
    342347    mVmDisableMouseIntegrAction->setCheckable (true);
    343348
     
    347352
    348353    mDevicesUnmountFloppyAction = new QAction (this);
    349     mDevicesUnmountFloppyAction->setIcon (VBoxGlobal::iconSet (":/fd_unmount_16px.png",
    350                                                                  ":/fd_unmount_dis_16px.png"));
     354    mDevicesUnmountFloppyAction->setIcon (
     355        VBoxGlobal::iconSet (":/fd_unmount_16px.png",
     356                             ":/fd_unmount_dis_16px.png"));
    351357
    352358    mDevicesMountDVDImageAction = new QAction (mRunningOrPausedActions);
    353359
    354360    mDevicesUnmountDVDAction = new QAction (this);
    355     mDevicesUnmountDVDAction->setIcon (VBoxGlobal::iconSet (":/cd_unmount_16px.png",
    356                                                               ":/cd_unmount_dis_16px.png"));
     361    mDevicesUnmountDVDAction->setIcon (
     362        VBoxGlobal::iconSet (":/cd_unmount_16px.png",
     363                             ":/cd_unmount_dis_16px.png"));
    357364
    358365    mDevicesSFDialogAction = new QAction (mRunningOrPausedActions);
    359     mDevicesSFDialogAction->setIcon (VBoxGlobal::iconSet (":/shared_folder_16px.png",
    360                                                             ":/shared_folder_disabled_16px.png"));
     366    mDevicesSFDialogAction->setIcon (
     367        VBoxGlobal::iconSet (":/shared_folder_16px.png",
     368                             ":/shared_folder_disabled_16px.png"));
    361369
    362370    mDevicesSwitchVrdpAction = new QAction (mRunningOrPausedActions);
    363371    mDevicesSwitchVrdpAction->setIcon (
    364372        VBoxGlobal::iconSetOnOff (
    365             ":/vrdp_16px.png", ":/vrdp_transparent_16px.png",
    366             ":/vrdp_disabled_16px.png", ":/vrdp_disabled_transparent_16px.png"));
     373            ":/vrdp_on_16px.png", ":/vrdp_16px.png",
     374            ":/vrdp_on_disabled_16px.png", ":/vrdp_disabled_16px.png"));
    367375    mDevicesSwitchVrdpAction->setCheckable (true);
    368376
    369377    mDevicesInstallGuestToolsAction = new QAction (mRunningActions);
    370     mDevicesInstallGuestToolsAction->setIcon (VBoxGlobal::iconSet (":/guesttools_16px.png",
    371                                                                      ":/guesttools_disabled_16px.png"));
     378    mDevicesInstallGuestToolsAction->setIcon (
     379        VBoxGlobal::iconSet (":/guesttools_16px.png",
     380                             ":/guesttools_disabled_16px.png"));
    372381
    373382#ifdef VBOX_WITH_DEBUGGER_GUI
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