User Tools

Site Tools


geda:wip:clipboard

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
geda:wip:clipboard [2013/09/24 05:44]
vzh Fix a link
geda:wip:clipboard [2013/09/24 05:49] (current)
vzh Fix a link
Line 59: Line 59:
 === Schematic/​symbol data === === Schematic/​symbol data ===
  
-[[http://​git.gpleda.org/?p=gaf.git;a=commit;h=6a07d737a32a816f43e1f061409a10e616d7aa2a | Implemented in 1.5.2+]].+[[http://​git.geda-project.org/geda-gaf/commit/?id=6a07d737a32a816f43e1f061409a10e616d7aa2a | Implemented in 1.5.2+]].
  
 On "copy to clipboard",​ gschem copies the selected objects to ''​GSCHEM_TOPLEVEL->​clipboard_buffer'',​ gets control of the CLIPBOARD selection, and advertises ''​application/​x-geda-schematic''​ data. On receiving a request, gschem uses ''​o_save_buffer()''​ to convert the selected objects to gEDA's on-disk schematic format for transmission. On "copy to clipboard",​ gschem copies the selected objects to ''​GSCHEM_TOPLEVEL->​clipboard_buffer'',​ gets control of the CLIPBOARD selection, and advertises ''​application/​x-geda-schematic''​ data. On receiving a request, gschem uses ''​o_save_buffer()''​ to convert the selected objects to gEDA's on-disk schematic format for transmission.
Line 68: Line 68:
  
 For the time being, it is assumed destination gschem instance has its library set up correctly -- i.e. no changes made to the embedding status of the data being sent before serialisation. For the time being, it is assumed destination gschem instance has its library set up correctly -- i.e. no changes made to the embedding status of the data being sent before serialisation.
 +
geda/wip/clipboard.txt ยท Last modified: 2013/09/24 05:49 by vzh