| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/ |
| H A D | settings.ui | 3 <widget class="QDialog" name="Settings" > 17 <widget class="QDialogButtonBox" name="buttonBox" > 24 </widget> 27 <widget class="QTabWidget" name="tabWidget" > 31 <widget class="QWidget" name="tab" > 45 <widget class="QLabel" name="label_3" > 52 </widget> 55 <widget class="QLineEdit" name="homeLineEdit" /> 58 <widget class="QPushButton" name="setHomeToCurrentPageButton" > 62 </widget> [all …]
|
| H A D | cookiesexceptions.ui | 3 <widget class="QDialog" name="CookiesExceptionsDialog" > 17 <widget class="QGroupBox" name="newExceptionGroupBox" > 25 <widget class="QLabel" name="label" > 29 </widget> 32 <widget class="QLineEdit" name="domainLineEdit" /> 52 <widget class="QPushButton" name="blockButton" > 59 </widget> 62 <widget class="QPushButton" name="allowForSessionButton" > 69 </widget> 72 <widget class="QPushButton" name="allowButton" > [all …]
|
| H A D | proxy.ui | 3 <widget class="QDialog" name="ProxyDialog" > 17 <widget class="QLabel" name="iconLabel" > 21 </widget> 24 <widget class="QLabel" name="introLabel" > 31 </widget> 34 <widget class="QLabel" name="usernameLabel" > 38 </widget> 41 <widget class="QLineEdit" name="userNameLineEdit" /> 44 <widget class="QLabel" name="passwordLabel" > 48 </widget> [all …]
|
| H A D | downloaditem.ui | 3 <widget class="QWidget" name="DownloadItem" > 20 <widget class="QLabel" name="fileIcon" > 30 </widget> 35 <widget class="SqueezeLabel" native="1" name="fileNameLabel" > 45 </widget> 48 <widget class="QProgressBar" name="progressBar" > 52 </widget> 55 <widget class="SqueezeLabel" native="1" name="downloadInfoLabel" > 65 </widget> 85 <widget class="QPushButton" name="tryAgainButton" > [all …]
|
| H A D | passworddialog.ui | 3 <widget class="QDialog" name="PasswordDialog" > 19 <widget class="QLabel" name="iconLabel" > 23 </widget> 26 <widget class="QLabel" name="introLabel" > 36 </widget> 41 <widget class="QLabel" name="label" > 45 </widget> 48 <widget class="QLineEdit" name="userNameLineEdit" /> 51 <widget class="QLabel" name="lblPassword" > 55 </widget> [all …]
|
| H A D | cookies.ui | 3 <widget class="QDialog" name="CookiesDialog" > 30 <widget class="SearchLineEdit" name="search" /> 33 <widget class="EditTableView" name="cookiesTable" /> 38 <widget class="QPushButton" name="removeButton" > 42 </widget> 45 <widget class="QPushButton" name="removeAllButton" > 49 </widget> 65 <widget class="QDialogButtonBox" name="buttonBox" > 69 </widget> 74 </widget>
|
| H A D | bookmarks.ui | 3 <widget class="QDialog" name="BookmarksDialog" > 30 <widget class="SearchLineEdit" name="search" /> 33 <widget class="EditTreeView" name="tree" /> 38 <widget class="QPushButton" name="removeButton" > 42 </widget> 45 <widget class="QPushButton" name="addFolderButton" > 49 </widget> 65 <widget class="QDialogButtonBox" name="buttonBox" > 69 </widget> 74 </widget>
|
| H A D | history.ui | 3 <widget class="QDialog" name="HistoryDialog" > 30 <widget class="SearchLineEdit" name="search" /> 33 <widget class="EditTreeView" name="tree" /> 38 <widget class="QPushButton" name="removeButton" > 42 </widget> 45 <widget class="QPushButton" name="removeAllButton" > 49 </widget> 65 <widget class="QDialogButtonBox" name="buttonBox" > 69 </widget> 74 </widget>
|
| H A D | addbookmarkdialog.ui | 3 <widget class="QDialog" name="AddBookmarkDialog" > 17 <widget class="QLabel" name="label" > 27 </widget> 30 <widget class="QLineEdit" name="name" /> 33 <widget class="QComboBox" name="location" /> 49 <widget class="QDialogButtonBox" name="buttonBox" > 59 </widget> 62 </widget>
|
| H A D | downloads.ui | 3 <widget class="QDialog" name="DownloadDialog" > 23 <widget class="EditTableView" name="downloadsView" /> 28 <widget class="QPushButton" name="cleanupButton" > 35 </widget> 53 <widget class="QLabel" name="itemCount" > 57 </widget> 73 </widget>
|
| /OK3568_Linux_fs/kernel/arch/mips/sgi-ip27/ |
| H A D | ip27-xtalk.c | 26 static void bridge_platform_create(nasid_t nasid, int widget, int masterwid) in bridge_platform_create() argument 39 pr_warn("xtalk:n%d/%x bridge create out of memory\n", nasid, widget); in bridge_platform_create() 44 offset + (widget << SWIN_SIZE_BITS)); in bridge_platform_create() 47 w1_res.start = offset + (widget << SWIN_SIZE_BITS) + in bridge_platform_create() 54 pr_warn("xtalk:n%d/%x bridge create out of memory\n", nasid, widget); in bridge_platform_create() 58 pr_warn("xtalk:n%d/%x bridge failed to add platform resources.\n", nasid, widget); in bridge_platform_create() 62 pr_warn("xtalk:n%d/%x bridge failed to add platform data.\n", nasid, widget); in bridge_platform_create() 66 pr_warn("xtalk:n%d/%x bridge failed to add platform device.\n", nasid, widget); in bridge_platform_create() 74 pr_warn("xtalk:n%d/%x bridge create out of memory\n", nasid, widget); in bridge_platform_create() 79 pr_warn("xtalk:n%d/%x bridge create out of memory\n", nasid, widget); in bridge_platform_create() [all …]
|
| H A D | ip27-hubio.c | 30 unsigned long hub_pio_map(nasid_t nasid, xwidgetnum_t widget, in hub_pio_map() argument 37 return NODE_SWIN_BASE(nasid, widget) + (xtalk_addr % SWIN_SIZE); in hub_pio_map() 42 nasid, widget, xtalk_addr, size); in hub_pio_map() 66 IIO_ITTE_PUT(nasid, i, HUB_PIO_MAP_TO_MEM, widget, xtalk_addr); in hub_pio_map() 69 return NODE_BWIN_BASE(nasid, widget) + (xtalk_addr % BWIN_SIZE); in hub_pio_map() 74 nasid, widget, xtalk_addr); in hub_pio_map()
|
| /OK3568_Linux_fs/kernel/arch/mips/sgi-ip30/ |
| H A D | ip30-xtalk.c | 18 #define IP30_SWIN_BASE(widget) \ argument 19 (0x0000000010000000 | (((unsigned long)(widget)) << 24)) 21 #define IP30_RAW_SWIN_BASE(widget) (IO_BASE + IP30_SWIN_BASE(widget)) argument 39 static void bridge_platform_create(int widget, int masterwid) in bridge_platform_create() argument 51 IP30_SWIN_BASE(widget)); in bridge_platform_create() 54 w1_res.start = IP30_SWIN_BASE(widget) + in bridge_platform_create() 77 bd->bridge_addr = IP30_RAW_SWIN_BASE(widget); in bridge_platform_create() 83 bd->mem.start = IP30_SWIN_BASE(widget) + BRIDGE_DEVIO0; in bridge_platform_create() 84 bd->mem.end = IP30_SWIN_BASE(widget) + IP30_SWIN_SIZE - 1; in bridge_platform_create() 86 bd->mem_offset = IP30_SWIN_BASE(widget); in bridge_platform_create() [all …]
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/ |
| H A D | 0068-desktop-shell-Support-setting-panel-scale-in-weston..patch | 28 @@ -242,17 +243,18 @@ panel_launcher_redraw_handler(struct widget *widget, void *data) 35 cr = widget_cairo_create(launcher->panel->widget); 37 widget_get_allocation(widget, &allocation); 49 @@ -260,14 +262,15 @@ panel_launcher_redraw_handler(struct widget *widget, void *data) 67 @@ -394,6 +397,8 @@ panel_clock_redraw_handler(struct widget *widget, void *data) 76 @@ -404,11 +409,11 @@ panel_clock_redraw_handler(struct widget *widget, void *data) 79 cr = widget_cairo_create(clock->panel->widget); 90 @@ -499,8 +504,10 @@ panel_resize_handler(struct widget *widget, 102 widget_set_allocation(launcher->widget, x, y, 103 @@ -513,14 +520,14 @@ panel_resize_handler(struct widget *widget, [all …]
|
| /OK3568_Linux_fs/buildroot/package/weston/ |
| H A D | 0068-desktop-shell-Support-setting-panel-scale-in-weston..patch | 28 @@ -242,17 +243,18 @@ panel_launcher_redraw_handler(struct widget *widget, void *data) 35 cr = widget_cairo_create(launcher->panel->widget); 37 widget_get_allocation(widget, &allocation); 49 @@ -260,14 +262,15 @@ panel_launcher_redraw_handler(struct widget *widget, void *data) 67 @@ -394,6 +397,8 @@ panel_clock_redraw_handler(struct widget *widget, void *data) 76 @@ -404,11 +409,11 @@ panel_clock_redraw_handler(struct widget *widget, void *data) 79 cr = widget_cairo_create(clock->panel->widget); 90 @@ -499,8 +504,10 @@ panel_resize_handler(struct widget *widget, 102 widget_set_allocation(launcher->widget, x, y, 103 @@ -513,14 +520,14 @@ panel_resize_handler(struct widget *widget, [all …]
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/ |
| H A D | 0069-desktop-shell-Support-setting-panel-scale-in-weston..patch | 28 @@ -242,17 +243,18 @@ panel_launcher_redraw_handler(struct widget *widget, void *data) 35 cr = widget_cairo_create(launcher->panel->widget); 37 widget_get_allocation(widget, &allocation); 49 @@ -260,14 +262,15 @@ panel_launcher_redraw_handler(struct widget *widget, void *data) 67 @@ -394,6 +397,8 @@ panel_clock_redraw_handler(struct widget *widget, void *data) 76 @@ -404,11 +409,11 @@ panel_clock_redraw_handler(struct widget *widget, void *data) 79 cr = widget_cairo_create(clock->panel->widget); 90 @@ -499,8 +504,10 @@ panel_resize_handler(struct widget *widget, 102 widget_set_allocation(launcher->widget, x, y, 103 @@ -513,14 +520,14 @@ panel_resize_handler(struct widget *widget, [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-gnome/gtk+/gtk+/ |
| H A D | toggle-font.diff | 58 +on_widget_style_set (GtkWidget *widget, GtkStyle *previous, gpointer user_data) 65 + context = gtk_widget_get_pango_context (widget); 67 + widget->style->font_desc, 80 GtkWidget *widget, 88 + } else if (priv->cached_widget != widget) { 90 + g_object_remove_weak_pointer (widget, &priv->cached_widget); 93 + priv->cached_widget = widget; 94 + g_object_add_weak_pointer (widget, &priv->cached_widget); 95 + g_signal_connect (widget, "style-set", on_widget_style_set, priv); 97 + on_widget_style_set (widget, NULL, priv);
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/css/ |
| H A D | jquery-ui.theme.min.css | 5 …widget{font-family:Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-wid…
|
| H A D | jquery-ui.min.css | 7 …widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-datepicker{width:17em;paddin…
|
| /OK3568_Linux_fs/yocto/meta-browser/meta-firefox/recipes-browser/firefox/firefox/debian-hacks/ |
| H A D | Use-remoting-name-for-call-to-gdk_set_program_class.patch | 9 widget/gtk/nsAppShell.cpp | 7 +++---- 12 diff --git a/widget/gtk/nsAppShell.cpp b/widget/gtk/nsAppShell.cpp 14 --- a/widget/gtk/nsAppShell.cpp 15 +++ b/widget/gtk/nsAppShell.cpp 23 #include "mozilla/widget/ScreenManager.h" 29 - mozilla::widget::WidgetUtils::GetBrandShortName(brandName);
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/progressbar/ |
| H A D | progressbar.py | 203 for index, widget in enumerate(self.widgets): 204 if isinstance(widget, widgets.WidgetHFill): 205 result.append(widget) 208 widget = widgets.format_updatable(widget, self) 209 result.append(widget) 210 width -= len(widget) 218 widget = result[index].update(self, portion) 219 width -= len(widget) 220 result[index] = widget
|
| /OK3568_Linux_fs/app/qsetting/ |
| H A D | basewidget.cpp | 41 void BaseWidget::setWidgetFontBold(QWidget *widget) in setWidgetFontBold() argument 43 QFont font = widget->font(); in setWidgetFontBold() 45 widget->setFont(font); in setWidgetFontBold() 48 void BaseWidget::setWidgetFontSize(QWidget *widget, int size) in setWidgetFontSize() argument 50 QFont font = widget->font(); in setWidgetFontSize() 52 widget->setFont(font); in setWidgetFontSize()
|
| /OK3568_Linux_fs/yocto/meta-browser/meta-firefox/recipes-browser/firefox/firefox/fixes/ |
| H A D | 0001-Enable-to-suppress-multiple-compositors.patch | 12 widget/nsBaseWidget.cpp | 7 +++++++ 15 diff --git a/widget/nsBaseWidget.cpp b/widget/nsBaseWidget.cpp 17 --- a/widget/nsBaseWidget.cpp 18 +++ b/widget/nsBaseWidget.cpp 26 namespace widget {
|
| /OK3568_Linux_fs/yocto/meta-browser/meta-firefox/recipes-browser/firefox/firefox/porting/ |
| H A D | Work-around-Debian-bug-844357.patch | 7 widget/gtk/mozgtk/gtk3/moz.build | 4 ++++ 10 diff --git a/widget/gtk/mozgtk/gtk3/moz.build b/widget/gtk/mozgtk/gtk3/moz.build 12 --- a/widget/gtk/mozgtk/gtk3/moz.build 13 +++ b/widget/gtk/mozgtk/gtk3/moz.build
|
| /OK3568_Linux_fs/yocto/meta-browser/meta-firefox/recipes-browser/firefox/firefox/wayland/ |
| H A D | 0001-Bug-1745560-Add-missing-stub-for-wl_proxy_marshal_fl.patch | 10 widget/gtk/mozwayland/mozwayland.c | 7 +++++++ 13 diff --git a/widget/gtk/mozwayland/mozwayland.c b/widget/gtk/mozwayland/mozwayland.c 15 --- a/widget/gtk/mozwayland/mozwayland.c 16 +++ b/widget/gtk/mozwayland/mozwayland.c
|