|
From: SourceForge.net <no...@so...> - 2005-06-20 12:12:53
|
Patches item #1224108, was opened at 2005-06-20 18:12 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1224108&group_id=235 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Sadrul H C (sadrul) Assigned to: Nobody/Anonymous (nobody) Summary: Improving screenname accessibility Initial Comment: Hello. This patch comes with a few tweaks in the request-dialog system. Currently some of the dialogs (eg. `Get User Info', `New Instant Message' etc) have an auto-complete field for screennames of buddies. This auto-complete list contains the list of buddies from the accounts which are connected. However, it may be necessary to get the list of screennames from all of the accounts (even the disconnected/unconnected ones). For example, in `View User Log' dialog, it is possible to select a disconnected account, but the auto-complete list for the screenames doesn't contain the names from the disconnected accounts. This patch enables for that to happen. Some plugins also may need to have such an auto-complete list for an entry. This functionality can also be added to the `New Buddy Pounce' dialog, which currently doesn't have any auto-completion support. So I have `non-static'-ed a function so that plugins can use that function without repeating the work which is already there in the core. This patch is against the oldstatus. If this does seem like an appropriate way of doing things, I think I can make necessary changes for it to work with HEAD as well. -- Adil ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1224108&group_id=235 |