Home
last modified time | relevance | path

Searched refs:icon (Results 1 – 25 of 239) sorted by relevance

12345678910

/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/
H A Dfont-awesome.min.css33icon-"],[class*=" icon-"]{font-family:FontAwesome;font-weight:normal;font-style:normal;text-decora…
H A Djquery-ui.theme.min.css5icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon
H A Djquery-ui.min.css7icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-ove…
/openbmc/webui-vue/docs/guide/components/status-icon/
H A Dreadme.md3 The StatusIcon component is used to add an icon that represents one of the
14 2. Add the `<status-icon />` tag
16 4. Add the translated text to associate with the icon
22 ## Status icon with default status
25 <status-icon />
28 ![StatusIcon default icon example](./secondary.png)
30 ## Status icon with success status
33 <status-icon :status="success" />
36 ![StatusIcon success icon example](./success.png)
38 ## Status icon with info status
[all …]
/openbmc/openbmc/poky/meta/recipes-gnome/gnome/
H A Dadwaita-icon-theme_47.0.bb1 SUMMARY = "GTK+ icon theme"
2 DESCRIPTION = "The Adwaita icon theme is the default icon theme of the GNOME desktop \
3 This package package contains an icon theme for Gtk+ 3 applications."
4 HOMEPAGE = "https://gitlab.gnome.org/GNOME/adwaita-icon-theme"
5 BUGTRACKER = "https://gitlab.gnome.org/GNOME/adwaita-icon-theme/issues"
13 inherit gnomebase allarch gtk-icon-cache
21 RREPLACES:${PN} = "gnome-icon-theme"
22 RCONFLICTS:${PN} = "gnome-icon-theme"
23 RPROVIDES:${PN} = "gnome-icon-theme"
27 FILES:${PN}-doc += "${datadir}/licenses/adwaita-icon-theme"
/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/xfce4-panel/files/
H A D0001-windowmenu-do-not-display-desktop-icon-when-no-windo.patch4 Subject: [PATCH] windowmenu: do not display desktop icon when no window is
10 * desktop icon is of no use
11 * desktop icon confuses when using showdesktop plugin
37 - plugin->icon = gtk_image_new_from_icon_name ("user-desktop", GTK_ICON_SIZE_BUTTON);
38 + plugin->icon = gtk_image_new_from_icon_name (NULL, GTK_ICON_SIZE_BUTTON);
39 gtk_container_add (GTK_CONTAINER (plugin->button), plugin->icon);
40 gtk_widget_show (plugin->icon);
58 - gtk_image_set_from_icon_name (GTK_IMAGE (icon), "user-desktop", icon_size);
59 + gtk_image_set_from_icon_name (GTK_IMAGE (icon), NULL, icon_size);
60 gtk_image_set_pixel_size (GTK_IMAGE (icon), icon_size);
[all …]
/openbmc/openbmc/poky/meta/recipes-sato/sato-icon-theme/
H A Dicon-naming-utils_0.8.90.bb2 SUMMARY = "Enables backwards compatibility with current desktop icon themes"
4 compatibility with current desktop icon themes, while migrating to the \
6 Utilities map the icon names used by the GNOME and KDE desktops to the \
7 icon names proposed in the Icon Naming Specification, and generate the \
8 icon files appropriate to the desktop environment you use. The Icon \
9 Naming Specification provides a standard list of common icon contexts \
10 and names that can be used to make icon themes work in a desktop \
17 SRC_URI = "${DEBIAN_MIRROR}/main/i/icon-naming-utils/icon-naming-utils_${PV}.orig.tar.gz"
24 sed -i -e "1s:#!.*:#!/usr/bin/env nativeperl:" ${S}/icon-name-mapping.pl.in
H A Dsato-icon-theme_git.bb1 SUMMARY = "Sato icon theme"
9 DEPENDS = "icon-naming-utils-native libxml-simple-perl-native"
11 SRC_URI = "git://git.yoctoproject.org/sato-icon-theme.git;protocol=https;branch=master"
17 inherit autotools pkgconfig allarch gtk-icon-cache perlnative
/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-art/rodent-icon-theme/
H A Drodent-icon-theme_5.0.bb1 SUMMARY = "Rodent-icon-theme (was xfce4-icon-theme) is a svg icon theme"
5 inherit allarch autotools gtk-icon-cache
12 RREPLACES:${PN} += "xfce4-icon-theme"
13 RPROVIDES:${PN} += "xfce4-icon-theme"
14 RCONFLICTS:${PN} += "xfce4-icon-theme"
/openbmc/webui-vue/docs/guide/components/buttons/
H A Dindex.md13 Add `btn-icon-only` class to the button and add `title` attribute to get helper
24 <icon-add />
25 <span>Primary with icon</span>
31 <icon-add />
34 <b-button variant="link" title="Delete" class="btn-icon-only">
35 <icon-trashcan />
47 <icon-add />
48 <span>Primary with icon</span>
54 <icon-add />
57 <b-button disabled variant="link" title="Delete" class="btn-icon-only">
[all …]
/openbmc/phosphor-webui/app/common/styles/base/
H A Dbuttons.scss47 .icon,
70 .icon-add {
92 .icon {
96 .icon {
114 .icon {
123 .icon {
127 .icon {
142 .icon {
149 .icon {
153 .icon {
[all …]
H A Dicons.scss1 .icon {
43 .icon-angle {
66 background: url(../assets/images/icon-arrow-blue.svg) center center no-repeat;
69 &.icon-as-spacer {
70 background: url(../assets/images/icon-arrow-gray.svg) center center no-repeat;
83 .status-icon {
/openbmc/openbmc/poky/meta/recipes-gnome/hicolor-icon-theme/
H A Dhicolor-icon-theme_0.18.bb1 SUMMARY = "Default icon theme that all icon themes automatically inherit from"
2 DESCRIPTION = "The hicolor-icon-theme package contains a default fallback \
3 theme for implementations of the icon theme specification."
4 HOMEPAGE = "https://www.freedesktop.org/wiki/Software/icon-theme"
10 SRC_URI = "https://icon-theme.freedesktop.org/releases/${BPN}-${PV}.tar.xz"
/openbmc/webui-vue/src/components/Global/
H A DStatusIcon.vue2 <span :class="['status-icon', status]">
3 <icon-info v-if="status === 'info'" />
4 <icon-success v-else-if="status === 'success'" />
5 <icon-warning v-else-if="status === 'warning'" />
6 <icon-danger v-else-if="status === 'danger'" />
7 <icon-secondary v-else />
40 .status-icon {
H A DTableRowAction.vue5 class="align-bottom btn-icon-only py-0 btn-link"
10 <slot name="icon">
19 class="align-bottom btn-icon-only py-0 btn-link"
24 <slot name="icon" />
31 class="align-bottom btn-icon-only py-0 btn-link"
36 <slot name="icon" />
44 :class="{ 'btn-icon-only': btnIconOnly }"
49 <slot name="icon">
H A DSearch.vue11 <icon-search class="search-icon" />
27 class="btn-icon-only input-action-btn"
31 <icon-close />
82 .search-icon {
/openbmc/webui-vue/src/env/components/AppNavigation/
H A Dintel.js36 icon: 'iconOverview', property in AppNavigationMixin.data.AnonymousClass87c7ff850101
41 icon: 'iconLogs', property in AppNavigationMixin.data.AnonymousClass87c7ff850201
58 icon: 'iconHealth', property in AppNavigationMixin.data.AnonymousClass87c7ff850501
75 icon: 'iconControl', property in AppNavigationMixin.data.AnonymousClass87c7ff850801
114 icon: 'iconSettings', property in AppNavigationMixin.data.AnonymousClass87c7ff850f01
131 icon: 'iconSecurityAndAccess', property in AppNavigationMixin.data.AnonymousClass87c7ff851201
158 icon: 'iconResourceManagement', property in AppNavigationMixin.data.AnonymousClass87c7ff851701
H A Dibm.js29 icon: 'iconOverview', property in AppNavigationMixin.data.AnonymousClassa1ee90c10101
34 icon: 'iconLogs', property in AppNavigationMixin.data.AnonymousClassa1ee90c10201
56 icon: 'iconHealth', property in AppNavigationMixin.data.AnonymousClassa1ee90c10601
73 icon: 'iconControl', property in AppNavigationMixin.data.AnonymousClassa1ee90c10901
79 icon: 'iconSettings', property in AppNavigationMixin.data.AnonymousClassa1ee90c10a01
101 icon: 'iconSecurityAndAccess', property in AppNavigationMixin.data.AnonymousClassa1ee90c10e01
133 icon: 'iconResourceManagement', property in AppNavigationMixin.data.AnonymousClassa1ee90c11401
/openbmc/webui-vue/src/components/AppNavigation/
H A DAppNavigationMixin.js35 icon: 'iconOverview', property in AppNavigationMixin.data.AnonymousClassbd1bea070101
40 icon: 'iconLogs', property in AppNavigationMixin.data.AnonymousClassbd1bea070201
62 icon: 'iconHealth', property in AppNavigationMixin.data.AnonymousClassbd1bea070601
79 icon: 'iconControl', property in AppNavigationMixin.data.AnonymousClassbd1bea070901
128 icon: 'iconSettings', property in AppNavigationMixin.data.AnonymousClassbd1bea071201
155 icon: 'iconSecurityAndAccess', property in AppNavigationMixin.data.AnonymousClassbd1bea071701
187 icon: 'iconResourceManagement', property in AppNavigationMixin.data.AnonymousClassbd1bea071d01
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-bsp/kexecboot/
H A Dkexecboot-cfg_0.2.bb2 DESCRIPTION = "Default icon and boot.cfg for kexecboot linux-as-bootloader."
7 SRC_URI = "file://icon.xpm"
35 # Specify full path for a custom icon for the menu-item.
37 # ICON=/boot/icon.xpm
54 install -m 0644 icon.xpm ${D}/boot/icon.xpm
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dgtk-icon-cache.bbclass12 GTKIC_CMD = "${@ 'gtk4-update-icon-cache' if d.getVar('GTKIC_VERSION') == '4' else 'gtk-update-icon
19 DEPENDS += "${@ '' if d.getVar('BPN') == 'hicolor-icon-theme' else 'hicolor-icon-theme' } \
68 bb.note("adding hicolor-icon-theme dependency to %s" % pkg)
69 rdepends = ' ' + d.getVar('MLPREFIX', False) + "hicolor-icon-theme"
81 bb.note("adding gtk-icon-cache postinst and postrm scripts to %s" % pkg)
/openbmc/openbmc/poky/meta/recipes-gnome/gtk+/
H A Dgtk+3_3.24.43.bb66 mv ${D}${bindir}/gtk-update-icon-cache ${D}${bindir}/gtk-update-icon-cache-3.0
82 create_wrapper ${D}/${bindir}/gtk-update-icon-cache \
88 PROVIDES += "gtk-icon-utils"
94 ${bindir}/gtk3-icon-browser \
98 ${datadir}/applications/gtk3-icon-browser.desktop \
103 FILES:${PN}:append = " ${bindir}/gtk-update-icon-cache-3.0 \
134 adwaita-icon-theme-symbolic \
148 ALTERNATIVE:${PN} = "gtk-update-icon-cache"
149 ALTERNATIVE_TARGET[gtk-update-icon-cache] = "${bindir}/gtk-update-icon-cache-3.0"
/openbmc/openbmc/poky/meta/recipes-graphics/wayland/weston-init/
H A Dweston.ini23 #lockscreen-icon=/usr/share/icons/gnome/256x256/actions/lock.png
29 #icon=/usr/share/icons/gnome/24x24/apps/utilities-terminal.png
33 #icon=/usr/share/icons/gnome/24x24/apps/utilities-terminal.png
37 #icon=/usr/share/icons/hicolor/24x24/apps/google-chrome.png
41 #icon=/usr/share/icons/gnome/24x24/apps/arts.png
/openbmc/phosphor-webui/app/common/styles/components/
H A Dtable.scss162 .sort-icon {
165 .icon {
167 & + .icon {
175 .sort-icon--descending {
178 .sort-icon--inactive {
188 .icon {
194 .icon {
203 .btn--expand .icon {
334 .icon {
/openbmc/webui-vue/src/views/HardwareStatus/Inventory/
H A DInventoryTableFans.vue18 sort-icon-left
34 <!-- Expand chevron icon -->
40 class="btn-icon-only"
43 <icon-chevron />
50 <status-icon :status="statusIcon(value)" />
56 <status-icon :status="statusStateIcon(value)" />
209 * Returns the appropriate icon based on the given status.
211 * @param {string} status - The status to determine the icon for.
212 * @return {string} The icon corresponding to the given status.

12345678910