src/gui/kernel/qclipboard.cpp
branchGCC_SURGE
changeset 31 5daf16870df6
parent 30 5dc02b23752f
equal deleted inserted replaced
27:93b982ccede2 31:5daf16870df6
   104     Similarly, it is recommended that the contents of the clipboard
   104     Similarly, it is recommended that the contents of the clipboard
   105     are stored or retrieved in direct response to user-input events,
   105     are stored or retrieved in direct response to user-input events,
   106     e.g. mouse button or key presses and releases.  You should not
   106     e.g. mouse button or key presses and releases.  You should not
   107     store or retrieve the clipboard contents in response to timer or
   107     store or retrieve the clipboard contents in response to timer or
   108     non-user-input events.
   108     non-user-input events.
       
   109 
       
   110     \i Since there is no standard way to copy and paste files between
       
   111     applications on X11, various MIME types and conventions are currently
       
   112     in use. For instance, Nautilus expects files to be supplied with a
       
   113     \c{x-special/gnome-copied-files} MIME type with data beginning with
       
   114     the cut/copy action, a newline character, and the URL of the file.
   109 
   115 
   110     \endlist
   116     \endlist
   111 
   117 
   112     \section1 Notes for Mac OS X Users
   118     \section1 Notes for Mac OS X Users
   113 
   119