summaryrefslogtreecommitdiff
path: root/pixmaps
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2012-08-19 22:40:33 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2012-08-19 22:40:33 (GMT)
commit09d07908465d462101d27ecb1b60df52d63bbe5d (patch)
treee9c8dc53425017efd68feee73ecf9587bd0ba196 /pixmaps
parentb226ca8a19e746521f6f0c1e3b71deed7ea9ab2e (diff)
Rewritten a cleaner way to dock panels.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@261 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'pixmaps')
-rw-r--r--pixmaps/Makefile.am7
-rw-r--r--pixmaps/drop_bottom.pngbin596 -> 0 bytes
-rw-r--r--pixmaps/drop_bottom_hover.pngbin612 -> 0 bytes
-rw-r--r--pixmaps/drop_center.pngbin681 -> 0 bytes
-rw-r--r--pixmaps/drop_center_hover.pngbin693 -> 0 bytes
-rw-r--r--pixmaps/drop_left.pngbin603 -> 0 bytes
-rw-r--r--pixmaps/drop_left_hover.pngbin610 -> 0 bytes
-rw-r--r--pixmaps/drop_right.pngbin598 -> 0 bytes
-rw-r--r--pixmaps/drop_right_hover.pngbin598 -> 0 bytes
-rw-r--r--pixmaps/drop_top.pngbin568 -> 0 bytes
-rw-r--r--pixmaps/drop_top_hover.pngbin605 -> 0 bytes
-rw-r--r--pixmaps/dropwin_back.pngbin2578 -> 0 bytes
-rw-r--r--pixmaps/welcome.pngbin0 -> 26951 bytes
13 files changed, 5 insertions, 2 deletions
diff --git a/pixmaps/Makefile.am b/pixmaps/Makefile.am
index bc88f48..2029a8a 100644
--- a/pixmaps/Makefile.am
+++ b/pixmaps/Makefile.am
@@ -29,6 +29,9 @@ LIST_ICONS = \
symbol_package.png \
symbol_routine_classic.png
+MISC = \
+ welcome.png
+
EXTRA_DIST = \
breakpoint_disabled.png \
breakpoint_normal.png \
@@ -37,8 +40,8 @@ EXTRA_DIST = \
$(REVISION_PIX) \
$(TOOLBAR_BUTTONS) \
$(LIST_ICONS) \
- dropwin_back.png
+ $(MISC)
oidapixdir = $(datadir)/openida
-oidapix_DATA = dropwin_back.png $(APP_ICONS) $(REVISION_PIX) $(TOOLBAR_BUTTONS) $(LIST_ICONS)
+oidapix_DATA = $(APP_ICONS) $(REVISION_PIX) $(TOOLBAR_BUTTONS) $(LIST_ICONS) $(MISC)
diff --git a/pixmaps/drop_bottom.png b/pixmaps/drop_bottom.png
deleted file mode 100644
index e141d87..0000000
--- a/pixmaps/drop_bottom.png
+++ /dev/null
Binary files differ
diff --git a/pixmaps/drop_bottom_hover.png b/pixmaps/drop_bottom_hover.png
deleted file mode 100644
index 645b437..0000000
--- a/pixmaps/drop_bottom_hover.png
+++ /dev/null
Binary files differ
diff --git a/pixmaps/drop_center.png b/pixmaps/drop_center.png
deleted file mode 100644
index a47901b..0000000
--- a/pixmaps/drop_center.png
+++ /dev/null
Binary files differ
diff --git a/pixmaps/drop_center_hover.png b/pixmaps/drop_center_hover.png
deleted file mode 100644
index b589d50..0000000
--- a/pixmaps/drop_center_hover.png
+++ /dev/null
Binary files differ
diff --git a/pixmaps/drop_left.png b/pixmaps/drop_left.png
deleted file mode 100644
index b4668ee..0000000
--- a/pixmaps/drop_left.png
+++ /dev/null
Binary files differ
diff --git a/pixmaps/drop_left_hover.png b/pixmaps/drop_left_hover.png
deleted file mode 100644
index e240b49..0000000
--- a/pixmaps/drop_left_hover.png
+++ /dev/null
Binary files differ
diff --git a/pixmaps/drop_right.png b/pixmaps/drop_right.png
deleted file mode 100644
index f46792b..0000000
--- a/pixmaps/drop_right.png
+++ /dev/null
Binary files differ
diff --git a/pixmaps/drop_right_hover.png b/pixmaps/drop_right_hover.png
deleted file mode 100644
index 102eb6c..0000000
--- a/pixmaps/drop_right_hover.png
+++ /dev/null
Binary files differ
diff --git a/pixmaps/drop_top.png b/pixmaps/drop_top.png
deleted file mode 100644
index 4435134..0000000
--- a/pixmaps/drop_top.png
+++ /dev/null
Binary files differ
diff --git a/pixmaps/drop_top_hover.png b/pixmaps/drop_top_hover.png
deleted file mode 100644
index 281e793..0000000
--- a/pixmaps/drop_top_hover.png
+++ /dev/null
Binary files differ
diff --git a/pixmaps/dropwin_back.png b/pixmaps/dropwin_back.png
deleted file mode 100644
index bd962b9..0000000
--- a/pixmaps/dropwin_back.png
+++ /dev/null
Binary files differ
diff --git a/pixmaps/welcome.png b/pixmaps/welcome.png
new file mode 100644
index 0000000..5c312fb
--- /dev/null
+++ b/pixmaps/welcome.png
Binary files differ