From 381699d2377b0396b7dd144d07dff1e96b440dad Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Mon, 1 Sep 2014 07:06:47 +0000 Subject: missing compatibility stuff git-svn-id: http://svn.miranda-ng.org/main/trunk@10351 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/IEView/docs/ieview/action.gif | Bin 0 -> 865 bytes plugins/IEView/docs/ieview/addstatus.gif | Bin 0 -> 887 bytes plugins/IEView/docs/ieview/css/chat.css | 37 ++++++++++++++ plugins/IEView/docs/ieview/css/scriver.css | 51 ++++++++++++++++++++ plugins/IEView/docs/ieview/css/srmm.css | 36 ++++++++++++++ plugins/IEView/docs/ieview/css/tabsrmm.css | 61 ++++++++++++++++++++++++ plugins/IEView/docs/ieview/file.gif | Bin 0 -> 986 bytes plugins/IEView/docs/ieview/info.gif | Bin 0 -> 883 bytes plugins/IEView/docs/ieview/join.gif | Bin 0 -> 857 bytes plugins/IEView/docs/ieview/kick.gif | Bin 0 -> 857 bytes plugins/IEView/docs/ieview/message.gif | Bin 0 -> 123 bytes plugins/IEView/docs/ieview/message_in.gif | Bin 0 -> 864 bytes plugins/IEView/docs/ieview/message_in_chat.gif | Bin 0 -> 864 bytes plugins/IEView/docs/ieview/message_out.gif | Bin 0 -> 864 bytes plugins/IEView/docs/ieview/message_out_chat.gif | Bin 0 -> 864 bytes plugins/IEView/docs/ieview/nick.gif | Bin 0 -> 865 bytes plugins/IEView/docs/ieview/notice.gif | Bin 0 -> 882 bytes plugins/IEView/docs/ieview/part.gif | Bin 0 -> 863 bytes plugins/IEView/docs/ieview/quit.gif | Bin 0 -> 866 bytes plugins/IEView/docs/ieview/removestatus.gif | Bin 0 -> 878 bytes plugins/IEView/docs/ieview/status.gif | Bin 0 -> 868 bytes plugins/IEView/docs/ieview/topic.gif | Bin 0 -> 877 bytes plugins/IEView/docs/ieview/url.gif | Bin 0 -> 1018 bytes 23 files changed, 185 insertions(+) create mode 100644 plugins/IEView/docs/ieview/action.gif create mode 100644 plugins/IEView/docs/ieview/addstatus.gif create mode 100644 plugins/IEView/docs/ieview/css/chat.css create mode 100644 plugins/IEView/docs/ieview/css/scriver.css create mode 100644 plugins/IEView/docs/ieview/css/srmm.css create mode 100644 plugins/IEView/docs/ieview/css/tabsrmm.css create mode 100644 plugins/IEView/docs/ieview/file.gif create mode 100644 plugins/IEView/docs/ieview/info.gif create mode 100644 plugins/IEView/docs/ieview/join.gif create mode 100644 plugins/IEView/docs/ieview/kick.gif create mode 100644 plugins/IEView/docs/ieview/message.gif create mode 100644 plugins/IEView/docs/ieview/message_in.gif create mode 100644 plugins/IEView/docs/ieview/message_in_chat.gif create mode 100644 plugins/IEView/docs/ieview/message_out.gif create mode 100644 plugins/IEView/docs/ieview/message_out_chat.gif create mode 100644 plugins/IEView/docs/ieview/nick.gif create mode 100644 plugins/IEView/docs/ieview/notice.gif create mode 100644 plugins/IEView/docs/ieview/part.gif create mode 100644 plugins/IEView/docs/ieview/quit.gif create mode 100644 plugins/IEView/docs/ieview/removestatus.gif create mode 100644 plugins/IEView/docs/ieview/status.gif create mode 100644 plugins/IEView/docs/ieview/topic.gif create mode 100644 plugins/IEView/docs/ieview/url.gif (limited to 'plugins/IEView') diff --git a/plugins/IEView/docs/ieview/action.gif b/plugins/IEView/docs/ieview/action.gif new file mode 100644 index 0000000000..75c18b0b0d Binary files /dev/null and b/plugins/IEView/docs/ieview/action.gif differ diff --git a/plugins/IEView/docs/ieview/addstatus.gif b/plugins/IEView/docs/ieview/addstatus.gif new file mode 100644 index 0000000000..d60cc79415 Binary files /dev/null and b/plugins/IEView/docs/ieview/addstatus.gif differ diff --git a/plugins/IEView/docs/ieview/css/chat.css b/plugins/IEView/docs/ieview/css/chat.css new file mode 100644 index 0000000000..5741e47996 --- /dev/null +++ b/plugins/IEView/docs/ieview/css/chat.css @@ -0,0 +1,37 @@ +/* this changes the way main window background looks like */ +.body {margin: 0px; text-align: left; background-color: #E6E8E6; overflow: auto;} +/* this changes the way your links look like */ +.link {color: #0000FF; text-decoration: underline;} +/* this changes the way smileys and log icons look like */ +.img {vertical-align: middle;} +/* this changes the way incoming (received) events look like including timestamp, name, etc. */ +.divIn {padding-left: 2px; padding-right: 2px; word-wrap: break-word; background-color: #E6E8E6;} +/* this changes the way outgoing (sent) events look like including timestamp, name, etc. */ +.divOut {padding-left: 2px; padding-right: 2px; word-wrap: break-word; background-color: #E6E8E6;} +.divUserJoined {padding-left: 2px; padding-right: 2px; word-wrap: break-word; background-color: #E6E8E6;} +.divUserLeft {padding-left: 2px; padding-right: 2px; word-wrap: break-word; background-color: #E6E8E6;} +.divUserKicked {padding-left: 2px; padding-right: 2px; word-wrap: break-word; background-color: #E6E8E6;} +.divUserDisconnected {padding-left: 2px; padding-right: 2px; word-wrap: break-word; background-color: #E6E8E6;} +.divNickChange {padding-left: 2px; padding-right: 2px; word-wrap: break-word; background-color: #E6E8E6;} +.divTopicChange {padding-left: 2px; padding-right: 2px; word-wrap: break-word; background-color: #E6E8E6;} +.divNotice {padding-left: 2px; padding-right: 2px; word-wrap: break-word; background-color: #E6E8E6;} +.divInformation {padding-left: 2px; padding-right: 2px; word-wrap: break-word; background-color: #E6E8E6;} +.divError {padding-left: 2px; padding-right: 2px; word-wrap: break-word; background-color: #E6E8E6;} +.timestamp {font-family: Verdana; font-size: 6pt; font-weight: bold; color: #000000; } +.nameIn {font-family: Verdana; font-size: 10pt; font-weight: normal; color: #323772; } +.nameOut {font-family: Verdana; font-size: 10pt; font-weight: bold; color: #A45344; } +.messageIn {font-family: Verdana; font-size: 10pt; font-weight: normal; color: #000000; } +.messageOut {font-family: Verdana; font-size: 10pt; font-weight: normal; color: #805050; font-style: italic; } +.userJoined {font-family: Verdana; font-size: 8pt; font-weight: normal; color: #0F880F; font-style: italic; } +.userLeft {font-family: Verdana; font-size: 8pt; font-weight: normal; color: #B91313; font-style: italic; } +.userDisconnected {font-family: Verdana; font-size: 8pt; font-weight: normal; color: #0F880F; font-style: italic; } +.userKicked {font-family: Verdana; font-size: 8pt; font-weight: normal; color: #0F880F; font-style: italic; } +.nickChange {font-family: Verdana; font-size: 8pt; font-weight: normal; color: #0F880F; font-style: italic; } +.topicChange {font-family: Verdana; font-size: 10pt; font-weight: normal; color: #531A99; font-style: italic; } +.notice {font-family: Verdana; font-size: 8pt; font-weight: normal; color: #0F880F; font-style: italic; } +.information {font-family: Verdana; font-size: 8pt; font-weight: normal; color: #0F880F; font-style: italic; } +.statusEnable {font-family: Verdana; font-size: 8pt; font-weight: normal; color: #0F880F; font-style: italic; } +.statusDisable {font-family: Verdana; font-size: 8pt; font-weight: normal; color: #0F880F; font-style: italic; } +.action {font-family: Verdana; font-size: 8pt; font-weight: normal; color: #0F880F; font-style: italic; } +.highlight {font-family: Verdana; font-size: 8pt; font-weight: normal; color: #0F880F; font-style: italic; } +.error {font-family: Verdana; font-size: 10pt; font-weight: bold; color: #D01010; } diff --git a/plugins/IEView/docs/ieview/css/scriver.css b/plugins/IEView/docs/ieview/css/scriver.css new file mode 100644 index 0000000000..79ae91886d --- /dev/null +++ b/plugins/IEView/docs/ieview/css/scriver.css @@ -0,0 +1,51 @@ +/* this changes the way main window background looks like */ +.body {margin-left: 0px; margin-right: 0px; margin-top: 0px; margin-bottom: 0px; text-align: left; background-attachment: scroll; background-color: #FFFFFF; background-image: url(D:\mim\mim_bkg.jpg); overflow: auto;} +/* this changes the way your links look like */ +.link {color: #0000FF; text-decoration: underline;} +/* this changes the way smileys and log icons look like */ +.img {vertical-align: middle;} +/* this changes the way incoming (received) events look like including timestamp, name, etc. */ +.divIn {word-wrap: break-word; background-color: #FFFFFF;} +/* this changes the way outgoing (sent) events look like including timestamp, name, etc. */ +.divOut {word-wrap: break-word; background-color: #FFFFFF;} +/* this changes the way incoming (received) events look like including timestamp, name, etc. */ +.divInGrid {padding-left: 2px; padding-right: 2px; word-wrap: break-word; border-top: 1px solid #000000; background-color: #FFFFFF;} +/* this changes the way outgoing (sent) events look like including timestamp, name, etc. */ +.divOutGrid {padding-left: 2px; padding-right: 2px; word-wrap: break-word; border-top: 1px solid #000000; background-color: #FFFFFF;} +/* this changes the way incoming (received) events look like including timestamp, name, etc. */ +.divNotice {padding-left: 2px; padding-right: 2px; word-wrap: break-word;} +/* this changes the way outgoing (sent) events look like including timestamp, name, etc. */ +.divNoticeGrid {padding-left: 2px; padding-right: 2px; word-wrap: break-word; border-top: 1px solid #000000} +/* this changes the way outgoing (sent by you) messages look like */ +.messageOut {font-family: Arial; font-size: 12pt; font-weight: 900; color: #6A6A6A; } +/* this changes the way incoming (received from your contact) messages look like */ +.messageIn {font-family: Arial; font-size: 12pt; font-weight: 300; color: #000000; font-style: italic} +/* this changes the way your name looks like in outgoing events */ +.nameOut {font-family: Arial; font-size: 12pt; font-weight: 900; color: #5369C1; } +/* this changes the way timestamp looks like in outgoing events */ +.timeOut {font-family: Terminal; font-size: 9pt; font-weight: 900; color: #74B928; } +/* this changes the way a colon looks like in outgoing events */ +.colonOut {font-family: Arial; font-size: 11pt; font-weight: 900; color: #56C099; } +/* this changes the way a contact's name looks like in incoming events */ +.nameIn {font-family: Arial; font-size: 12pt; font-weight: 900; color: #D70000; } +/* this changes the way timestamp looks like in incoming events */ +.timeIn {font-family: Terminal; font-size: 9pt; font-weight: 900; color: #000000; } +/* this changes the way a colon looks like in incoming events */ +.colonIn {font-family: Arial; font-size: 11pt; font-weight: 900; color: #B96A8D; font-style: italic} +/* NOT USED */ +.inputArea {font-family: Arial; font-size: 12pt; font-weight: 300; color: #000000; } +/* this changes the way status change event look like */ +.notices {font-family: Arial; font-size: 12pt; font-weight: 300; color: #5A5AA0; } +/* RTL-related styles */ +/* this changes the way incoming (received) events look like including timestamp, name, etc. */ +.divInRTL {text-align: right; direction:RTL; unicode-bidi:embed; word-wrap: break-word; background-color: #FFFFFF;} +/* this changes the way outgoing (sent) events look like including timestamp, name, etc. */ +.divOutRTL {text-align: right; direction:RTL; unicode-bidi:embed; word-wrap: break-word; background-color: #FFFFFF;} +/* this changes the way incoming (received) events look like including timestamp, name, etc. */ +.divInGridRTL {text-align: right; direction:RTL; unicode-bidi:embed; padding-left: 2px; padding-right: 2px; word-wrap: break-word; border-top: 1px solid #000000; background-color: #FFFFFF;} +/* this changes the way outgoing (sent) events look like including timestamp, name, etc. */ +.divOutGridRTL {text-align: right; direction:RTL; unicode-bidi:embed; padding-left: 2px; padding-right: 2px; word-wrap: break-word; border-top: 1px solid #000000; background-color: #FFFFFF;} +/* this changes the way incoming (received) events look like including timestamp, name, etc. */ +.divNoticeRTL {text-align: right; direction:RTL; unicode-bidi:embed; padding-left: 2px; padding-right: 2px; word-wrap: break-word;} +/* this changes the way outgoing (sent) events look like including timestamp, name, etc. */ +.divNoticeGridRTL {text-align: right; direction:RTL; unicode-bidi:embed; padding-left: 2px; padding-right: 2px; word-wrap: break-word; border-top: 1px solid #000000} diff --git a/plugins/IEView/docs/ieview/css/srmm.css b/plugins/IEView/docs/ieview/css/srmm.css new file mode 100644 index 0000000000..ad5fadeb49 --- /dev/null +++ b/plugins/IEView/docs/ieview/css/srmm.css @@ -0,0 +1,36 @@ +/* this changes the way main window background looks like */ +.body {margin-left: 0px; margin-right: 0px; margin-top: 0px; margin-bottom: 0px; text-align: left; background-attachment: scroll; background-color: #FFFFFF; background-image: url(D:\mim\mim_bkg.jpg); overflow: auto;} +/* this changes the way your links look like */ +.link {color: #0000FF; text-decoration: underline;} +/* this changes the way smileys and log icons look like */ +.img {vertical-align: middle;} +/* this changes the way incoming (received) events look like including timestamp, name, etc. */ +.divIn {word-wrap: break-word; background-color: #FFFFFF;} +/* this changes the way outgoing (sent) events look like including timestamp, name, etc. */ +.divOut {word-wrap: break-word; background-color: #FFFFFF;} +/* this changes the way outgoing (sent by you) messages look like */ +.messageOut {font-family: Arial; font-size: 12pt; font-weight: 900; color: #6A6A6A; } +/* this changes the way incoming (received from your contact) messages look like */ +.messageIn {font-family: Arial; font-size: 12pt; font-weight: 300; color: #000000; font-style: italic} +/* this changes the way your name looks like in outgoing events */ +.nameOut {font-family: Arial; font-size: 12pt; font-weight: 900; color: #5369C1; } +/* this changes the way timestamp looks like in outgoing events */ +.timeOut {font-family: Terminal; font-size: 9pt; font-weight: 900; color: #74B928; } +/* this changes the way a colon looks like in outgoing events */ +.colonOut {font-family: Arial; font-size: 11pt; font-weight: 900; color: #56C099; } +/* this changes the way a contact's name looks like in incoming events */ +.nameIn {font-family: Arial; font-size: 12pt; font-weight: 900; color: #D70000; } +/* this changes the way timestamp looks like in incoming events */ +.timeIn {font-family: Terminal; font-size: 9pt; font-weight: 900; color: #000000; } +/* this changes the way a colon looks like in incoming events */ +.colonIn {font-family: Arial; font-size: 11pt; font-weight: 900; color: #B96A8D; font-style: italic} +/* NOT USED */ +.inputArea {font-family: Arial; font-size: 12pt; font-weight: 300; color: #000000; } +/* this changes the way status change event look like */ +.notices {font-family: Arial; font-size: 12pt; font-weight: 300; color: #5A5AA0; } + +/* RTL-related styles */ +/* this changes the way incoming (received) events look like including timestamp, name, etc. */ +.divInRTL {text-align: right; direction:RTL; unicode-bidi:embed; word-wrap: break-word; background-color: #FFFFFF;} +/* this changes the way outgoing (sent) events look like including timestamp, name, etc. */ +.divOutRTL {text-align: right; direction:RTL; unicode-bidi:embed; word-wrap: break-word; background-color: #FFFFFF;} diff --git a/plugins/IEView/docs/ieview/css/tabsrmm.css b/plugins/IEView/docs/ieview/css/tabsrmm.css new file mode 100644 index 0000000000..2e3ed0d858 --- /dev/null +++ b/plugins/IEView/docs/ieview/css/tabsrmm.css @@ -0,0 +1,61 @@ +/* this changes the way main window background looks like */ +.body {margin-left: 0px; margin-right: 0px; margin-top: 0px; margin-bottom: 0px; text-align: left; background-color: #924AB0; overflow: auto;} +/* this changes the way your links look like */ +.link {color: #0000FF; text-decoration: underline;} +/* this changes the way smileys and log icons look like */ +.img {vertical-align: middle;} +/* this changes the way incoming (received) events look like including timestamp, name, etc. */ +.divIn {word-wrap: break-word; background-color: #F0E399;} +/* this changes the way outgoing (sent) events look like including timestamp, name, etc. */ +.divOut {word-wrap: break-word; background-color: #7DC6D2;} +/* the same as divIn, but used when Draw grid lines option is turned on */ +.divInGrid {word-wrap: break-word; border-top: 1px solid #924AB0; background-color: #F0E399;} +/* the same as divIn, but used when Draw grid lines option is turned on */ +.divOutGrid {word-wrap: break-word; border-top: 1px solid #924AB0; background-color: #7DC6D2;} +/* this changes the way new outgoing (sent by you) messages look like */ +.messageOut {font-family: Tahoma; font-size: 13pt; font-weight: 300; color: #000000; } +/* this changes the way outgoing (sent) file events and url events look like - NOT USED */ +.miscOut {font-family: Tahoma; font-size: 13pt; font-weight: 300; color: #C632D1; font-style: italic} +/* this changes the way new incoming (received from your contact) messages look like */ +.messageIn {font-family: Tahoma; font-size: 13pt; font-weight: 300; color: #A81A3E; } +/* this changes the way new incoming file events and url events look like */ +.miscIn {font-family: Tahoma; font-size: 13pt; font-weight: 300; color: #5581D2; font-style: italic} +/* this changes the way your name looks like in new outgoing events */ +.nameOut {font-family: Tahoma; font-size: 13pt; font-weight: 900; color: #223CB3; } +/* this changes the way a timestamp looks like in new outgoing events */ +.timeOut {font-family: Tahoma; font-size: 8pt; font-weight: 900; color: #808080; } +/* this changes the way a contact's name looks like in new incoming events */ +.nameIn {font-family: Tahoma; font-size: 10pt; font-weight: 300; color: #000000; } +/* this changes the way timestamp looks like in new incoming events */ +.timeIn {font-family: Tahoma; font-size: 8pt; font-weight: 900; color: #526F70; } +/* this changes the way historical outgoing messages look like */ +.hMessageOut {font-family: Tahoma; font-size: 13pt; font-weight: 300; color: #000000; } +/* this changes the way historical outgoing file events and url events look like - NOT USED */ +.hMiscOut {font-family: Tahoma; font-size: 13pt; font-weight: 300; color: #000000; } +/* this changes the way historical incoming messages look like */ +.hMessageIn {font-family: Tahoma; font-size: 13pt; font-weight: 300; color: #000000; } +/* this changes the way historical incoming file events and url events look like */ +.hMiscIn {font-family: Tahoma; font-size: 13pt; font-weight: 300; color: #3F65BE; font-style: italic} +/* this changes the way your name looks like in historical events */ +.hNameOut {font-family: Tahoma; font-size: 13pt; font-weight: 300; color: #000000; } +/* this changes the way a timestamp looks like in historical outgoing events */ +.hTimeOut {font-family: Tahoma; font-size: 13pt; font-weight: 300; color: #000000; } +/* this changes the way a contact's name looks like in incoming events */ +.hNameIn {font-family: Tahoma; font-size: 13pt; font-weight: 300; color: #000000; } +/* this changes the way a timestamp looks like in incoming events */ +.hTimeIn {font-family: Tahoma; font-size: 13pt; font-weight: 300; color: #A81A3E; } +/* NOT USED */ +.inputArea {font-family: Tahoma; font-size: 13pt; font-weight: 300; color: #000000; } +/* this changes the way status change events look like */ +.statusChange {font-family: Tahoma; font-size: 13pt; font-weight: 300; color: #000000; } +/* NOT USED */ +.dividers {font-family: Tahoma; font-size: 13pt; font-weight: 300; color: #55B9B4; } +/* RTL-related styles */ +/* this changes the way incoming (received) events look like including timestamp, name, etc. */ +.divInRTL {text-align: right; direction:RTL; unicode-bidi:embed; word-wrap: break-word; background-color: #FFFFFF;} +/* this changes the way outgoing (sent) events look like including timestamp, name, etc. */ +.divOutRTL {text-align: right; direction:RTL; unicode-bidi:embed; word-wrap: break-word; background-color: #FFFFFF;} +/* this changes the way incoming (received) events look like including timestamp, name, etc. */ +.divInGridRTL {text-align: right; direction:RTL; unicode-bidi:embed; padding-left: 2px; padding-right: 2px; word-wrap: break-word; border-top: 1px solid #000000; background-color: #FFFFFF;} +/* this changes the way outgoing (sent) events look like including timestamp, name, etc. */ +.divOutGridRTL {text-align: right; direction:RTL; unicode-bidi:embed; padding-left: 2px; padding-right: 2px; word-wrap: break-word; border-top: 1px solid #000000; background-color: #FFFFFF;} diff --git a/plugins/IEView/docs/ieview/file.gif b/plugins/IEView/docs/ieview/file.gif new file mode 100644 index 0000000000..8e24842ef4 Binary files /dev/null and b/plugins/IEView/docs/ieview/file.gif differ diff --git a/plugins/IEView/docs/ieview/info.gif b/plugins/IEView/docs/ieview/info.gif new file mode 100644 index 0000000000..17784ec925 Binary files /dev/null and b/plugins/IEView/docs/ieview/info.gif differ diff --git a/plugins/IEView/docs/ieview/join.gif b/plugins/IEView/docs/ieview/join.gif new file mode 100644 index 0000000000..3350e82278 Binary files /dev/null and b/plugins/IEView/docs/ieview/join.gif differ diff --git a/plugins/IEView/docs/ieview/kick.gif b/plugins/IEView/docs/ieview/kick.gif new file mode 100644 index 0000000000..16d1e821f0 Binary files /dev/null and b/plugins/IEView/docs/ieview/kick.gif differ diff --git a/plugins/IEView/docs/ieview/message.gif b/plugins/IEView/docs/ieview/message.gif new file mode 100644 index 0000000000..8c299120bf Binary files /dev/null and b/plugins/IEView/docs/ieview/message.gif differ diff --git a/plugins/IEView/docs/ieview/message_in.gif b/plugins/IEView/docs/ieview/message_in.gif new file mode 100644 index 0000000000..ebf9e1b378 Binary files /dev/null and b/plugins/IEView/docs/ieview/message_in.gif differ diff --git a/plugins/IEView/docs/ieview/message_in_chat.gif b/plugins/IEView/docs/ieview/message_in_chat.gif new file mode 100644 index 0000000000..04fd84cc0e Binary files /dev/null and b/plugins/IEView/docs/ieview/message_in_chat.gif differ diff --git a/plugins/IEView/docs/ieview/message_out.gif b/plugins/IEView/docs/ieview/message_out.gif new file mode 100644 index 0000000000..2ae3b0e325 Binary files /dev/null and b/plugins/IEView/docs/ieview/message_out.gif differ diff --git a/plugins/IEView/docs/ieview/message_out_chat.gif b/plugins/IEView/docs/ieview/message_out_chat.gif new file mode 100644 index 0000000000..a853dec875 Binary files /dev/null and b/plugins/IEView/docs/ieview/message_out_chat.gif differ diff --git a/plugins/IEView/docs/ieview/nick.gif b/plugins/IEView/docs/ieview/nick.gif new file mode 100644 index 0000000000..dba582fa61 Binary files /dev/null and b/plugins/IEView/docs/ieview/nick.gif differ diff --git a/plugins/IEView/docs/ieview/notice.gif b/plugins/IEView/docs/ieview/notice.gif new file mode 100644 index 0000000000..efff0234bc Binary files /dev/null and b/plugins/IEView/docs/ieview/notice.gif differ diff --git a/plugins/IEView/docs/ieview/part.gif b/plugins/IEView/docs/ieview/part.gif new file mode 100644 index 0000000000..00b461381a Binary files /dev/null and b/plugins/IEView/docs/ieview/part.gif differ diff --git a/plugins/IEView/docs/ieview/quit.gif b/plugins/IEView/docs/ieview/quit.gif new file mode 100644 index 0000000000..533f0ede16 Binary files /dev/null and b/plugins/IEView/docs/ieview/quit.gif differ diff --git a/plugins/IEView/docs/ieview/removestatus.gif b/plugins/IEView/docs/ieview/removestatus.gif new file mode 100644 index 0000000000..6caf327b94 Binary files /dev/null and b/plugins/IEView/docs/ieview/removestatus.gif differ diff --git a/plugins/IEView/docs/ieview/status.gif b/plugins/IEView/docs/ieview/status.gif new file mode 100644 index 0000000000..e0ff3923f1 Binary files /dev/null and b/plugins/IEView/docs/ieview/status.gif differ diff --git a/plugins/IEView/docs/ieview/topic.gif b/plugins/IEView/docs/ieview/topic.gif new file mode 100644 index 0000000000..b2157abc53 Binary files /dev/null and b/plugins/IEView/docs/ieview/topic.gif differ diff --git a/plugins/IEView/docs/ieview/url.gif b/plugins/IEView/docs/ieview/url.gif new file mode 100644 index 0000000000..67e7fa75aa Binary files /dev/null and b/plugins/IEView/docs/ieview/url.gif differ -- cgit v1.2.3