diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-08-01 13:18:09 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-08-01 13:18:09 +0000 |
commit | 16b3108be10c20c54d8ad47e2dac5b7cd908e3eb (patch) | |
tree | 07e460298ad22f92765dd6dd6bc84b44544e00bf /plugins/ExtraIcons/docs | |
parent | 1aa6b664f3ba7574673a1ff9735f2264fefa04ee (diff) |
folders renames
git-svn-id: http://svn.miranda-ng.org/main/trunk@1300 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ExtraIcons/docs')
-rw-r--r-- | plugins/ExtraIcons/docs/extraicons-translation.txt | 13 | ||||
-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 |
5 files changed, 66 insertions, 0 deletions
diff --git a/plugins/ExtraIcons/docs/extraicons-translation.txt b/plugins/ExtraIcons/docs/extraicons-translation.txt new file mode 100644 index 0000000000..e0d747baa0 --- /dev/null +++ b/plugins/ExtraIcons/docs/extraicons-translation.txt @@ -0,0 +1,13 @@ +; Common strings that belong to many files
+;[* only the first %d icons will be shown]
+
+; ../../plugins/ExtraIcons/options.cpp
+;[Contact List]
+;[Extra icons]
+;[General]
+
+; ../../plugins/ExtraIcons/resource.rc
+;[Group]
+;[Select the extra icons to be shown in the contact list:]
+;[Ungroup]
+;[You can group/ungroup icons by selecting then (CTRL+left click) and using the popup menu (right click)]
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 |