GNOME Bugzilla – Bug 611858
[Patch] Get notes's path via drag and drop
Last modified: 2010-03-15 15:31:49 UTC
Hi, I'm working on a Tomboy addin to easily share note via Empathy by simply drag and dropping it on your contact window. To send the note Empathy need to have it's full location, however Tomboy send tomboy:// uri when requestied a text/uri-list via drag and drop. In order not to break other applications relying on this feature this patch add a text/path-list type for drag and drop which act like text/uri-list but return the full path of the notes. The patch is located in this branch http://git.collabora.co.uk/?p=user/olethanh/empathy.git;a=shortlog;h=refs/heads/dnd The second commit correct both lists to adhere to the standard of having each line terminated by "\r\n" in accordance to : http://www.ietf.org/rfc/rfc2483.txt Regards, Olivier
Sorry the correct link was http://git.collabora.co.uk/?p=user/olethanh/tomboy.git;a=shortlog;h=refs/heads/dnd
Created attachment 155307 [details] [review] first patch
Created attachment 155308 [details] [review] second patch
Thanks, pushed! As discussed in IRC, this may go away in the future if we move away from storing Tomboy notes in individual XML files. Tomboy, Empathy, and Telepathy developers are committed to working together to improve note sharing and collaboration in future releases.