Changeset 26709 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Feb 23, 2010 2:21:18 PM (15 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/runtime
- Files:
-
- 23 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIActionsPool.cpp
r26705 r26709 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIActionsPool.h
r26707 r26709 117 117 118 118 #endif // __UIActionsPool_h__ 119 -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBuffer.cpp
r26637 r26709 1 /* $Id$ */ 1 2 /** @file 2 3 * … … 681 682 #endif 682 683 #endif 684 -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBuffer.h
r26699 r26709 499 499 500 500 #endif // !___UIFrameBuffer_h___ 501 -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIIndicatorsPool.cpp
r26707 r26709 1 /* $Id$ */ 1 2 /** @file 2 3 * -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIIndicatorsPool.h
r26707 r26709 57 57 58 58 #endif // __UIIndicatorsPool_h__ 59 -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachine.cpp
r26691 r26709 1 /* $Id$ */ 1 2 /** @file 2 3 * … … 219 220 220 221 #include "UIMachine.moc" 222 -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachine.h
r26691 r26709 69 69 70 70 #endif // __UIMachine_h__ 71 -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineDefs.h
r26637 r26709 66 66 67 67 #endif // __UIMachineDefs_h__ 68 -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.cpp
r26699 r26709 1 /* $Id$ */ 1 2 /** @file 2 3 * … … 1973 1974 1974 1975 #include "UIMachineLogic.moc" 1976 -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.h
r26691 r26709 192 192 193 193 #endif // __UIMachineLogic_h__ 194 -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineView.cpp
r26699 r26709 1 /* $Id$ */ 1 2 /** @file 2 3 * … … 3253 3254 } 3254 3255 } 3256 -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineView.h
r26699 r26709 291 291 292 292 #endif // !___UIMachineViewNormal_h___ 293 -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineWindow.cpp
r26691 r26709 1 /* $Id$ */ 1 2 /** @file 2 3 * … … 431 432 updateAppearanceOf(UIVisualElement_WindowCaption); 432 433 } 434 -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineWindow.h
r26691 r26709 94 94 95 95 #endif // __UIMachineWindow_h__ 96 -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UISession.cpp
r26699 r26709 1 /* $Id$ */ 1 2 /** @file 2 3 * … … 796 797 return machine()->machineLogic()->machineWindowWrapper()->machineWindow()->winId(); 797 798 } 799 -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UISession.h
r26691 r26709 115 115 116 116 #endif // !___UIConsole_h___ 117 -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineLogicNormal.cpp
r26699 r26709 1 /* $Id$ */ 1 2 /** @file 2 3 * … … 243 244 m_pMachineWindowContainer = 0; 244 245 } 246 -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineLogicNormal.h
r26691 r26709 66 66 67 67 #endif // __UIMachineLogicNormal_h__ 68 -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineViewNormal.cpp
r26691 r26709 1 /* $Id$ */ 1 2 /** @file 2 3 * … … 173 174 sltToggleGuestAutoresize(bIsGraphicsSupported && m_bIsGuestAutoresizeEnabled); 174 175 } 176 -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineViewNormal.h
r26637 r26709 62 62 63 63 #endif // !___UIMachineViewNormal_h___ 64 -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineWindowNormal.cpp
r26692 r26709 1 /* $Id$ */ 1 2 /** @file 2 3 * … … 821 822 m_pIdleTimer->disconnect(SIGNAL(timeout()), this, SLOT(sltUpdateIndicators())); 822 823 } 824 -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineWindowNormal.h
r26692 r26709 122 122 123 123 #endif // __UIMachineWindowNormal_h__ 124
Note:
See TracChangeset
for help on using the changeset viewer.