From 653261a27182e9c8969ed074f0da9ec4dba920b1 Mon Sep 17 00:00:00 2001 From: mataes2007 Date: Thu, 5 May 2011 12:15:08 +0000 Subject: added Tooltip Notofy added Zero Notification git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@72 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb --- Tooltip_Notify/doc/todo.txt | 0 Tooltip_Notify/doc/tt_wnd_def_style.txt | 9 ++ Tooltip_Notify/doc/ttnotify-readme.txt | 128 ++++++++++++++++++++++++++++ Tooltip_Notify/doc/ttnotify_translation.txt | 47 ++++++++++ 4 files changed, 184 insertions(+) create mode 100644 Tooltip_Notify/doc/todo.txt create mode 100644 Tooltip_Notify/doc/tt_wnd_def_style.txt create mode 100644 Tooltip_Notify/doc/ttnotify-readme.txt create mode 100644 Tooltip_Notify/doc/ttnotify_translation.txt (limited to 'Tooltip_Notify/doc') diff --git a/Tooltip_Notify/doc/todo.txt b/Tooltip_Notify/doc/todo.txt new file mode 100644 index 0000000..e69de29 diff --git a/Tooltip_Notify/doc/tt_wnd_def_style.txt b/Tooltip_Notify/doc/tt_wnd_def_style.txt new file mode 100644 index 0000000..c47a6a3 --- /dev/null +++ b/Tooltip_Notify/doc/tt_wnd_def_style.txt @@ -0,0 +1,9 @@ +ws_popup +ws_visible +ws_clipsiblings +ws_border + +ws_ex_left +ws_ex_ltrreading +ws_ex_rightscrollbar +ws_ex_topmost \ No newline at end of file diff --git a/Tooltip_Notify/doc/ttnotify-readme.txt b/Tooltip_Notify/doc/ttnotify-readme.txt new file mode 100644 index 0000000..1d2e816 --- /dev/null +++ b/Tooltip_Notify/doc/ttnotify-readme.txt @@ -0,0 +1,128 @@ + + + Tooltip notify plugin for Miranda IM + ____________________________________ + + Version 0.6.0.45 + + +About +_____ + +This Miranda IM plugin popups a small tooltip above system tray area +when a contact changes his status. It's intended for and tested with ICQ +protocol mainly, so it can miswork with other protocols. + + + +Changelog +_________ + +Version 0.6.0.45 + - Individual font settings for events + +Version 0.5.0.42 + - Added idle notifications + - Using font services + +Version 0.4.0.36 + - Fixed crash with too long contact names + +Version 0.4.0.32 + - Next generation plugin interface support + - Correct unicode/ansi flag in plugin description + +Version 0.4.0.29 + - per-contact notifications ability + - ansi/unicode module check on corresponding os + - more unicode support + - internal module name changed from 'ttntfmod' to 'Tooltip Notify' + (all settings migrate automatically) + - fixed potential crash while reading font settings + - fixed memory leak + +Version 0.3.0.15 + - fixed one major unexpected crash + +Version 0.3.0.14 + - unicode support + - fixed minor bug related to settings reading + - fixed potential crash with the tooltip moving + - other minor fixes + +Version 0.2.0.2 + - obey 'suppress online notification' setting + - sound plays only if the event notification is checked + - minor stability fixes + - translation file update + +Version 0.2.0.1 + - stability fixes + +Version 0.2.0.0 + - some controls' text fields are enlarged (translators requests) + - win9x misworking fixed (not tested) + - new abilities: + - proto name prefixing + - enabled back + - work in conjunction with 'suppress online notification' + +Version 0.1.0.0 + - the whole code rewritten in cpp + - new abilities: + - suppress notifications upon connect + - typing notification + - disabled + - work in conjunction with 'suppress online notification' + +Version 0.0.6.0 + - rewritten code of the tooltip window + - tooltip dragging behavior changed (now with usual left-click) + - new options: + - double click on tooltip action + - font and color customization + - some minor fixes/changes + +Version 0.0.5.0 + - sound support for the contact events + - added a button to run the tooltip within the options dialog to test it + - some minor changes + +Version 0.0.4.3 + - protocols selection bug fixed + +Version 0.0.4.2 + - translucency options + - translation support + +Version 0.0.4.0 + - ability to select protocols to react to + - ability of custom tooltip placement + +Version 0.0.3.1 + - a little translations added + +Version 0.0.3.0 + - options moved to events->tooltip notify + - options added: + - allow tooltip duration adjusting + - conjunctive work with 'Suppress online notification' + - fixed showing a tooltip when protocol goes offline + - plugin size reduced + +Version 0.0.2.4 + - some internal fixes + + +Copyright +_________ + +Copyright (C) 2004-2008 Gneedah software (perf@mail333.com) + + + +DISCLAIMER OF WARRANTY +-------------------------------------------------------------------- + +This software is distributed "AS IS" without any warranties. +USE IT AT YOU OWN RISK. diff --git a/Tooltip_Notify/doc/ttnotify_translation.txt b/Tooltip_Notify/doc/ttnotify_translation.txt new file mode 100644 index 0000000..2c7d965 --- /dev/null +++ b/Tooltip_Notify/doc/ttnotify_translation.txt @@ -0,0 +1,47 @@ +; This is a template for Tooltip Notify translation. + + +; ******** Plugin info ******** +;[Tooltip Notify] +;[Shows a small tooltip above system tray area when a contact status is changed] + + +; ******** Options and tooltip text ******** + +;[Notify upon the following contact status changes] +;[Online] +;[Offline] +;[Away] +;[N/A] +;[Occupied] +;[DND] +;[Free for chat] +;[Invisible] +;[All other] +;[Unknown] +;[Typing] +;[Idle] +;[Suppress notifications upon connection for] +;[sec] +;[Prefix proto name] +;[Protocols] +;[is] + +;[Duration] +;[Show tooltip for] +;[ms] +;[Duration x2 upon online event] + +;[Double click on tooltip] +;[Shows/Hides CList] +;[Opens message dialog] + +;[Misc] +;[Obey 'Suppress online notification' settings] +;[Auto positioning] +;[Transparent input] + +;[Preview] + +;[Translucency options (Windows 2000/XP only)] +;[Transparent tooltip] -- cgit v1.2.3