View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001052 | gnunet-gtk | gnunet-fs-gtk | public | 2006-04-25 13:15 | 2012-06-02 19:15 |
Reporter | cyberix | Assigned To | Christian Grothoff | ||
Priority | none | Severity | feature | Reproducibility | N/A |
Status | closed | Resolution | fixed | ||
Product Version | 0.9.0 | ||||
Target Version | 0.9.3 | Fixed in Version | 0.9.3 | ||
Summary | 0001052: Implicit actions triggered by pasting... | ||||
Description | Pasting strings from PRIMARY (with middle button) anywhere on gnunet-gtk window (except text areas and such ofcourse) should trigger implicit actions. -Pasting a GNUnet URI should trigger the action implicitly connected to the URI type (search or download). -Pasting a file path should suggest inserting the file/folder. -Pasting few (2-3?) misc words should launch a search with the pasted strings as keywords. Focus should probably also be moved to the gui component responsible for the action. | ||||
Tags | No tags attached. | ||||
has duplicate | 0001948 | closed | act on drop / paste actions of URIs | |
related to | 0001083 | closed | Christian Grothoff | associate actions to gnunet-gtk in nautilus/konqueror and web browsers |
related to | 0001483 | closed | Christian Grothoff | URIs should be copyable/selectable |
child of | 0001966 | closed | LRN | GUI master-issue |
|
PRIMARY is explained in http://standards.freedesktop.org/clipboards-spec/clipboards-0.1.txt |
|
The feature won't add any visible bloat to gui, while it remains very usefull for power users. Users may learn to use it by accident or the feature may be discussed in power user communities. Anyway users not aware of the feature won't suffer. They'll never notice and, if they do they'll live happily with the "easter egg" feature ever there after. Not sure how this should be done in Windows, as Windows doesn't implement PRIMARY by default. Maybe Windows version of GTK+ does? Maybe gnunet-gtk could explicitely guard for middle clicks and then read CLIPBOARD instead of PRIMARY. |
|
From #gnunet: > Hm, I still don't understand what PRIMARY is... <cyberix> ndurner: Do you understand CLIPBOARD? <cyberix> PRIMARY is almost the same. <cyberix> Except where CLIPBOARD is set explicitly, PRIMARY is set implicitly. <cyberix> ndurner: Still unclear? <cyberix> Ok. I'll write a full introduction <cyberix> PRIMARY and CLIPBOARD are both pointers to processes. <cyberix> When user selects "paste" from a menu, the process which CLIPBOARD +is pointing at, gets to write data which was earlier selected (or copied by +other means), to the process where "paste" was done. <cyberix> A clipboard manager can hi jack in the middle, so data "copied to +clipboard" won't be lost when the host application which CLIPBOARD is +pointing to is closed. <cyberix> CLIPBOARD pointer is set with the explicit "copy"-operation selected +from a menu or such. <cyberix> This behaviour is implemented or mimed in Windows, some way... <cyberix> PRIMARY is another pointer to a process. <cyberix> PRIMARY is set immediately when something is selected. (implicitly, +without the user selecting "copy"-option from a menu) <cyberix> "Pasting" from PRIMARY is ually done with mouse middle button. <cyberix> (so the user doesn't have to select "paste"-option from a menu) <cyberix> Now this brings us to GNUnet... <cyberix> A user using a system which conforms to the clipboard handling +standard (i.e. a non-Windows system ;-), could after implementing the feature + 1) select a GNUnet URI 2) middle-click on gnunet-gtk to start downloading <cyberix> This is "very handy" (TM) <netgrabber> i think the best soution ist that if you insert a gnunet url in +the search field the link will be addet |
|
The problem is that this assumes that gnunet-gtk is just file-sharing. What if the user is chatting? I can see that dropping/pasting a URI into the file-sharing window should probably trigger such an action, but I don't see this as something that makes sense *globally*. |
|
Sounds reasonable |
|
Could be good. I don't understand > -Pasting a file path should suggest inserting the file/folder. Where would you find file paths in gnunet-gtk window ? :-) Also, a context menu on a search result should allow to search for the same artist/album/type/whatever. |
|
Implemented in SVN 20473. |
Date Modified | Username | Field | Change |
---|---|---|---|
2006-04-25 13:15 | cyberix | New Issue | |
2006-04-25 14:31 | cyberix | Note Added: 0002525 | |
2006-04-25 14:54 | cyberix | Note Added: 0002526 | |
2006-04-26 01:11 | NDurner | Note Added: 0002527 | |
2006-05-01 15:05 | Christian Grothoff | Note Added: 0002569 | |
2006-05-01 15:06 | Christian Grothoff | Status | new => acknowledged |
2006-05-03 03:54 | cyberix | Note Added: 0002585 | |
2006-05-04 12:42 | milan | Note Added: 0002595 | |
2008-07-13 15:23 | Christian Grothoff | Relationship added | related to 0001083 |
2009-11-15 14:56 | Christian Grothoff | Project | GNUnet 0.8.x => gnunet-gtk |
2011-09-15 14:17 | Christian Grothoff | Category | gnunet-gtk => gnunet-fs-gtk |
2011-11-04 11:13 | Christian Grothoff | Priority | normal => none |
2011-11-04 11:13 | Christian Grothoff | Product Version | current SVN => |
2011-11-04 11:13 | Christian Grothoff | Relationship added | related to 0001483 |
2011-11-22 20:46 | Christian Grothoff | Relationship added | has duplicate 0001948 |
2011-11-22 20:46 | Christian Grothoff | Status | acknowledged => confirmed |
2011-11-26 18:24 | Christian Grothoff | Relationship added | child of 0001966 |
2012-02-21 21:54 | Christian Grothoff | Product Version | => 0.9.0 |
2012-02-21 21:54 | Christian Grothoff | Target Version | => 0.9.3 |
2012-03-09 22:27 | Christian Grothoff | Assigned To | => Christian Grothoff |
2012-03-09 22:27 | Christian Grothoff | Status | confirmed => assigned |
2012-03-13 11:30 | Christian Grothoff | Note Added: 0005607 | |
2012-03-13 11:30 | Christian Grothoff | Status | assigned => resolved |
2012-03-13 11:30 | Christian Grothoff | Fixed in Version | => 0.9.3 |
2012-03-13 11:30 | Christian Grothoff | Resolution | open => fixed |
2012-06-02 19:15 | Christian Grothoff | Status | resolved => closed |