From 16b3108be10c20c54d8ad47e2dac5b7cd908e3eb Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Wed, 1 Aug 2012 13:18:09 +0000 Subject: folders renames git-svn-id: http://svn.miranda-ng.org/main/trunk@1300 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/ExtraIcons/Docs/extraicons-translation.txt | 13 ----------- plugins/ExtraIcons/Docs/extraicons.png | Bin 36754 -> 0 bytes plugins/ExtraIcons/Docs/extraicons_changelog.txt | 26 --------------------- plugins/ExtraIcons/Docs/extraicons_readme.txt | 26 --------------------- plugins/ExtraIcons/Docs/extraicons_version.txt | 1 - plugins/ExtraIcons/docs/extraicons-translation.txt | 13 +++++++++++ plugins/ExtraIcons/docs/extraicons.png | Bin 0 -> 36754 bytes plugins/ExtraIcons/docs/extraicons_changelog.txt | 26 +++++++++++++++++++++ plugins/ExtraIcons/docs/extraicons_readme.txt | 26 +++++++++++++++++++++ plugins/ExtraIcons/docs/extraicons_version.txt | 1 + 10 files changed, 66 insertions(+), 66 deletions(-) delete mode 100644 plugins/ExtraIcons/Docs/extraicons-translation.txt delete mode 100644 plugins/ExtraIcons/Docs/extraicons.png delete mode 100644 plugins/ExtraIcons/Docs/extraicons_changelog.txt delete mode 100644 plugins/ExtraIcons/Docs/extraicons_readme.txt delete mode 100644 plugins/ExtraIcons/Docs/extraicons_version.txt create mode 100644 plugins/ExtraIcons/docs/extraicons-translation.txt create mode 100644 plugins/ExtraIcons/docs/extraicons.png create mode 100644 plugins/ExtraIcons/docs/extraicons_changelog.txt create mode 100644 plugins/ExtraIcons/docs/extraicons_readme.txt create mode 100644 plugins/ExtraIcons/docs/extraicons_version.txt (limited to 'plugins/ExtraIcons') diff --git a/plugins/ExtraIcons/Docs/extraicons-translation.txt b/plugins/ExtraIcons/Docs/extraicons-translation.txt deleted file mode 100644 index e0d747baa0..0000000000 --- a/plugins/ExtraIcons/Docs/extraicons-translation.txt +++ /dev/null @@ -1,13 +0,0 @@ -; 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 deleted file mode 100644 index 9710ef5c1b..0000000000 Binary files a/plugins/ExtraIcons/Docs/extraicons.png and /dev/null differ diff --git a/plugins/ExtraIcons/Docs/extraicons_changelog.txt b/plugins/ExtraIcons/Docs/extraicons_changelog.txt deleted file mode 100644 index 984bb20614..0000000000 --- a/plugins/ExtraIcons/Docs/extraicons_changelog.txt +++ /dev/null @@ -1,26 +0,0 @@ -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 deleted file mode 100644 index 56ae4c9f72..0000000000 --- a/plugins/ExtraIcons/Docs/extraicons_readme.txt +++ /dev/null @@ -1,26 +0,0 @@ -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 deleted file mode 100644 index ffcd6fde96..0000000000 --- a/plugins/ExtraIcons/Docs/extraicons_version.txt +++ /dev/null @@ -1 +0,0 @@ -Extra Icons Service 0.2.5.0 \ No newline at end of file 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 new file mode 100644 index 0000000000..9710ef5c1b Binary files /dev/null and b/plugins/ExtraIcons/docs/extraicons.png differ 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 -- cgit v1.2.3