VirtualBox

Ignore:
Timestamp:
Jul 30, 2007 4:44:12 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
23331
Message:

2142: GUI should download Additions:

Feature implemented:

  1. If the Guest Additions Image could not be found in local file-system (when the Install Guest Additions menu action invoked) it will be requested from the virtualbox.org site.
  2. If the image is found it's name&size will be reported to the user with the request about download it or not.
  3. If the user decided to download the image it will be asynchronously downloaded to the user's home directory.
  4. The Guest Additions Image downloading progress is displayed with using of little progress-bar at the left-bottom corner of the VM console window (status-bar left side).
  5. User can cancel the image downloading by pressing the "Cancel" button near the downloading progress-bar.
  6. When the image will be downloaded it will be automatically mounted into the CD/DVD-ROM.
Location:
trunk/src/VBox/Frontends/VirtualBox/include
Files:
2 edited

Legend:

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

    r3802 r3925  
    7979    void popupMainMenu (bool aCenter);
    8080
     81    void installGuestAdditionsFrom (const QString &aSource);
     82
    8183public slots:
    8284
  • trunk/src/VBox/Frontends/VirtualBox/include/VBoxProblemReporter.h

    r3807 r3925  
    195195                                   const QString &, const QString &);
    196196
     197    void cannotDonwloadGuestAdditions (const QString &aName,
     198                                       const QString &aReason);
     199
     200    int warnAboutAdditionsDownload (const QString &aSrc1, const QString &aSrc2,
     201                                    const QString &aName, ulong aSize);
     202
    197203    void warnAboutTooOldAdditions (QWidget *, const QString &, const QString &);
    198204    void warnAboutOldAdditions (QWidget *, const QString &, const QString &);
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