diff options
-rw-r--r-- | plugins/AvatarHistory/docs/avatarhist.png | bin | 25934 -> 0 bytes | |||
-rw-r--r-- | plugins/AvatarHistory/docs/changelog.txt | 78 | ||||
-rw-r--r-- | plugins/AvatarHistory/docs/readme.txt | 29 |
3 files changed, 0 insertions, 107 deletions
diff --git a/plugins/AvatarHistory/docs/avatarhist.png b/plugins/AvatarHistory/docs/avatarhist.png Binary files differdeleted file mode 100644 index e9619f63a0..0000000000 --- a/plugins/AvatarHistory/docs/avatarhist.png +++ /dev/null diff --git a/plugins/AvatarHistory/docs/changelog.txt b/plugins/AvatarHistory/docs/changelog.txt deleted file mode 100644 index 8689c4b656..0000000000 --- a/plugins/AvatarHistory/docs/changelog.txt +++ /dev/null @@ -1,78 +0,0 @@ -Avatar History
-
-Changelog:
-
-. 0.0.3.3
-+ Added Updater support
-
-. 0.0.3.2
--Show contact display name in save dialog
--Added hidden debug setting:
-Add BYTE "Debug" in "AvatarHistory" module to show debug popups.
-ATTENTION: This is only recommended for advanced users to find problems,
-in normal usage they tend to become annoying
--Fixed popups for removed avatars
--Updated m_folders.h
--Allow plugin to load in Miranda 0.9.50
-
-
-. 0.0.3.1
-+ Show Contact Name in Avatar History dialog title
-+ Show picture path in avatar history dialog
-+ support for WindowList
-* fixed some issues reported by borkra
-+ updated m_folders.h
-* fixed duplicate avatar notifications (thanks xaos)
-
-. 0.0.3.0
-THIS REQUIRES MIRANDA IM 0.10 ALPHA #3 OR ABOVE!!
- + added x64 version
- + improved unicode support
- + added sounds
- + added more debug information
- * save position of avatar history dialog
- ! fixed crash with empty avatar history
- * BMP files are not converted to PNG any more
- * fixed Updater support
-
-
-. 0.0.2.10
- * Fix for get event text
-
-. 0.0.2.9
- + Depends on history events to add events to history
-
-. 0.0.2.8
- * Fix for radios in first run dialog
-
-. 0.0.2.7
- + Added first run dialog and option to store avatars as version 1
- * Changed to stop using avs services and use freeiamge services (requires miranda 0.7 #28)
-
-. 0.0.2.6
- * Changed to always use online proto icon as base for popup icon
-
-. 0.0.2.5
- + Added support for Miranda 0.8
-
-. 0.0.2.4
- * Try to fix blank images
-
-. 0.0.2.3
- + Hide contact menu item for disabled protocols
- + Create shortcuts for metacontacts if it is a enabled protocol
-
-. 0.0.2.2
- * Bug fixes (thanks borkra)
- + Use shortcuts in avatar history dialog when history log is disabled (thanks Let)
- + Option to delete only the entry or it and the avatar image
- * Moved default place of menu entry to bellow View History
- * Using default Miranda icon for History if possible
- * Using icon based on avs for overlay
- * Small changes in options dialog
-
-. 0.0.2.0
- * Changed to store avatars in a proto dir (lost compatibility with old version)
- * Changes in options and avatar dialog
- + Keep only one copy of an image (even if contact switchs back to it)
- + Updater support
\ No newline at end of file diff --git a/plugins/AvatarHistory/docs/readme.txt b/plugins/AvatarHistory/docs/readme.txt deleted file mode 100644 index b07d99ee40..0000000000 --- a/plugins/AvatarHistory/docs/readme.txt +++ /dev/null @@ -1,29 +0,0 @@ -Avatar History plugin
------------------------------------
-
-CAUTION: THIS IS AN BETA STAGE PLUGIN. IT CAN DO VERY BAD THINGS. USE AT YOUR OWN RISK.
-
-This plugins keep a history of contact avatars. It stores the files on the disk and uses miranda history to keep track of then.
-
-This plugin is really made by MattJ, I'm only doing some changes to allow better handling of the avatars.
-
-If you want to import the old history to new format, you can use the Avatar History Importer plugin by TioDuke. It will import old avatars to new format, allowing to keep only one copy of each avatar (but new avatars may appear duplicated, because the hash function used by the importer may not be the same as the one used by the protocol). It can be downloaded at:
-Avatar History Importer Ansi Dll: http://pescuma.mirandaim.ru/miranda/avh_imp.zip
-Avatar History Importer Unicode Dll: http://pescuma.mirandaim.ru/miranda/avh_impW.zip
-Avatar History Importer Source: http://pescuma.mirandaim.ru/miranda/avh_imp_src.zip
-
-To user the importer, you should:
-1. Backup your profile and the old avatar history folder
-2. Install the new version of Avatar History
-3. Start miranda with all protocols offline
-4. Setup Avatar History options (some are better if set once and not changed anymore). You will need 'Show expert options' checkbox enabled
-5. Finish miranda and install Avatar History Importer
-6. Start miranda with all protocols offline
-7. A messagebox will appear, telling that the importer will run. Wait until the importer ended messagebox.
-8. Enjoy ;)
-
-Now all avatars are stored in per protocol folders. This is done to allow avoiding duplicated avatars. (If you enable 'Keep all in same folder' there will be only one folder for all protocols - this may help in case you have more than one instance of the same proto). The relation avatar <-> contact and the avatar history dialog is created from info from the contact history (and not using the files in HD). Since some people like to see the images in contacts folders, there is the option 'Also create per contact folders with shortcuts'. This option will create the contact folders (as previous version) and will create shortcuts inside it to the avatar stored in the protocol folder (if 2 avatars are the same, there will be 2 shortcuts but only one avatar in disk). Importer will use this option too when importing, but you must set it before importing everything.
-
-This plugin needs Avatar Service and Miranda 0.7 to be able to work. To log events to history it needs History Events plugin.
-
-To report bugs/make suggestions, go to the forum thread: http://forums.miranda-im.org/showthread.php?t=9118
|