diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-06-06 20:07:09 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-06-06 20:18:25 +0800 |
commit | e62b6382e434cf3140d446c7e4017163305fa63f (patch) | |
tree | 267285c0277f2abd40e4b07f9d18f159e77fed57 | |
parent | 1dcbae5b7c0c9b9a991e577397b01dc9bdacb16e (diff) | |
download | gsoc2013-evolution-e62b6382e434cf3140d446c7e4017163305fa63f.tar.gz gsoc2013-evolution-e62b6382e434cf3140d446c7e4017163305fa63f.tar.zst gsoc2013-evolution-e62b6382e434cf3140d446c7e4017163305fa63f.zip |
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.
-rw-r--r-- | data/icons/Makefile.am | 6 | ||||
-rw-r--r-- | data/icons/hicolor_actions_16x16_stock_insert-rule.png | bin | 0 -> 174 bytes | |||
-rw-r--r-- | data/icons/hicolor_actions_16x16_stock_insert-table.png | bin | 0 -> 311 bytes | |||
-rw-r--r-- | data/icons/hicolor_actions_16x16_stock_text-monospaced.png | bin | 0 -> 344 bytes | |||
-rw-r--r-- | data/icons/hicolor_actions_24x24_stock_insert-rule.png | bin | 0 -> 199 bytes | |||
-rw-r--r-- | data/icons/hicolor_actions_24x24_stock_insert-table.png | bin | 0 -> 430 bytes | |||
-rw-r--r-- | data/icons/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 7433214d18..d76a44e777 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 Binary files differnew file mode 100644 index 0000000000..aa96018a6a --- /dev/null +++ b/data/icons/hicolor_actions_16x16_stock_insert-rule.png diff --git a/data/icons/hicolor_actions_16x16_stock_insert-table.png b/data/icons/hicolor_actions_16x16_stock_insert-table.png Binary files differnew file mode 100644 index 0000000000..01c37a6c5b --- /dev/null +++ b/data/icons/hicolor_actions_16x16_stock_insert-table.png diff --git a/data/icons/hicolor_actions_16x16_stock_text-monospaced.png b/data/icons/hicolor_actions_16x16_stock_text-monospaced.png Binary files differnew file mode 100644 index 0000000000..2520d8d77d --- /dev/null +++ b/data/icons/hicolor_actions_16x16_stock_text-monospaced.png diff --git a/data/icons/hicolor_actions_24x24_stock_insert-rule.png b/data/icons/hicolor_actions_24x24_stock_insert-rule.png Binary files differnew file mode 100644 index 0000000000..a67762f339 --- /dev/null +++ b/data/icons/hicolor_actions_24x24_stock_insert-rule.png diff --git a/data/icons/hicolor_actions_24x24_stock_insert-table.png b/data/icons/hicolor_actions_24x24_stock_insert-table.png Binary files differnew file mode 100644 index 0000000000..21344caea6 --- /dev/null +++ b/data/icons/hicolor_actions_24x24_stock_insert-table.png diff --git a/data/icons/hicolor_actions_24x24_stock_text-monospaced.png b/data/icons/hicolor_actions_24x24_stock_text-monospaced.png Binary files differnew file mode 100644 index 0000000000..a3f3dfd5f4 --- /dev/null +++ b/data/icons/hicolor_actions_24x24_stock_text-monospaced.png |