From 673e6c625fc6437ed205a1d17d9a1e5a0083abfa Mon Sep 17 00:00:00 2001 From: Tobias Weimer Date: Mon, 23 Oct 2017 18:01:12 +0200 Subject: Renamed readme.txt --- plugins/QuickContacts/docs/changelog.txt | 75 ++++++++++++++++++++++ .../QuickContacts/docs/quickcontacts_changelog.txt | 75 ---------------------- .../QuickContacts/docs/quickcontacts_readme.txt | 22 ------- .../QuickContacts/docs/quickcontacts_version.txt | 1 - plugins/QuickContacts/docs/readme.txt | 22 +++++++ 5 files changed, 97 insertions(+), 98 deletions(-) create mode 100644 plugins/QuickContacts/docs/changelog.txt delete mode 100644 plugins/QuickContacts/docs/quickcontacts_changelog.txt delete mode 100644 plugins/QuickContacts/docs/quickcontacts_readme.txt delete mode 100644 plugins/QuickContacts/docs/quickcontacts_version.txt create mode 100644 plugins/QuickContacts/docs/readme.txt (limited to 'plugins/QuickContacts/docs') diff --git a/plugins/QuickContacts/docs/changelog.txt b/plugins/QuickContacts/docs/changelog.txt new file mode 100644 index 0000000000..bc094700e2 --- /dev/null +++ b/plugins/QuickContacts/docs/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_changelog.txt b/plugins/QuickContacts/docs/quickcontacts_changelog.txt deleted file mode 100644 index bc094700e2..0000000000 --- a/plugins/QuickContacts/docs/quickcontacts_changelog.txt +++ /dev/null @@ -1,75 +0,0 @@ -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 deleted file mode 100644 index b7d8b5b8aa..0000000000 --- a/plugins/QuickContacts/docs/quickcontacts_readme.txt +++ /dev/null @@ -1,22 +0,0 @@ -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 deleted file mode 100644 index 15e048226b..0000000000 --- a/plugins/QuickContacts/docs/quickcontacts_version.txt +++ /dev/null @@ -1 +0,0 @@ -Quick Contacts 1.0.0.0 \ No newline at end of file diff --git a/plugins/QuickContacts/docs/readme.txt b/plugins/QuickContacts/docs/readme.txt new file mode 100644 index 0000000000..b7d8b5b8aa --- /dev/null +++ b/plugins/QuickContacts/docs/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 -- cgit v1.2.3