source: josm/trunk/src/org/openstreetmap/josm/command

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @8549   9 years bastiK applied #11628 - Added documentation to EastNorth, changed x - y = …
(edit) @8540   9 years Don-vip fix remaining checkstyle issues
(edit) @8512   9 years Don-vip checkstyle: redundant modifiers
(edit) @8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8509   9 years Don-vip fix many checkstyle violations
(edit) @8469   9 years Don-vip Add some more package-info.java to enhance Javadoc. Refactor package …
(edit) @8460   9 years Don-vip simplify usage of Way.firstNode()
(edit) @8456   9 years Don-vip see #11508 - override hashCode() and equals() in other commands as well
(edit) @8447   9 years Don-vip fix #11508 - fix bad behaviour of Move Node onto way with overlapping ways
(edit) @8444   9 years Don-vip remove extra whitespaces
(edit) @8443   9 years Don-vip remove extra whitespaces
(edit) @8392   9 years Don-vip remove useless code (Method implemented with an exact copy of its …
(edit) @8388   9 years Don-vip performance - use of EnumMap / EnumSet
(edit) @8378   9 years Don-vip fix copyright/license headers globally
(edit) @8376   9 years Don-vip code style - remove useless calls to toString()
(edit) @8346   9 years Don-vip squid:S00116 - Field names should comply with a naming convention
(edit) @8342   9 years Don-vip code style - Close curly brace and the next "else", "catch" and …
(edit) @8338   9 years Don-vip fix squid:S1319 - Declarations should use Java collection interfaces …
(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) @7937   9 years bastiK add subversion property svn:eol=native
(edit) @7675   9 years Don-vip see #10680 - detect invalid delete commands earlier
(edit) @7587   10 years Don-vip fix #10557 - node icon not updated properly after undoing/redoing …
(edit) @7509   10 years stoecker remove tabs
(edit) @7436   10 years Don-vip global use of Utils.copyArray()
(edit) @7122   10 years simon04 fix #6367 - Select last node of way when undoing Follow line (patch by …
(edit) @7024   10 years Don-vip sonar - Variables should not be declared and then immediately returned …
(edit) @7005   10 years Don-vip see #8465 - use diamond operator where applicable
(edit) @6986   10 years Don-vip sonar - fix various minor issues
(edit) @6901   10 years Don-vip see #3764 - make UI messages copy-able (patch by simon04)
(edit) @6890   10 years Don-vip fix some Sonar issues (Constructor Calls Overridable Method)
(edit) @6887   10 years Don-vip package refactoring of conflict commands => move all of them to new …
(edit) @6886   10 years Don-vip fix #6373 - proper conflict resolution after failed attempt to delete …
(edit) @6883   10 years Don-vip fix some Sonar issues
(edit) @6881   10 years Don-vip javadoc/code style/minor refactorization
(edit) @6830   10 years Don-vip javadoc fixes for jdk8 compatibility
(edit) @6679   10 years stoecker see #9110 - fix singular forms, even if they are useless
(edit) @6643   10 years Don-vip global replacement of e.printStackTrace() by Main.error(e)
(edit) @6639   10 years simon04 fix #9544 - Skip nodes outside of download area for …
(edit) @6610   10 years simon04 Fix Javadoc links (@see @link => @see)
(edit) @6566   10 years simon04 fix #9494 - Advanced object info: add "Center of bounding box", and …
(edit) @6538   10 years simon04 see #9414 - MapCSS-based tagchecker: provide {i.key}, {i.value}, …
(edit) @6524   10 years Don-vip global use of Utils.joinAsHtmlUnorderedList()
(edit) @6507   10 years simon04 fix #9110 - i18n: fix errors in usage of plural forms
(edit) @6450   10 years Don-vip Sonar/Findbugs: fix recent issues
(edit) @6397   10 years Don-vip see #8942 - more changes to SequenceCommand
(edit) @6396   10 years Don-vip allow subclasses of SequenceCommand to change sequence of commands
(edit) @6380   10 years Don-vip update license/copyright information
(edit) @6365   10 years Don-vip Sonar/Findbugs - fix of recent violations
(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) @6329   10 years Don-vip fix #9217 - tagchecker: allow auto-fix for single test/alternative
(edit) @6324   10 years Don-vip fix #9172 - rename "Properties / Memberships" as "Tags / Memberships"
(edit) @6316   11 years Don-vip Sonar/FindBugs - Loose coupling
(edit) @6302   11 years Don-vip see #7465 - Raise an error when a plugin replaces a way with a …
(edit) @6296   11 years Don-vip Sonar/Findbugs - Avoid commented-out lines of code, javadoc
(edit) @6253   11 years stoecker fix #5133 - add command to remove nodes from ways - patch by Giuseppe …
(edit) @6248   11 years Don-vip Rework console output: - new log level "error" - Replace nearly all …
(edit) @6246   11 years Don-vip Sonar/FindBugs - various bugfixes / violation fixes
(edit) @6215   11 years Don-vip fix #9042 - Robustness to invalid .osm files containing null coordinates
(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) @6142   11 years Don-vip see #8902 - fix compilation warnings
(edit) @6113   11 years Don-vip fix some compilation warnings
(edit) @6106   11 years Don-vip see #8902 - Small performance enhancements / coding style (patch by …
(edit) @6104   11 years Don-vip see #8902 - Small performance enhancements / coding style (patch by …
(edit) @6084   11 years bastiK see #8902 - add missing @Override annotations (patch by shinigami)
(edit) @6069   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
(edit) @6009   11 years Don-vip fix #8799 - Follow conventional visitor design pattern by renaming …
(edit) @5993   11 years Don-vip see #6529, comment 12: purge conflicts when purging primitives (with …
(edit) @5953   11 years Don-vip fix #8690 - After copying some primitives, only select those that have …
(edit) @5926   11 years bastiK clean up imports
(edit) @5905   11 years bastiK applied #8643 - Very slow Purge command - O(N2) (patch by bilbo)
(edit) @5903   11 years stoecker fix javadoc
(edit) @5881   11 years stoecker javadoc fixes
(edit) @5824   11 years Don-vip fix #8567 - fix NPE when checking if incomplete nodes to delete are …
(edit) @5816   11 years stoecker javadoc fixes
(edit) @5759   11 years Don-vip fix NPE if a SequenceCommand is created before an edit layer exists + …
(edit) @5694   11 years Don-vip fix #8394 - improve javadoc + remove deprecated debug method
(edit) @5681   11 years bastiK some simple refactoring
(edit) @5674   11 years jttt Move IdHash to Storage class and rename to PrimitiveIdHash to make it …
(edit) @5612   11 years Don-vip see #6178 - Makes DeleteCommand use ChangeNodesCommand instead of …
(edit) @5418   12 years akks fix #7082 (?) - CTRL-drag in selection mode problem, see #7888: …
(edit) @5409   12 years Don-vip see #7934 - forgot this file in previous commit due to a method …
(edit) @5266   12 years bastiK fixed majority of javadoc warnings by replacing "{@see" by "{@link"
(edit) @5170   12 years Don-vip cleanup svn:mime-type properties preventing Java sources from being …
(edit) @5143   12 years xeen fix #7504 -- Remove superfluous check
(edit) @5112   12 years simon04 fix #4077 - patch by sfriedle - Unsaved changes pops up when closing …
(edit) @5077   12 years xeen Bring area icon to most (all?) places in core. Fixes #6318 (related: #7036)
(edit) @5060   12 years simon04 fix #7470 - tune warning of nodes out of downloaded bbox
(edit) @5059   12 years simon04 fix #6561 - fix several overflowing dialog texts
(edit) @5002   12 years stoecker remove deprecations, all plugins are updated and release, external …
(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) @4890   12 years stoecker remove deprecation
(edit) @4806   12 years stoecker unify texts for validator tests, move command where it belongs
(edit) @4773   12 years bastiK applied #6883 - property toggle dialog: possibility to select and …
(edit) @4677   12 years simon04 fix #3423 - Warn when deleting a large relation
(edit) @4461   13 years simon04 fix #5407 - simplify way: dialog asking to delete nodes outside …
Note: See TracRevisionLog for help on using the revision log.