source: josm/trunk/src/org/openstreetmap/josm/command/Command.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @13174   6 years Don-vip see #15310 - fix unit tests, warnings
(edit) @13173   6 years Don-vip see #15310 - remove most of deprecated APIs
(edit) @13158   6 years Don-vip javadoc
(edit) @12809   7 years bastiK replace abstract class AbstractVisitor by interface …
(edit) @12749   7 years Don-vip see #15229 - see #15182 - see #13036 - remove GUI stuff from Command
(edit) @12726   7 years Don-vip see #13036 - deprecate Command() default constructor, fix unit tests …
(edit) @12718   7 years Don-vip see #13036 - see #15229 - see #15182 - make Commands depends only on …
(edit) @12636   7 years Don-vip see #15182 - deprecate Main.getLayerManager(). Replacement: …
(edit) @12348   7 years michael2402 See #13036: Add more consistency checks to move / delete command.
(edit) @11243   7 years Don-vip see #10387 - fix unit tests
(edit) @11240   7 years Don-vip see #10387 - refactor various actions and commands so they can be used …
(edit) @10970   8 years Don-vip see #13491 - remove unused parameter
(edit) @10948   8 years Don-vip fix #13491 - fix EDT violation (patch by Gerd Petermann, modified)
(edit) @10663   8 years Don-vip fix #13223 - Minor command class fixes (patch by michael2402, …
(edit) @10599   8 years Don-vip see #11390 - sonar - squid:S1610 - Java 8: Abstract classes without …
(edit) @10467   8 years Don-vip fix #13037 - Small fixes for unit tests (patch by michael2402) - gsoc-core
(edit) @10452   8 years Don-vip fix #13019 - Make commands trigger an implicit layer redraw (patch by …
(edit) @10413   8 years Don-vip fix #12983 - replace calls to Main.main.get[Active|Edit]Layer() by …
(edit) @10248   8 years Don-vip findbugs - NM_CONFUSING
(edit) @9371   8 years simon04 Java 7: use Objects.equals and Objects.hash
(edit) @8945   8 years Don-vip fix #12008 - do not create empty commands from tagging preset dialog + …
(edit) @8931   8 years Don-vip javadoc fixes
(edit) @8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8447   9 years Don-vip fix #11508 - fix bad behaviour of Move Node onto way with overlapping ways
(edit) @8378   9 years Don-vip fix copyright/license headers globally
(edit) @8291   9 years Don-vip fix squid:RedundantThrowsDeclarationCheck + consistent Javadoc for …
(edit) @8285   9 years Don-vip fix sonar squid:S2039 - Member variable visibility should be specified
(edit) @7005   10 years Don-vip see #8465 - use diamond operator where applicable
(edit) @6901   10 years Don-vip see #3764 - make UI messages copy-able (patch by simon04)
(edit) @6883   10 years Don-vip fix some Sonar issues
(edit) @6881   10 years Don-vip javadoc/code style/minor refactorization
(edit) @6639   10 years simon04 fix #9544 - Skip nodes outside of download area for …
(edit) @6538   10 years simon04 see #9414 - MapCSS-based tagchecker: provide {i.key}, {i.value}, …
(edit) @6380   10 years Don-vip update license/copyright information
(edit) @6336   10 years Don-vip code cleanup / robustness in edit layer handling
(edit) @6333   10 years Don-vip fix #9189 - NPE when deleting data layer + additional usage of …
(edit) @6173   11 years Don-vip fix #8987 - immutable coordinates (patch by shinigami)
(edit) @6162   11 years bastiK applied #8987 - immutable coordinates (patch by shinigami)
(edit) @6084   11 years bastiK see #8902 - add missing @Override annotations (patch by shinigami)
(edit) @6009   11 years Don-vip fix #8799 - Follow conventional visitor design pattern by renaming …
(edit) @5824   11 years Don-vip fix #8567 - fix NPE when checking if incomplete nodes to delete are …
(edit) @5759   11 years Don-vip fix NPE if a SequenceCommand is created before an edit layer exists + …
(edit) @5266   12 years bastiK fixed majority of javadoc warnings by replacing "{@see" by "{@link"
(edit) @5060   12 years simon04 fix #7470 - tune warning of nodes out of downloaded bbox
(edit) @4918   12 years simon04 fix #7370 - Refactor Command.getDescription
(edit) @4908   12 years simon04 fix #7327 - show hint in undo-menu which action will be undone (from …
(edit) @4894   12 years stoecker remove deprecation
(edit) @4461   13 years simon04 fix #5407 - simplify way: dialog asking to delete nodes outside …
(edit) @4458   13 years simon04 fix #3951 - user should be warned when unglue-ing two ways outside the …
(edit) @4191   13 years stoecker remove old debug stuff
(edit) @3262   14 years bastiK extended command list dialog; added inspection panel
(edit) @3034   14 years jttt Fix #4467 Don't silently drop locally deleted member primitives from …
(edit) @2932   14 years mjulius bring PrimitiveData.getId() in line with OsmPrimitive.getId() remove …
(edit) @2844   14 years mjulius fix messages for commands
(edit) @2683   14 years mjulius fixes #4149 - exception when undoing reversal of way with tag …
(edit) @2512   14 years stoecker i18n updated, fixed files to reduce problems when applying patches, …
(edit) @2405   14 years jttt Save reference to dataset in OsmPrimitive
(edit) @2308   14 years Gubaer fixed #3762: Deleted relation still referenced when deleting former …
(edit) @2284   15 years jttt Added PrimitiveData classes. Uses PrimitiveData as storage for …
(edit) @2025   15 years Gubaer new: improved dialog for uploading/saving modified layers on exit new: …
(edit) @1894   15 years Gubaer fixed #3158: modify status is not removed for partial uploads
(edit) @1856   15 years Gubaer improved deleting relations
(edit) @1814   15 years Gubaer removed dependencies to Main.ds, removed Main.ds removed AddVisitor, …
(edit) @1750   15 years Gubaer new: replaced global conflict list by conflict list per layer, similar …
(edit) @1523   15 years framm * Major redesign of how JOSM talks to the OSM server. Connections now …
(edit) @1169   15 years stoecker removed usage of tab stops
(edit) @655   16 years ramack patch by bruce89, closes #812; thanks bruce
(edit) @630   16 years framm - make commands able to fail (patch by DH) - add Command.getOrig() …
(edit) @627   16 years framm - added svn:eol-style prop to all .java files. it is suggested that …
(edit) @343   17 years gebner Merge 0.5.
(copy) @321   17 years (none) - restructure of repository to support branches. Do 'svn switch …
copied from src/org/openstreetmap/josm/command/Command.java
(edit) @304   17 years imi - fixed a bug that nodes were not created when no data layer was …
Note: See TracRevisionLog for help on using the revision log.