lib/bb/ui/crumbs: add icons for use in the layer dialogue
authorJoshua Lock <josh@linux.intel.com>
Thu, 22 Mar 2012 01:53:35 +0000 (18:53 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 22 Mar 2012 14:43:51 +0000 (14:43 +0000)
(From Poky rev: 5e5b488952ef2a0dd886fd67993411760855fcee)

(Bitbake rev: e68c37cee0c9fb1b88479888656eae43bfd144d7)

Signed-off-by: Joshua Lock <josh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/ui/crumbs/hobwidget.py
lib/bb/ui/icons/indicators/add.png [new file with mode: 0644]
lib/bb/ui/icons/indicators/remove.png [new file with mode: 0644]

index 189ffb4..9d00023 100644 (file)
@@ -53,6 +53,8 @@ class hic:
     ICON_INFO_HOVER_FILE          = os.path.join(HOB_ICON_BASE_DIR, ('info/info_hover.png'))
     ICON_INDI_CONFIRM_FILE        = os.path.join(HOB_ICON_BASE_DIR, ('indicators/confirmation.png'))
     ICON_INDI_ERROR_FILE          = os.path.join(HOB_ICON_BASE_DIR, ('indicators/error.png'))
+    ICON_INDI_REMOVE              = os.path.join(HOB_ICON_BASE_DIR, ('indicators/remove.png'))
+    ICON_INDI_ADD                 = os.path.join(HOB_ICON_BASE_DIR, ('indicators/add.png'))
 
 class hcc:
 
diff --git a/lib/bb/ui/icons/indicators/add.png b/lib/bb/ui/icons/indicators/add.png
new file mode 100644 (file)
index 0000000..31e7090
Binary files /dev/null and b/lib/bb/ui/icons/indicators/add.png differ
diff --git a/lib/bb/ui/icons/indicators/remove.png b/lib/bb/ui/icons/indicators/remove.png
new file mode 100644 (file)
index 0000000..05c3c29
Binary files /dev/null and b/lib/bb/ui/icons/indicators/remove.png differ