Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gtk/theme/Makefile.am24
-rw-r--r--gtk/theme/gtkrc-contrast.em554
-rw-r--r--gtk3/theme/gtk-widgets.css.em16
-rwxr-xr-x[-rw-r--r--]icons/scalable/actions/Makefile.am2
-rw-r--r--icons/scalable/actions/select-all.svg80
-rw-r--r--icons/scalable/actions/select-none.svg72
-rw-r--r--icons/scalable/device/Makefile.am7
-rw-r--r--icons/scalable/device/computer-error.svg11
-rw-r--r--icons/scalable/device/computer-happy.svg13
-rw-r--r--icons/scalable/device/computer-normal.svg11
-rw-r--r--icons/scalable/device/computer-sad.svg11
-rw-r--r--icons/scalable/device/virtualkeyboard.svg140
-rw-r--r--icons/scalable/emblems/Makefile.am25
-rw-r--r--icons/scalable/emblems/emblem-checked.svg38
-rw-r--r--icons/scalable/emblems/emblem-neighborhood-shared.svg17
-rw-r--r--icons/scalable/emblems/emblem-unchecked.svg10
16 files changed, 1017 insertions, 14 deletions
diff --git a/gtk/theme/Makefile.am b/gtk/theme/Makefile.am
index a6b0bd8..2940ccc 100644
--- a/gtk/theme/Makefile.am
+++ b/gtk/theme/Makefile.am
@@ -6,13 +6,25 @@ sugar-100.gtkrc: gtkrc.em
$(srcdir)/em.py -p $$ -D scaling=\'100\' $(srcdir)/gtkrc.em > \
$(top_builddir)/gtk/theme/sugar-100.gtkrc
+sugar-72-contrast.gtkrc: gtkrc-contrast.em
+ $(srcdir)/em.py -p $$ -D scaling=\'72\' $(srcdir)/gtkrc-contrast.em > \
+ $(top_builddir)/gtk/theme/sugar-72-contrast.gtkrc
+
+sugar-100-contrast.gtkrc: gtkrc-contrast.em
+ $(srcdir)/em.py -p $$ -D scaling=\'100\' $(srcdir)/gtkrc-contrast.em > \
+ $(top_builddir)/gtk/theme/sugar-100-contrast.gtkrc
+
clean:
$(RM) sugar-72.gtkrc
$(RM) sugar-100.gtkrc
+ $(RM) sugar-72-contrast.gtkrc
+ $(RM) sugar-100-contrast.gtkrc
GTKRC_FILES = \
sugar-72.gtkrc \
- sugar-100.gtkrc
+ sugar-100.gtkrc \
+ sugar-100-contrast.gtkrc \
+ sugar-72-contrast.gtkrc
install-data-local: $(GTKRC_FILES)
$(mkinstalldirs) $(DESTDIR)$(datadir)/themes/sugar-72/gtk-2.0
@@ -21,10 +33,18 @@ install-data-local: $(GTKRC_FILES)
$(mkinstalldirs) $(DESTDIR)$(datadir)/themes/sugar-100/gtk-2.0
$(INSTALL_DATA) $(top_builddir)/gtk/theme/sugar-100.gtkrc \
$(DESTDIR)$(datadir)/themes/sugar-100/gtk-2.0/gtkrc
+ $(mkinstalldirs) $(DESTDIR)$(datadir)/themes/sugar-72-contrast/gtk-2.0
+ $(INSTALL_DATA) $(top_builddir)/gtk/theme/sugar-72-contrast.gtkrc \
+ $(DESTDIR)$(datadir)/themes/sugar-72-contrast/gtk-2.0/gtkrc
+ $(mkinstalldirs) $(DESTDIR)$(datadir)/themes/sugar-100-contrast/gtk-2.0
+ $(INSTALL_DATA) $(top_builddir)/gtk/theme/sugar-100-contrast.gtkrc \
+ $(DESTDIR)$(datadir)/themes/sugar-100-contrast/gtk-2.0/gtkrc
uninstall-local:
rm -rf $(DESTDIR)$(datadir)/themes/sugar-72/gtk-2.0
rm -rf $(DESTDIR)$(datadir)/themes/sugar-100/gtk-2.0
+ rm -rf $(DESTDIR)$(datadir)/themes/sugar-100-contrast/gtk-2.0
+ rm -rf $(DESTDIR)$(datadir)/themes/sugar-72-contrast/gtk-2.0
-EXTRA_DIST = em.py gtkrc.em
+EXTRA_DIST = em.py gtkrc.em gtkrc-contrast.em
CLEANFILES = $(GTKRC_FILES)
diff --git a/gtk/theme/gtkrc-contrast.em b/gtk/theme/gtkrc-contrast.em
new file mode 100644
index 0000000..a38063c
--- /dev/null
+++ b/gtk/theme/gtkrc-contrast.em
@@ -0,0 +1,554 @@
+${
+import math
+
+def my_floor(num):
+ return int(math.floor(num))
+
+def my_ceil(num):
+ return int(math.ceil(num))
+
+
+# Should we set the line width in the engine to 2.25, and draw non pixel aligned lines?
+# Are these already the correct sizes for the XO?
+
+# These sizes need to be sanity checked ...
+if scaling == "100":
+ xo = True
+ icon_base = 11
+else: # About 72% of the XO size, adjusted so that eg. toolbuttons work
+ xo = False
+ icon_base = 8 # 7.92
+
+}
+${
+icon_small = icon_base * 3
+icon_large = icon_base * 5
+
+small_icons = [ "gtk-menu", "gtk-dnd", "gtk-small-toolbar", "gtk-button" ]
+large_icons = [ "gtk-large-toolbar" ]
+
+icon_sizes = []
+for icon in small_icons:
+ icon_sizes += [icon + "=" + str(icon_small) + ',' + str(icon_small)]
+for icon in large_icons:
+ icon_sizes += [icon + "=" + str(icon_large) + ',' + str(icon_large)]
+
+icon_sizes = ":".join(icon_sizes)
+
+}
+gtk-icon-sizes="$icon_sizes"
+
+style "default"
+{
+ engine "hcengine" {
+ edge_thickness = 2
+ }
+
+ xthickness = 2
+ ythickness = 2
+
+# For Java Desktop System
+ PanelMenu::stripe-gradient-top = "#000033"
+ PanelMenu::stripe-gradient-bottom = "#000033"
+
+ GtkWidget::interior-focus = 1
+ GtkWidget::wide-separators = 0
+ GtkWidget::separator-height = 2
+ GtkWidget::separator-width = 2
+ GtkRange::activate-slider = 1
+ GtkArrow::arrow-size = 1.0
+ GtkToolbar::shadow-type = GTK_SHADOW_NONE
+ GtkToolbar::space-size = 30
+ GtkProgressBar::min-horizontal-bar-height = 15
+ GtkProgressBar::min-vertical-bar-width = 15
+
+ GtkWidget::link-color = "#FFFFFF"
+ GtkWidget::visited-link-color = "#FFCCFF"
+ GtkWidget::focus-line-pattern = "\4\2"
+ GtkWidget::focus-line-width = 5
+ GtkHSV::focus-line-pattern = "\0"
+ GtkWidget::interior_focus = 1
+ GtkWidget::focus-padding = 0
+ GtkEntry::cursor_color = "#FF0000"
+ GtkTextView::cursor_color = "#FF0000"
+ EelEditableLabel::cursor_color = "#FF0000"
+ GtkTextView::cursor_aspect_ratio = 0.3
+ GtkEntry::cursor_aspect_ratio = 0.3
+ EelEditableLabel::cursor_aspect_ratio = 0.3
+ NautilusIconContainer::frame_text = 1
+ GtkTreeView::expander-size = 32
+ GtkRange::stepper-size = 20
+
+
+ GtkCheckButton::indicator-size = 25
+
+ fg[NORMAL] = "#FFFFFF"
+ text[NORMAL] = "#FFFFFF"
+ bg[NORMAL] = "#000033"
+ base[NORMAL] = "#000033"
+
+ fg[INSENSITIVE] = "#999999"
+ bg[INSENSITIVE] = "#333333"
+ text[INSENSITIVE] = "#999999"
+ base[INSENSITIVE] = "#333333"
+
+ fg[PRELIGHT] = "#000000"
+ text[PRELIGHT] = "#003333"
+ bg[PRELIGHT] = "#CCCC00"
+ base[PRELIGHT] = "#FFFFFF"
+
+ fg[ACTIVE] = "#FFFFFF"
+ text[ACTIVE] = "#000000"
+ bg[ACTIVE] = "#666699"
+ base[ACTIVE] = "#CCCC00"
+
+ fg[SELECTED] = "#000033"
+ text[SELECTED] = "#000033"
+ bg[SELECTED] = "#FFFFFF"
+ base[SELECTED] = "#CCCC00"
+
+
+}
+
+class "GtkWidget" style "default"
+
+style "panel-icons"
+{
+
+}
+class "GtkWidget" style "panel-icons"
+style "media-icons"
+{
+
+}
+class "GtkWidget" style "media-icons"
+
+###########widget - details
+
+style "window"
+{
+
+}
+
+style "window-child"
+{
+
+}
+
+style "white-bg"
+{
+
+}
+
+style "white-bg-child"
+{
+
+}
+
+style "black-bg"
+{
+
+}
+
+style "black-bg-child"
+{
+
+}
+
+
+style "groupbox-panel"
+{
+
+}
+
+style "groupbox-panel-child"
+{
+
+}
+
+style "groupbox-palette"
+{
+
+}
+
+style "groupbox-palette-child"
+{
+
+}
+
+style "menu"
+{
+ bg[PRELIGHT] = "#000033"
+
+ GtkMenu::scroll-arrow-vlength = 25
+ GtkMenu::horizontal-padding = 2
+ GtkMenu::vertical-padding = 2
+ # This means the outline of the submenu overlaps with a palette.
+ # However in the case of two normal menus, they are next to each other.
+ # It is not possible to be smarter about this, because the style comes from
+ # the submenu.
+ GtkMenu::horizontal-offset = 0
+ GtkMenu::vertical-offset = 0
+
+ xthickness = 0
+ ythickness = 0
+}
+
+style "palette-menu" = "menu"
+{
+ GtkMenu::horizontal-padding = 0
+ GtkMenu::vertical-padding = 0
+
+ xthickness = 0
+ ythickness = 15
+
+ fg[NORMAL]="#FFFFFF"
+}
+
+# Can this all be moved in the menuitem style?
+style "menu-child"
+{
+ fg[NORMAL]="#FFFFFF"
+ base[NORMAL] = "#FFFFFF"
+
+}
+
+
+
+#########################################################
+#########################################################
+
+
+style "textview"
+{
+ text[NORMAL]="#000000"
+ base[NORMAL]="#FFFFFF"
+
+ GtkTextView::interior-focus = 1
+}
+
+style "scrollbar"
+{
+ fg[NORMAL]="#FFFFFF"
+ fg[ACTIVE]="#FFFFFF"
+ base[NORMAL]="#FFFFFF"
+ base[ACTIVE]="#FFFFFF"
+}
+
+# hints for the trough padding hacks
+# We cannot go trough GTK+, as we don't want a padding on all sides, but only one
+# If we wanted padding on all sides, trough-border would work great.
+style "hscrollbar" = "scrollbar"
+{
+
+}
+
+style "vscrollbar" = "scrollbar"
+{
+
+}
+
+style "hscrollbar-scrolled-window"
+{
+
+}
+
+style "vscrollbar-scrolled-window"
+{
+
+}
+
+style "scale"
+{
+ GtkWidget::focus-line-width = 0
+
+ fg[NORMAL]="#FFFFFF"
+ fg[ACTIVE]="#FFFFFF"
+
+ # "square" slider (really round of course)
+ # Same as indicator-size?
+ GtkRange::slider-width = 32
+ GtkScale::slider-length = 32
+ GtkRange::trough-border = 0
+ GtkRange::stepper-spacing = 0
+ GtkRange::trough-side-details = 1
+}
+
+# hints for the trough sizing hacks
+style "hscale" = "scale"
+{
+
+}
+
+style "vscale" = "scale"
+{
+
+}
+
+style "spinbutton"
+{
+ xthickness = 15
+ ythickness = 7
+ GtkWidget::focus-line-width = 0
+}
+
+
+style "frame"
+{
+
+}
+
+style "notebook-tab"
+{
+ fg[NORMAL] = "#FFFFFF"
+}
+
+style "notebook-panel"
+{
+ fg[NORMAL] = "#FFFFFF"
+}
+
+style "toolbox-notebook"
+{
+ fg[NORMAL] = "#FFFFFF"
+}
+
+style "toolbutton"
+{
+ fg[NORMAL] = "#FFFFFF"
+}
+
+style "separatortoolbutton"
+{
+ fg[NORMAL] = "#FFFFFF"
+}
+
+style "toolbar"
+{
+
+}
+
+style "toolbox"
+{
+ fg[NORMAL] = "#000033"
+}
+
+style "panel"
+{
+
+}
+
+style "entry"
+{
+ fg[NORMAL] = "#000000"
+ base[NORMAL] = "#FFFFFF"
+ text[NORMAL] = "#000000"
+}
+
+style "button"
+{
+ fg[NORMAL] = "#FFFFFF"
+}
+
+style "combobox"
+{
+ base[NORMAL] = "#FFFFFF"
+}
+
+style "comboboxentry"
+{
+ fg[NORMAL]="#FFFFFF"
+}
+
+style "checkbutton"
+{
+ fg[NORMAL] = "#FFFFFF"
+}
+
+style "progressbar"
+{
+
+}
+
+style "menuitem"
+{
+ GtkMenuItem::horizontal-padding = 0
+ GtkMenuItem::arrow-spacing = 15
+ GtkMenuItem::toggle-spacing = 15
+
+ fg[NORMAL] = "#FFFFFF"
+
+ xthickness = 15
+ ythickness = 10
+}
+
+style "checkmenuitem"
+{
+ GtkCheckMenuItem::indicator-size = 26
+ GtkMenuItem::toggle-spacing = 10
+}
+
+style "imagemenuitem"
+{
+
+}
+
+style "separatormenuitem"
+{
+ fg[NORMAL] = "#FFFFFF"
+
+ GtkWidget::wide-separators = 1
+ GtkWidget::separator-height = 30
+
+ ythickness = 0
+ xthickness = 0
+}
+
+style "trayicon"
+{
+
+}
+
+style "parent-bg"
+{
+ fg[NORMAL]="#FFFFFF"
+ engine "sugar" {
+ bg[NORMAL] = parent_bg_color
+ bg[INSENSITIVE] = parent_bg_color
+ }
+}
+
+style "label"{
+ fg[NORMAL]="#FFFFFF"
+}
+style "hseparator"{
+ fg[NORMAL]="#FFFFFF"
+}
+style "white_treeview"{
+ fg[NORMAL]="#000000"
+ /* base[NORMAL]="#000000" */
+ text[NORMAL]="#000000"
+ /* bg[NORMAL]="#000000" */
+}
+
+####################################################################
+# Default style, setting some generic options and style properties
+####################################################################
+class "GtkWidget" style "default"
+
+
+####################################################################
+# Styles that apply the different background (and foreground) colors
+####################################################################
+
+# This one should probably be the default (ie. no window-child style)
+widget_class "<GtkWindow>" style "window"
+widget_class "<GtkWindow>*" style "window-child"
+
+widget_class "*<SugarAlert>" style "black-bg"
+widget_class "*<SugarAlert>*" style "black-bg-child"
+
+widget_class "*<SugarSectionView>" style "white-bg"
+widget_class "*<SugarSectionView>*" style "white-bg-child"
+
+
+# The notebook is very high, so that everything is overriden
+# Only the color of the tab labels needs to be modified inside the
+# notebooks in this style (and the widget itself).
+# Assume that there is either just a normal label in the notebook tab, or
+# it is inside a GtkBox (H- or VBox) together with eg. a close button.
+widget_class "*<GtkNotebook>" style "notebook-tab"
+widget_class "*<GtkNotebook>.<GtkLabel>" style "notebook-tab"
+widget_class "*<GtkNotebook>.<GtkBox>.<GtkLabel>" style "notebook-tab"
+
+
+# SugarPalette and Menu
+widget_class "*<GtkMenu>" style "menu"
+widget_class "<SugarPalette>" style "menu"
+widget_class "<SugarPalette>.*" style "menu-child"
+widget_class "<SugarPalette>*<GtkMenu>" style "palette-menu"
+widget_class "*<GtkMenuShell>.*" style "menu-child"
+
+# SugarFrameWindow
+widget_class "*<SugarFrameWindow>*" style "frame"
+
+# SugarPanel
+widget_class "*<SugarPanel>*" style "panel"
+
+
+# GroupBoxes (don't set bg[NORMAL] on the widget itself)
+widget_class "<GtkWindow>*<SugarGroupBox>*" style "groupbox-panel-child"
+
+widget_class "<GtkWindow>*<GtkNotebook>*" style "groupbox-panel-child"
+widget_class "<GtkWindow>*<GtkNotebook>" style "notebook-panel"
+
+
+widget_class "<SugarPalette>*<SugarGroupBox>*" style "groupbox-palette-child"
+
+
+# SugarToolbox
+#widget_class "*<SugarToolbox>" style "toolbox"
+#widget_class "*<SugarToolbox>*" style "toolbox-child"
+#widget_class "*<SugarToolbox>*<GtkEventBox>" style "toolbox"
+#widget_class "*<SugarToolbox>*<GtkLayout>" style "toolbox"
+widget_class "*<SugarToolbox>*" style "toolbox"
+widget_class "*<GtkToolbar>*" style "toolbox"
+widget_class "*<SugarToolbox>.<GtkNotebook>" style "toolbox-notebook"
+
+
+####################################################################
+# Normal widget styles, using the above things
+####################################################################
+# The following only uses widget_class matches to get the priority
+# right. An alternative would be to lower the priority of the
+# background matches (which need widget_class) to eg. "application"
+
+widget_class "*<GtkMenuItem>*" style "menuitem"
+widget_class "*<GtkCheckMenuItem>" style "checkmenuitem"
+widget_class "*<GtkImageMenuItem>" style "imagemenuitem"
+widget_class "*<GtkSeparatorMenuItem>*" style "separatormenuitem"
+
+# Buttons and Combos
+widget_class "*<GtkButton>*" style "button"
+widget_class "*<GtkCheckButton>*" style "checkbutton"
+widget_class "*<GtkComboBox>*" style "combobox"
+widget_class "*<GtkComboBoxEntry>*" style "comboboxentry"
+widget_class "*<GtkCombo>*" style "comboboxentry"
+
+# Entries
+widget_class "*<GtkEntry>" style "entry"
+widget_class "*<GtkSpinButton>" style "spinbutton"
+widget_class "*<GtkTextView>" style "textview"
+
+
+# Misc widgets
+widget_class "*<GtkHScrollbar>" style "hscrollbar"
+widget_class "*<GtkVScrollbar>" style "vscrollbar"
+widget_class "*<GtkHScale>" style "hscale"
+widget_class "*<GtkVScale>" style "vscale"
+widget_class "*<GtkProgressBar>" style "progressbar"
+
+# Scrolled window scrollbars
+widget_class "*<GtkScrolledWindow>.<GtkVScrollbar>" style "vscrollbar-scrolled-window"
+widget_class "*<GtkScrolledWindow>.<GtkHScrollbar>" style "hscrollbar-scrolled-window"
+
+# Toolbar
+widget_class "*<GtkToolButton>*" style "toolbutton"
+widget_class "*<GtkSeparatorToolItem>*" style "separatortoolbutton"
+widget_class "*<GtkToolbar>" style "toolbar"
+
+# Tray
+widget_class "*<SugarTrayIcon>*" style "trayicon"
+
+# Widgets that should get the background color from the parent
+widget_class "*<GtkEventBox>" style "parent-bg"
+widget_class "*<GtkLayout>" style "parent-bg"
+widget_class "*<GtkViewport>" style "parent-bg"
+widget_class "*<GtkDrawingArea>" style "parent-bg"
+widget_class "*<GtkScrolledWindow>" style "parent-bg"
+
+widget_class "*<GtkLabel>*" style "label"
+widget_class "*<GtkHSeparator>*" style "hseparator"
+
+widget_class "*<JournalTreeView>*" style "white_treeview"
+widget_class "*<SugarActivitiesTreeView>*" style "white_treeview"
diff --git a/gtk3/theme/gtk-widgets.css.em b/gtk3/theme/gtk-widgets.css.em
index e2d376a..7b65a52 100644
--- a/gtk3/theme/gtk-widgets.css.em
+++ b/gtk3/theme/gtk-widgets.css.em
@@ -275,6 +275,11 @@ GtkTreeView row:nth-child(odd) {
color: @black;
}
+.view:insensitive {
+ background-color: @white;
+ color: @black;
+}
+
.entry:selected,
.entry:selected:focused,
.view:selected:focused {
@@ -840,3 +845,14 @@ EvView:selected,
ApDocView:selected {
background-color: @selection_grey;
}
+
+/* Application specific properties */
+
+EvView {
+ background-color: @panel_grey;
+}
+
+EvView:selected,
+ApDocView:selected {
+ background-color: @selection_grey;
+}
diff --git a/icons/scalable/actions/Makefile.am b/icons/scalable/actions/Makefile.am
index ed8a433..a0ae900 100644..100755
--- a/icons/scalable/actions/Makefile.am
+++ b/icons/scalable/actions/Makefile.am
@@ -69,6 +69,8 @@ icon_DATA = \
media-seek-forward.svg \
row-insert.svg \
row-remove.svg \
+ select-all.svg \
+ select-none.svg \
system-logout.svg \
system-restart.svg \
system-search.svg \
diff --git a/icons/scalable/actions/select-all.svg b/icons/scalable/actions/select-all.svg
new file mode 100644
index 0000000..f1c29a9
--- /dev/null
+++ b/icons/scalable/actions/select-all.svg
@@ -0,0 +1,80 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+ xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ enable-background="new 0 0 55 54.696"
+ height="54.696px"
+ version="1.1"
+ viewBox="0 0 55 54.696"
+ width="55px"
+ x="0px"
+ xml:space="preserve"
+ y="0px"
+ id="svg2"
+ inkscape:version="0.48.1 r9760"
+ sodipodi:docname="select-all.svg"><metadata
+ id="metadata13"><rdf:RDF><cc:Work
+ rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><defs
+ id="defs11"><linearGradient
+ id="linearGradient5208"
+ osb:paint="solid"><stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop5210" /></linearGradient><linearGradient
+ id="linearGradient3758"
+ osb:paint="solid"><stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop3760" /></linearGradient></defs><sodipodi:namedview
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1"
+ objecttolerance="10"
+ gridtolerance="10"
+ guidetolerance="10"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:window-width="1366"
+ inkscape:window-height="693"
+ id="namedview9"
+ showgrid="false"
+ inkscape:zoom="5.4300132"
+ inkscape:cx="21.684358"
+ inkscape:cy="27.348"
+ inkscape:window-x="0"
+ inkscape:window-y="25"
+ inkscape:window-maximized="1"
+ inkscape:current-layer="svg2" /><rect
+ style="fill:none;stroke:#ffffff;stroke-width:3.0;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
+ id="rect5214"
+ width="36.219181"
+ height="42.29937"
+ x="9.3664637"
+ y="6.4843678" /><rect
+ style="fill:none;stroke:#ffffff;stroke-width:3.0;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
+ id="rect5216"
+ width="9.9359331"
+ height="9.7244711"
+ x="14.04011"
+ y="13.671784" /><rect
+ style="fill:none;stroke:#ffffff;stroke-width:3.0;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
+ id="rect5216-4"
+ width="9.9359331"
+ height="9.7244711"
+ x="14.10379"
+ y="32.684673" /><path
+ style="fill:none;stroke:#ffffff;stroke-width:3.0;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
+ d="m 29.44008,18.968646 3.683233,3.683232 6.629818,-9.20808"
+ id="path5298"
+ inkscape:connector-curvature="0" /><path
+ style="fill:none;stroke:#ffffff;stroke-width:3.0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 29.834181,38.83604 3.683233,3.683232 6.629818,-9.20808"
+ id="path5298-0"
+ inkscape:connector-curvature="0" /></svg>
diff --git a/icons/scalable/actions/select-none.svg b/icons/scalable/actions/select-none.svg
new file mode 100644
index 0000000..0427384
--- /dev/null
+++ b/icons/scalable/actions/select-none.svg
@@ -0,0 +1,72 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+ xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ enable-background="new 0 0 55 54.696"
+ height="54.696px"
+ version="1.1"
+ viewBox="0 0 55 54.696"
+ width="55px"
+ x="0px"
+ xml:space="preserve"
+ y="0px"
+ id="svg2"
+ inkscape:version="0.48.1 r9760"
+ sodipodi:docname="select-all.svg"><metadata
+ id="metadata13"><rdf:RDF><cc:Work
+ rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
+ id="defs11"><linearGradient
+ id="linearGradient5208"
+ osb:paint="solid"><stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop5210" /></linearGradient><linearGradient
+ id="linearGradient3758"
+ osb:paint="solid"><stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop3760" /></linearGradient></defs><sodipodi:namedview
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1"
+ objecttolerance="10"
+ gridtolerance="10"
+ guidetolerance="10"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:window-width="1366"
+ inkscape:window-height="693"
+ id="namedview9"
+ showgrid="false"
+ inkscape:zoom="5.4300132"
+ inkscape:cx="-2.978747"
+ inkscape:cy="27.348"
+ inkscape:window-x="0"
+ inkscape:window-y="25"
+ inkscape:window-maximized="1"
+ inkscape:current-layer="svg2" /><rect
+ style="fill:none;stroke:#ffffff;stroke-width:3.0;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
+ id="rect5214"
+ width="36.219181"
+ height="42.29937"
+ x="9.3664637"
+ y="6.4843678" /><rect
+ style="fill:none;stroke:#ffffff;stroke-width:3.0;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
+ id="rect5216"
+ width="9.9359331"
+ height="9.7244711"
+ x="14.04011"
+ y="13.671784" /><rect
+ style="fill:none;stroke:#ffffff;stroke-width:3.0;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
+ id="rect5216-4"
+ width="9.9359331"
+ height="9.7244711"
+ x="14.10379"
+ y="32.684673" /></svg>
diff --git a/icons/scalable/device/Makefile.am b/icons/scalable/device/Makefile.am
index 7812ff4..8b3b01c 100644
--- a/icons/scalable/device/Makefile.am
+++ b/icons/scalable/device/Makefile.am
@@ -39,6 +39,10 @@ icon_DATA = \
camera-external.svg \
camera.svg \
computer.svg \
+ computer-error.svg \
+ computer-happy.svg \
+ computer-normal.svg \
+ computer-sad.svg \
computer-xo.svg \
drive.svg \
drive-harddisk.svg \
@@ -94,7 +98,8 @@ icon_DATA = \
speaker-muted-100.svg \
touchpad-capacitive.svg \
touchpad-resistive.svg \
- user-documents.svg
+ user-documents.svg \
+ virtualkeyboard.svg
EXTRA_DIST = $(icon_DATA)
diff --git a/icons/scalable/device/computer-error.svg b/icons/scalable/device/computer-error.svg
new file mode 100644
index 0000000..ca280d3
--- /dev/null
+++ b/icons/scalable/device/computer-error.svg
@@ -0,0 +1,11 @@
+<?xml version="1.0" ?>
+<!-- Created with Inkscape (http://www.inkscape.org/) --><!DOCTYPE svg
+ PUBLIC '-//W3C//DTD SVG 1.1//EN'
+ 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd' [
+ <!ENTITY stroke_color "#010101">
+ <!ENTITY fill_color "#ffffff">
+]>
+<svg height="55" id="Layer_1" version="1.1" viewBox="0 0 55 55" width="55" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg"><defs id="defs9"/><g id="computer" style="display:block">
+ <path d="m 51.322,41.549 h 0.002 l -0.022,-0.018 c -0.15,-0.109 -12.64,-7.878 -12.64,-7.878 V 9.734 c 0,-1.618 -1.31,-2.932 -2.929,-2.932 h -30.9 c -1.619,0 -2.931,1.314 -2.931,2.932 v 26.313 c 0,1.096 0.608,2.037 1.498,2.541 l -0.02,0.004 14.603,9.102 c 0.691,0.436 1.528,0.688 2.428,0.688 h 28.212 c 2.352,0 4.278,-1.733 4.278,-3.85 10e-4,-1.202 -0.618,-2.275 -1.579,-2.983 z" id="module-about_x5F_my_x5F_xo" style="fill:&fill_color;;stroke:&stroke_color;;stroke-width:3.48670006;stroke-linejoin:round"/>
+ <path d="m 7.604,13.446 c 0,-0.616 0.504,-1.12 1.12,-1.12 h 23.117 c 0.615,0 1.118,0.503 1.118,1.12 v 16.499 c 0,0.614 -0.503,1.122 -1.118,1.122 H 8.723 c -0.615,0 -1.12,-0.508 -1.12,-1.122 l 0.001,-16.499 0,0 z" id="path5" style="fill:&stroke_color;"/>
+</g><g id="g3651"><g id="g3603" transform="matrix(0.80645161,0,0,0.80645161,10.129032,3.6774194)"><path d="m 42,7 12,12 0,0" id="path3599" style="fill:none;stroke:&stroke_color;;stroke-width:3.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"/><path d="M 42,19 54,7" id="path3601" style="fill:none;stroke:&stroke_color;;stroke-width:3.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"/></g></g></svg> \ No newline at end of file
diff --git a/icons/scalable/device/computer-happy.svg b/icons/scalable/device/computer-happy.svg
new file mode 100644
index 0000000..99e97e2
--- /dev/null
+++ b/icons/scalable/device/computer-happy.svg
@@ -0,0 +1,13 @@
+<?xml version="1.0" ?>
+<!-- Created with Inkscape (http://www.inkscape.org/) --><!DOCTYPE svg
+ PUBLIC '-//W3C//DTD SVG 1.1//EN'
+ 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd' [
+ <!ENTITY stroke_color "#010101">
+ <!ENTITY fill_color "#ffffff">
+]>
+<svg height="55" id="Layer_1" version="1.1" viewBox="0 0 55 55" width="55" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg"><defs id="defs9"/><g id="computer" style="display:block">
+ <path d="m 51.322,41.549 h 0.002 l -0.022,-0.018 c -0.15,-0.109 -12.64,-7.878 -12.64,-7.878 V 9.734 c 0,-1.618 -1.31,-2.932 -2.929,-2.932 h -30.9 c -1.619,0 -2.931,1.314 -2.931,2.932 v 26.313 c 0,1.096 0.608,2.037 1.498,2.541 l -0.02,0.004 14.603,9.102 c 0.691,0.436 1.528,0.688 2.428,0.688 h 28.212 c 2.352,0 4.278,-1.733 4.278,-3.85 10e-4,-1.202 -0.618,-2.275 -1.579,-2.983 z" id="module-about_x5F_my_x5F_xo" style="fill:&fill_color;;stroke:&stroke_color;;stroke-width:3.48670006;stroke-linejoin:round"/>
+ <path d="m 7.604,13.446 c 0,-0.616 0.504,-1.12 1.12,-1.12 h 23.117 c 0.615,0 1.118,0.503 1.118,1.12 v 16.499 c 0,0.614 -0.503,1.122 -1.118,1.122 H 8.723 c -0.615,0 -1.12,-0.508 -1.12,-1.122 l 0.001,-16.499 0,0 z" id="path5" style="fill:&stroke_color;"/>
+</g><g id="g3651"><circle cx="16" cy="16.5" r="1" stroke="&fill_color;" fill="&fill_color;" stroke-width="2" /><circle cx="26" cy="16.5" r="1" stroke="&fill_color;" fill="&fill_color;" stroke-width="2" /><path d="m 21,20 0,1 0,0" id="path3643" style="fill:&fill_color;;fill-opacity:1;stroke:&fill_color;;stroke-width:3.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"/>
+<path d="m -15.592733,28.013593 a 7,5 0 0 1 -12.796629,0.02882" id="path3649" style="fill:&stroke_color;;fill-opacity:1;stroke:&fill_color;;stroke-width:3.25;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" transform="translate(43,-4)"/><path d="m -22,29 c -2.062101,-0.0085 -3.533664,-7.690053 -5.201954,-8.902136 -1.657496,-1.20424 -9.38992,-0.202483 -10.01495,-2.153592 -0.6291,-1.963814 6.221713,-5.737072 6.858942,-7.698263 0.633106,-1.9485034 -2.709072,-8.9929164 -1.046602,-10.19028066 1.673296,-1.20516154 7.378894,4.14434776
+ 9.441013,4.14434696 2.048777,-8e-7 7.715622,-5.3554444 9.368115,-4.14434746 1.663253,1.21898366 -1.661305,8.29841966 -1.024075,10.25961116 0.633108,1.948502 7.4775888,5.683069 6.8364154,7.628933 -0.6453487,1.958534 -8.4056374,0.984357 -10.0739264,2.196441 C -18.514517,21.344954 -19.95124,29.008487 -22,29 z" id="path3624" style="fill:&fill_color;;fill-opacity:1;stroke:none" transform="matrix(0.42707473,0,0,-0.42707473,57.395644,21.385167)"/></g></svg>
diff --git a/icons/scalable/device/computer-normal.svg b/icons/scalable/device/computer-normal.svg
new file mode 100644
index 0000000..4362dfe
--- /dev/null
+++ b/icons/scalable/device/computer-normal.svg
@@ -0,0 +1,11 @@
+<?xml version="1.0" ?>
+<!-- Created with Inkscape (http://www.inkscape.org/) --><!DOCTYPE svg
+ PUBLIC '-//W3C//DTD SVG 1.1//EN'
+ 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd' [
+ <!ENTITY stroke_color "#010101">
+ <!ENTITY fill_color "#ffffff">
+]>
+<svg height="55" id="Layer_1" version="1.1" viewBox="0 0 55 55" width="55" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg"><defs id="defs9"/><g id="computer" style="display:block">
+ <path d="m 51.322,41.549 h 0.002 l -0.022,-0.018 c -0.15,-0.109 -12.64,-7.878 -12.64,-7.878 V 9.734 c 0,-1.618 -1.31,-2.932 -2.929,-2.932 h -30.9 c -1.619,0 -2.931,1.314 -2.931,2.932 v 26.313 c 0,1.096 0.608,2.037 1.498,2.541 l -0.02,0.004 14.603,9.102 c 0.691,0.436 1.528,0.688 2.428,0.688 h 28.212 c 2.352,0 4.278,-1.733 4.278,-3.85 10e-4,-1.202 -0.618,-2.275 -1.579,-2.983 z" id="module-about_x5F_my_x5F_xo" style="fill:&fill_color;;stroke:&stroke_color;;stroke-width:3.48670006;stroke-linejoin:round"/>
+ <path d="m 7.604,13.446 c 0,-0.616 0.504,-1.12 1.12,-1.12 h 23.117 c 0.615,0 1.118,0.503 1.118,1.12 v 16.499 c 0,0.614 -0.503,1.122 -1.118,1.122 H 8.723 c -0.615,0 -1.12,-0.508 -1.12,-1.122 l 0.001,-16.499 0,0 z" id="path5" style="fill:&stroke_color;"/>
+</g><g id="g3651"><circle cx="16" cy="16.5" r="1" stroke="&fill_color;" fill="&fill_color;" stroke-width="2" /><circle cx="26" cy="16.5" r="1" stroke="&fill_color;" fill="&fill_color;" stroke-width="2" /><path d="m 21,20 0,1 0,0" id="path3643" style="fill:&fill_color;;fill-opacity:1;stroke:&fill_color;;stroke-width:3.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"/><path d="m 14,26 14,0" id="path3792" style="fill:none;stroke:&fill_color;;stroke-width:3.25;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"/></g></svg> \ No newline at end of file
diff --git a/icons/scalable/device/computer-sad.svg b/icons/scalable/device/computer-sad.svg
new file mode 100644
index 0000000..1c45281
--- /dev/null
+++ b/icons/scalable/device/computer-sad.svg
@@ -0,0 +1,11 @@
+<?xml version="1.0" ?>
+<!-- Created with Inkscape (http://www.inkscape.org/) --><!DOCTYPE svg
+ PUBLIC '-//W3C//DTD SVG 1.1//EN'
+ 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd' [
+ <!ENTITY stroke_color "#010101">
+ <!ENTITY fill_color "#ffffff">
+]>
+<svg height="55" id="Layer_1" version="1.1" viewBox="0 0 55 55" width="55" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg"><defs id="defs9"/><g id="computer" style="display:block">
+ <path d="m 51.322,41.549 h 0.002 l -0.022,-0.018 c -0.15,-0.109 -12.64,-7.878 -12.64,-7.878 V 9.734 c 0,-1.618 -1.31,-2.932 -2.929,-2.932 h -30.9 c -1.619,0 -2.931,1.314 -2.931,2.932 v 26.313 c 0,1.096 0.608,2.037 1.498,2.541 l -0.02,0.004 14.603,9.102 c 0.691,0.436 1.528,0.688 2.428,0.688 h 28.212 c 2.352,0 4.278,-1.733 4.278,-3.85 10e-4,-1.202 -0.618,-2.275 -1.579,-2.983 z" id="module-about_x5F_my_x5F_xo" style="fill:&fill_color;;stroke:&stroke_color;;stroke-width:3.48670006;stroke-linejoin:round"/>
+ <path d="m 7.604,13.446 c 0,-0.616 0.504,-1.12 1.12,-1.12 h 23.117 c 0.615,0 1.118,0.503 1.118,1.12 v 16.499 c 0,0.614 -0.503,1.122 -1.118,1.122 H 8.723 c -0.615,0 -1.12,-0.508 -1.12,-1.122 l 0.001,-16.499 0,0 z" id="path5" style="fill:&stroke_color;"/>
+</g><g id="g3651"><circle cx="16" cy="16.5" r="1" stroke="&fill_color;" fill="&fill_color;" stroke-width="2" /><circle cx="26" cy="16.5" r="1" stroke="&fill_color;" fill="&fill_color;" stroke-width="2" /><path d="m 21,20 0,0.6 0,0" id="path3643" style="fill:&fill_color;;fill-opacity:1;stroke:&fill_color;;stroke-width:3.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"/><path d="m -15.592733,31.913593 a 7,5 0 0 0 -12.796629,0.02882" id="path3649" style="fill:&stroke_color;;fill-opacity:1;stroke:&fill_color;;stroke-width:3.25;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" transform="translate(43,-4)"/><path d="m 48,7 c 0,0 -4,6 -4,12 0,2 2.333333,3 4,3 1.666667,0 4,-1 4,-3 C 52,13 48,7 48,7 l 0,0" id="path3746" style="fill:&stroke_color;;fill-opacity:1;stroke:none"/></g></svg>
diff --git a/icons/scalable/device/virtualkeyboard.svg b/icons/scalable/device/virtualkeyboard.svg
new file mode 100644
index 0000000..6d35000
--- /dev/null
+++ b/icons/scalable/device/virtualkeyboard.svg
@@ -0,0 +1,140 @@
+<?xml version="1.0" ?><!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd' [
+ <!ENTITY stroke_color "#010101">
+ <!ENTITY fill_color "#FFFFFF">
+]><svg enable-background="new 0 0 55 55" height="55px" version="1.1" viewBox="0 0 55 55" width="55px" x="0px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" y="0px">
+ <rect fill="&fill_color;" stroke="&stroke_color;"
+ height="18.11911"
+ id="rect806"
+ rx="1.6"
+ sodipodi:stroke-cmyk="(0.0000000 0.0000000 0.0000000 0.69999999)"
+ style="font-size:12px;fill-rule:evenodd;stroke-width:2.50000000000000000;stroke-linejoin:round;stroke-opacity:1;fill-opacity:0"
+ width="43.363712"
+ x="5.7767382"
+ y="19.446568" />
+ <path fill="&fill_color;" stroke="&stroke_color;"
+ d="m 6.4892878,24.027243 42.1421992,0"
+ id="path807"
+ sodipodi:stroke-cmyk="(0.0000000 0.0000000 0.0000000 0.69999999)"
+ style="font-size:12px;stroke-width:0.8pt;stroke-linejoin:round;stroke-opacity:1" />
+ <path fill="&fill_color;" stroke="&stroke_color;"
+ d="m 6.4892878,28.506124 42.7529552,0"
+ id="path808"
+ sodipodi:stroke-cmyk="(0.0000000 0.0000000 0.0000000 0.69999999)"
+ style="font-size:12px;stroke-width:0.8pt;stroke-linejoin:round;stroke-opacity:1" />
+ <path fill="&fill_color;" stroke="&stroke_color;"
+ d="m 6.5910805,32.985005 41.6332355,0"
+ id="path809"
+ sodipodi:stroke-cmyk="(0.0000000 0.0000000 0.0000000 0.69999999)"
+ style="font-size:12px;stroke-width:0.8pt;stroke-linejoin:round;stroke-opacity:1" />
+ <path fill="&fill_color;" stroke="&stroke_color;"
+ d="m 12.596852,23.925451 0,4.377088"
+ id="path811"
+ sodipodi:stroke-cmyk="(0.0000000 0.0000000 0.0000000 0.69999999)"
+ style="font-size:12px;stroke-width:0.8pt;stroke-linejoin:round;stroke-opacity:1" />
+ <path fill="&fill_color;" stroke="&stroke_color;"
+ d="m 14.021951,28.302539 0,4.682466"
+ id="path812"
+ sodipodi:stroke-cmyk="(0.0000000 0.0000000 0.0000000 0.69999999)"
+ style="font-size:12px;stroke-width:0.8pt;stroke-linejoin:round;stroke-opacity:1" />
+ <path fill="&fill_color;" stroke="&stroke_color;"
+ d="m 10.764583,20.362704 0,3.460954"
+ id="path813"
+ sodipodi:stroke-cmyk="(0.0000000 0.0000000 0.0000000 0.69999999)"
+ style="font-size:12px;stroke-width:0.8pt;stroke-linejoin:round;stroke-opacity:1" />
+ <path fill="&fill_color;" stroke="&stroke_color;"
+ d="m 20.231309,28.200746 0,4.886052"
+ id="path815"
+ sodipodi:stroke-cmyk="(0.0000000 0.0000000 0.0000000 0.69999999)"
+ style="font-size:12px;stroke-width:0.8pt;stroke-linejoin:round;stroke-opacity:1" />
+ <path fill="&fill_color;" stroke="&stroke_color;"
+ d="m 17.991868,24.129036 0,4.07171"
+ id="path816"
+ sodipodi:stroke-cmyk="(0.0000000 0.0000000 0.0000000 0.69999999)"
+ style="font-size:12px;stroke-width:0.8pt;stroke-linejoin:round;stroke-opacity:1" />
+ <path fill="&fill_color;" stroke="&stroke_color;"
+ d="m 24.303019,24.332621 0,3.969918"
+ id="path817"
+ sodipodi:stroke-cmyk="(0.0000000 0.0000000 0.0000000 0.69999999)"
+ style="font-size:12px;stroke-width:0.8pt;stroke-linejoin:round;stroke-opacity:1" />
+ <path fill="&fill_color;" stroke="&stroke_color;"
+ d="m 26.746045,28.200746 0,4.682466"
+ id="path818"
+ sodipodi:stroke-cmyk="(0.0000000 0.0000000 0.0000000 0.69999999)"
+ style="font-size:12px;stroke-width:0.8pt;stroke-linejoin:round;stroke-opacity:1" />
+ <path fill="&fill_color;" stroke="&stroke_color;"
+ d="m 30.817755,24.434414 0,4.173503"
+ id="path819"
+ sodipodi:stroke-cmyk="(0.0000000 0.0000000 0.0000000 0.69999999)"
+ style="font-size:12px;stroke-width:0.8pt;stroke-linejoin:round;stroke-opacity:1" />
+ <path fill="&fill_color;" stroke="&stroke_color;"
+ d="m 33.057196,28.302539 0,4.580673"
+ id="path820"
+ sodipodi:stroke-cmyk="(0.0000000 0.0000000 0.0000000 0.69999999)"
+ style="font-size:12px;stroke-width:0.8pt;stroke-linejoin:round;stroke-opacity:1" />
+ <path fill="&fill_color;" stroke="&stroke_color;"
+ d="m 37.739662,24.332621 0,4.07171"
+ id="path821"
+ sodipodi:stroke-cmyk="(0.0000000 0.0000000 0.0000000 0.69999999)"
+ style="font-size:12px;stroke-width:0.8pt;stroke-linejoin:round;stroke-opacity:1" />
+ <path fill="&fill_color;" stroke="&stroke_color;"
+ d="m 39.87731,28.200746 0,4.682466"
+ id="path822"
+ sodipodi:stroke-cmyk="(0.0000000 0.0000000 0.0000000 0.69999999)"
+ style="font-size:12px;stroke-width:0.8pt;stroke-linejoin:round;stroke-opacity:1" />
+ <path fill="&fill_color;" stroke="&stroke_color;"
+ d="m 11.37534,33.290383 0,3.66454"
+ id="path823"
+ sodipodi:stroke-cmyk="(0.0000000 0.0000000 0.0000000 0.69999999)"
+ style="font-size:12px;stroke-width:0.8pt;stroke-linejoin:round;stroke-opacity:1" />
+ <path fill="&fill_color;" stroke="&stroke_color;"
+ d="m 16.872148,33.188591 0,3.969917"
+ id="path824"
+ sodipodi:stroke-cmyk="(0.0000000 0.0000000 0.0000000 0.69999999)"
+ style="font-size:12px;stroke-width:0.8pt;stroke-linejoin:round;stroke-opacity:1" />
+ <path fill="&fill_color;" stroke="&stroke_color;"
+ d="m 36.212771,33.188591 0,3.460953"
+ id="path825"
+ sodipodi:stroke-cmyk="(0.0000000 0.0000000 0.0000000 0.69999999)"
+ style="font-size:12px;stroke-width:0.8pt;stroke-linejoin:round;stroke-opacity:1" />
+ <path fill="&fill_color;" stroke="&stroke_color;"
+ d="m 42.422128,33.188591 0,3.562746"
+ id="path826"
+ sodipodi:stroke-cmyk="(0.0000000 0.0000000 0.0000000 0.69999999)"
+ style="font-size:12px;stroke-width:0.8pt;stroke-linejoin:round;stroke-opacity:1" />
+ <path fill="&fill_color;" stroke="&stroke_color;"
+ d="m 15.345257,20.56629 0,3.562746"
+ id="path827"
+ sodipodi:stroke-cmyk="(0.0000000 0.0000000 0.0000000 0.69999999)"
+ style="font-size:12px;stroke-width:0.8pt;stroke-linejoin:round;stroke-opacity:1" />
+ <path fill="&fill_color;" stroke="&stroke_color;"
+ d="m 20.027724,20.159119 0,3.868124"
+ id="path828"
+ sodipodi:stroke-cmyk="(0.0000000 0.0000000 0.0000000 0.69999999)"
+ style="font-size:12px;stroke-width:0.8pt;stroke-linejoin:round;stroke-opacity:1" />
+ <path fill="&fill_color;" stroke="&stroke_color;"
+ d="m 25.015568,20.464497 0,3.155575"
+ id="path829"
+ sodipodi:stroke-cmyk="(0.0000000 0.0000000 0.0000000 0.69999999)"
+ style="font-size:12px;stroke-width:0.8pt;stroke-linejoin:round;stroke-opacity:1" />
+ <path fill="&fill_color;" stroke="&stroke_color;"
+ d="m 29.698035,20.260911 0,3.460954"
+ id="path830"
+ sodipodi:stroke-cmyk="(0.0000000 0.0000000 0.0000000 0.69999999)"
+ style="font-size:12px;stroke-width:0.8pt;stroke-linejoin:round;stroke-opacity:1" />
+ <path fill="&fill_color;" stroke="&stroke_color;"
+ d="m 34.584087,20.260911 0,3.359161"
+ id="path831"
+ sodipodi:stroke-cmyk="(0.0000000 0.0000000 0.0000000 0.69999999)"
+ style="font-size:12px;stroke-width:0.8pt;stroke-linejoin:round;stroke-opacity:1" />
+ <path fill="&fill_color;" stroke="&stroke_color;"
+ d="m 39.470139,20.464497 0,3.359161"
+ id="path832"
+ sodipodi:nodetypes="cc"
+ sodipodi:stroke-cmyk="(0.0000000 0.0000000 0.0000000 0.69999999)"
+ style="font-size:12px;stroke-width:0.8pt;stroke-linejoin:round;stroke-opacity:1" />
+ <path fill="&fill_color;" stroke="&stroke_color;"
+ d="m 44.152605,20.057326 0,3.562746"
+ id="path833"
+ sodipodi:stroke-cmyk="(0.0000000 0.0000000 0.0000000 0.69999999)"
+ style="font-size:12px;stroke-width:0.8pt;stroke-linejoin:round;stroke-opacity:1" />
+</svg>
diff --git a/icons/scalable/emblems/Makefile.am b/icons/scalable/emblems/Makefile.am
index e08d9ac..1f7b3f6 100644
--- a/icons/scalable/emblems/Makefile.am
+++ b/icons/scalable/emblems/Makefile.am
@@ -2,17 +2,20 @@ iconsize=scalable
category=emblems
icondir = $(datadir)/icons/sugar/$(iconsize)/$(category)
-icon_DATA = \
- emblem-busy.svg \
- emblem-charging.svg \
- emblem-downloads.svg \
- emblem-favorite.svg \
- emblem-locked.svg \
- emblem-notification.svg \
- emblem-outofrange.svg \
- emblem-question.svg \
- emblem-view-source.svg \
- emblem-warning.svg
+icon_DATA = \
+ emblem-busy.svg \
+ emblem-charging.svg \
+ emblem-downloads.svg \
+ emblem-favorite.svg \
+ emblem-locked.svg \
+ emblem-neighborhood-shared.svg \
+ emblem-notification.svg \
+ emblem-outofrange.svg \
+ emblem-question.svg \
+ emblem-view-source.svg \
+ emblem-warning.svg \
+ emblem-checked.svg \
+ emblem-unchecked.svg
EXTRA_DIST = $(icon_DATA)
diff --git a/icons/scalable/emblems/emblem-checked.svg b/icons/scalable/emblems/emblem-checked.svg
new file mode 100644
index 0000000..b8356fa
--- /dev/null
+++ b/icons/scalable/emblems/emblem-checked.svg
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ version="1.1"
+ width="55"
+ height="55"
+ viewBox="0 0 55 55"
+ id="svg2"
+ xml:space="preserve"><metadata
+ id="metadata13"><rdf:RDF><cc:Work
+ rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
+ id="defs11" /><g
+ id="emblem-charging"
+ style="display:block">
+ <g
+ id="g5"
+ style="display:inline">
+
+ <rect
+ width="40"
+ height="40"
+ x="7.5"
+ y="7.5"
+ id="rect7"
+ style="fill:#ffffff;stroke:#666666;stroke-width:3.5" />
+
+ </g>
+</g><path
+ d="m 15.612649,28.114068 8.610026,7.910888 14.904808,-19.138058"
+ id="path2990"
+ style="fill:none;stroke:#000000;stroke-width:6;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" /></svg> \ No newline at end of file
diff --git a/icons/scalable/emblems/emblem-neighborhood-shared.svg b/icons/scalable/emblems/emblem-neighborhood-shared.svg
new file mode 100644
index 0000000..08a981d
--- /dev/null
+++ b/icons/scalable/emblems/emblem-neighborhood-shared.svg
@@ -0,0 +1,17 @@
+<?xml version="1.0" ?><!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd' [
+ <!ENTITY stroke_color "#666666">
+ <!ENTITY fill_color "#ffffff">
+]><svg height="55" id="svg3051" version="1.1" viewBox="0 0 55px 55px" width="55" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg">
+ <metadata id="metadata3067">
+ <rdf:RDF>
+ <cc:Work rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
+ <dc:title/>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <defs id="defs3065"/>
+ <path d="m 7,14 5,-5 10,0 5,5 20,0 0,31 -40,0 z" id="path3053" style="fill:&fill_color;;stroke:&stroke_color;;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"/>
+ <path d="m 27,18.514667 c -5.909806,0 -10.701,4.791194 -10.701,10.701 0,5.910281 4.791194,10.701 10.701,10.701 5.910281,0 10.701,-4.790719 10.701,-10.701 0,-5.909806 -4.790719,-10.701 -10.701,-10.701 z m 4.805462,4.234742 c 0.996858,0 1.804902,0.808045 1.804902,1.804427 0,0.996857 -0.808044,1.804426 -1.804902,1.804426 -0.996857,0 -1.804426,-0.808044 -1.804426,-1.804426 0,-0.996382 0.80852,-1.804427 1.804426,-1.804427 z m -13.306337,6.466734 c 0,-0.998285 0.80852,-1.806805 1.803951,-1.806805 0.997334,0 1.805378,0.80852 1.805378,1.806805 0,0.996382 -0.80852,1.80395 -1.805378,1.80395 -0.996382,0 -1.803951,-0.807568 -1.803951,-1.80395 z m 3.693035,6.465782 c -0.995432,0 -1.803952,-0.806142 -1.803952,-1.803476 0,-0.998284 0.808996,-1.805377 1.803952,-1.805377 0.998284,0 1.806804,0.806617 1.806804,1.805377 -4.76e-4,0.996382 -0.808996,1.803476 -1.806804,1.803476 z m 0.146009,-9.464916 c -0.995907,0 -1.804903,-0.80852 -1.804903,-1.806804 0,-0.996858 0.808521,-1.804902 1.804903,-1.804902 0.998284,0 1.805377,0.808995 1.805377,1.804902 4.76e-4,0.998284 -0.806617,1.806804 -1.805377,1.806804 z m 4.661355,11.499532 c -0.99876,0 -1.805853,-0.80852 -1.805853,-1.804426 0,-0.997809 0.806618,-1.805853 1.805853,-1.805853 0.996382,0 1.804427,0.808044 1.804427,1.805853 0,0.996858 -0.808045,1.804426 -1.804427,1.804426 z m 9.52e-4,-13.391469 c -0.996858,0 -1.804902,-0.808044 -1.804902,-1.804902 0,-0.996857 0.808044,-1.804902 1.804902,-1.804902 0.997333,0 1.804902,0.808045 1.804902,1.804902 0,0.996858 -0.807569,1.804902 -1.804902,1.804902 z m 4.66088,11.501911 c -0.996858,0 -1.804902,-0.808045 -1.804902,-1.804902 0,-0.996858 0.808044,-1.804427 1.804902,-1.804427 0.996857,0 1.804426,0.807569 1.804426,1.804427 0,0.996857 -0.808044,1.804902 -1.804426,1.804902 z m 2.035568,-4.804987 c -0.996858,0 -1.804902,-0.807569 -1.804902,-1.804902 0,-0.996858 0.808044,-1.803951 1.806804,-1.803951 0.995906,0 1.803,0.807093 1.803,1.803951 0,0.997333 -0.807094,1.804902 -1.804902,1.804902 z" id="zoom-neighborhood" style="fill:&stroke_color;;fill-opacity:1"/>
+</svg>
diff --git a/icons/scalable/emblems/emblem-unchecked.svg b/icons/scalable/emblems/emblem-unchecked.svg
new file mode 100644
index 0000000..a97da3a
--- /dev/null
+++ b/icons/scalable/emblems/emblem-unchecked.svg
@@ -0,0 +1,10 @@
+<?xml version="1.0" ?><!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd' [
+ <!ENTITY stroke_color "#666666">
+ <!ENTITY fill_color "#ffffff">
+]><svg enable-background="new 0 0 55 55" height="55px" version="1.1" viewBox="0 0 55 55" width="55px" x="0px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" y="0px"><g display="block" id="emblem-charging">
+ <g display="inline">
+
+ <rect fill="&fill_color;" height="40" stroke="&stroke_color;" stroke-width="3.5" width="40" x="7.5" y="7.5"/>
+
+ </g>
+</g></svg>