| /OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/qtquickcontrols2/ |
| H A D | 0001-Revert-Get-the-scale-of-the-popup-item-when-setting-.patch | 4 Subject: [PATCH] Revert "Get the scale of the popup item when setting the 33 - // does not influence the top left of the final popup, so it doesn't appear to flip from one 85 compare(control.popup.visible, true) 86 verify(control.popup.contentItem.y < control.y) 91 - if (control.popup.enter !== null) { 95 - tryCompare(control.popup, "visible", false) 96 - control.y = control.Window.height - (control.popup.contentItem.height * 0.99) 97 - var popupYSpy = createTemporaryObject(signalSpy, testCase, {target: control.popup, sig… 101 - compare(control.popup.visible, false) 104 - compare(control.popup.visible, true) [all …]
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/mediaplayer/musicplayer/ |
| H A D | volumebutton.cpp | 51 QWidget *popup = new QWidget(this); in VolumeButton() local 53 slider = new QSlider(Qt::Horizontal, popup); in VolumeButton() 57 label = new QLabel(popup); in VolumeButton() 65 QBoxLayout *popupLayout = new QHBoxLayout(popup); in VolumeButton() 71 action->setDefaultWidget(popup); in VolumeButton()
|
| /OK3568_Linux_fs/app/forlinx/forlinx_qt/musicplayer/ |
| H A D | volumebutton.cpp | 51 QWidget *popup = new QWidget(this); in VolumeButton() local 53 slider = new QSlider(Qt::Horizontal, popup); in VolumeButton() 57 label = new QLabel(popup); in VolumeButton() 65 QBoxLayout *popupLayout = new QHBoxLayout(popup); in VolumeButton() 71 action->setDefaultWidget(popup); in VolumeButton()
|
| /OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/musicplayer/ |
| H A D | volumebutton.cpp | 51 QWidget *popup = new QWidget(this); in VolumeButton() local 53 slider = new QSlider(Qt::Horizontal, popup); in VolumeButton() 57 label = new QLabel(popup); in VolumeButton() 65 QBoxLayout *popupLayout = new QHBoxLayout(popup); in VolumeButton() 71 action->setDefaultWidget(popup); in VolumeButton()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/musicplayer/ |
| H A D | volumebutton.cpp | 51 QWidget *popup = new QWidget(this); in VolumeButton() local 53 slider = new QSlider(Qt::Horizontal, popup); in VolumeButton() 57 label = new QLabel(popup); in VolumeButton() 65 QBoxLayout *popupLayout = new QHBoxLayout(popup); in VolumeButton() 71 action->setDefaultWidget(popup); in VolumeButton()
|
| /OK3568_Linux_fs/debian/packages-patches/openbox/3.6.1-8/ |
| H A D | 0002-Support-outline-moving.patch | 16 openbox/popup.c | 5 ++ 43 + /* Put popup center in outline moving mode */ 72 XUnmapWindow(obt_display, popup.bg); 87 static ObPopup *popup = NULL; 181 + /* Draw popup above outline */ 241 diff --git a/openbox/popup.c b/openbox/popup.c 243 --- a/openbox/popup.c 244 +++ b/openbox/popup.c
|
| H A D | 0003-Support-move-timeout-when-outline-moving.patch | 47 + popup_hide(popup); 48 + popup->client = NULL;
|
| H A D | 0001-Support-limiting-move-interval.patch | 69 static ObPopup *popup = NULL;
|
| /OK3568_Linux_fs/app/forlinx/forlinx_qt/simplebrowser/ |
| H A D | webview.cpp | 169 WebPopupWindow *popup = new WebPopupWindow(page()->profile()); in createWindow() local 170 connect(popup->view(), &WebView::devToolsRequested, this, &WebView::devToolsRequested); in createWindow() 171 return popup->view(); in createWindow() 196 menu->popup(event->globalPos()); in contextMenuEvent()
|
| /OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/simplebrowser/ |
| H A D | webview.cpp | 169 WebPopupWindow *popup = new WebPopupWindow(page()->profile()); in createWindow() local 170 connect(popup->view(), &WebView::devToolsRequested, this, &WebView::devToolsRequested); in createWindow() 171 return popup->view(); in createWindow() 196 menu->popup(event->globalPos()); in contextMenuEvent()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/simplebrowser/ |
| H A D | webview.cpp | 169 WebPopupWindow *popup = new WebPopupWindow(page()->profile()); in createWindow() local 170 return popup->view(); in createWindow() 188 menu->popup(event->globalPos()); in contextMenuEvent()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/simplebrowser/ |
| H A D | webview.cpp | 169 WebPopupWindow *popup = new WebPopupWindow(page()->profile()); in createWindow() local 170 return popup->view(); in createWindow() 188 menu->popup(event->globalPos()); in contextMenuEvent()
|
| /OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/musicplayer/doc/src/ |
| H A D | qtwinextras-musicplayer.qdoc | 48 and the volume popup translucent and blurred. 66 The volume popup does not have a window frame so it is enough to make the 67 popup blurred when composition is enabled. Additionally, a style sheet is
|
| /OK3568_Linux_fs/app/forlinx/forlinx_qt/musicplayer/doc/src/ |
| H A D | qtwinextras-musicplayer.qdoc | 48 and the volume popup translucent and blurred. 66 The volume popup does not have a window frame so it is enough to make the 67 popup blurred when composition is enabled. Additionally, a style sheet is
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/mediaplayer/musicplayer/doc/src/ |
| H A D | qtwinextras-musicplayer.qdoc | 48 and the volume popup translucent and blurred. 66 The volume popup does not have a window frame so it is enough to make the 67 popup blurred when composition is enabled. Additionally, a style sheet is
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/musicplayer/doc/src/ |
| H A D | qtwinextras-musicplayer.qdoc | 48 and the volume popup translucent and blurred. 66 The volume popup does not have a window frame so it is enough to make the 67 popup blurred when composition is enabled. Additionally, a style sheet is
|
| /OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/ |
| H A D | qtquickcontrols2_git.bb | 13 SRC_URI += "file://0001-Revert-Get-the-scale-of-the-popup-item-when-setting-.patch"
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/ |
| H A D | 0045-desktop-shell-Disable-fullscreen-black-background-by.patch | 33 /* We can have a non-fullscreen popup for a fullscreen surface
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/ |
| H A D | 0042-desktop-shell-Disable-fullscreen-black-background-by.patch | 33 /* We can have a non-fullscreen popup for a fullscreen surface
|
| /OK3568_Linux_fs/buildroot/package/weston/ |
| H A D | 0045-desktop-shell-Disable-fullscreen-black-background-by.patch | 33 /* We can have a non-fullscreen popup for a fullscreen surface
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/config/ |
| H A D | xdmxconfig.c | 506 dmxConfigSetPopupPosition(Widget popup) in dmxConfigSetPopupPosition() argument 514 XtRealizeWidget(popup); in dmxConfigSetPopupPosition() 515 if (!XQueryPointer(XtDisplay(popup), XtWindow(popup), &t1, &t2, in dmxConfigSetPopupPosition() 521 XtVaSetValues(popup, XtNx, x, XtNy, y, NULL); in dmxConfigSetPopupPosition()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/mapviewer/ |
| H A D | mapviewer.qml | 297 mapPopupMenu.popup() 332 markerPopupMenu.popup() 402 itemPopupMenu.popup()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-xfce/recipes-panel-plugins/mount/xfce4-mount-plugin/ |
| H A D | 0001-check-for-fstab.h-during-configure.patch | 69 + /* popup notification dialog */
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/ |
| H A D | tabwidget.cpp | 413 QAbstractItemView *popup = m_lineEditCompleter->popup(); in newTab() local 414 QListView *listView = qobject_cast<QListView*>(popup); in newTab()
|
| /OK3568_Linux_fs/u-boot/scripts/kconfig/ |
| H A D | qconf.cc | 1236 QMenu* popup = Parent::createStandardContextMenu(pos); in createStandardContextMenu() local 1237 QAction* action = new QAction(_("Show Debug Info"), popup); in createStandardContextMenu() 1242 popup->addSeparator(); in createStandardContextMenu() 1243 popup->addAction(action); in createStandardContextMenu() 1244 return popup; in createStandardContextMenu()
|