summaryrefslogtreecommitdiff
path: root/plugins/QuickContacts/docs
diff options
context:
space:
mode:
authorTobias Weimer <wishmaster51@googlemail.com>2012-09-28 09:15:13 +0000
committerTobias Weimer <wishmaster51@googlemail.com>2012-09-28 09:15:13 +0000
commit66b6ef801ed593951cddfa6fff1d3fb1b8e61c63 (patch)
treed19a8e7779fc259ee74550e7ec595c8aa414c8f9 /plugins/QuickContacts/docs
parent932bdc1abe0fa63a9d68dea43f5c9a049af56cc0 (diff)
Added QuickContacts
git-svn-id: http://svn.miranda-ng.org/main/trunk@1700 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/QuickContacts/docs')
-rw-r--r--plugins/QuickContacts/docs/langpack_quickcontacts.txt40
-rw-r--r--plugins/QuickContacts/docs/quickcontacts.pngbin0 -> 8766 bytes
-rw-r--r--plugins/QuickContacts/docs/quickcontacts_changelog.txt75
-rw-r--r--plugins/QuickContacts/docs/quickcontacts_readme.txt22
-rw-r--r--plugins/QuickContacts/docs/quickcontacts_version.txt1
5 files changed, 138 insertions, 0 deletions
diff --git a/plugins/QuickContacts/docs/langpack_quickcontacts.txt b/plugins/QuickContacts/docs/langpack_quickcontacts.txt
new file mode 100644
index 0000000000..bb3ce09a9e
--- /dev/null
+++ b/plugins/QuickContacts/docs/langpack_quickcontacts.txt
@@ -0,0 +1,40 @@
+; Quick Contacts
+; Author: micron-x, Pescuma
+; http://pescuma.org/miranda/quickcontacts
+
+[Quick Contacts]
+
+; Hotkey description
+[Open dialog]
+[Open Quick Contacts dialog]
+
+; Menu item
+[Quick Contacts...]
+
+; Main dialog
+[Enter Username:]
+[Show all contacts]
+
+; Tooltips
+[Send message]
+[Make a voice call]
+[Send file]
+[Send URL]
+[Open userinfo]
+[Open history]
+[Open contact menu]
+
+; Options
+[Last Sent]
+[Enable last-sent-to]
+[recognize all messages sent]
+[recognize messages sent with hotkey only]
+
+[Contacts]
+[Show offline contacts on these protocols:]
+[But hide them if protocol is offline]
+[Append group name to contact name]
+[But show it as a column ...]
+[... on left side of name]
+[Hide subcontacts]
+[But keep subcontacts of protocols in above list if meta is hidden]
diff --git a/plugins/QuickContacts/docs/quickcontacts.png b/plugins/QuickContacts/docs/quickcontacts.png
new file mode 100644
index 0000000000..0dba1b7277
--- /dev/null
+++ b/plugins/QuickContacts/docs/quickcontacts.png
Binary files differ
diff --git a/plugins/QuickContacts/docs/quickcontacts_changelog.txt b/plugins/QuickContacts/docs/quickcontacts_changelog.txt
new file mode 100644
index 0000000000..bc094700e2
--- /dev/null
+++ b/plugins/QuickContacts/docs/quickcontacts_changelog.txt
@@ -0,0 +1,75 @@
+Quick Contacts
+
+Changelog:
+
+. 1.0.0.0
+ * Fix for group names (closes issue #83)
+ + Handle metacontacts off (closes issue #61)
+ + Show account name
+ * Removed spaces from frame names in options
+
+. 0.0.3.1
+ + Number of contacts is not limited anymore
+
+. 0.0.3.0
+ + Added support for hotkeys module in 0.8 (some texts changed in langpack)
+
+. 0.0.2.9
+ + Added contact icon
+ * Fix when comparing unicode strings
+
+. 0.0.2.8
+ + Added VoiceService support
+
+. 0.0.2.7
+ + Added support for Miranda 0.8
+
+. 0.0.2.6
+ * Fix for crash on exit
+
+. 0.0.2.5
+ + Added contact menu buttom
+
+. 0.0.2.4
+ * Only to fix upload of wrong file to FL
+
+. 0.0.2.3
+ + Added support for Hotkeys+
+ * Now it will register to all hotkey services if found
+
+. 0.0.2.2
+ * Fix for icons
+ * Fix for backspace
+ * -pv- fix
+
+. 0.0.2.1
+ * Try to fix error reported
+ + Support of Hotkey service (if it exists, will be used instead of HotKeys2)
+ + Support for Magnetic windows
+
+. 0.0.2.0
+ - First version in FL
+ * Fix for more than one contact wth same name
+ * Fix to always open the dialog inside a monitor
+
+. 0.0.1.4
+ + Option to show group as a column
+ + Act as double click when pressing enter in the combo
+ + Disable buttons that protocol do not allow
+ * Bug fixes
+
+. 0.0.1.3
+ + Changes in options
+ + Added unicode release
+
+. 0.0.1.2
+ + Option to append group name to contact name
+
+. 0.0.1.1
+ + Checkbox in main dialog works
+ + Option to hide contacts from offline protocols
+ * Fix in getting metacontact status
+
+. 0.0.1.0
+ First verion based on Hotkey plugin
+3.2.1.0 \ No newline at end of file
diff --git a/plugins/QuickContacts/docs/quickcontacts_readme.txt b/plugins/QuickContacts/docs/quickcontacts_readme.txt
new file mode 100644
index 0000000000..b7d8b5b8aa
--- /dev/null
+++ b/plugins/QuickContacts/docs/quickcontacts_readme.txt
@@ -0,0 +1,22 @@
+Quick Contacts plugin
+---------------------
+
+On pressing an user defined hotkey an dialog pops up where you can enter a contacts name or select it from a combobox and send it messages/files/urls an look at his details.
+
+This is a mod of the Hotkey plugin by micron-x
+
+To be able to set the hotkey you need clist_modern (or some other that implements Hotkeys2), Hotkeys+ or HotkeyService.
+
+Available hotkeys:
+- Ctrl-V: Make a voice call
+- Ctrl-F: Send file
+- Ctrl-U: Send URL
+- Ctrl-I: Show userinfo
+- Ctrl-H: Open history
+- Ctrl-M: Open contact menu
+- User defined: Open hotkey dialog
+In Miranda 0.8 all this keys can be configured in options.
+
+To report bugs/make suggestions, go to the forum thread: http://forums.miranda-im.org/showthread.php?t=8797
+
+To report bugs, please create a attache dump using the pdb file (you need to copy to pdb to the same place the dll is) \ No newline at end of file
diff --git a/plugins/QuickContacts/docs/quickcontacts_version.txt b/plugins/QuickContacts/docs/quickcontacts_version.txt
new file mode 100644
index 0000000000..15e048226b
--- /dev/null
+++ b/plugins/QuickContacts/docs/quickcontacts_version.txt
@@ -0,0 +1 @@
+Quick Contacts 1.0.0.0 \ No newline at end of file