Ignore:
Timestamp:
23.06.2009 22:03:37 (3 years ago)
Author:
Gubaer
Message:

new: MultiFetchServerObjectReader using APIs Multi Fetch method
update: now uses Multi Fetch to check for deleted primitives on the server
update: now uses Multi Fetch to update the selected primitives with the state from the server
fixed: cleaned up merging in MergeVisitor
new: conflict resolution dialog; now resolves conflicts due to different visibilities
new: replacement for realEqual() on OsmPrimitive and derived classes; realEqual now @deprecated
fixed: cleaning up OsmReader
fixed: progress indication in OsmApi

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/downloadtasks/DownloadOsmTaskList.java

    r1682 r1690  
    128128    protected void handlePotentiallyDeletedPrimitives(Set<Long> potentiallyDeleted) { 
    129129        String [] options = { 
    130                 "Check individually", 
     130                "Check on the server", 
    131131                "Ignore" 
    132132        }; 
     
    138138                + "conflict.<br>" 
    139139                + "<br>" 
    140                 + "Click <strong>{1}</strong> to check these primitives individually.<br>" 
     140                + "Click <strong>{1}</strong> to check the state of these primitives<br>" 
     141                + "on the server.<br>" 
    141142                + "Click <strong>{2}</strong> to ignore.<br>" 
    142143                + "</html>", 
Note: See TracChangeset for help on using the changeset viewer.