[evolution/gnome-2-30] Add more missing icons for GtkhtmlEditor.
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/gnome-2-30] Add more missing icons for GtkhtmlEditor.
- Date: Sun, 6 Jun 2010 12:18:08 +0000 (UTC)
commit 0d9416264422145086b007f43531c93e9f82f175
Author: Matthew Barnes <mbarnes redhat com>
Date: Sun Jun 6 08:07:09 2010 -0400
Add more missing icons for GtkhtmlEditor.
The GtkhtmlEditor HTML toolbar uses some legacy stock icons:
stock_insert-rule
stock_insert-table
stock_text-monospaced
Technically these belong in the GtkHtml package. Couple reasons why I'm
not doing that.
1) Evolution should be the only consumer of GtkhtmlEditor at this point,
and when we finally dump GtkHtml for WebKit I expect the composer UI
to stay basically the same. So GtkhtmlEditor will have to be gutted,
renamed, and moved into Evolution, along with the legacy icons. So
they're going to end up here in the long run anyway.
2) GtkHtml doesn't ship any of its own icons currently, so I'd have to
reconstruct all the autotools scripts for icons already in Evolution,
figure out a sensible install path, make sure GtkIconTheme knows to
look for icons there, etc. Just not worth the hassle.
data/icons/Makefile.am | 6 ++++++
.../hicolor_actions_16x16_stock_insert-rule.png | Bin 0 -> 174 bytes
.../hicolor_actions_16x16_stock_insert-table.png | Bin 0 -> 311 bytes
...hicolor_actions_16x16_stock_text-monospaced.png | Bin 0 -> 344 bytes
.../hicolor_actions_24x24_stock_insert-rule.png | Bin 0 -> 199 bytes
.../hicolor_actions_24x24_stock_insert-table.png | Bin 0 -> 430 bytes
...hicolor_actions_24x24_stock_text-monospaced.png | Bin 0 -> 500 bytes
7 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am
index 7433214..d76a44e 100644
--- a/data/icons/Makefile.am
+++ b/data/icons/Makefile.am
@@ -91,6 +91,8 @@ stock_private_icons = \
hicolor_actions_16x16_stock_bell.png \
hicolor_actions_16x16_stock_contact-list.png \
hicolor_actions_16x16_stock_insert-note.png \
+ hicolor_actions_16x16_stock_insert-rule.png \
+ hicolor_actions_16x16_stock_insert-table.png \
hicolor_actions_16x16_stock_mail-filters-apply.png \
hicolor_actions_16x16_stock_mail-flag-for-followup-done.png \
hicolor_actions_16x16_stock_mail-flag-for-followup.png \
@@ -107,6 +109,7 @@ stock_private_icons = \
hicolor_actions_16x16_stock_task-assigned.png \
hicolor_actions_16x16_stock_task-recurring.png \
hicolor_actions_16x16_stock_task.png \
+ hicolor_actions_16x16_stock_text-monospaced.png \
hicolor_actions_16x16_stock_timezone.png \
hicolor_actions_16x16_stock_todo.png \
hicolor_actions_16x16_stock_video-conferencing.png \
@@ -114,6 +117,8 @@ stock_private_icons = \
hicolor_actions_24x24_stock_new-24h-appointment.png \
hicolor_actions_24x24_stock_contact-list.png \
hicolor_actions_24x24_stock_insert-note.png \
+ hicolor_actions_24x24_stock_insert-rule.png \
+ hicolor_actions_24x24_stock_insert-table.png \
hicolor_actions_24x24_stock_mail-filters-apply.png \
hicolor_actions_24x24_stock_mail-open-multiple.png \
hicolor_actions_24x24_stock_mail-unread-multiple.png \
@@ -127,6 +132,7 @@ stock_private_icons = \
hicolor_actions_24x24_stock_task-assigned.png \
hicolor_actions_24x24_stock_task-recurring.png \
hicolor_actions_24x24_stock_task.png \
+ hicolor_actions_24x24_stock_text-monospaced.png \
hicolor_actions_24x24_stock_timezone.png \
hicolor_actions_24x24_stock_todo.png \
hicolor_actions_24x24_stock_video-conferencing.png \
diff --git a/data/icons/hicolor_actions_16x16_stock_insert-rule.png b/data/icons/hicolor_actions_16x16_stock_insert-rule.png
new file mode 100644
index 0000000..aa96018
Binary files /dev/null and b/data/icons/hicolor_actions_16x16_stock_insert-rule.png differ
diff --git a/data/icons/hicolor_actions_16x16_stock_insert-table.png b/data/icons/hicolor_actions_16x16_stock_insert-table.png
new file mode 100644
index 0000000..01c37a6
Binary files /dev/null and b/data/icons/hicolor_actions_16x16_stock_insert-table.png differ
diff --git a/data/icons/hicolor_actions_16x16_stock_text-monospaced.png b/data/icons/hicolor_actions_16x16_stock_text-monospaced.png
new file mode 100644
index 0000000..2520d8d
Binary files /dev/null and b/data/icons/hicolor_actions_16x16_stock_text-monospaced.png differ
diff --git a/data/icons/hicolor_actions_24x24_stock_insert-rule.png b/data/icons/hicolor_actions_24x24_stock_insert-rule.png
new file mode 100644
index 0000000..a67762f
Binary files /dev/null and b/data/icons/hicolor_actions_24x24_stock_insert-rule.png differ
diff --git a/data/icons/hicolor_actions_24x24_stock_insert-table.png b/data/icons/hicolor_actions_24x24_stock_insert-table.png
new file mode 100644
index 0000000..21344ca
Binary files /dev/null and b/data/icons/hicolor_actions_24x24_stock_insert-table.png differ
diff --git a/data/icons/hicolor_actions_24x24_stock_text-monospaced.png b/data/icons/hicolor_actions_24x24_stock_text-monospaced.png
new file mode 100644
index 0000000..a3f3dfd
Binary files /dev/null and b/data/icons/hicolor_actions_24x24_stock_text-monospaced.png differ
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]