source: josm/trunk/src/org/openstreetmap/josm/gui/datatransfer

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @17556   3 years Don-vip fix #20310 - Update deprecated methods used elsewhere in JOSM core …
(edit) @17335   3 years Don-vip see #20139 - avoid shortcut conflict between "open location" actions
(edit) @17333   3 years Don-vip see #20129 - Fix typos and misspellings in the code (patch by gaben)
(edit) @16952   4 years simon04 see #19717 - Extract DefaultNameFormatter.removeBiDiCharacters
(edit) @16951   4 years simon04 fix #19717 - DefaultNameFormatter: add missing U+202C POP DIRECTIONAL …
(edit) @16950   4 years simon04 Revert "fix #19717 - DefaultNameFormatter: use FIRST-STRONG ISOLATE …
(edit) @16937   4 years simon04 fix #19717 - DefaultNameFormatter: use FIRST-STRONG ISOLATE for …
(edit) @16494   4 years GerdP fix #19285: Ctrl+C (Copy) should keep the order of selection
(edit) @16438   4 years simon04 see #19251 - Java 8: use Stream
(edit) @16433   4 years simon04 fix #18107 - ChangesetCacheManager: copy a list of changesets to clipboard
(edit) @16326   4 years simon04 Java 8: use Stream.anyMatch
(edit) @15905   4 years simon04 Use Collections.singletonMap
(edit) @15418   5 years Don-vip fix #14253 - Highlight affected relation members in role validation …
(edit) @14500   5 years Don-vip see #17040 - fix memory leak after primitives are copied to clipboard
(edit) @14493   5 years Don-vip fix #17051 - allow to copy/paste undeleted objects
(edit) @14273   6 years stoecker fix typos - patch by naoliv - fix #16781 - Thanks a lot
(edit) @14153   6 years Don-vip see #15229 - deprecate Main.parent and Main itself
(edit) @14143   6 years Don-vip see #15229 - deprecate Main.main - new class OsmDataManager
(edit) @14134   6 years Don-vip see #15229 - deprecate Main*.undoRedo - make UndoRedoHandler a …
(edit) @14120   6 years Don-vip see #15229 - deprecate all Main methods related to projections. New …
(edit) @13907   6 years Don-vip add IWay.setNodes()
(edit) @13717   6 years Don-vip better API alignment between Way and WayData
(edit) @13654   6 years Don-vip More uses of OsmDataLayer.getDataSet()
(edit) @13647   6 years Don-vip see #16204 - Allow to start and close JOSM in WebStart sandbox mode …
(edit) @13206   6 years Don-vip enable PMD rule OptimizableToArrayCall
(edit) @12920   7 years Don-vip fix #15387 - IAE occurs when pasting tags into relation editor using …
(edit) @12769   7 years Don-vip fix #15262 - see #13036 - fix regression in ChangePropertyCommand + …
(edit) @12725   7 years bastiK see #15229 - deprecate ILatLon#getEastNorth() so ILatLon has no …
(edit) @12720   7 years Don-vip fix #15224 - CCE: TagTransferData cannot be cast to …
(edit) @12718   7 years Don-vip see #13036 - see #15229 - see #15182 - make Commands depends only on …
(edit) @12683   7 years Don-vip see #15182 - transfer GUI dependencies from tools.TextTagParser to …
(edit) @12663   7 years Don-vip see #15182 - move NameFormatter* from gui to data.osm
(edit) @12642   7 years Don-vip see #15182 - deprecate Main.main.panel. Replacement: …
(edit) @12641   7 years Don-vip see #15182 - deprecate Main.main.undoRedo. Replacement: …
(edit) @12636   7 years Don-vip see #15182 - deprecate Main.getLayerManager(). Replacement: …
(edit) @12634   7 years Don-vip see #15182 - deprecate Main.worker, replace it by …
(edit) @12620   7 years Don-vip see #15182 - deprecate all Main logging methods and introduce …
(edit) @12537   7 years Don-vip PMD - VariableNamingConventions
(edit) @12279   7 years Don-vip sonar - squid:S3878 - Arrays should not be created for varargs parameters
(edit) @12125   7 years Don-vip see #14741 - rework initialization of Main.Panel so that it is done …
(edit) @11986   7 years Don-vip add unit test for Main.postConstructorProcessCmdLine
(edit) @11921   7 years Don-vip improve unit test coverage of utilities classes thanks to …
(edit) @11746   7 years Don-vip PMD - Strict Exceptions
(edit) @11713   7 years Don-vip add Ant target to run PMD (only few rules for now), fix violations
(edit) @11554   7 years Don-vip fix #14356 - make sure that workaround for JDK-6322854 is used everywhere
(edit) @11535   7 years Don-vip sonar - squid:S2142 - "InterruptedException" should not be ignored
(edit) @11454   7 years Don-vip sonar - fb-contrib:NAB_NEEDLESS_BOOLEAN_CONSTANT_CONVERSION - …
(edit) @11381   7 years Don-vip findbugs - RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE
(edit) @11357   7 years Don-vip findbugs - SIC_INNER_SHOULD_BE_STATIC_ANON
(edit) @11279   7 years michael2402 Make paste (Ctrl+V) support all urls that are supported by …
(edit) @11113   8 years Don-vip sonar - pmd:AppendCharacterWithChar - Avoid appending characters as …
(edit) @11038   8 years simon04 Use Relation.getMemberPrimitivesList where possible to avoid …
(edit) @11015   8 years Don-vip sonar - pmd:ImmutableField - Immutable Field
(edit) @10936   8 years Don-vip sonar
(edit) @10905   8 years Don-vip see #13232 - remove SingleLayerTransferable
(edit) @10890   8 years Don-vip fix #13441 - add robustness against JDK-6322854
(edit) @10881   8 years Don-vip fix #13430 - Allow paste of OSM links (patch by michael2402) - gsoc-core
(edit) @10868   8 years Don-vip fix #13400 - More debug info for pasting data (patch by michael2402) - …
(edit) @10812   8 years Don-vip fix #13313 - Copy no longer only copies the selected object ID to …
(edit) @10801   8 years Don-vip fix #13341 - refactor construction of data flavors, specify …
(edit) @10775   8 years simon04 Typo (referred)
(edit) @10766   8 years Don-vip fix #13290 - pasting from other layer changes objects position …
(edit) @10754   8 years Don-vip sonar - squid:S1228 - Packages should have a javadoc file …
(edit) @10745   8 years Don-vip fix javadoc warnings
(edit) @10737   8 years Don-vip fix #12900 - Conflicts in pasted tags cannot be resolved, cannot be …
(edit) @10639   8 years Don-vip fix #13207 - IllegalStateException: cannot open system clipboard
(edit) @10637   8 years Don-vip fix #13050 - cannot copy from the object history view (patch by …
(edit) @10620   8 years Don-vip fix #13196 - remove FileDrop class (patch my michael2402) - gsoc-core
(edit) @10611   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
(edit) @10606   8 years Don-vip javadoc - fix typos
(edit) @10605   8 years Don-vip see #12478 - Use ​Swing Copy/Paste instead of CopyAction/PasteAction …
(edit) @10604   8 years Don-vip fix #12478, fix #12565, fix #11114 - Use ​Swing Copy/Paste instead of …
(edit) @9969   8 years Don-vip sonar - Avoid appending characters as strings in StringBuffer.append
(edit) @9891   8 years simon04 see #12300 - Make Drag and Drop work between different JOSM instances
(edit) @9711   8 years simon04 see #12300 - Provide wrapper classes for transfer data to avoid …
(edit) @9563   8 years Don-vip see #12300 - add javadoc, unit tests
(edit) @9369   8 years simon04 see #12300 - Allow to drag from select list to relation members
(add) @9368   8 years simon04 see #12300 - Drag and Drop support for relation member list reordering
Note: See TracRevisionLog for help on using the revision log.