VirtualBox

Ignore:
Timestamp:
Nov 20, 2007 1:55:28 PM (17 years ago)
Author:
vboxsync
Message:

FE/Qt: Improved most reminder messages (capture input, go fullscreen etc) so that the action they represent can be canceled now; Fixed tiny problem reporter's regressions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/include/VBoxProblemReporter.h

    r5774 r5803  
    242242    void cannotDownloadGuestAdditions (const QString &aURL,
    243243                                       const QString &aReason);
    244     int confirmDownloadAdditions (const QString &aURL, ulong aSize);
    245     int confirmMountAdditions (const QString &aURL, const QString &aSrc);
     244    bool confirmDownloadAdditions (const QString &aURL, ulong aSize);
     245    bool confirmMountAdditions (const QString &aURL, const QString &aSrc);
    246246    void warnAboutTooOldAdditions (QWidget *, const QString &, const QString &);
    247247    void warnAboutOldAdditions (QWidget *, const QString &, const QString &);
     
    254254                             const QString &aResult);
    255255
    256     bool remindAboutInputCapture();
    257     bool remindAboutAutoCapture();
    258     bool remindAboutMouseIntegration (bool supportsAbsolute);
     256    bool confirmInputCapture();
     257    void remindAboutAutoCapture();
     258    void remindAboutMouseIntegration (bool aSupportsAbsolute);
    259259    bool remindAboutPausedVMInput();
    260260
    261261    bool remindAboutInaccessibleMedia();
    262262
    263     void remindAboutGoingFullscreen (const QString &hotKey,
    264                                      const QString &hostKey);
    265     void remindAboutGoingSeamless (const QString &hotKey,
    266                                    const QString &hostKey);
     263    bool confirmGoingFullscreen (const QString &aHotKey);
     264    bool confirmGoingSeamless (const QString &aHotKey);
    267265
    268266    void remindAboutWrongColorDepth (ulong aRealBPP, ulong aWantedBPP);
     
    273271    bool confirmVMReset (QWidget *aParent);
    274272
    275     int remindAboutUnsetHD (QWidget *aParent);
     273    bool confirmHardDisklessMachine (QWidget *aParent);
    276274
    277275    void cannotRunInSelectorMode();
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