~ubuntu-branches/ubuntu/precise/virtualbox/precise-updates

« back to all changes in this revision

Viewing changes to src/VBox/Frontends/VirtualBox/src/globals/UIMessageCenter.h

  • Committer: Bazaar Package Importer
  • Author(s): Felix Geyer
  • Date: 2011-10-17 23:23:09 UTC
  • mfrom: (3.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20111017232309-kzm6841lzk61ranj
Tags: 4.1.4-dfsg-1
* New upstream release.
  - Fixes missing icons when using pt_BR locale. (Closes: #507188)
  - Fixes guest additions download url. (Closes: #637349; LP: #840668)
* Refresh patches.
* Drop the vboxmouse x11 driver. The mouse integration is now completely
  handled by the kernel module.
* Restrict dh_pycentral to the virtualbox binary package.
* Merge changes from the Ubuntu package but use them only when built
  on Ubuntu:
  - Add an Apport hook.
  - Add vboxguest modalias to the package control field.
* Pass KBUILD_VERBOSE=2 to kmk.
* Add 36-fix-text-mode.patch to fix text mode when using the vboxvideo driver.

Show diffs side-by-side

added added

removed removed

Lines of Context:
299
299
    int cannotFindGuestAdditions(const QString &strSrc1, const QString &strSrc2);
300
300
    void cannotDownloadGuestAdditions(const QString &strUrl, const QString &strReason);
301
301
    void cannotMountGuestAdditions(const QString &strMachineName);
302
 
    bool confirmDownloadAdditions(const QString &strUrl, ulong uSize);
 
302
    bool confirmDownloadAdditions(const QString &strUrl, qulonglong uSize);
303
303
    bool confirmMountAdditions(const QString &strUrl, const QString &strSrc);
304
304
    void warnAboutAdditionsCantBeSaved(const QString &strTarget);
305
305
 
306
306
    bool askAboutUserManualDownload(const QString &strMissedLocation);
307
 
    bool confirmUserManualDownload(const QString &strURL, ulong uSize);
 
307
    bool confirmUserManualDownload(const QString &strURL, qulonglong uSize);
308
308
    void warnAboutUserManualCantBeDownloaded(const QString &strURL, const QString &strReason);
309
309
    void warnAboutUserManualDownloaded(const QString &strURL, const QString &strTarget);
310
310
    void warnAboutUserManualCantBeSaved(const QString &strURL, const QString &strTarget);
311
311
 
 
312
    bool proposeDownloadExtensionPack(const QString &strExtPackName, const QString &strExtPackVersion);
 
313
    bool confirmDownloadExtensionPack(const QString &strExtPackName, const QString &strURL, qulonglong uSize);
 
314
    bool proposeInstallExtentionPack(const QString &strExtPackName, const QString &strFrom, const QString &strTo);
 
315
    void warnAboutExtentionPackCantBeSaved(const QString &strExtPackName, const QString &strFrom, const QString &strTo);
 
316
    void cannotDownloadExtensionPack(const QString &strExtPackName, const QString &strFrom, const QString &strError);
 
317
 
312
318
    void cannotConnectRegister(QWidget *pParent,
313
319
                               const QString &strUrl,
314
320
                               const QString &strReason);