VirtualBox

Changeset 12580 in vbox for trunk/src


Ignore:
Timestamp:
Sep 18, 2008 4:03:56 PM (16 years ago)
Author:
vboxsync
Message:

FE/Qt4: Removed the old about dialog & merged VBoxAboutDlg & VBoxAboutNonOSEDlg.

Location:
trunk/src/VBox/Frontends/VirtualBox4
Files:
4 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox4/Makefile.kmk

    r12576 r12580  
    236236        include/VBoxDownloaderWgt.h \
    237237        include/VBoxNetworkFramework.h \
    238         include/VBoxAboutDlg.h \
     238        include/VBoxAboutNonOSEDlg.h \
    239239        include/VBoxCloseVMDlg.h \
    240240        include/VBoxNewVMWzd.h \
     
    313313        src/HappyHttp.cpp \
    314314        src/VBoxNetworkFramework.cpp \
    315         src/VBoxAboutDlg.cpp \
     315        src/VBoxAboutNonOSEDlg.cpp \
    316316        src/VBoxCloseVMDlg.cpp \
    317317        src/VBoxNewVMWzd.cpp \
     
    387387
    388388# Import QDesigner UI sources and translations from VBoxUI.pro.
    389 # Note that the OSE about dialog is always required by lupdate/lrelease.
    390389ifndef VBOX_WITH_REGISTRATION
    391390 FORMS := $(filter-out ui/VBoxRegistrationDlg.ui,$(FORMS))
    392391endif
    393 $(eval VirtualBox4_SOURCES += \
    394         $(FORMS) \
    395         ui/VBoxAboutDlg.ui )
    396392
    397393# Resource files with some OSE differences (VirtualBoxBrand.qrc is created further down).
    398394VirtualBox4_SOURCES += VirtualBox.qrc
    399395VirtualBox4_SOURCES += $(VBOX_VIRTUALBOX4_OUT_DIR)/VirtualBoxBrand.qrc
    400 ifdef VBOX_OSE
    401  $(VBOX_VIRTUALBOX4_OUT_DIR)/VirtualBoxBrand.qrc_RCCFLAGS = -name OSE
    402 else
    403  VirtualBox4_SOURCES += src/VBoxAboutNonOSEDlg.cpp
    404  VirtualBox4_QT_MOCHDRS += include/VBoxAboutNonOSEDlg.h
    405  $(VBOX_VIRTUALBOX4_OUT_DIR)/VirtualBoxBrand.qrc_RCCFLAGS = -name NonOSE
    406 endif
    407 
     396$(VBOX_VIRTUALBOX4_OUT_DIR)/VirtualBoxBrand.qrc_RCCFLAGS = -name BRAND
    408397
    409398# Import the translation source from VBoxUI.pro and add the qt_xx_YY counterparts
  • trunk/src/VBox/Frontends/VirtualBox4/src/VBoxProblemReporter.cpp

    r12553 r12580  
    2727#include "VBoxConsoleWnd.h"
    2828
    29 #ifdef VBOX_OSE
    30 # include "VBoxAboutDlg.h"
    31 #else
    32 # include "VBoxAboutNonOSEDlg.h"
    33 #endif
     29#include "VBoxAboutNonOSEDlg.h"
    3430
    3531#include "QIHotKeyEdit.h"
     
    22472243
    22482244    // this (QWidget*) cast is necessary to work around a gcc-3.2 bug */
    2249 #if VBOX_OSE
    2250     VBoxAboutDlg ((QWidget*)mainWindowShown(), COMVersion).exec();
    2251 #else
    22522245    VBoxAboutNonOSEDlg ((QWidget*)mainWindowShown(), COMVersion).exec();
    2253 #endif
    22542246}
    22552247
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