From: SourceForge.net <no...@so...> - 2005-07-01 16:45:11
|
Patches item #1231086, was opened at 2005-07-01 22:45 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=1231086&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: Auto-complete in Pounce-dialog (HEAD) Initial Comment: Hello. This patch adds auto-complete functionality to the pounce-dialog. It uses the API function gaim_buddies_get_all introduced in patch#1231082. -- Adil ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1231086&group_id=235 |
From: SourceForge.net <no...@so...> - 2005-07-03 05:10:41
|
Patches item #1231086, was opened at 2005-07-01 11:45 Message generated for change (Comment added) made by rlaager You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1231086&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: Richard Laager (rlaager) Summary: Auto-complete in Pounce-dialog (HEAD) Initial Comment: Hello. This patch adds auto-complete functionality to the pounce-dialog. It uses the API function gaim_buddies_get_all introduced in patch#1231082. -- Adil ---------------------------------------------------------------------- >Comment By: Richard Laager (rlaager) Date: 2005-07-03 00:10 Message: Logged In: YES user_id=156487 I haven't tested this, but it looks good. However, I'd like it if you could auto-complete by aliases as well. That way we won't have autocomplete behaving in different ways in different parts of the application. Really, the code I wrote for gtkrequest.c needs to be tweaked so it can be exported in a generic way. Then, this dialog can use it as well. This may be non-trivial. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1231086&group_id=235 |
From: SourceForge.net <no...@so...> - 2005-07-03 09:46:39
|
Patches item #1231086, was opened at 2005-07-01 22:45 Message generated for change (Comment added) made by sadrul You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1231086&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: Richard Laager (rlaager) Summary: Auto-complete in Pounce-dialog (HEAD) Initial Comment: Hello. This patch adds auto-complete functionality to the pounce-dialog. It uses the API function gaim_buddies_get_all introduced in patch#1231082. -- Adil ---------------------------------------------------------------------- >Comment By: Sadrul H C (sadrul) Date: 2005-07-03 15:46 Message: Logged In: YES user_id=1132702 I have modified the patch so it now has the alias in the auto-complete list in addition to the names. I have looked at your codes in gtkrequest.c, and had planned on using exactly that. But the pounce-dialog does not use the request-API (I am not sure whether it can with its complex GUI), and so I decided to go this way. -- Adil ---------------------------------------------------------------------- Comment By: Richard Laager (rlaager) Date: 2005-07-03 11:10 Message: Logged In: YES user_id=156487 I haven't tested this, but it looks good. However, I'd like it if you could auto-complete by aliases as well. That way we won't have autocomplete behaving in different ways in different parts of the application. Really, the code I wrote for gtkrequest.c needs to be tweaked so it can be exported in a generic way. Then, this dialog can use it as well. This may be non-trivial. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1231086&group_id=235 |
From: SourceForge.net <no...@so...> - 2005-07-04 11:38:19
|
Patches item #1231086, was opened at 2005-07-01 22:45 Message generated for change (Comment added) made by sadrul You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1231086&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: Richard Laager (rlaager) Summary: Auto-complete in Pounce-dialog (HEAD) Initial Comment: Hello. This patch adds auto-complete functionality to the pounce-dialog. It uses the API function gaim_buddies_get_all introduced in patch#1231082. -- Adil ---------------------------------------------------------------------- >Comment By: Sadrul H C (sadrul) Date: 2005-07-04 17:38 Message: Logged In: YES user_id=1132702 setting the list free :) -- Adil ---------------------------------------------------------------------- Comment By: Sadrul H C (sadrul) Date: 2005-07-03 15:46 Message: Logged In: YES user_id=1132702 I have modified the patch so it now has the alias in the auto-complete list in addition to the names. I have looked at your codes in gtkrequest.c, and had planned on using exactly that. But the pounce-dialog does not use the request-API (I am not sure whether it can with its complex GUI), and so I decided to go this way. -- Adil ---------------------------------------------------------------------- Comment By: Richard Laager (rlaager) Date: 2005-07-03 11:10 Message: Logged In: YES user_id=156487 I haven't tested this, but it looks good. However, I'd like it if you could auto-complete by aliases as well. That way we won't have autocomplete behaving in different ways in different parts of the application. Really, the code I wrote for gtkrequest.c needs to be tweaked so it can be exported in a generic way. Then, this dialog can use it as well. This may be non-trivial. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1231086&group_id=235 |