Changeset 26719 in vbox
- Timestamp:
- Feb 23, 2010 4:18:14 PM (15 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src
- Files:
-
- 24 edited
-
VBoxAboutDlg.cpp (modified) (1 diff)
-
VBoxAboutDlg.h (modified) (1 diff)
-
VBoxCloseVMDlg.cpp (modified) (1 diff)
-
VBoxFBDDRAW.cpp (modified) (2 diffs)
-
VBoxFBOverlay.cpp (modified) (2 diffs)
-
VBoxFBOverlay.h (modified) (1 diff)
-
VBoxFBOverlayCommon.h (modified) (1 diff)
-
VBoxFBQGL.cpp (modified) (1 diff)
-
VBoxFBQuartz2D.cpp (modified) (1 diff)
-
VBoxFrameBuffer.cpp (modified) (2 diffs)
-
VBoxFrameBuffer.h (modified) (1 diff)
-
VBoxGLSupportInfo.cpp (modified) (1 diff)
-
VBoxGlobalSettings.cpp (modified) (1 diff)
-
VBoxGlobalSettings.h (modified) (1 diff)
-
VBoxHelpActions.cpp (modified) (1 diff)
-
VBoxMediaManagerDlg.cpp (modified) (1 diff)
-
VBoxMedium.cpp (modified) (1 diff)
-
VBoxSnapshotDetailsDlg.cpp (modified) (1 diff)
-
VBoxSnapshotsWgt.cpp (modified) (1 diff)
-
VBoxTakeSnapshotDlg.cpp (modified) (1 diff)
-
VBoxVMInformationDlg.cpp (modified) (1 diff)
-
VBoxVMLogViewer.cpp (modified) (2 diffs)
-
main.cpp (modified) (1 diff)
-
runtime/UIMachineView.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxAboutDlg.cpp
r26184 r26719 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Frontends/VirtualBox/src/VBoxAboutDlg.h
r25171 r26719 53 53 54 54 #endif /* __VBoxAboutDlg_h__ */ 55 -
trunk/src/VBox/Frontends/VirtualBox/src/VBoxCloseVMDlg.cpp
r25526 r26719 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBDDRAW.cpp
r25526 r26719 1 /* $Id$ */ 1 2 /** @file 2 3 * … … 517 518 518 519 #endif /* defined (VBOX_GUI_USE_DDRAW) */ 520 -
trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBOverlay.cpp
r26562 r26719 1 /* $Id$ */ 1 2 /** @file 2 3 * VBoxFBOverlay implementaion … … 5407 5408 5408 5409 #endif 5410 -
trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBOverlay.h
r26561 r26719 1877 1877 1878 1878 #endif /* #ifndef __VBoxFBOverlay_h__ */ 1879 -
trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBOverlayCommon.h
r26561 r26719 107 107 108 108 #endif /* #ifndef __VBoxFBOverlayCommon_h__ */ 109 -
trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBQGL.cpp
r26509 r26719 171 171 172 172 #endif 173 -
trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBQuartz2D.cpp
r25526 r26719 468 468 469 469 #endif /* defined (VBOX_GUI_USE_QUARTZ2D) */ 470 -
trunk/src/VBox/Frontends/VirtualBox/src/VBoxFrameBuffer.cpp
r26509 r26719 1 /* $Id$ */ 1 2 /** @file 2 3 * … … 677 678 678 679 #endif 680 -
trunk/src/VBox/Frontends/VirtualBox/src/VBoxFrameBuffer.h
r25171 r26719 520 520 521 521 #endif // !___VBoxFrameBuffer_h___ 522 -
trunk/src/VBox/Frontends/VirtualBox/src/VBoxGLSupportInfo.cpp
r26562 r26719 711 711 return NULL; 712 712 } 713 -
trunk/src/VBox/Frontends/VirtualBox/src/VBoxGlobalSettings.cpp
r25526 r26719 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Frontends/VirtualBox/src/VBoxGlobalSettings.h
r26470 r26719 177 177 178 178 #endif // __VBoxGlobalSettings_h__ 179 -
trunk/src/VBox/Frontends/VirtualBox/src/VBoxHelpActions.cpp
r25635 r26719 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Frontends/VirtualBox/src/VBoxMediaManagerDlg.cpp
r26079 r26719 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Frontends/VirtualBox/src/VBoxMedium.cpp
r25526 r26719 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Frontends/VirtualBox/src/VBoxSnapshotDetailsDlg.cpp
r25764 r26719 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Frontends/VirtualBox/src/VBoxSnapshotsWgt.cpp
r25526 r26719 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Frontends/VirtualBox/src/VBoxTakeSnapshotDlg.cpp
r25526 r26719 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Frontends/VirtualBox/src/VBoxVMInformationDlg.cpp
r25526 r26719 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Frontends/VirtualBox/src/VBoxVMLogViewer.cpp
r25526 r26719 1 /* $Id$ */ 1 2 /** @file 2 3 * … … 601 602 findBack(); 602 603 } 604 -
trunk/src/VBox/Frontends/VirtualBox/src/main.cpp
r26216 r26719 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineView.cpp
r26709 r26719 427 427 // mAccelerate2DVideo ? new VBoxOverlayFrameBuffer<VBoxQuartz2DFrameBuffer>(this, &machineWindowWrapper()->session()) : 428 428 #endif 429 // new UIFrameBufferQuartz2D(this);429 // new UIFrameBufferQuartz2D(this); 430 430 break; 431 431 #endif … … 2692 2692 /**/ 2693 2693 #elif defined (Q_WS_X11) 2694 if (aCapture)2695 XGrabKey(QX11Info::display(), AnyKey, AnyModifier, window()->winId(), False, GrabModeAsync, GrabModeAsync);2696 else2697 XUngrabKey(QX11Info::display(), AnyKey, AnyModifier, window()->winId());2694 if (aCapture) 2695 XGrabKey(QX11Info::display(), AnyKey, AnyModifier, window()->winId(), False, GrabModeAsync, GrabModeAsync); 2696 else 2697 XUngrabKey(QX11Info::display(), AnyKey, AnyModifier, window()->winId()); 2698 2698 #elif defined (Q_WS_MAC) 2699 2699 if (aCapture)
Note:
See TracChangeset
for help on using the changeset viewer.

