FreeBSD Bugzilla – Attachment 181913 Details for
Bug 218748
emulators/virtualbox-ose (5.1.18): Doesn't upgrading to 5.1.20
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
svn-diff-virtualbox-ose_2
svn-diff_virtualbox-ose (text/plain), 2.99 KB, created by
Walter Schwarzenfeld
on 2017-04-19 17:11:57 UTC
(
hide
)
Description:
svn-diff-virtualbox-ose_2
Filename:
MIME Type:
Creator:
Walter Schwarzenfeld
Created:
2017-04-19 17:11:57 UTC
Size:
2.99 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 438894) >+++ Makefile (working copy) >@@ -175,7 +175,9 @@ > .if ${PORT_OPTIONS:MQT4} > EXTRA_PATCHES+= ${PATCHDIR}/extrapatch-src_VBox_Frontends_VirtualBox_src_net_UIDownloaderAdditions.cpp \ > ${PATCHDIR}/extrapatch-src_VBox_Frontends_VirtualBox_src_net_UIDownloaderExtensionPack.cpp \ >- ${PATCHDIR}/extrapatch-src_VBox_Frontends_VirtualBox_src_settings_global_UIGlobalSettingsNetworkDetailsHost.cpp >+ ${PATCHDIR}/extrapatch-src_VBox_Frontends_VirtualBox_src_settings_global_UIGlobalSettingsNetworkDetailsHost.cpp \ >+ ${PATCHDIR}/extrapatch-src_VBox_Frontends_VirtualBox_src_widgets_UIMiniToolBar.cpp >+ > CONFIGURE_ARGS+= --enable-qt4 > USE_QT4= corelib gui linguist_build moc_build network opengl > USE_QT4+= rcc_build uic_build >Index: files/extrapatch-src_VBox_Frontends_VirtualBox_src_widgets_UIMiniToolBar.cpp >=================================================================== >--- files/extrapatch-src_VBox_Frontends_VirtualBox_src_widgets_UIMiniToolBar.cpp (nonexistent) >+++ files/extrapatch-src_VBox_Frontends_VirtualBox_src_widgets_UIMiniToolBar.cpp (working copy) >@@ -0,0 +1,56 @@ >+--- src/VBox/Frontends/VirtualBox/src/widgets/UIMiniToolBar.cpp.orig 2017-04-19 16:51:18 UTC >++++ src/VBox/Frontends/VirtualBox/src/widgets/UIMiniToolBar.cpp >+@@ -29,7 +29,9 @@ >+ # include <QToolButton> >+ # include <QStateMachine> >+ # include <QPainter> >++# if QT_VERSION >= 0x050000 >+ # include <QWindow> >++# endif >+ # ifdef VBOX_WS_X11 >+ # include <QWindowStateChangeEvent> >+ # endif >+@@ -404,7 +406,7 @@ Qt::WindowFlags UIMiniToolBar::defaultWi >+ /* Not everywhere: */ >+ Q_UNUSED(geometryType); >+ >+-#ifdef VBOX_WS_X11 >++#ifdef VBOX_WS_X11 && # QT_VERSION >= 0x050000 >+ /* Depending on current WM: */ >+ switch (vboxGlobal().typeOfWindowManager()) >+ { >+@@ -614,10 +616,12 @@ void UIMiniToolBar::sltHide() >+ >+ void UIMiniToolBar::sltShow() >+ { >++# if QT_VERSION >= 0x050000 >+ LogRel2(("GUI: UIMiniToolBar::sltShow\n")); >+ >+ /* Update transience: */ >+ sltAdjustTransience(); >++#endif >+ >+ #if defined(VBOX_WS_MAC) >+ >+@@ -806,8 +810,10 @@ void UIMiniToolBar::sltAdjust() >+ #endif >+ } >+ >++ >+ void UIMiniToolBar::sltAdjustTransience() >+ { >++# if QT_VERSION >= 0x050000 >+ // WORKAROUND: >+ // Make sure win id is generated, >+ // else Qt5 can crash otherwise. >+@@ -816,8 +822,10 @@ void UIMiniToolBar::sltAdjustTransience( >+ >+ /* Add the transience dependency: */ >+ windowHandle()->setTransientParent(m_pParent->windowHandle()); >++#endif >+ } >+ >++ >+ void UIMiniToolBar::prepare() >+ { >+ /* Install event-filters: */ > >Property changes on: files/extrapatch-src_VBox_Frontends_VirtualBox_src_widgets_UIMiniToolBar.cpp >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 218748
:
181888
|
181890
|
181897
|
181905
|
181912
| 181913