summaryrefslogtreecommitdiff
path: root/pixmaps
diff options
context:
space:
mode:
Diffstat (limited to 'pixmaps')
-rw-r--r--pixmaps/Makefile.am16
-rw-r--r--pixmaps/symbol_class_classic.pngbin0 -> 609 bytes
-rw-r--r--pixmaps/symbol_package.pngbin0 -> 878 bytes
-rw-r--r--pixmaps/symbol_routine_classic.pngbin0 -> 568 bytes
-rw-r--r--pixmaps/tbutton_collapse.pngbin0 -> 284 bytes
-rw-r--r--pixmaps/tbutton_expand.pngbin0 -> 284 bytes
-rw-r--r--pixmaps/tbutton_list_view.pngbin0 -> 197 bytes
-rw-r--r--pixmaps/tbutton_namespace.pngbin0 -> 358 bytes
-rw-r--r--pixmaps/tbutton_tree_view.pngbin0 -> 302 bytes
9 files changed, 15 insertions, 1 deletions
diff --git a/pixmaps/Makefile.am b/pixmaps/Makefile.am
index 0de7e75..8cf2b8a 100644
--- a/pixmaps/Makefile.am
+++ b/pixmaps/Makefile.am
@@ -12,12 +12,26 @@ REVISION_PIX = \
revision_9.png \
revision.png
+TOOLBAR_BUTTONS = \
+ tbutton_collapse.png \
+ tbutton_expand.png \
+ tbutton_list_view.png \
+ tbutton_namespace.png \
+ tbutton_tree_view.png
+
+LIST_ICONS = \
+ symbol_class_classic.png \
+ symbol_package.png \
+ symbol_routine_classic.png
+
EXTRA_DIST = \
openida.xcf \
openida_text.xcf \
$(REVISION_PIX) \
+ $(TOOLBAR_BUTTONS) \
+ $(LIST_ICONS) \
dropwin_back.png
oidapixdir = $(datadir)/openida
-oidapix_DATA = dropwin_back.png $(REVISION_PIX)
+oidapix_DATA = dropwin_back.png $(REVISION_PIX) $(TOOLBAR_BUTTONS) $(LIST_ICONS)
diff --git a/pixmaps/symbol_class_classic.png b/pixmaps/symbol_class_classic.png
new file mode 100644
index 0000000..e9c1d24
--- /dev/null
+++ b/pixmaps/symbol_class_classic.png
Binary files differ
diff --git a/pixmaps/symbol_package.png b/pixmaps/symbol_package.png
new file mode 100644
index 0000000..c667b59
--- /dev/null
+++ b/pixmaps/symbol_package.png
Binary files differ
diff --git a/pixmaps/symbol_routine_classic.png b/pixmaps/symbol_routine_classic.png
new file mode 100644
index 0000000..2ddc67a
--- /dev/null
+++ b/pixmaps/symbol_routine_classic.png
Binary files differ
diff --git a/pixmaps/tbutton_collapse.png b/pixmaps/tbutton_collapse.png
new file mode 100644
index 0000000..4ed7c60
--- /dev/null
+++ b/pixmaps/tbutton_collapse.png
Binary files differ
diff --git a/pixmaps/tbutton_expand.png b/pixmaps/tbutton_expand.png
new file mode 100644
index 0000000..09d5757
--- /dev/null
+++ b/pixmaps/tbutton_expand.png
Binary files differ
diff --git a/pixmaps/tbutton_list_view.png b/pixmaps/tbutton_list_view.png
new file mode 100644
index 0000000..2f13bda
--- /dev/null
+++ b/pixmaps/tbutton_list_view.png
Binary files differ
diff --git a/pixmaps/tbutton_namespace.png b/pixmaps/tbutton_namespace.png
new file mode 100644
index 0000000..10bfe98
--- /dev/null
+++ b/pixmaps/tbutton_namespace.png
Binary files differ
diff --git a/pixmaps/tbutton_tree_view.png b/pixmaps/tbutton_tree_view.png
new file mode 100644
index 0000000..c6c10c2
--- /dev/null
+++ b/pixmaps/tbutton_tree_view.png
Binary files differ