summaryrefslogtreecommitdiff
path: root/pixmaps
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2010-06-06 14:08:21 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2010-06-06 14:08:21 (GMT)
commitb5934203c1cb287eb46b07e866b54d1de240b87b (patch)
tree283fad2a6d4517b84985331e5234095c71c8734b /pixmaps
parente72eea33b9967d4169d2c8ffcb4a9e85c4c3ee8c (diff)
Used a treeview with icons to show all known symbols.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@165 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
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