diff options
Diffstat (limited to 'plugins/TooltipNotify/docs')
-rw-r--r-- | plugins/TooltipNotify/docs/todo.txt | 0 | ||||
-rw-r--r-- | plugins/TooltipNotify/docs/tooltipnotify-translation.txt | 55 | ||||
-rw-r--r-- | plugins/TooltipNotify/docs/tt_wnd_def_style.txt | 9 | ||||
-rw-r--r-- | plugins/TooltipNotify/docs/ttnotify-readme.txt | 128 | ||||
-rw-r--r-- | plugins/TooltipNotify/docs/ttnotify_translation.txt | 47 |
5 files changed, 239 insertions, 0 deletions
diff --git a/plugins/TooltipNotify/docs/todo.txt b/plugins/TooltipNotify/docs/todo.txt new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/plugins/TooltipNotify/docs/todo.txt diff --git a/plugins/TooltipNotify/docs/tooltipnotify-translation.txt b/plugins/TooltipNotify/docs/tooltipnotify-translation.txt new file mode 100644 index 0000000000..44862c316f --- /dev/null +++ b/plugins/TooltipNotify/docs/tooltipnotify-translation.txt @@ -0,0 +1,55 @@ +; Common strings that belong to many files
+;[Idle]
+;[Offline]
+;[Online]
+;[Typing]
+
+; ../../plugins/TooltipNotify/src/TooltipNotify.cpp
+;[** New contacts **]
+;[** Unknown contacts **]
+;[Appearance]
+;[Away]
+;[DND]
+;[Free for chat]
+;[Invisible]
+;[N/A]
+;[Not Idle]
+;[Occupied]
+;[Tooltip Notify]
+;[Tooltip Notify: Offline]
+;[Tooltip Notify: Online]
+;[Tooltip Notify: Other]
+;[Tooltip Notify: Typing]
+;[Unknown]
+;[is]
+
+; ../../plugins/TooltipNotify/src/main.rc
+;[All other]
+;[Allow tooltip notifications for the following users:]
+;[Auto positioning]
+;[Behavior]
+;[Cancel]
+;[Choose contacts...]
+;[Contacts]
+;[Double click on tooltip]
+;[Duration]
+;[Duration x2 upon online event]
+;[Misc]
+;[Notify upon the following events]
+;[OK]
+;[Obey 'Suppress online notification' settings]
+;[Opens message dialog]
+;[Prefix proto name]
+;[Preview]
+;[Protocols]
+;[Select protocols]
+;[Show tooltip for]
+;[Shows/Hides CList]
+;[Slider1]
+;[Spin1]
+;[Suppress notifications upon connection for]
+;[Translucency options (Windows 2000/XP only)]
+;[Transparent input]
+;[Transparent tooltip]
+;[ms]
+;[sec]
diff --git a/plugins/TooltipNotify/docs/tt_wnd_def_style.txt b/plugins/TooltipNotify/docs/tt_wnd_def_style.txt new file mode 100644 index 0000000000..c47a6a363f --- /dev/null +++ b/plugins/TooltipNotify/docs/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/plugins/TooltipNotify/docs/ttnotify-readme.txt b/plugins/TooltipNotify/docs/ttnotify-readme.txt new file mode 100644 index 0000000000..1d2e816390 --- /dev/null +++ b/plugins/TooltipNotify/docs/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/plugins/TooltipNotify/docs/ttnotify_translation.txt b/plugins/TooltipNotify/docs/ttnotify_translation.txt new file mode 100644 index 0000000000..2c7d965d67 --- /dev/null +++ b/plugins/TooltipNotify/docs/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]
|