Bug 84080 - JJ: open URLs in chat windows with keyboard.
Summary: JJ: open URLs in chat windows with keyboard.
Status: RESOLVED FIXED
Alias: None
Product: kopete
Classification: Applications
Component: Bookmarks plugin (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: Kopete Developers
URL:
Keywords: junior-jobs
Depends on:
Blocks:
 
Reported: 2004-06-27 12:44 UTC by MaxAuthority
Modified: 2009-09-20 04:04 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description MaxAuthority 2004-06-27 12:44:05 UTC
Version:           0.8.90 (CVS >= 20040424) (using KDE 3.2.90 (3.3 alpha1, CVS >= 20040522), Gentoo)
Compiler:          gcc version 3.3.2 20031218 (Gentoo Linux 3.3.2-r5, propolice-3.3-7)
OS:                Linux (i686) release 2.6.3-rc2-mm1

if somebody sends me an URL in a chat window, it's impossible for me to open it with the keyboard since I cannot get the focus to the history widget.

However, even easier it would be, if I could open the last sent URL with /url or something in the chat window or even better with a configurable keyboard shortcut.

A history for a number of last urls would be even better, but for most purposes it would be enough to be able to open at least the last url with the keyboard.
Comment 1 Richard Smith 2004-11-05 17:23:58 UTC
Should be quite easy to add an action and/or /command to do this.
Comment 2 mario henrique cruz torres 2006-04-03 22:33:49 UTC
I think this is an usability issue, tha need to be corrected.
Comment 3 mario henrique cruz torres 2006-04-03 22:34:29 UTC
I think this is an usability issue, that need to be corrected.
Comment 4 kdejkffdwitnas 2009-07-30 16:35:14 UTC
i made some kind of patch, my first one. now i need someone to look at it.
is it enough mailing to MaxAuthority?
Comment 5 Matt Rogers 2009-07-30 16:47:58 UTC
use reviewboard.kde.org to post your patch and we'll take a look at it
Comment 6 kdejkffdwitnas 2009-07-31 19:15:29 UTC
cant find how to add more than one .diff file to review, sorry. http://reviewboard.kde.org/r/1189/
can someone mail me, plz? i'll add all i did
Comment 7 kdejkffdwitnas 2009-08-01 20:27:12 UTC
added a .diff to http://reviewboard.kde.org/r/1213/ 
check please
Comment 8 Matt Rogers 2009-08-18 04:02:10 UTC
patch reviewed and comments added. Fix the whitespace errors and submit a new patch, which I will then commit. Thanks
Comment 9 Matt Rogers 2009-09-20 04:04:49 UTC
SVN commit 1025913 by mattr:

Add a /url command to the chatwindow.

This will allow a user to open the last seen url with the keyboard from
the chatwindow rather than having to use the mouse to do it.

There's no history of urls yet, but the /url command is there.

Patch by kdejkffdwitnas at mail dot ru
FEATURE: 84080

 M  +107 -0    kopetechatsession.cpp  
 M  +36 -0     kopetechatsession.h  
 M  +13 -0     kopetecommandhandler.cpp  
 M  +1 -0      kopetecommandhandler.h  
 M  +14 -0     kopetemessage.cpp  
 M  +6 -0      kopetemessage.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1025913