diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-07-11 17:09:09 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-07-11 17:09:09 +0000 |
commit | bb22e7b2a0af67cc65ce5179917b20e5977ed4ef (patch) | |
tree | 120e18f5a61144f3f632263e05cb49109f672615 /plugins/Skins/Docs/skins_readme.txt | |
parent | 3b8d44fb4646951be55b3777cbe30d3280867067 (diff) |
MyDetails reverted to older version that doesn't use Skins plugin
git-svn-id: http://svn.miranda-ng.org/main/trunk@905 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Skins/Docs/skins_readme.txt')
-rw-r--r-- | plugins/Skins/Docs/skins_readme.txt | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/plugins/Skins/Docs/skins_readme.txt b/plugins/Skins/Docs/skins_readme.txt deleted file mode 100644 index fd06309ad1..0000000000 --- a/plugins/Skins/Docs/skins_readme.txt +++ /dev/null @@ -1,31 +0,0 @@ -Skins plugin
-----------------
-
-CAUTION: THIS IS AN ALPHA STAGE PLUGIN. IT CAN DO VERY BAD THINGS. USE AT YOUR OWN RISK.
-
-This is a service plugin to allow using different skins. It uses javascript as the language the skins are written, thus allowing a lot of flexibility.
-
-Keep in mind that this is an initial version of the plugin. It is intended to grow a loot (its to do list is bigger than its features list :P ). Currently it allows only calculating the position of elements.
-
-It works based in the consept of a skin beeing a group of small skins (one for each client). The skins are inside the dir <Miranda>\Skins\<Skin name> , and inside that folder, each client skin has the name <Client>.msk
-
-Inside the zip there is also a version of MyDetails using this plugin.
-
-Many thanks to the v8 team for the javascript engine implementation.
-
-This needs Miranda 0.8 to work.
-
-To report bugs/make suggestions, go to the forum thread: http://forums.miranda-im.org/showthread.php?p=172392
-
-
-TODO:
- - Allow changing skin without restart
- - Add support for handling skin packs
- - Add support for emoticons in text fields
- - Add code to draw elements on screen
- - Add service to create a new frame only based on the fields
- - Allow setting variables by the users of the plugin
-
-
-KNOWN PROBLEMS:
- - It seems to have a memory leak (last time I debugged it, it was inside v8 - maybe I just don't understant its garbage collector?)
|