Bug 111214 - Automatically paste url if in clipboard when add new feed
Summary: Automatically paste url if in clipboard when add new feed
Status: RESOLVED FIXED
Alias: None
Product: akregator
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR wishlist
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-21 14:35 UTC by Andrey Nikanorov
Modified: 2009-04-10 19:04 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
Add url from clipboard in 'add feed' dialog (1.33 KB, patch)
2009-04-10 15:26 UTC, Jordi De Groof
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrey Nikanorov 2005-08-21 14:35:43 UTC
Version:            (using KDE KDE 3.4.2)
Installed from:    Compiled From Sources

In "Add feed" dialog will be whery usefull to automatically fill in "feed url" from clipboard if any url is in clipboard of course.
Comment 1 Andrey Nikanorov 2005-08-21 14:57:27 UTC
*whery=very*
Comment 2 Frank Osterfeld 2005-11-22 00:44:51 UTC
I'd consider this as useful, too.
Comment 3 m.wege 2006-05-11 11:58:32 UTC
Would find this very usefull, may be even an option which monitors the clipboard
Comment 4 Frank Osterfeld 2006-09-06 22:38:34 UTC
Monitors the clipboard and doing what? Auto-adding urls as feeds? popping up the add feed dialog? The problem is that you can't distinguish feed urls from other urls reliably - such an option is such prone to annoy people - either by missing links or by adding links not being feeds.
Comment 5 Oliver Grimm 2006-12-15 10:10:00 UTC
I don't see much advantage of monitoring the clipboard, too. But pre-setting the "add feed" dialog would be great.
Comment 6 Oliver Grimm 2008-03-02 13:39:59 UTC
still hoping for that feature (KDE 3.5.8)
Comment 7 doopa 2009-01-22 16:10:51 UTC
I'd like akregator to automatically select a url from the klipboard, and if this isn't the correct feed then when the add feed dialogue is opened you would could just hit return and the feed would be added. If the feed in the dialogue box is not the right one then simply erasing the text in the add feed dialogue upon focus in the text box would be nice.
Comment 8 Jordi De Groof 2009-04-10 15:26:56 UTC
Created attachment 32744 [details]
Add url from clipboard in 'add feed' dialog
Comment 9 Frank Osterfeld 2009-04-10 19:04:10 UTC
SVN commit 951973 by osterfeld:

Show clear button in lineedit
CCBUG:111214

 M  +3 -0      addfeedwidgetbase.ui  


WebSVN link: http://websvn.kde.org/?view=rev&revision=951973
Comment 10 Frank Osterfeld 2009-04-10 19:04:20 UTC
SVN commit 951974 by osterfeld:

Paste clipboard contents in add feed dlg if it is a valid URL
Patch by Jordi De Groof, jordi.degroof at gmail.com
BUG:111214

 M  +14 -1     createfeedcommand.cpp  


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