Changeset 55401 in vbox
- Timestamp:
- Apr 23, 2015 10:03:17 AM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 99740
- Location:
- trunk/src/VBox
- Files:
-
- 417 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/SharedFolders/driver/file.c
r51254 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Additions/WINNT/SharedFolders/driver/info.c
r51997 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Additions/WINNT/SharedFolders/driver/net.c
r51997 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Additions/WINNT/SharedFolders/driver/path.c
r51997 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Additions/WINNT/SharedFolders/driver/vbsf.h
r40532 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Additions/WINNT/SharedFolders/driver/vbsfhlp.c
r51997 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Additions/WINNT/SharedFolders/driver/vbsfhlp.h
r51997 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Additions/WINNT/SharedFolders/driver/vbsfshared.h
r40269 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Additions/WINNT/SharedFolders/np/vboxmrxnp.cpp
r48944 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxClipboard.cpp
r51469 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxClipboard.h
r44528 r55401 1 /* $Id: $ */ 1 2 /** @file 2 3 * VBoxSeamless - Shared Clipboard -
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDispIf.cpp
r53315 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBoxTray - Display Settings Interface abstraction for XPDM & WDDM -
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDispIf.h
r48732 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBoxTray - Display Settings Interface abstraction for XPDM & WDDM -
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDisplay.h
r48070 r55401 1 /* $Id: $ */ 1 2 /** @file 2 3 * VBoxSeamless - Display notifications -
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxHelpers.cpp
r48070 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * helpers - Guest Additions Service helper functions -
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxHostVersion.h
r31002 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBoxHostVersion - Checks the host's VirtualBox version and notifies -
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxSeamless.h
r48070 r55401 1 /* $Id: $ */ 1 2 /** @file 2 3 * VBoxSeamless - Seamless windows -
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxSharedFolders.h
r31026 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBoxSharedFolders - Handling for shared folders -
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxVRDP.h
r44528 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBoxVRDP - VRDP notification -
trunk/src/VBox/Additions/WINNT/VBoxTray/resource.h
r44528 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Additions/common/VBoxGuestLib/GenericRequest.cpp
r54615 r55401 1 /* $ Revision$ */1 /* $Id$ */ 2 2 /** @file 3 3 * VBoxGuestLibR0 - Generic VMMDev request management. -
trunk/src/VBox/Additions/common/VBoxGuestLib/HGCM.cpp
r50838 r55401 1 /* $ Revision$ */1 /* $Id$ */ 2 2 /** @file 3 3 * VBoxGuestLib - Host-Guest Communication Manager. -
trunk/src/VBox/Additions/common/VBoxGuestLib/HGCMInternal.cpp
r51522 r55401 1 /* $ Revision$ */1 /* $Id$ */ 2 2 /** @file 3 3 * VBoxGuestLib - Host-Guest Communication Manager internal functions, implemented by VBoxGuest -
trunk/src/VBox/Additions/common/VBoxGuestLib/Init.cpp
r48938 r55401 1 /* $ Revision$ */1 /* $Id$ */ 2 2 /** @file 3 3 * VBoxGuestLibR0 - Library initialization. -
trunk/src/VBox/Additions/common/VBoxGuestLib/Mouse.cpp
r50837 r55401 1 /* $ Revision$ */1 /* $Id$ */ 2 2 /** @file 3 3 * VBoxGuestLibR0 - Mouse Integration. -
trunk/src/VBox/Additions/common/VBoxGuestLib/PhysHeap.cpp
r46181 r55401 1 /* $ Revision$ */1 /* $Id$ */ 2 2 /** @file 3 3 * VBoxGuestLibR0 - Physical memory heap. -
trunk/src/VBox/Additions/common/VBoxGuestLib/SysHlp.cpp
r44528 r55401 1 /* $ Revision$ */1 /* $Id$ */ 2 2 /** @file 3 3 * VBoxGuestLibR0 - IDC with VBoxGuest and HGCM helpers. -
trunk/src/VBox/Additions/common/VBoxGuestLib/SysHlp.h
r44528 r55401 1 /* $ Revision$ */1 /* $Id$ */ 2 2 /** @file 3 3 * VBoxGuestLibR0 - System dependent helpers internal header. -
trunk/src/VBox/Additions/common/VBoxGuestLib/VBGLInternal.h
r44558 r55401 1 /* Id: 73443$ */1 /* $Id$ */ 2 2 /** @file 3 3 * VBoxGuestLibR0 - Internal header. -
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestLog.h
r44528 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBoxGuestLibR0 - Guest Logging facility. -
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR0LibCrOgl.cpp
r50821 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBoxGuestLib - Central calls header. -
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR0LibCrOgl.h
r40483 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBoxGuestLib - Central calls header. -
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR0LibSharedFolders.c
r51962 r55401 1 /* $ Revision$ */1 /* $Id$ */ 2 2 /** @file 3 3 * VBoxGuestR0LibSharedFolders - Ring 0 Shared Folders calls. -
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR0LibSharedFolders.h
r44558 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBoxGuestLib - Central calls header. -
trunk/src/VBox/Additions/common/VBoxGuestLib/VMMDev.cpp
r44528 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBoxGuestLibR0 - VMMDev device related functions. -
trunk/src/VBox/Additions/common/VBoxGuestLib/VbglR0CanUsePhysPageList.cpp
r44558 r55401 1 /* $ Revision$ */1 /* $Id$ */ 2 2 /** @file 3 3 * VBoxGuestLibR0 - Physical memory heap. -
trunk/src/VBox/Additions/x11/VBoxClient/VBoxClient.h
r54012 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Additions/x11/VBoxClient/draganddrop.cpp
r55180 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * X11 guest client - Drag and Drop. -
trunk/src/VBox/Additions/x11/VBoxClient/hostversion.cpp
r54008 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * X11 guest client - host version check. -
trunk/src/VBox/Additions/x11/VBoxClient/main.cpp
r54185 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Additions/x11/VBoxClient/seamless-x11.cpp
r52564 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * X11 Seamless mode. -
trunk/src/VBox/Additions/x11/VBoxClient/seamless-x11.h
r52564 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Additions/x11/VBoxClient/seamless.cpp
r54008 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * X11 Guest client - seamless mode: main logic, communication with the host and -
trunk/src/VBox/Additions/x11/VBoxClient/seamless.h
r53624 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * X11 Guest client - seamless mode, missing proper description while using the -
trunk/src/VBox/Additions/x11/VBoxClient/testcase/tstSeamlessX11-auto.cpp
r52564 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * Automated test of the X11 seamless Additions code. -
trunk/src/VBox/Additions/x11/VBoxClient/testcase/tstSeamlessX11.cpp
r54008 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * Linux seamless guest additions simulator in host. -
trunk/src/VBox/Additions/x11/vboxmouse/vboxmouse.c
r50578 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VirtualBox X11 Guest Additions, mouse driver for X.Org server 1.5 -
trunk/src/VBox/Additions/x11/vboxvideo/pointer.c
r55391 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VirtualBox X11 Additions graphics driver utility functions -
trunk/src/VBox/Additions/x11/vboxvideo/vboxvideo.h
r55392 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Additions/x11/vboxvideo/vbva.c
r55390 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VirtualBox X11 Additions graphics driver 2D acceleration functions -
trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-shared.cpp
r55297 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * DevVMWare - VMWare SVGA device -
trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-shared.h
r54789 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VMware SVGA device -- 3D part -
trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-win.cpp
r54789 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * DevVMWare - VMWare SVGA device -
trunk/src/VBox/Devices/Graphics/DevVGA_VDMA.cpp
r52504 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * Video DMA (VDMA) support. -
trunk/src/VBox/Devices/Graphics/HGSMI/HGSMIHost.cpp
r55342 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Devices/Graphics/HGSMI/HGSMIHost.h
r55342 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Devices/Graphics/HGSMI/SHGSMIHost.cpp
r28800 r55401 1 /* $Id$ */ 1 2 /* 2 3 * Copyright (C) 2010 Oracle Corporation -
trunk/src/VBox/Devices/Graphics/HGSMI/SHGSMIHost.h
r28800 r55401 1 /* $Id$ */ 1 2 /* 2 3 * Copyright (C) 2010 Oracle Corporation -
trunk/src/VBox/Devices/Input/PS2Dev.h
r54240 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * PS/2 devices - Internal header file. -
trunk/src/VBox/Devices/Input/PS2K.cpp
r55077 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * PS2K - PS/2 keyboard emulation. -
trunk/src/VBox/Devices/Input/UsbMouse.cpp
r49814 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * UsbMouse - USB Human Interface Device Emulation (Mouse). -
trunk/src/VBox/Devices/Storage/DrvHostFloppy.cpp
r48947 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Devices/Storage/PIIX3ATABmDma.h
r44528 r55401 1 /* $Id: $ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Devices/Storage/swab.h
r44528 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Frontends/VBoxSDL/Framebuffer.cpp
r54828 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Frontends/VBoxSDL/Framebuffer.h
r54828 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Frontends/VBoxSDL/Helper.cpp
r48950 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Frontends/VBoxSDL/Helper.h
r44528 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp
r55214 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox frontends: VBoxSDL (simple frontend based on SDL): -
trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.h
r51547 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Frontends/VBoxSDL/VBoxSDLMain-darwin.h
r5493 r55401 1 /* $Id: $ */ 1 2 /* SDLMain.m - main entry point for our Cocoa-ized SDL app 2 3 Initial Version: Darrell Walisser <[email protected]> -
trunk/src/VBox/Frontends/VBoxSDL/VBoxSDLTest.cpp
r48699 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Frontends/VirtualBox/shaders/cconvAYUV.c
r35579 r55401 1 /* $Id$ */ 1 2 #extension GL_ARB_texture_rectangle : enable 2 3 uniform sampler2DRect uSrcTex; -
trunk/src/VBox/Frontends/VirtualBox/shaders/cconvAYUV_void.c
r35579 r55401 1 /* $Id$ */ 1 2 void vboxCConv() 2 3 {} -
trunk/src/VBox/Frontends/VirtualBox/shaders/cconvApplyAYUV.c
r35579 r55401 1 /* $Id$ */ 1 2 void vboxCConvApplyAYUV(vec4 color) 2 3 { -
trunk/src/VBox/Frontends/VirtualBox/shaders/cconvBGR.c
r35579 r55401 1 /* $Id$ */ 1 2 #extension GL_ARB_texture_rectangle : enable 2 3 uniform sampler2DRect uSrcTex; -
trunk/src/VBox/Frontends/VirtualBox/shaders/cconvBGR_void.c
r35579 r55401 1 /* $Id$ */ 1 2 void vboxCConv() 2 3 {} -
trunk/src/VBox/Frontends/VirtualBox/shaders/cconvUYVY.c
r35579 r55401 1 /* $Id$ */ 1 2 #extension GL_ARB_texture_rectangle : enable 2 3 uniform sampler2DRect uSrcTex; -
trunk/src/VBox/Frontends/VirtualBox/shaders/cconvUYVY_void.c
r35579 r55401 1 /* $Id$ */ 1 2 void vboxCConv() 2 3 {} -
trunk/src/VBox/Frontends/VirtualBox/shaders/cconvYUY2.c
r35579 r55401 1 /* $Id$ */ 1 2 #extension GL_ARB_texture_rectangle : enable 2 3 uniform sampler2DRect uSrcTex; -
trunk/src/VBox/Frontends/VirtualBox/shaders/cconvYUY2_void.c
r35579 r55401 1 /* $Id$ */ 1 2 void vboxCConv() 2 3 {} -
trunk/src/VBox/Frontends/VirtualBox/shaders/cconvYV12.c
r35579 r55401 1 /* $Id$ */ 1 2 #extension GL_ARB_texture_rectangle : enable 2 3 uniform sampler2DRect uSrcTex; -
trunk/src/VBox/Frontends/VirtualBox/shaders/cconvYV12_void.c
r35579 r55401 1 /* $Id$ */ 1 2 void vboxCConv() 2 3 {} -
trunk/src/VBox/Frontends/VirtualBox/shaders/ckeyDst.c
r35579 r55401 1 /* $Id$ */ 1 2 #extension GL_ARB_texture_rectangle : enable 2 3 uniform sampler2DRect uDstTex; -
trunk/src/VBox/Frontends/VirtualBox/shaders/ckeyDst2.c
r35579 r55401 1 /* $Id$ */ 1 2 #extension GL_ARB_texture_rectangle : enable 2 3 uniform sampler2DRect uDstTex; -
trunk/src/VBox/Frontends/VirtualBox/shaders/ckeyDst_void.c
r35579 r55401 1 /* $Id$ */ 1 2 void vboxCKeyDst(void) 2 3 { -
trunk/src/VBox/Frontends/VirtualBox/shaders/mainOverlay.c
r35579 r55401 1 /* $Id$ */ 1 2 void vboxCKeyDst(void); 2 3 void vboxCConv(); -
trunk/src/VBox/Frontends/VirtualBox/shaders/mainOverlayNoCKey.c
r35579 r55401 1 /* $Id$ */ 1 2 void vboxCConv(); 2 3 void main(void) -
trunk/src/VBox/Frontends/VirtualBox/shaders/mainOverlayNoDiscard.c
r35579 r55401 1 /* $Id$ */ 1 2 #extension GL_ARB_texture_rectangle : enable 2 3 uniform sampler2DRect uDstTex; -
trunk/src/VBox/Frontends/VirtualBox/shaders/mainOverlayNoDiscard2.c
r35579 r55401 1 /* $Id$ */ 1 2 #extension GL_ARB_texture_rectangle : enable 2 3 uniform sampler2DRect uDstTex; -
trunk/src/VBox/Frontends/VirtualBox/shaders/splitBGRA.c
r35579 r55401 1 /* $Id$ */ 1 2 float vboxSplitBGRA(vec4 color, float coord) 2 3 { -
trunk/src/VBox/Frontends/VirtualBox/src/UIMediumTypeChangeDialog.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIMediumTypeChangeDialog class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/UIVMInfoDialog.h
r51665 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIVMInfoDialog class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/UIVMLogViewer.h
r52722 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIVMLogViewer class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/VBoxAboutDlg.h
r52722 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - VBoxAboutDlg class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBOverlay.h
r54604 r55401 1 /* $Id: $ */ 1 2 /** @file 2 3 * VBox Qt GUI - VBoxFrameBuffer Overly classes declarations. -
trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBOverlayCommon.h
r52722 r55401 1 /* $Id: $ */ 1 2 /** @file 2 3 * VBox Qt GUI - VBoxFrameBuffer Overlay classes declarations. -
trunk/src/VBox/Frontends/VirtualBox/src/VBoxGlobalSettings.h
r55346 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - VBoxGlobalSettingsData, VBoxGlobalSettings class declarations. -
trunk/src/VBox/Frontends/VirtualBox/src/VBoxLicenseViewer.h
r52722 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - VBoxLicenseViewer class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/VBoxSnapshotDetailsDlg.h
r52722 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - VBoxSnapshotDetailsDlg class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/VBoxTakeSnapshotDlg.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - VBoxTakeSnapshotDlg class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/converter/UIConverter.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIConverter declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/converter/UIConverterBackend.h
r55187 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIConverterBackend declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIAdvancedSlider.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - Qt extensions: QIAdvancedSlider class implementation -
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIAdvancedToolBar.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - QIAdvancedToolBar class implementation -
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIArrowButtonPress.h
r51873 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - QIArrowButtonPress class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIArrowButtonSwitch.h
r51873 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - QIArrowButtonSwitch class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIArrowSplitter.h
r51873 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - QIArrowSplitter class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIDialog.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - VBox Qt extensions: QIDialog class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIDialogButtonBox.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - VBox Qt extensions: QIDialogButtonBox class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIFileDialog.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - Qt extensions: QIFileDialog class declarations. -
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QILabel.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - Qt extensions: QILabel class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QILabelSeparator.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - Qt extensions: QILabelSeparator class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QILineEdit.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - QILineEdit class declarations. -
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIListView.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - QIListView, QIItemDelegate class declarations. -
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIMainDialog.h
r54538 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - Qt extensions: QIMainDialog class implementation. -
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIMenu.h
r52130 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - QIMenu class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIMessageBox.h
r51873 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - QIMessageBox class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIProcess.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - QIProcess class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIRichTextLabel.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - Qt extensions: QIRichTextLabel class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIRichToolButton.h
r51873 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - QIRichToolButton class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QISplitter.h
r52727 r55401 1 /* $Id: $ */ 1 2 /** @file 2 3 * VBox Qt GUI - Qt extensions: QISplitter class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIStatusBar.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - Qt extensions: QIStatusBar class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIStatusBarIndicator.h
r51992 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - QIStatusBarIndicator interface declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QITabWidget.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - Qt extensions: QITabWidget class declaration/implementation. -
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QITableView.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - Qt extensions: QITableView class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIToolButton.h
r54079 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - Qt extensions: QIToolButton class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QITreeView.h
r52727 r55401 1 /* $Id: $ */ 1 2 /** @file 2 3 * VBox Qt GUI - Qt extensions: QITreeView class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QITreeWidget.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - Qt extensions: QITreeWidget class implementation. -
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIWidgetValidator.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - Qt extensions: QIWidgetValidator class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/extensions/graphics/QIGraphicsWidget.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - QIGraphicsWidget class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/extradata/UIExtraDataDefs.h
r55346 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - Extra-data related definitions. -
trunk/src/VBox/Frontends/VirtualBox/src/extradata/UIExtraDataManager.h
r55346 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIExtraDataManager class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/globals/CIShared.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - Common VirtualBox classes: CIShared class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/globals/COMDefs.h
r54644 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - Various COM definitions and COM wrapper class declarations. -
trunk/src/VBox/Frontends/VirtualBox/src/globals/QIWithRetranslateUI.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - Qt extensions: QIWithRetranslateUI class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIActionPool.h
r55170 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIActionPool class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIAnimationFramework.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIAnimationFramework class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIDefs.h
r54554 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - Global definitions. -
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIIconPool.h
r51406 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIIconPool class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIImageTools.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - Declarations of utility classes and functions for image manipulation. -
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIMainEventListener.h
r55359 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIMainEventListener class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIMessageCenter.h
r55305 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIMessageCenter class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIModalWindowManager.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIModalWindowManager class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIPopupCenter.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIPopupCenter class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIShortcutPool.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIShortcutPool class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIThreadPool.h
r48911 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIThreadPool and UITask class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.h
r54150 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - VBoxGlobal class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxUtils.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - Declarations of utility classes and functions. -
trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxVersion.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - VBoxVersion class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/medium/UIMedium.h
r55103 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIMedium class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/medium/UIMediumDefs.h
r54554 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIMedium related declarations. -
trunk/src/VBox/Frontends/VirtualBox/src/medium/UIMediumEnumerator.h
r49659 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIMediumEnumerator class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/medium/UIMediumManager.h
r51001 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIMediumManager class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/net/UIDownloader.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIDownloader class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/net/UIDownloaderAdditions.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIDownloaderAdditions class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/net/UIDownloaderExtensionPack.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIDownloaderExtensionPack class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/net/UIDownloaderUserManual.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIDownloaderUserManual class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/net/UINetworkCustomer.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UINetworkCustomer class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/net/UINetworkDefs.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - Network routine related declarations. -
trunk/src/VBox/Frontends/VirtualBox/src/net/UINetworkManager.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UINetworkManager stuff declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/net/UINetworkManagerDialog.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UINetworkManagerDialog stuff declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/net/UINetworkManagerIndicator.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UINetworkManagerIndicator stuff declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/net/UINetworkReply.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UINetworkReply stuff declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/net/UINetworkRequest.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UINetworkRequest stuff declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/net/UINetworkRequestWidget.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UINetworkRequestWidget stuff declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/net/UIUpdateDefs.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - Update routine related declarations. -
trunk/src/VBox/Frontends/VirtualBox/src/net/UIUpdateManager.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIUpdateManager class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/platform/UIDesktopServices.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - Desktop Services.. -
trunk/src/VBox/Frontends/VirtualBox/src/platform/darwin/CocoaEventHelper.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - Declarations of utility functions for handling Darwin Cocoa -
trunk/src/VBox/Frontends/VirtualBox/src/platform/darwin/DarwinKeyboard.h
r52727 r55401 1 /* $Id: $ */ 1 2 /** @file 2 3 * VBox Qt GUI - Common GUI Library - Darwin Keyboard routines. -
trunk/src/VBox/Frontends/VirtualBox/src/platform/darwin/UICocoaApplication.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UICocoaApplication - C++ interface to NSApplication for handling -sendEvent. -
trunk/src/VBox/Frontends/VirtualBox/src/platform/darwin/UICocoaSpecialControls.h
r54055 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - VBoxCocoaSpecialControls class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/platform/darwin/UIDesktopServices_darwin_p.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - Qt GUI - Utility Classes and Functions specific to darwin.. -
trunk/src/VBox/Frontends/VirtualBox/src/platform/darwin/UIWindowMenuManager.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIWindowMenuManager class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/platform/darwin/VBoxCocoaHelper.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - VBoxCocoa Helper. -
trunk/src/VBox/Frontends/VirtualBox/src/platform/darwin/VBoxUtils-darwin.h
r52751 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - Declarations of utility classes and functions for handling Darwin specific tasks. -
trunk/src/VBox/Frontends/VirtualBox/src/platform/os2/VBoxHlp.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - Declaration of OS/2-specific helpers that require to reside in a DLL. -
trunk/src/VBox/Frontends/VirtualBox/src/platform/win/VBoxUtils-win.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - Declarations of utility classes and functions for handling Win specific tasks. -
trunk/src/VBox/Frontends/VirtualBox/src/platform/x11/VBoxX11Helper.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - VBox X11 helper functions. -
trunk/src/VBox/Frontends/VirtualBox/src/platform/x11/XKeyboard.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - Declarations of Linux-specific keyboard functions. -
trunk/src/VBox/Frontends/VirtualBox/src/precomp.cpp
r52722 r55401 1 /* $Id$ */ 1 2 2 3 #include "precomp.h" -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIActionPoolRuntime.h
r55170 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIActionPoolRuntime class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIAddDiskEncryptionPasswordDialog.h
r55135 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIAddDiskEncryptionPasswordDialog class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIConsoleEventHandler.h
r54657 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIConsoleEventHandler class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBuffer.h
r55187 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIFrameBuffer class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIIndicatorsPool.h
r54145 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIIndicatorsPool class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIKeyboardHandler.h
r53221 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIKeyboardHandler class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachine.h
r53041 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIMachine class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineDefs.h
r54463 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - Defines for Virtual Machine classes. -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.h
r54753 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIMachineLogic class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineView.h
r55187 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIMachineView class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineWindow.h
r53961 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIMachineWindow class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMenuBarEditorWindow.h
r55170 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIMenuBarEditorWindow class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMouseHandler.h
r53079 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIMouseHandler class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMultiScreenLayout.h
r55346 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIMultiScreenLayout class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UISession.h
r54590 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UISession class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UISlidingToolBar.h
r52594 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UISlidingToolBar class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIStatusBarEditorWindow.h
r54529 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIStatusBarEditorWindow class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIVMCloseDialog.h
r53086 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIVMCloseDialog class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/UIKeyboardHandlerFullscreen.h
r52129 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIKeyboardHandlerFullscreen class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/UIMachineLogicFullscreen.h
r55346 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIMachineLogicFullscreen class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/UIMachineViewFullscreen.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIMachineViewFullscreen class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/UIMachineWindowFullscreen.h
r54463 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIMachineWindowFullscreen class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIKeyboardHandlerNormal.h
r52129 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIKeyboardHandlerNormal class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineLogicNormal.h
r54459 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIMachineLogicNormal class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineViewNormal.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIMachineViewNormal class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineWindowNormal.h
r53320 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIMachineWindowNormal class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/scale/UIKeyboardHandlerScale.h
r52129 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIKeyboardHandlerScale class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/scale/UIMachineLogicScale.h
r52298 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIMachineLogicScale class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/scale/UIMachineViewScale.h
r53963 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIMachineViewScale class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/scale/UIMachineWindowScale.h
r53872 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIMachineWindowScale class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/seamless/UIKeyboardHandlerSeamless.h
r52130 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIKeyboardHandlerSeamless class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/seamless/UIMachineLogicSeamless.h
r52705 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIMachineLogicSeamless class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/seamless/UIMachineViewSeamless.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIMachineViewSeamless class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/seamless/UIMachineWindowSeamless.h
r54463 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIMachineWindowSeamless class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/selector/UIActionPoolSelector.h
r52579 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIActionPoolSelector class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/selector/UISelectorWindow.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UISelectorWindow class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/selector/UIVMDesktop.h
r49706 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Frontends/VirtualBox/src/selector/UIVMItem.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIVMItem class declarations. -
trunk/src/VBox/Frontends/VirtualBox/src/selector/UIVirtualBoxEventHandler.h
r55359 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIVirtualBoxEventHandler class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/selector/VBoxSnapshotsWgt.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - VBoxSnapshotsWgt class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/selector/graphics/chooser/UIGChooser.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIGChooser class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/selector/graphics/chooser/UIGChooserHandlerKeyboard.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIGChooserHandlerKeyboard class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/selector/graphics/chooser/UIGChooserHandlerMouse.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIGChooserHandlerMouse class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/selector/graphics/chooser/UIGChooserItem.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIGChooserItem class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/selector/graphics/chooser/UIGChooserItemGroup.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIGChooserItemGroup class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/selector/graphics/chooser/UIGChooserItemMachine.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIGChooserItemMachine class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/selector/graphics/chooser/UIGChooserModel.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIGChooserModel class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/selector/graphics/chooser/UIGChooserView.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIGChooserView class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/UIGDetails.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIGDetails class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/UIGDetailsElement.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIGDetailsElement class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/UIGDetailsElements.h
r54228 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIGDetailsElements class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/UIGDetailsGroup.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIGDetailsGroup class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/UIGDetailsItem.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIGDetailsItem class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/UIGDetailsModel.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIGDetailsModel class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/UIGDetailsSet.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIGDetailsSet class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/UIGDetailsView.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIGDetailsView class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/UIGMachinePreview.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIGMachinePreview class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/settings/UISettingsDefs.h
r50906 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - Header with definitions and functions related to settings configuration. -
trunk/src/VBox/Frontends/VirtualBox/src/settings/UISettingsDialog.h
r54932 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UISettingsDialog class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/settings/UISettingsDialogSpecific.h
r54928 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UISettingsDialogSpecific class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/settings/UISettingsPage.h
r55305 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UISettingsPage class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/settings/UISettingsSerializer.h
r55305 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UISettingsSerializer class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/settings/VBoxSettingsSelector.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - VBoxSettingsSelector class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsDisplay.h
r53250 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIGlobalSettingsDisplay class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsExtension.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIGlobalSettingsExtension class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsGeneral.h
r55346 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIGlobalSettingsGeneral class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsInput.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIGlobalSettingsInput class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsLanguage.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIGlobalSettingsLanguage class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsNetwork.h
r52727 r55401 1 /* $Id: $ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIGlobalSettingsNetwork class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsNetworkDetailsHost.h
r52727 r55401 1 /* $Id: $ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIGlobalSettingsNetworkDetailsHost class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsNetworkDetailsNAT.h
r52727 r55401 1 /* $Id: $ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIGlobalSettingsNetworkDetailsNAT class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsPortForwardingDlg.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIMachineSettingsPortForwardingDlg class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsProxy.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIGlobalSettingsProxy class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsUpdate.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIGlobalSettingsUpdate class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsAudio.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIMachineSettingsAudio class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsDisplay.h
r54199 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIMachineSettingsDisplay class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsGeneral.h
r55015 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIMachineSettingsGeneral class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsInterface.h
r54463 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIMachineSettingsInterface class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsNetwork.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIMachineSettingsNetwork class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsParallel.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIMachineSettingsParallel class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsPortForwardingDlg.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIMachineSettingsPortForwardingDlg class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsSF.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIMachineSettingsSF class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsSFDetails.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIMachineSettingsSFDetails class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsSerial.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIMachineSettingsSerial class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsStorage.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIMachineSettingsStorage class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsSystem.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIMachineSettingsSystem class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsUSB.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIMachineSettingsUSB class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsUSBFilterDetails.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIMachineSettingsUSBFilterDetails class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIApplianceEditorWidget.h
r52816 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIApplianceEditorWidget class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIApplianceExportEditorWidget.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIApplianceExportEditorWidget class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIApplianceImportEditorWidget.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIApplianceImportEditorWidget class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIBar.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIBar class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIBootTable.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIBootTable class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIFilmContainer.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIFilmContainer class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIHostComboEditor.h
r53221 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - VirtualBox Qt extensions: UIHostComboEditor class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIHotKeyEditor.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - VirtualBox Qt extensions: UIHotKeyEditor class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UILineTextEdit.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UILineTextEdit class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIMenuBar.h
r52130 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIMenuBar class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIMiniToolBar.h
r52891 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIMiniToolBar class declaration (fullscreen/seamless). -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UINameAndSystemEditor.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UINameAndSystemEditor class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupBox.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIPopupBox/UIPopupBoxGroup classes declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupPane.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIPopupPane class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupPaneButtonPane.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIPopupPaneButtonPane class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupPaneTextPane.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIPopupPaneTextPane class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupStack.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIPopupStack class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupStackViewport.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIPopupStackViewport class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIPortForwardingTable.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIPortForwardingTable class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIProgressDialog.h
r55305 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIProgressDialog class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UISpacerWidgets.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UISpacerWidgets declarations. -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UISpecialControls.h
r54055 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - VBoxSpecialButtons declarations. -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIToolBar.h
r51937 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIToolBar class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIWarningPane.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIWarningPane class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/VBoxFilePathSelectorWidget.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - VirtualBox Qt extensions: VBoxFilePathSelectorWidget class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/VBoxGuestRAMSlider.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - VBoxGuestRAMSlider class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/VBoxMediaComboBox.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - VBoxMediaComboBox class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/VBoxOSTypeSelectorButton.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - VBoxOSTypeSelectorButton class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/graphics/UIGraphicsButton.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIGraphicsButton class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/graphics/UIGraphicsRotatorButton.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIGraphicsRotatorButton class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/graphics/UIGraphicsTextPane.h
r50912 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIGraphicsTextPane class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/graphics/UIGraphicsToolBar.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIGraphicsToolBar class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/graphics/UIGraphicsZoomButton.h
r52727 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIGraphicsZoomButton class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/UIWizard.h
r52721 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIWizard class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/UIWizardPage.h
r52721 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIWizardPage class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/clonevd/UIWizardCloneVD.h
r52721 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIWizardCloneVD class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/clonevd/UIWizardCloneVDPageBasic1.h
r52721 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIWizardCloneVDPageBasic1 class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/clonevd/UIWizardCloneVDPageBasic2.h
r52721 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIWizardCloneVDPageBasic2 class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/clonevd/UIWizardCloneVDPageBasic3.h
r52721 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIWizardCloneVDPageBasic3 class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/clonevd/UIWizardCloneVDPageBasic4.h
r52721 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIWizardCloneVDPageBasic4 class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/clonevd/UIWizardCloneVDPageExpert.h
r52721 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIWizardCloneVDPageExpert class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/clonevm/UIWizardCloneVM.h
r52721 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIWizardCloneVM class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/clonevm/UIWizardCloneVMPageBasic1.h
r52721 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIWizardCloneVMPageBasic1 class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/clonevm/UIWizardCloneVMPageBasic2.h
r52721 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIWizardCloneVMPageBasic2 class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/clonevm/UIWizardCloneVMPageBasic3.h
r52721 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIWizardCloneVMPageBasic3 class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/clonevm/UIWizardCloneVMPageExpert.h
r52721 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIWizardCloneVMPageExpert class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportApp.h
r52721 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIWizardExportApp class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportAppDefs.h
r52721 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIWizardExportAppDefs class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportAppPageBasic1.h
r52721 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIWizardExportAppPageBasic1 class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportAppPageBasic2.h
r52721 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIWizardExportAppPageBasic2 class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportAppPageBasic3.h
r52721 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIWizardExportAppPageBasic3 class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportAppPageBasic4.h
r52721 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIWizardExportAppPageBasic4 class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportAppPageExpert.h
r52721 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIWizardExportAppPageExpert class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/firstrun/UIWizardFirstRun.h
r52721 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIWizardFirstRun class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/firstrun/UIWizardFirstRunPageBasic.h
r52721 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIWizardFirstRunPageBasic class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/importappliance/UIWizardImportApp.h
r52721 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIWizardImportApp class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/importappliance/UIWizardImportAppDefs.h
r52721 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIWizardImportAppDefs class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/importappliance/UIWizardImportAppPageBasic1.h
r52721 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIWizardImportAppPageBasic1 class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/importappliance/UIWizardImportAppPageBasic2.h
r52721 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIWizardImportAppPageBasic2 class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/importappliance/UIWizardImportAppPageExpert.h
r52721 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIWizardImportAppPageExpert class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvd/UIWizardNewVD.h
r52721 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIWizardNewVD class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvd/UIWizardNewVDPageBasic1.h
r52721 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIWizardNewVDPageBasic1 class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvd/UIWizardNewVDPageBasic2.h
r52721 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIWizardNewVDPageBasic2 class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvd/UIWizardNewVDPageBasic3.h
r52721 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIWizardNewVDPageBasic3 class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvd/UIWizardNewVDPageExpert.h
r52721 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIWizardNewVDPageExpert class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVM.h
r52721 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIWizardNewVM class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageBasic1.h
r52721 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIWizardNewVMPageBasic1 class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageBasic2.h
r52721 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIWizardNewVMPageBasic2 class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageBasic3.h
r52721 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIWizardNewVMPageBasic3 class declaration. -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageExpert.h
r52721 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Qt GUI - UIWizardNewVMPageExpert class declaration. -
trunk/src/VBox/HostDrivers/Support/SUPDrvIOC.h
r54874 r55401 1 /* $ Revision$ */1 /* $Id$ */ 2 2 /** @file 3 3 * VirtualBox Support Driver - IOCtl definitions. -
trunk/src/VBox/HostDrivers/Support/SUPDrvSem.cpp
r54331 r55401 1 /* $ Revision$ */1 /* $Id$ */ 2 2 /** @file 3 3 * VBoxDrv - The VirtualBox Support Driver - Common OS agnostic. -
trunk/src/VBox/Main/glue/xpcom/helpers.cpp
r44776 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Main/include/AdditionsFacilityImpl.h
r50370 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VirtualBox COM class implementation -
trunk/src/VBox/Main/include/ApplianceImplPrivate.h
r55184 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VirtualBox Appliance private data definitions -
trunk/src/VBox/Main/include/AudioSnifferInterface.h
r44528 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VirtualBox Driver interface to Audio Sniffer device -
trunk/src/VBox/Main/include/AutoCaller.h
r52489 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Main/include/AutoStateDep.h
r54840 r55401 1 /* $Id$ */ 1 2 #ifndef ____H_AUTOSTATEDEP 2 3 #define ____H_AUTOSTATEDEP -
trunk/src/VBox/Main/include/AutostartDb.h
r42178 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * Main - Autostart database Interfaces. -
trunk/src/VBox/Main/include/BandwidthControlImpl.h
r49644 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Main/include/BandwidthGroupImpl.h
r49644 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Main/include/DisplayUtils.h
r54053 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * Display helper declarations -
trunk/src/VBox/Main/include/GuestCtrlImplPrivate.h
r50618 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Main/include/GuestImpl.h
r52082 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VirtualBox COM class implementation -
trunk/src/VBox/Main/include/GuestOSTypeImpl.h
r49644 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Main/include/HGCM.h
r44528 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * HGCM - Host-Guest Communication Manager. -
trunk/src/VBox/Main/include/HGCMObjects.h
r44528 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Main/include/HGCMThread.h
r44528 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * HGCMThread - Host-Guest Communication Manager worker threads header. -
trunk/src/VBox/Main/include/HostPower.h
r50220 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Main/include/MachineImplCloneVM.h
r38119 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * Definition of MachineCloneVM -
trunk/src/VBox/Main/include/Matching.h
r44528 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Main/include/MediumAttachmentImpl.h
r49871 r55401 1 /* $Id: $ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Main/include/ObjectState.h
r51903 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Main/include/RemoteUSBBackend.h
r44528 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Main/include/SecretKeyStore.h
r55182 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * Main - Secret key interface. -
trunk/src/VBox/Main/include/SessionImpl.h
r55214 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Client Session COM Class definition -
trunk/src/VBox/Main/include/SharedFolderImpl.h
r50919 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Main/include/VMMDev.h
r47190 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VirtualBox Driver interface to VMM device -
trunk/src/VBox/Main/include/VirtualBoxBase.h
r51903 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VirtualBox COM base classes definition -
trunk/src/VBox/Main/include/VirtualBoxErrorInfoImpl.h
r55189 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * VirtualBoxErrorInfo COM class definition. -
trunk/src/VBox/Main/include/netif.h
r50196 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * Main - Network Interfaces. -
trunk/src/VBox/Main/include/objectslist.h
r52317 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Main/include/vbox-libhal.h
r44528 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Main/include/vector.h
r32324 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * STL-inspired vector implementation in C -
trunk/src/VBox/Main/include/win/resource.h
r44528 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Main/src-all/DisplayResampleImage.cpp
r44529 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * Image resampling code, used for snapshot thumbnails. -
trunk/src/VBox/Main/src-all/Logging.cpp
r44528 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Main/src-all/SharedFolderImpl.cpp
r50919 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Main/src-all/VirtualBoxErrorInfoImpl.cpp
r47391 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Main/src-client/AdditionsFacilityImpl.cpp
r50370 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Main/src-client/ClientTokenHolder.cpp
r48431 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Main/src-client/HGCM.cpp
r51092 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Main/src-client/RemoteUSBBackend.cpp
r51612 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Main/src-client/VBoxDriversRegister.cpp
r53442 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Main/src-client/xpcom/module.cpp
r52442 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Main/src-server/AudioAdapterImpl.cpp
r54971 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Main/src-server/BIOSSettingsImpl.cpp
r51498 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Main/src-server/BandwidthControlImpl.cpp
r54971 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Main/src-server/BandwidthGroupImpl.cpp
r51498 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Main/src-server/ClientToken.cpp
r48431 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Main/src-server/ClientWatcher.cpp
r51498 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Main/src-server/GuestOSTypeImpl.cpp
r49644 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Main/src-server/HostPower.cpp
r55214 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Main/src-server/Matching.cpp
r48012 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Main/src-server/MediumAttachmentImpl.cpp
r54971 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Main/src-server/MediumLock.cpp
r49795 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Main/src-server/SerialPortImpl.cpp
r55259 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Main/src-server/darwin/HostPowerDarwin.cpp
r48955 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Main/src-server/linux/vbox-libhal.cpp
r44528 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Main/src-server/win/HostPowerWin.cpp
r51441 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Main/src-server/win/VBoxComEvents.cpp
r35368 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Main/src-server/win/VBoxComEvents.h
r35368 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Main/src-server/win/svchlp.cpp
r44528 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * Definition of SVC Helper Process control routines. -
trunk/src/VBox/Main/src-server/win/svchlp.h
r44528 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Main/src-server/win/svcmain.cpp
r52489 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Main/src-server/xpcom/server.h
r50369 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Main/src-server/xpcom/server_module.cpp
r50369 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Main/testcase/tstAPI.cpp
r50117 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Main/testcase/tstVBoxAPIXPCOM.cpp
r54438 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Runtime/VBox/dbus.cpp
r44529 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Runtime/common/checksum/RTSha256Digest.cpp
r51851 r55401 1 /* $Id$ */ 1 2 /** @file 2 3 * IPRT - SHA256 digest creation -
trunk/src/VBox/Runtime/common/log/tracebuf.cpp
r42430 r55401 1 /* $Id$ */ 2 /** @file 3 * IPRT - Tracebuffer common functions. 4 */ 5 6 /* 7 * Copyright (C) 2011-2015 Oracle Corporation 8 * 9 * This file is part of VirtualBox Open Source Edition (OSE), as 10 * available from http://www.virtualbox.org. This file is free software; 11 * you can redistribute it and/or modify it under the terms of the GNU 12 * General Public License (GPL) as published by the Free Software 13 * Foundation, in version 2 as it comes in the "COPYING" file of the 14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 * 17 * The contents of this file may alternatively be used under the terms 18 * of the Common Development and Distribution License Version 1.0 19 * (CDDL) only, as it comes in the "COPYING.CDDL" file of the 20 * VirtualBox OSE distribution, in which case the provisions of the 21 * CDDL are applicable instead of those of the GPL. 22 * 23 * You may elect to license modified versions of this file under the 24 * terms and conditions of either the GPL or the CDDL or both. 25 */ 26 1 27 2 28 /******************************************************************************* -
trunk/src/VBox/Runtime/common/log/tracedefault.cpp
r39327 r55401 1 /* $Id$ */ 2 /** @file 3 * IPRT - Tracebuffer common functions. 4 */ 5 6 /* 7 * Copyright (C) 2011-2015 Oracle Corporation 8 * 9 * This file is part of VirtualBox Open Source Edition (OSE), as 10 * available from http://www.virtualbox.org. This file is free software; 11 * you can redistribute it and/or modify it under the terms of the GNU 12 * General Public License (GPL) as published by the Free Software 13 * Foundation, in version 2 as it comes in the "COPYING" file of the 14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 * 17 * The contents of this file may alternatively be used under the terms 18 * of the Common Development and Distribution License Version 1.0 19 * (CDDL) only, as it comes in the "COPYING.CDDL" file of the 20 * VirtualBox OSE distribution, in which case the provisions of the 21 * CDDL are applicable instead of those of the GPL. 22 * 23 * You may elect to license modified versions of this file under the 24 * terms and conditions of either the GPL or the CDDL or both. 25 */ 26 1 27 2 28 /******************************************************************************* -
trunk/src/VBox/Runtime/r0drv/linux/memobj-r0drv-linux.c
r51938 r55401 1 /* $ Revision$ */1 /* $Id$ */ 2 2 /** @file 3 3 * IPRT - Ring-0 Memory Objects, Linux. -
trunk/src/VBox/Runtime/r0drv/memobj-r0drv.cpp
r48935 r55401 1 /* $ Revision$ */1 /* $Id$ */ 2 2 /** @file 3 3 * IPRT - Ring-0 Memory Objects, Common Code. -
trunk/src/VBox/Runtime/r0drv/solaris/modulestub-r0drv-solaris.c
r37423 r55401 1 /* $Id$ */ 2 /** @file 3 * IPRT - Ring-0 Solaris stubs 4 */ 1 5 6 /* 7 * Copyright (C) 2011-2015 Oracle Corporation 8 * 9 * This file is part of VirtualBox Open Source Edition (OSE), as 10 * available from http://www.virtualbox.org. This file is free software; 11 * you can redistribute it and/or modify it under the terms of the GNU 12 * General Public License (GPL) as published by the Free Software 13 * Foundation, in version 2 as it comes in the "COPYING" file of the 14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 * 17 * The contents of this file may alternatively be used under the terms 18 * of the Common Development and Distribution License Version 1.0 19 * (CDDL) only, as it comes in the "COPYING.CDDL" file of the 20 * VirtualBox OSE distribution, in which case the provisions of the 21 * CDDL are applicable instead of those of the GPL. 22 * 23 * You may elect to license modified versions of this file under the 24 * terms and conditions of either the GPL or the CDDL or both. 25 */ 2 26 3 27 -
trunk/src/VBox/Runtime/r3/win/internal-r3-win.h
r53009 r55401 1 /* $Id$ */ 2 /** @file 3 * IPRT - some Windows OS type constants. 4 */ 5 6 /* 7 * Copyright (C) 2013-2015 Oracle Corporation 8 * 9 * This file is part of VirtualBox Open Source Edition (OSE), as 10 * available from http://www.virtualbox.org. This file is free software; 11 * you can redistribute it and/or modify it under the terms of the GNU 12 * General Public License (GPL) as published by the Free Software 13 * Foundation, in version 2 as it comes in the "COPYING" file of the 14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 * 17 * The contents of this file may alternatively be used under the terms 18 * of the Common Development and Distribution License Version 1.0 19 * (CDDL) only, as it comes in the "COPYING.CDDL" file of the 20 * VirtualBox OSE distribution, in which case the provisions of the 21 * CDDL are applicable instead of those of the GPL. 22 * 23 * You may elect to license modified versions of this file under the 24 * terms and conditions of either the GPL or the CDDL or both. 25 */ 26 1 27 2 28 #ifndef ___internal_r3_win_h
Note:
See TracChangeset
for help on using the changeset viewer.