Changes between Initial Version and Version 1 of Ticket #12478, comment 11


Ignore:
Timestamp:
2016-07-16T11:51:43+02:00 (10 years ago)
Author:
michael2402

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12478, comment 11

    initial v1  
    99(1) `patch-patch-ccp-primitives-copy-no-layers.patch​` converts all copy/paste to use the swing buffer. This includes copying/pasting tags and relation members. It is quite big (~2000 lines added) but splitting it will be difficult. The main work is done by `OsmTransferHandler`. Fixes #11114.
    1010(2) `patch-ccp-primitives-copy-only-layers.patch​` adds drag+drop support for layers.
     11
     12This will work now:
     13- Copy/Paste between JOSM instances
     14- Copy something in JOSM, paste it in the relation dialog as members
     15- Copy/Paste/Drag between relation dialogs
     16- Paste a file to open/load it
     17- Reorder and duplicate layers using drag+drop
     18
     19In the future, if you use multiple layer lists, you can drag+drop between them. We could also add a nicer way to duplicate layers so that other layers like GPX, imagery, ... could be duplicated as well.