- Timestamp:
- Dec 3, 2009 3:53:14 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 55603
- Location:
- trunk/src/VBox/Frontends/VirtualBox
- Files:
-
- 69 deleted
- 2 edited
- 41 copied
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk
r25136 r25171 208 208 209 209 VirtualBox_INCS = \ 210 ./include \ 210 ./src \ 211 ./src/globals \ 212 ./src/extensions \ 213 ./src/settings \ 214 ./src/settings/global \ 215 ./src/settings/vm \ 216 ./src/wizards/newvm \ 217 ./src/wizards/newhd \ 218 ./src/wizards/firstrun \ 219 ./src/wizards/exportappliance \ 220 ./src/wizards/importappliance \ 221 ./src/widgets \ 222 ./src/X11 \ 223 ./src/darwin \ 211 224 $(PATH_VirtualBox)/include 212 225 … … 256 269 # Headers containing definitions of classes that use the Q_OBJECT macro. 257 270 VirtualBox_QT_MOCHDRS = \ 258 include/QIHttp.h \259 include/QIWidgetValidator.h \260 include/QIHotKeyEdit.h \261 include/QIStatusBar.h \262 include/QIStateIndicator.h \263 include/QIRichToolButton.h \264 include/QIArrowButtonPress.h \265 include/QIArrowButtonSwitch.h \266 include/QIArrowSplitter.h \267 include/QIMessageBox.h \268 include/QILabel.h \269 include/QILabelSeparator.h \270 include/QIAbstractWizard.h \271 include/QIListView.h \272 include/QITreeWidget.h \273 include/QIMainDialog.h \274 include/QIDialog.h \275 include/QIFileDialog.h \276 include/QIAdvancedSlider.h \277 include/QISplitter.h \278 include/QITreeView.h \279 include/QIToolButton.h \280 include/VBoxFilePathSelectorWidget.h \281 include/VBoxOSTypeSelectorButton.h \282 include/VBoxOSTypeSelectorWidget.h \283 include/VBoxLineTextEdit.h \284 include/VBoxUtils.h \285 include/VBoxGlobalSettings.h \286 include/VBoxGlobal.h \287 include/VBoxVMListView.h \288 include/VBoxMediaComboBox.h \289 include/VBoxSelectorWnd.h \290 include/VBoxConsoleWnd.h \291 include/VBoxConsoleView.h \292 include/VBoxMiniToolBar.h \293 include/VBoxProblemReporter.h \294 include/VBoxProgressDialog.h \295 include/VBoxDownloaderWgt.h \296 include/VBoxAboutDlg.h \297 include/VBoxCloseVMDlg.h \298 include/VBoxNewVMWzd.h \299 include/VBoxNewHDWzd.h \300 include/VBoxVMFirstRunWzd.h \301 include/VBoxRegistrationDlg.h \302 include/VBoxUpdateDlg.h \303 include/VBoxSnapshotDetailsDlg.h \304 include/VBoxVMInformationDlg.h \305 include/VBoxTakeSnapshotDlg.h \306 include/VBoxSnapshotsWgt.h \307 include/VBoxVMLogViewer.h \308 include/VBoxMediaManagerDlg.h \309 include/VBoxVMSettingsGeneral.h \310 include/VBoxVMSettingsSystem.h \311 include/VBoxVMSettingsDisplay.h \312 include/VBoxVMSettingsHD.h \313 include/VBoxVMSettingsAudio.h \314 include/VBoxVMSettingsNetwork.h \315 include/VBoxVMSettingsSerial.h \316 include/VBoxVMSettingsParallel.h \317 include/VBoxVMSettingsUSB.h \318 include/VBoxVMSettingsUSBFilterDetails.h \319 include/VBoxVMSettingsSF.h \320 include/VBoxVMSettingsSFDetails.h \321 include/VBoxGLSettingsGeneral.h \322 include/VBoxGLSettingsInput.h \323 include/VBoxGLSettingsUpdate.h \324 include/VBoxGLSettingsLanguage.h \325 include/VBoxGLSettingsNetwork.h \326 include/VBoxGLSettingsNetworkDetails.h \327 include/VBoxSettingsDialog.h \328 include/VBoxSettingsDialogSpecific.h \329 include/VBoxSettingsPage.h \330 include/VBoxSettingsSelector.h \331 include/VBoxApplianceEditorWgt.h \332 include/VBoxImportApplianceWgt.h \333 include/VBoxImportApplianceWzd.h \334 include/VBoxExportApplianceWgt.h \335 include/VBoxExportApplianceWzd.h \336 include/VBoxSpecialControls.h \337 include/VBoxBootTable.h \338 include/VBoxWarningPane.h271 src/VBoxAboutDlg.h \ 272 src/VBoxCloseVMDlg.h \ 273 src/VBoxConsoleView.h \ 274 src/VBoxConsoleWnd.h \ 275 src/VBoxGlobalSettings.h \ 276 src/VBoxMediaManagerDlg.h \ 277 src/VBoxRegistrationDlg.h \ 278 src/VBoxSelectorWnd.h \ 279 src/VBoxSnapshotDetailsDlg.h \ 280 src/VBoxSnapshotsWgt.h \ 281 src/VBoxTakeSnapshotDlg.h \ 282 src/VBoxUpdateDlg.h \ 283 src/VBoxVMInformationDlg.h \ 284 src/VBoxVMListView.h \ 285 src/VBoxVMLogViewer.h \ 286 src/globals/VBoxGlobal.h \ 287 src/globals/VBoxProblemReporter.h \ 288 src/globals/VBoxUtils.h \ 289 src/extensions/QIAbstractWizard.h \ 290 src/extensions/QIAdvancedSlider.h \ 291 src/extensions/QIArrowButtonPress.h \ 292 src/extensions/QIArrowButtonSwitch.h \ 293 src/extensions/QIArrowSplitter.h \ 294 src/extensions/QIDialog.h \ 295 src/extensions/QIFileDialog.h \ 296 src/extensions/QIHotKeyEdit.h \ 297 src/extensions/QIHttp.h \ 298 src/extensions/QILabel.h \ 299 src/extensions/QILabelSeparator.h \ 300 src/extensions/QIListView.h \ 301 src/extensions/QIMainDialog.h \ 302 src/extensions/QIMessageBox.h \ 303 src/extensions/QIRichToolButton.h \ 304 src/extensions/QISplitter.h \ 305 src/extensions/QIStateIndicator.h \ 306 src/extensions/QIStatusBar.h \ 307 src/extensions/QIToolButton.h \ 308 src/extensions/QITreeView.h \ 309 src/extensions/QITreeWidget.h \ 310 src/extensions/QIWidgetValidator.h \ 311 src/settings/VBoxSettingsDialog.h \ 312 src/settings/VBoxSettingsDialogSpecific.h \ 313 src/settings/VBoxSettingsPage.h \ 314 src/settings/VBoxSettingsSelector.h \ 315 src/settings/global/VBoxGLSettingsGeneral.h \ 316 src/settings/global/VBoxGLSettingsInput.h \ 317 src/settings/global/VBoxGLSettingsUpdate.h \ 318 src/settings/global/VBoxGLSettingsLanguage.h \ 319 src/settings/global/VBoxGLSettingsNetwork.h \ 320 src/settings/global/VBoxGLSettingsNetworkDetails.h \ 321 src/settings/vm/VBoxVMSettingsGeneral.h \ 322 src/settings/vm/VBoxVMSettingsSystem.h \ 323 src/settings/vm/VBoxVMSettingsDisplay.h \ 324 src/settings/vm/VBoxVMSettingsHD.h \ 325 src/settings/vm/VBoxVMSettingsAudio.h \ 326 src/settings/vm/VBoxVMSettingsNetwork.h \ 327 src/settings/vm/VBoxVMSettingsSerial.h \ 328 src/settings/vm/VBoxVMSettingsParallel.h \ 329 src/settings/vm/VBoxVMSettingsUSB.h \ 330 src/settings/vm/VBoxVMSettingsUSBFilterDetails.h \ 331 src/settings/vm/VBoxVMSettingsSF.h \ 332 src/settings/vm/VBoxVMSettingsSFDetails.h \ 333 src/wizards/newvm/VBoxNewVMWzd.h \ 334 src/wizards/newhd/VBoxNewHDWzd.h \ 335 src/wizards/firstrun/VBoxVMFirstRunWzd.h \ 336 src/wizards/exportappliance/VBoxExportApplianceWzd.h \ 337 src/wizards/importappliance/VBoxImportApplianceWzd.h \ 338 src/widgets/VBoxApplianceEditorWgt.h \ 339 src/widgets/VBoxBootTable.h \ 340 src/widgets/VBoxDownloaderWgt.h \ 341 src/widgets/VBoxExportApplianceWgt.h \ 342 src/widgets/VBoxFilePathSelectorWidget.h \ 343 src/widgets/VBoxImportApplianceWgt.h \ 344 src/widgets/VBoxLineTextEdit.h \ 345 src/widgets/VBoxMediaComboBox.h \ 346 src/widgets/VBoxMiniToolBar.h \ 347 src/widgets/VBoxOSTypeSelectorButton.h \ 348 src/widgets/VBoxOSTypeSelectorWidget.h \ 349 src/widgets/VBoxProgressDialog.h \ 350 src/widgets/VBoxSpecialControls.h \ 351 src/widgets/VBoxWarningPane.h 339 352 340 353 # Sources containing local definitions of classes that use the Q_OBJECT macro. … … 345 358 ifdef VBOX_WITH_XPCOM 346 359 VirtualBox_QT_MOCSRCS += \ 347 src/ COMDefs.cpp360 src/globals/COMDefs.cpp 348 361 endif 349 362 ifeq ($(KBUILD_TARGET),win) 350 363 VirtualBox_QT_MOCSRCS += \ 351 src/ QIFileDialog.cpp364 src/extensions/QIFileDialog.cpp 352 365 endif 353 366 354 367 VirtualBox_SOURCES = \ 355 368 src/main.cpp \ 356 src/COMDefs.cpp \ 357 src/QIWidgetValidator.cpp \ 358 src/QIHotKeyEdit.cpp \ 359 src/QIStateIndicator.cpp \ 360 src/QIStatusBar.cpp \ 361 src/QIRichToolButton.cpp \ 362 src/QIArrowButtonSwitch.cpp \ 363 src/QIArrowButtonPress.cpp \ 364 src/QIArrowSplitter.cpp \ 365 src/QIMessageBox.cpp \ 366 src/QILabel.cpp \ 367 src/QILabelSeparator.cpp \ 368 src/QIAbstractWizard.cpp \ 369 src/QIDialog.cpp \ 370 src/QIFileDialog.cpp \ 371 src/QIAdvancedSlider.cpp \ 372 src/QIDialogButtonBox.cpp \ 373 src/QIListView.cpp \ 374 src/QITreeWidget.cpp \ 375 src/QIMainDialog.cpp \ 376 src/QILineEdit.cpp \ 377 src/QISplitter.cpp \ 378 src/QITreeView.cpp \ 379 src/VBoxGuestRAMSlider.cpp \ 380 src/VBoxFilePathSelectorWidget.cpp \ 381 src/VBoxOSTypeSelectorButton.cpp \ 382 src/VBoxOSTypeSelectorWidget.cpp \ 383 src/VBoxLineTextEdit.cpp \ 384 src/VBoxDefs.cpp \ 385 src/VBoxGlobalSettings.cpp \ 386 src/VBoxGlobal.cpp \ 387 src/VBoxMediaComboBox.cpp \ 388 src/VBoxProblemReporter.cpp \ 389 src/VBoxProgressDialog.cpp \ 390 src/VBoxHelpActions.cpp \ 391 src/VBoxSelectorWnd.cpp \ 369 src/VBoxAboutDlg.cpp \ 370 src/VBoxCloseVMDlg.cpp \ 392 371 src/VBoxConsoleView.cpp \ 393 372 src/VBoxConsoleWnd.cpp \ 394 src/VBoxMiniToolBar.cpp \395 src/VBoxDownloaderWgt.cpp \396 src/VBoxVMListView.cpp \397 373 src/VBoxFrameBuffer.cpp \ 398 src/VBoxAboutDlg.cpp \ 399 src/VBoxCloseVMDlg.cpp \ 400 src/VBoxNewVMWzd.cpp \ 401 src/VBoxNewHDWzd.cpp \ 402 src/VBoxVMFirstRunWzd.cpp \ 403 src/VBoxRegistrationDlg.cpp \ 404 src/VBoxUpdateDlg.cpp \ 405 src/VBoxSnapshotDetailsDlg.cpp \ 406 src/VBoxVMInformationDlg.cpp \ 407 src/VBoxTakeSnapshotDlg.cpp \ 408 src/VBoxSnapshotsWgt.cpp \ 409 src/VBoxVMLogViewer.cpp \ 410 src/VBoxVMSettingsGeneral.cpp \ 411 src/VBoxVMSettingsSystem.cpp \ 412 src/VBoxVMSettingsDisplay.cpp \ 413 src/VBoxVMSettingsHD.cpp \ 414 src/VBoxVMSettingsAudio.cpp \ 415 src/VBoxVMSettingsNetwork.cpp \ 416 src/VBoxVMSettingsSerial.cpp \ 417 src/VBoxVMSettingsParallel.cpp \ 418 src/VBoxVMSettingsUSB.cpp \ 419 src/VBoxVMSettingsUSBFilterDetails.cpp \ 420 src/VBoxVMSettingsSF.cpp \ 421 src/VBoxVMSettingsSFDetails.cpp \ 422 src/VBoxGLSettingsGeneral.cpp \ 423 src/VBoxGLSettingsInput.cpp \ 424 src/VBoxGLSettingsUpdate.cpp \ 425 src/VBoxGLSettingsLanguage.cpp \ 426 src/VBoxGLSettingsNetwork.cpp \ 427 src/VBoxGLSettingsNetworkDetails.cpp \ 428 src/VBoxSettingsDialog.cpp \ 429 src/VBoxSettingsDialogSpecific.cpp \ 430 src/VBoxSettingsSelector.cpp \ 374 src/VBoxGlobalSettings.cpp \ 375 src/VBoxHelpActions.cpp \ 431 376 src/VBoxMediaManagerDlg.cpp \ 432 377 src/VBoxMedium.cpp \ 433 src/VBoxApplianceEditorWgt.cpp \ 434 src/VBoxImportApplianceWgt.cpp \ 435 src/VBoxImportApplianceWzd.cpp \ 436 src/VBoxExportApplianceWgt.cpp \ 437 src/VBoxExportApplianceWzd.cpp \ 438 src/VBoxSpecialControls.cpp \ 439 src/VBoxBootTable.cpp \ 440 src/VBoxWarningPane.cpp 378 src/VBoxRegistrationDlg.cpp \ 379 src/VBoxSelectorWnd.cpp \ 380 src/VBoxSnapshotDetailsDlg.cpp \ 381 src/VBoxSnapshotsWgt.cpp \ 382 src/VBoxTakeSnapshotDlg.cpp \ 383 src/VBoxUpdateDlg.cpp \ 384 src/VBoxVMInformationDlg.cpp \ 385 src/VBoxVMListView.cpp \ 386 src/VBoxVMLogViewer.cpp \ 387 src/globals/COMDefs.cpp \ 388 src/globals/VBoxDefs.cpp \ 389 src/globals/VBoxGlobal.cpp \ 390 src/globals/VBoxProblemReporter.cpp \ 391 src/extensions/QIAbstractWizard.cpp \ 392 src/extensions/QIAdvancedSlider.cpp \ 393 src/extensions/QIArrowButtonPress.cpp \ 394 src/extensions/QIArrowButtonSwitch.cpp \ 395 src/extensions/QIArrowSplitter.cpp \ 396 src/extensions/QIDialog.cpp \ 397 src/extensions/QIDialogButtonBox.cpp \ 398 src/extensions/QIFileDialog.cpp \ 399 src/extensions/QIHotKeyEdit.cpp \ 400 src/extensions/QILabel.cpp \ 401 src/extensions/QILabelSeparator.cpp \ 402 src/extensions/QILineEdit.cpp \ 403 src/extensions/QIListView.cpp \ 404 src/extensions/QIMainDialog.cpp \ 405 src/extensions/QIMessageBox.cpp \ 406 src/extensions/QIRichToolButton.cpp \ 407 src/extensions/QISplitter.cpp \ 408 src/extensions/QIStateIndicator.cpp \ 409 src/extensions/QIStatusBar.cpp \ 410 src/extensions/QITreeView.cpp \ 411 src/extensions/QITreeWidget.cpp \ 412 src/extensions/QIWidgetValidator.cpp \ 413 src/settings/VBoxSettingsDialog.cpp \ 414 src/settings/VBoxSettingsDialogSpecific.cpp \ 415 src/settings/VBoxSettingsSelector.cpp \ 416 src/settings/global/VBoxGLSettingsGeneral.cpp \ 417 src/settings/global/VBoxGLSettingsInput.cpp \ 418 src/settings/global/VBoxGLSettingsUpdate.cpp \ 419 src/settings/global/VBoxGLSettingsLanguage.cpp \ 420 src/settings/global/VBoxGLSettingsNetwork.cpp \ 421 src/settings/global/VBoxGLSettingsNetworkDetails.cpp \ 422 src/settings/vm/VBoxVMSettingsGeneral.cpp \ 423 src/settings/vm/VBoxVMSettingsSystem.cpp \ 424 src/settings/vm/VBoxVMSettingsDisplay.cpp \ 425 src/settings/vm/VBoxVMSettingsHD.cpp \ 426 src/settings/vm/VBoxVMSettingsAudio.cpp \ 427 src/settings/vm/VBoxVMSettingsNetwork.cpp \ 428 src/settings/vm/VBoxVMSettingsSerial.cpp \ 429 src/settings/vm/VBoxVMSettingsParallel.cpp \ 430 src/settings/vm/VBoxVMSettingsUSB.cpp \ 431 src/settings/vm/VBoxVMSettingsUSBFilterDetails.cpp \ 432 src/settings/vm/VBoxVMSettingsSF.cpp \ 433 src/settings/vm/VBoxVMSettingsSFDetails.cpp \ 434 src/wizards/newvm/VBoxNewVMWzd.cpp \ 435 src/wizards/newhd/VBoxNewHDWzd.cpp \ 436 src/wizards/firstrun/VBoxVMFirstRunWzd.cpp \ 437 src/wizards/exportappliance/VBoxExportApplianceWzd.cpp \ 438 src/wizards/importappliance/VBoxImportApplianceWzd.cpp \ 439 src/widgets/VBoxApplianceEditorWgt.cpp \ 440 src/widgets/VBoxBootTable.cpp \ 441 src/widgets/VBoxDownloaderWgt.cpp \ 442 src/widgets/VBoxExportApplianceWgt.cpp \ 443 src/widgets/VBoxFilePathSelectorWidget.cpp \ 444 src/widgets/VBoxGuestRAMSlider.cpp \ 445 src/widgets/VBoxImportApplianceWgt.cpp \ 446 src/widgets/VBoxLineTextEdit.cpp \ 447 src/widgets/VBoxMediaComboBox.cpp \ 448 src/widgets/VBoxMiniToolBar.cpp \ 449 src/widgets/VBoxOSTypeSelectorButton.cpp \ 450 src/widgets/VBoxOSTypeSelectorWidget.cpp \ 451 src/widgets/VBoxProgressDialog.cpp \ 452 src/widgets/VBoxSpecialControls.cpp \ 453 src/widgets/VBoxWarningPane.cpp 441 454 442 455 ifeq ($(filter-out freebsd linux netbsd openbsd solaris,$(KBUILD_TARGET)),) # X11 443 456 ifndef VBOX_OSE 444 457 VirtualBox_QT_MOCHDRS += \ 445 include/VBoxLicenseViewer.h458 src/VBoxLicenseViewer.h 446 459 VirtualBox_SOURCES += \ 447 460 src/VBoxLicenseViewer.cpp 448 461 else 449 462 VirtualBox_VBOX_EXTRA_NLS_SOURCES += \ 450 include/VBoxLicenseViewer.h \451 463 src/VBoxLicenseViewer.h \ 464 src/VBoxLicenseViewer.cpp 452 465 endif 453 466 VirtualBox_SOURCES += \ 454 467 src/X11/XKeyboard-new.cpp \ 455 src/VBoxX11Helper.cpp468 src/X11/VBoxX11Helper.cpp 456 469 else 457 470 VirtualBox_VBOX_EXTRA_NLS_SOURCES += \ 458 include/VBoxLicenseViewer.h \459 471 src/VBoxLicenseViewer.h \ 472 src/VBoxLicenseViewer.cpp 460 473 endif 461 474 … … 480 493 src/darwin/VBoxCocoaApplication.m \ 481 494 src/darwin/VBoxUtils-darwin-cocoa.mm \ 482 src/darwin/VBoxCocoaSpecialControls.mm \483 src/darwin/CocoaDockIconPreview.mm495 src/darwin/VBoxCocoaSpecialControls.mm \ 496 src/darwin/CocoaDockIconPreview.mm 484 497 VirtualBox_QT_MOCHDRS.darwin = \ 485 include/VBoxCocoaSpecialControls.h 486 498 src/darwin/VBoxCocoaSpecialControls.h 487 499 else 488 500 VirtualBox_SOURCES.darwin += \ 489 501 src/darwin/VBoxUtils-darwin-carbon.cpp \ 490 src/darwin/CarbonDockIconPreview.cpp502 src/darwin/CarbonDockIconPreview.cpp 491 503 endif 492 504 … … 507 519 # Import QDesigner UI sources and translations from VBoxUI.pro. 508 520 ifndef VBOX_WITH_REGISTRATION 509 FORMS := $(filter-out ui/VBoxRegistrationDlg.ui,$(FORMS))521 FORMS := $(filter-out src/VBoxRegistrationDlg.ui,$(FORMS)) 510 522 endif 511 523 $(eval VirtualBox_SOURCES += $(FORMS)) … … 537 549 # bird: What about $(if $(VBOX_GCC_Wno-missing-base-class-initializer),$(VBOX_GCC_Wno-missing-base-class-initializer),$(VBOX_GCC_Wno-extra))? 538 550 ifdef VBOX_WITH_XPCOM 539 VirtualBox_src/ COMDefs.cpp_CXXFLAGS = $(VBOX_GCC_Wno-extra)551 VirtualBox_src/globals/COMDefs.cpp_CXXFLAGS = $(VBOX_GCC_Wno-extra) 540 552 endif 541 553 … … 559 571 +| $$(PATH_VirtualBox)/include/COMWrappers.cpp: \ 560 572 $(VBOX_XIDL_FILE) \ 561 $(VBOX_VIRTUALBOX4_SRC)/ include/COMWrappers.xsl \573 $(VBOX_VIRTUALBOX4_SRC)/src/globals/COMWrappers.xsl \ 562 574 | $$(dir $$@) 563 575 $(call MSG_GENERATE,VirtualBox,$<,$@) 564 576 $(QUIET)$(RM) -f $@ [email protected] [email protected] [email protected] 565 $(QUIET)$(VBOX_XSLTPROC) -o $@ $(VBOX_VIRTUALBOX4_SRC)/ include/COMWrappers.xsl $<577 $(QUIET)$(VBOX_XSLTPROC) -o $@ $(VBOX_VIRTUALBOX4_SRC)/src/globals/COMWrappers.xsl $< 566 578 567 579 $(QUIET)$(SED) -e '1,/\/\/ wrapper definitions/ !d' \ -
trunk/src/VBox/Frontends/VirtualBox/VBoxUI.pro
r25114 r25171 26 26 27 27 FORMS = \ 28 ui/VBoxCloseVMDlg.ui \29 ui/VBoxMediaManagerDlg.ui \30 ui/VBoxSettingsDialog.ui \31 ui/VBoxNewHDWzd.ui \32 ui/VBoxNewVMWzd.ui \33 ui/VBoxRegistrationDlg.ui \34 ui/VBoxUpdateDlg.ui \35 ui/VBoxSnapshotDetailsDlg.ui \36 ui/VBoxSnapshotsWgt.ui \37 ui/VBoxTakeSnapshotDlg.ui \38 ui/VBoxVMFirstRunWzd.ui \39 ui/VBoxVMInformationDlg.ui \40 ui/VBoxVMLogViewer.ui \41 ui/VBoxVMSettingsGeneral.ui \42 ui/VBoxVMSettingsSystem.ui \43 ui/VBoxVMSettingsDisplay.ui \44 ui/VBoxVMSettingsHD.ui \45 ui/VBoxVMSettingsAudio.ui \46 ui/VBoxVMSettingsNetwork.ui \47 ui/VBoxVMSettingsSerial.ui \48 ui/VBoxVMSettingsParallel.ui \49 ui/VBoxVMSettingsUSB.ui \50 ui/VBoxVMSettingsUSBFilterDetails.ui \51 ui/VBoxVMSettingsSF.ui \52 ui/VBoxVMSettingsSFDetails.ui \53 ui/VBoxGLSettingsGeneral.ui \54 ui/VBoxGLSettingsInput.ui \55 ui/VBoxGLSettingsUpdate.ui \56 ui/VBoxGLSettingsLanguage.ui \57 ui/VBoxGLSettingsNetwork.ui \58 ui/VBoxGLSettingsNetworkDetails.ui \59 ui/VBoxApplianceEditorWgt.ui \60 ui/VBoxImportApplianceWzd.ui \61 ui/VBoxExportApplianceWzd.ui28 src/VBoxCloseVMDlg.ui \ 29 src/VBoxVMInformationDlg.ui \ 30 src/VBoxMediaManagerDlg.ui \ 31 src/VBoxSnapshotDetailsDlg.ui \ 32 src/VBoxSnapshotsWgt.ui \ 33 src/VBoxRegistrationDlg.ui \ 34 src/VBoxTakeSnapshotDlg.ui \ 35 src/VBoxUpdateDlg.ui \ 36 src/VBoxVMLogViewer.ui \ 37 src/settings/VBoxSettingsDialog.ui \ 38 src/settings/vm/VBoxVMSettingsGeneral.ui \ 39 src/settings/vm/VBoxVMSettingsSystem.ui \ 40 src/settings/vm/VBoxVMSettingsDisplay.ui \ 41 src/settings/vm/VBoxVMSettingsHD.ui \ 42 src/settings/vm/VBoxVMSettingsAudio.ui \ 43 src/settings/vm/VBoxVMSettingsNetwork.ui \ 44 src/settings/vm/VBoxVMSettingsSerial.ui \ 45 src/settings/vm/VBoxVMSettingsParallel.ui \ 46 src/settings/vm/VBoxVMSettingsUSB.ui \ 47 src/settings/vm/VBoxVMSettingsUSBFilterDetails.ui \ 48 src/settings/vm/VBoxVMSettingsSF.ui \ 49 src/settings/vm/VBoxVMSettingsSFDetails.ui \ 50 src/settings/global/VBoxGLSettingsGeneral.ui \ 51 src/settings/global/VBoxGLSettingsInput.ui \ 52 src/settings/global/VBoxGLSettingsUpdate.ui \ 53 src/settings/global/VBoxGLSettingsLanguage.ui \ 54 src/settings/global/VBoxGLSettingsNetwork.ui \ 55 src/settings/global/VBoxGLSettingsNetworkDetails.ui \ 56 src/wizards/newvm/VBoxNewVMWzd.ui \ 57 src/wizards/newhd/VBoxNewHDWzd.ui \ 58 src/wizards/firstrun/VBoxVMFirstRunWzd.ui \ 59 src/wizards/exportappliance/VBoxExportApplianceWzd.ui \ 60 src/wizards/importappliance/VBoxImportApplianceWzd.ui \ 61 src/widgets/VBoxApplianceEditorWgt.ui 62 62 63 63 TRANSLATIONS = \
Note:
See TracChangeset
for help on using the changeset viewer.