Changeset 69260 in vbox
- Timestamp:
- Oct 25, 2017 9:09:33 AM (7 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox
- Files:
-
- 1 added
- 14 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIMessageBox.cpp
r68079 r69260 217 217 { 218 218 /* Configure container: */ 219 connect(m_pDetailsContainer, &QIArrowSplitter::sigSizeHintChange, 219 connect(m_pDetailsContainer, &QIArrowSplitter::sigSizeHintChange, 220 220 this, &QIMessageBox::sltUpdateSize); 221 221 /* Add details-container into main-layout: */ -
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QITableView.cpp
r68155 r69260 168 168 169 169 /********************************************************************************************************************************* 170 * Class QIAccessibilityInterfaceForQITableViewCell implementation. 170 * Class QIAccessibilityInterfaceForQITableViewCell implementation. * 171 171 *********************************************************************************************************************************/ 172 172 -
trunk/src/VBox/Frontends/VirtualBox/src/extradata/UIExtraDataManager.cpp
r69133 r69260 245 245 { 246 246 /* Check whether global extra-data property can be applied: */ 247 // TODO:Here can be various extra-data flags handling.247 /// @todo Here can be various extra-data flags handling. 248 248 // Generally we should check whether one or another flag feats some rule (like reg-exp). 249 249 // For each required strValue we should set fVeto = true; and fill strVetoReason = "with some text". … … 260 260 { 261 261 /* Apply global extra-data property: */ 262 // TODO:Here can be various extra-data flags handling.262 /// @todo Here can be various extra-data flags handling. 263 263 // Generally we should push one or another flag to various instances which want to handle 264 264 // those flags independently from UIExtraDataManager. Remember to process each required strValue -
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIPopupCenter.h
r68679 r69260 32 32 class CAudioAdapter; 33 33 class CConsole; 34 class CEmulatedUSB; 34 class CEmulatedUSB; 35 35 class CMachine; 36 36 class CNetworkAdapter; -
trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp
r68394 r69260 3564 3564 return; 3565 3565 } 3566 3566 3567 3567 #ifdef VBOX_WITH_SDS 3568 3568 // setup Client COM Security to enable impersonation required by VBOX_SDS -
trunk/src/VBox/Frontends/VirtualBox/src/platform/darwin/UICocoaSpecialControls.mm
r68315 r69260 469 469 QRect UIAccessibilityInterfaceForUICocoaSegmentedButtonSegment::rect() const 470 470 { 471 // TODO:Return the -=real=- segment rectangle.471 /// @todo Return the -=real=- segment rectangle. 472 472 const QRect myRect = m_pParent->rect(); 473 473 return QRect(myRect.x() + myRect.width() / 2 * m_iIndex, -
trunk/src/VBox/Frontends/VirtualBox/src/platform/darwin/UIWindowMenuManager.cpp
r68315 r69260 287 287 const QEvent::Type type = pEvent->type(); 288 288 289 #ifdef VBOX_OSE // TODO:Do we still need it?289 #ifdef VBOX_OSE /// @todo Do we still need it? 290 290 /* Stupid Qt: Qt doesn't check if a window is minimized when a command is 291 291 * executed. This leads to strange behaviour. The minimized window is -
trunk/src/VBox/Frontends/VirtualBox/src/platform/os2/VBoxHlp.asm
-
Property svn:keywords
changed from
Id
toId Revision
r62493 r69260 24 24 ; c0000005 25 25 ; 17d40000 26 ; P1=00000008 P2=0000bea4 P3=XXXXXXXX P4=XXXXXXXX 26 ; P1=00000008 P2=0000bea4 P3=XXXXXXXX P4=XXXXXXXX 27 27 ; EAX=00001489 EBX=00000000 ECX=00000000 EDX=00000000 28 ; ESI=00000000 EDI=00001489 29 ; DS=be7f DSACC=00f3 DSLIM=0000003f 30 ; ES=0053 ESACC=f0f3 ESLIM=ffffffff 28 ; ESI=00000000 EDI=00001489 29 ; DS=be7f DSACC=00f3 DSLIM=0000003f 30 ; ES=0053 ESACC=f0f3 ESLIM=ffffffff 31 31 ; FS=150b FSACC=00f3 FSLIM=00000030 32 32 ; GS=0000 GSACC=**** GSLIM=******** -
Property svn:keywords
changed from
-
trunk/src/VBox/Frontends/VirtualBox/src/selector/UISelectorWindow.cpp
r69069 r69260 1807 1807 m_pToolBar->setContextMenuPolicy(Qt::CustomContextMenu); 1808 1808 m_pToolBar->setToolButtonStyle(Qt::ToolButtonTextUnderIcon); 1809 // TODO:Get rid of hard-coded stuff:1809 /// @todo Get rid of hard-coded stuff: 1810 1810 const QSize toolBarIconSize = m_pToolBar->iconSize(); 1811 1811 if (toolBarIconSize.width() < 32 || toolBarIconSize.height() < 32) -
trunk/src/VBox/Frontends/VirtualBox/src/selector/UISnapshotDetailsWidget.cpp
r68914 r69260 331 331 332 332 /********************************************************************************************************************************* 333 * Class UIScreenshotViewer implementation. *333 * Class UIScreenshotViewer implementation. * 334 334 *********************************************************************************************************************************/ 335 335 -
trunk/src/VBox/Frontends/VirtualBox/src/selector/UISnapshotPane.cpp
r68962 r69260 1134 1134 if (!comSession.isNull()) 1135 1135 { 1136 // TODO:Add settings save validation.1136 /// @todo Add settings save validation. 1137 1137 1138 1138 /* Save snapshot name: */ -
trunk/src/VBox/Frontends/VirtualBox/src/selector/UIToolsToolbar.cpp
r69057 r69260 269 269 /* Configure toolbar: */ 270 270 m_pToolBar->setToolButtonStyle(Qt::ToolButtonTextUnderIcon); 271 // TODO:Get rid of hard-coded stuff:271 /// @todo Get rid of hard-coded stuff: 272 272 const QSize toolBarIconSize = m_pToolBar->iconSize(); 273 273 if (toolBarIconSize.width() < 32 || toolBarIconSize.height() < 32) -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UITabBar.cpp
r69057 r69260 986 986 m_pLayoutMain->setContentsMargins(0, 0, 0, 0); 987 987 988 // TODO:Workout stretch at the and as well,988 /// @todo Workout stretch at the and as well, 989 989 // depending on which alignment is set. 990 990 /* Add strech into beginning: */ -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/graphics/UIGraphicsTextPane.cpp
r63770 r69260 83 83 84 84 /* Return the parent's rect for now: */ 85 // TODO:Return sub-rect.85 /// @todo Return sub-rect. 86 86 return parent()->rect(); 87 87 }
Note:
See TracChangeset
for help on using the changeset viewer.