diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-05-26 23:01:52 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-05-26 23:01:52 +0000 |
commit | 4b0b7853103435d005c2013b925c6e3fc60402a6 (patch) | |
tree | 2b3b7f235c42118640a29da7cf7565a1584924f4 /plugins/ExtraIcons/Docs | |
parent | 8a927afbe7390ba991f1d67417fb88c166537d5e (diff) |
projects cleanup
git-svn-id: http://svn.miranda-ng.org/main/trunk@191 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ExtraIcons/Docs')
-rw-r--r-- | plugins/ExtraIcons/Docs/extraicons.png | bin | 0 -> 36754 bytes | |||
-rw-r--r-- | plugins/ExtraIcons/Docs/extraicons_changelog.txt | 26 | ||||
-rw-r--r-- | plugins/ExtraIcons/Docs/extraicons_readme.txt | 26 | ||||
-rw-r--r-- | plugins/ExtraIcons/Docs/extraicons_version.txt | 1 | ||||
-rw-r--r-- | plugins/ExtraIcons/Docs/langpack_extraicons.txt | 15 |
5 files changed, 68 insertions, 0 deletions
diff --git a/plugins/ExtraIcons/Docs/extraicons.png b/plugins/ExtraIcons/Docs/extraicons.png Binary files differnew file mode 100644 index 0000000000..9710ef5c1b --- /dev/null +++ b/plugins/ExtraIcons/Docs/extraicons.png diff --git a/plugins/ExtraIcons/Docs/extraicons_changelog.txt b/plugins/ExtraIcons/Docs/extraicons_changelog.txt new file mode 100644 index 0000000000..984bb20614 --- /dev/null +++ b/plugins/ExtraIcons/Docs/extraicons_changelog.txt @@ -0,0 +1,26 @@ +Extra Icons Service
+
+Changelog:
+
+. 0.2.5.0
+ * Fix for crash on reseting icons
+
+. 0.2.4.0
+ * Fix for removing grouped icon
+
+. 0.2.3.0
+ * Fix for initial position of icons
+
+. 0.2.2.0
+ * Fix for external plugins overriding internal icons
+
+. 0.2.1.0
+ * Fix for multi selection in Windows Vista
+ + CTRL now deselects too
+
+. 0.2.0.0
+ + Allows group/ungroup of icons
+ + New options dialog
+
+. 0.1.0.0
+ + Initial version
\ No newline at end of file diff --git a/plugins/ExtraIcons/Docs/extraicons_readme.txt b/plugins/ExtraIcons/Docs/extraicons_readme.txt new file mode 100644 index 0000000000..56ae4c9f72 --- /dev/null +++ b/plugins/ExtraIcons/Docs/extraicons_readme.txt @@ -0,0 +1,26 @@ +Extra Icons Service plugin
+--------------------------
+
+CAUTION: THIS IS A BETA STAGE PLUGIN. IT CAN DO VERY BAD THINGS. USE AT YOUR OWN RISK.
+
+
+This is a simple plugin to allow the user to select which extra icons he wants to see.
+
+It is based on the idea that plugins register icons, the contact list shows them, and this plugin is the glue. By default it supports:
+ - Account
+ - E-mail
+ - Phone/SMS
+ - Homepage
+ - Visibility
+ - Chat activity
+ - Gender
+
+By now it is supported my clist_modern and clist_mw from 0.8#29. I intend to add clist_nicer next.
+
+Thanks to FYR for some code that I copied from clist_modern and to Angeli-Ka for the nice icons.
+
+
+To report bugs/make suggestions, go to the forum thread: http://forums.miranda-im.org/showthread.php?t=178318
+
+
+
diff --git a/plugins/ExtraIcons/Docs/extraicons_version.txt b/plugins/ExtraIcons/Docs/extraicons_version.txt new file mode 100644 index 0000000000..ffcd6fde96 --- /dev/null +++ b/plugins/ExtraIcons/Docs/extraicons_version.txt @@ -0,0 +1 @@ +Extra Icons Service 0.2.5.0
\ No newline at end of file diff --git a/plugins/ExtraIcons/Docs/langpack_extraicons.txt b/plugins/ExtraIcons/Docs/langpack_extraicons.txt new file mode 100644 index 0000000000..037ad6a249 --- /dev/null +++ b/plugins/ExtraIcons/Docs/langpack_extraicons.txt @@ -0,0 +1,15 @@ +; Extra Icons Service
+; Author: Pescuma
+
+[Select the extra icons to be shown in the contact list:]
+
+[Account]
+[E-mail]
+[Phone/SMS]
+[Homepage]
+[Visibility]
+[Chat activity]
+[Gender]
+
+[* only the first %d icons will be shown]
+[You can group/ungroup icons by selecting then (CTRL+left click) and using the popup menu (right click)]
|