Miranda IM

Page 1 of 12 12311 ... LastLast
Results 1 to 10 of 119

Thread: Quick Contacts plugin

  1. #1
    Join Date
    July 2005
    Location
    Brasil
    Posts
    2,726

    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, please create a attache dump using the pdb file (you need to copy to pdb to the same place the dll is)


    Download:
    ------------------

    DLL: http://pescuma.org/miranda/quickcontacts.zip
    Unicode DLL: http://pescuma.org/miranda/quickcontactsW.zip

    Sources: SVN at https://developer.berlios.de/projects/mgoodies/


    Changelog:
    ------------------
    Code:
    . 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
    Last edited by pescuma; 17 Nov 2009 at 1:36 AM.

  2. #2
    Join Date
    July 2005
    Location
    Brasil
    Posts
    2,726

    New version

    . 0.0.1.1
    + Checkbox in main dialog works
    + Option to hide contacts from offline protocols
    * Fix in getting metacontact status

  3. #3
    Join Date
    March 2005
    Location
    Slovakia
    Posts
    679
    hello there.
    it's very good idea however I think it'd be better if the clist modern has not been required. I was using clist classic for ages and now I finally figured out how to use clist nicer. I don't want to change again. I don't want to say that you're just wasting your time. I would rather point out that according to my knowledge modern is the only clist capable of handling key-strokes.
    Keep up the good work.

  4. #4
    Join Date
    March 2005
    Posts
    9,538
    There is work in progress for a hotkeys service and when that will be finished, this and hopefully other plug-ins will take advantage of it. This way hotkeys will not depend on a specific contact list module anymore.

  5. #5
    Join Date
    July 2005
    Location
    Brasil
    Posts
    2,726
    Yeap, when that service is finished, i intend to add support for it.

    @ -pv-
    Until there, you want you can use the original plugin by micron-x. It habdles hotkey by itself. You can find it at:
    http://addons.miranda-im.org/details...iewfile&id=147

  6. #6
    Join Date
    July 2005
    Location
    Brasil
    Posts
    2,726

    New version

    . 0.0.1.2
    + Option to append group name to contact name

  7. #7
    Join Date
    July 2005
    Location
    Brasil
    Posts
    2,726

    New version

    . 0.0.1.3
    + Changes in options
    + Added unicode release


    Please, if someone is using it, tell me if there are bugs, because I made all the changes I wanted and I intend to release it in FL in a few days. Thanks.

  8. #8
    Join Date
    March 2005
    Posts
    9,538
    1. When I press [ENTER] after I found a contact, I'd like it to execute the default action that it does when double-clicked in the list (open a message window with the found contact for IM contacts, or display the local time window for World Time Proto contacts, for example). Currently it doesn't (for me, at least).

    2. I wanna be able to select whether the main hotkey (in Hotkeys2) is global or local (Miranda only, meaning any of Miranda's windows should be focused for the hotkey to work).

    3. In Plugins > Quick Contacts > Contacts I think it should be "Show offline contacts on these protocols".

    Also your eternal issue with "then" and "them" emerges below: "But hide them when protocol is offline". I think this option should be per protocol, because some allow offline messaging and some don't.
    While the protocols window is that large, you could add a second column with checkboxes for this function or any other aesthetic way.

    4. Automatically disable unavailable functions (don't show the respective icon buttons) for non-IM protocols, such as Weather, World Time, Audio Player, etc.

    5. The dropdown list in the user search dialog does not automatically enlarge depending on the [contact + protocol] name, so when contacts have a long name, the protocol name gets chopped off.
    Last edited by Drugwash; 7 Jun 2006 at 11:48 AM.

  9. #9
    Join Date
    July 2005
    Location
    Brasil
    Posts
    2,726
    Quote Originally Posted by Drugwash
    1. When I press [ENTER] after I found a contact, I'd like it to execute the default action that it does when double-clicked in the list (open a message window with the found contact for IM contacts, or display the local time window for World Time Proto contacts, for example). Currently it doesn't (for me, at least).
    Here message window is open. But let me see if i can simulate double click.


    Quote Originally Posted by Drugwash
    2. I wanna be able to select whether the main hotkey (in Hotkeys2) is global or local (Miranda only, meaning any of Miranda's windows should be focused for the hotkey to work).
    Hotkeys does not allow that. Wait for HANAX service.


    Quote Originally Posted by Drugwash
    3. In Plugins > Quick Contacts > Contacts I think it should be "Show offline contacts on these protocols". Also your eternal issue with "then" and "them" emerges below: "But hide them when protocol is offline".
    Thanks, will be fixed


    Quote Originally Posted by Drugwash
    I think this option should be per protocol, because some allow offline messaging and some don't.
    While the protocols window is that large, you could add a second column with checkboxes for this function or any other aesthetic way.
    The option that is per protocol is the option to select which allow offline messaging. That checkbox only say 'hide the contacts if protocol is offline', because in that case you cant send the message


    Quote Originally Posted by Drugwash
    4. Automatically disable unavailable functions (don't show the respective icon buttons) for non-IM protocols, such as Weather, World Time, Audio Player, etc.
    Good idea


    Quote Originally Posted by Drugwash
    5. The dropdown list in the user search dialog does not automatically enlarge depending on the [contact + protocol] name, so when contacts have a long name, the protocol name gets chopped off.
    Yeap, that happens because the protocol column is in a fixed width and i tryed to make more room for nicknames

  10. #10
    Join Date
    July 2005
    Location
    Brasil
    Posts
    2,726

    New version

    . 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

Similar Threads

  1. quick search in offline contacts
    By wdolek in forum Feature Requests
    Replies: 4
    Last Post: 14 Nov 2007, 4:42 AM
  2. Replies: 12
    Last Post: 26 Dec 2006, 4:11 PM
  3. Quick Search Plugin - Doesn't pop up anymore
    By Mew in forum Technical Support
    Replies: 1
    Last Post: 14 Aug 2006, 8:35 PM
  4. Plugin for quick movement contacts between groups
    By EVadik in forum Technical Support
    Replies: 8
    Last Post: 19 May 2006, 1:26 PM
  5. Plugin for quick contact access...?
    By Tigerix in forum Technical Support
    Replies: 0
    Last Post: 31 Mar 2006, 11:42 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •