From 9242a80a84fa5c96dbadec9594177875aeeec1ac Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Tue, 10 Jul 2012 18:37:21 +0000 Subject: only added MyDetails and Skins. not adopted yet git-svn-id: http://svn.miranda-ng.org/main/trunk@892 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Skins/Docs/langpack_skins.txt | 2 ++ plugins/Skins/Docs/skins_changelog.txt | 25 +++++++++++++++++++++++++ plugins/Skins/Docs/skins_readme.txt | 31 +++++++++++++++++++++++++++++++ plugins/Skins/Docs/skins_version.txt | 1 + 4 files changed, 59 insertions(+) create mode 100644 plugins/Skins/Docs/langpack_skins.txt create mode 100644 plugins/Skins/Docs/skins_changelog.txt create mode 100644 plugins/Skins/Docs/skins_readme.txt create mode 100644 plugins/Skins/Docs/skins_version.txt (limited to 'plugins/Skins/Docs') diff --git a/plugins/Skins/Docs/langpack_skins.txt b/plugins/Skins/Docs/langpack_skins.txt new file mode 100644 index 0000000000..1819d74fce --- /dev/null +++ b/plugins/Skins/Docs/langpack_skins.txt @@ -0,0 +1,2 @@ +; Skins +; Author: Pescuma diff --git a/plugins/Skins/Docs/skins_changelog.txt b/plugins/Skins/Docs/skins_changelog.txt new file mode 100644 index 0000000000..fcaa8da44c --- /dev/null +++ b/plugins/Skins/Docs/skins_changelog.txt @@ -0,0 +1,25 @@ +Skins + +Changelog: + +. 0.0.0.5 + + Allow changing skins + * Updated v8 + * Updated updater to use googlecode + +. 0.0.0.4 + * Fixed font service iteration + * Fixed naming of skin options + +. 0.0.0.3 + * Better handling of small sizes + +. 0.0.0.2 + * Fix for float numbers + + Added valign (not used yet) + + Added dialog info (allow clients to set script variables starting with info) + + The zip will contain also the pdbs (at least until it is more stable) + * Fix for ASCII strings + +. 0.0.0.1 + + Initial version \ No newline at end of file diff --git a/plugins/Skins/Docs/skins_readme.txt b/plugins/Skins/Docs/skins_readme.txt new file mode 100644 index 0000000000..fd06309ad1 --- /dev/null +++ b/plugins/Skins/Docs/skins_readme.txt @@ -0,0 +1,31 @@ +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 \Skins\ , and inside that folder, each client skin has the name .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?) diff --git a/plugins/Skins/Docs/skins_version.txt b/plugins/Skins/Docs/skins_version.txt new file mode 100644 index 0000000000..92fad2b10f --- /dev/null +++ b/plugins/Skins/Docs/skins_version.txt @@ -0,0 +1 @@ +Skins 0.0.0.5 \ No newline at end of file -- cgit v1.2.3