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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @10181   8 years Don-vip sonar - squid:S2184 - Math operands should be cast before assignment
(edit) @10179   8 years Don-vip sonar - squid:AssignmentInSubExpressionCheck - Assignments should not …
(edit) @10174   8 years Don-vip fix coverity 1354674, 1354675
(edit) @10164   8 years Don-vip add more unit tests
(edit) @10163   8 years Don-vip fix #12779 - anonymize user name
(edit) @10158   8 years Don-vip fix #12779 - Anonymize further status report contents for privacy concerns
(edit) @10152   8 years Don-vip sonar - squid:S1939 - Extensions and implementations should not be …
(edit) @10150   8 years Don-vip fix #12755 - NPE
(edit) @10139   8 years bastiK remove unnecessary import
(edit) @10138   8 years bastiK status report: replace some paths, so the user's home directory …
(edit) @10135   8 years Don-vip fix #12734 - display less intrusive warning message when an updated …
(edit) @10134   8 years Don-vip sonar, javadoc
(edit) @10131   8 years Don-vip fix coverity 1354553, 1347477, 1347476, 1347474, 1347472, 1347471 - NPE
(edit) @10129   8 years Don-vip refactor duplicated code
(edit) @10125   8 years Don-vip refactor classes from corrector package, add javadoc
(edit) @10124   8 years Don-vip refactor and move changeset download tasks to actions.downloadtasks
(edit) @10115   8 years Don-vip fix coverity 1011666, 1011667, 1011836, 1011837, 1011838
(edit) @10101   8 years Don-vip fix #12705 - catch scripting errors with Java 7 when building invalid …
(edit) @10074   8 years Don-vip refactor duplicated code
(edit) @10063   8 years Don-vip fix #12691 - Include custom presets, map paint styles and validator …
(edit) @10062   8 years Don-vip see #12652 - about dialog: replace old bug report link with new bug …
(edit) @10058   8 years Don-vip see #11924 - Package.getPackage is deprecated in Java 9
(edit) @10055   8 years Don-vip fix #12652 - Do not ...snip... bug report messages after 6000 …
(edit) @10047   8 years Don-vip add more unit tests
(edit) @10043   8 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(edit) @10039   8 years Don-vip fix #12688 - Improper translation string
(edit) @10032   8 years Don-vip fix #12651 - do not create Notes layer when no notes were downloaded
(edit) @10031   8 years Don-vip fix #12654 - Add layer invalidation listener (patch by michael2402)
(edit) @10010   8 years Don-vip fix #12635 - sort members of new multipolygons (patch by michael2402)
(edit) @10007   8 years Don-vip remove unused field
(edit) @10001   8 years Don-vip sonar - Local variable and method parameter names should comply with a …
(edit) @10000   8 years Don-vip sonar - fix various issues
(edit) @9999   8 years Don-vip sonar - do not copy collection contents from one to another with a loop
(edit) @9989   8 years Don-vip sonar - Methods should not be empty
(edit) @9983   8 years Don-vip remove unused code
(edit) @9981   8 years Don-vip fix some unused code warnings
(edit) @9980   8 years Don-vip sonar - code style + javadoc
(edit) @9974   8 years Don-vip sonar - rename fields to match code conventions, remove empty instruction
(edit) @9972   8 years Don-vip sonar - remove unnecessary fully qualified names
(edit) @9971   8 years Don-vip sonar - use diamond operator when possible (some cases cause …
(edit) @9970   8 years Don-vip sonar - remove useless parentheses
(edit) @9968   8 years Don-vip sonar - Add parentheses to make the operator precedence explicit + add …
(edit) @9952   8 years simon04 see #11516 - Compute multipolygon area, include in MapCSS, JOSM search
(edit) @9948   8 years simon04 fix #12600 - Orthogonalize: fix ArrayIndexOutOfBoundsException …
(edit) @9944   8 years Don-vip mapmode: add basic unit tests
(edit) @9940   8 years simon04 see #12554 - Allow to ignore keys/tags from recent tags
(edit) @9930   8 years simon04 Search: fix string representation of boolean connectives (parentheses)
(edit) @9925   8 years simon04 see #6401 - Orthogonalize objects based on selected nodes This is …
(edit) @9923   8 years simon04 Add unit tests for OrthogonalizeAction
(edit) @9918   8 years Don-vip fix/add unit tests
(edit) @9917   8 years Don-vip better handling of HelpAwareOptionPane.showOptionDialog in headless mode
(edit) @9905   8 years Don-vip PostDownloadHandler: remove unused code, add unit tests
(edit) @9881   8 years Don-vip remove unused code, add unit test
(edit) @9880   8 years Don-vip findbugs
(edit) @9872   8 years simon04 fix #12535 - Splitting ways give wrong message in the Command Stack
(edit) @9818   8 years wiktorn Snap scale to mercator zoom levels. See #12350 Patch submitted by: …
(edit) @9804   8 years Don-vip robustness/code refactoring for unit tests
(edit) @9795   8 years Don-vip findbugs
(edit) @9759   8 years Don-vip refactor preferences settings classes
(edit) @9732   8 years Don-vip remote control: add more unit tests, robustness
(edit) @9722   8 years bastiK applied #12409 - arrow on edit relation button lists recent relations: …
(edit) @9721   8 years bastiK applied #12369 - default extension for saving files read from …
(edit) @9707   8 years bastiK applied #12461 - fix NPE for session load (patch by kolesar)
(edit) @9705   8 years simon04 fix #12409 - Refactor ImageProvider.ImageSizes
(edit) @9702   8 years simon04 CheckStyle
(edit) @9701   8 years simon04 fix #12465 - Search dialog validation: fix UncheckedParseException
(edit) @9700   8 years bastiK applied #12409 - icon for recent relations list (patch by kolesar)
(edit) @9696   8 years simon04 Search dialog validation: fix MapCSSException
(edit) @9693   8 years simon04 fix #12464 see #12464 - Regression: Validator did not longer warn …
(edit) @9692   8 years simon04 fix #12453 - Add icon for "discourage upload" (icon by Klumbumbus)
(edit) @9688   8 years bastiK applied #12461 - repaint map after opening file (patch by kolesar)
(edit) @9687   8 years bastiK applied #12380 - fixed confirmation of overwriting existing file …
(edit) @9676   8 years Don-vip javadoc, findbugs
(edit) @9675   8 years Don-vip add more unit tests
(edit) @9674   8 years Don-vip code style (checkstyle, sonar)
(edit) @9670   8 years bastiK applied #12392 - default filename when saving layer (patch by kolesar)
(edit) @9668   8 years bastiK applied #12409 - arrow on edit relation button lists recent relations …
(edit) @9665   8 years stoecker fix eol-style issues and similar formating stuff, see #12410
(edit) @9647   8 years simon04 fix #12347 - Split way breaks destination_sign relations (with …
(edit) @9631   8 years Don-vip checkstyle
(edit) @9629   8 years bastiK applied #12442 - fix: save session as caused NPE when there were no …
(edit) @9623   8 years Don-vip fix transient/serializable findbugs warnings
(edit) @9611   8 years Don-vip update unit tests
(edit) @9594   8 years Don-vip add unit test for SelectByInternalPointAction
(edit) @9591   8 years Don-vip fix #12390 - rename layer does not check existing file (patch by kolesar)
(edit) @9576   8 years Don-vip code refactoring for unit tests / headless mode
(edit) @9572   8 years Don-vip fix #12417 - mapmodes did not listen to preferences change (patch by …
(edit) @9547   8 years Don-vip checkstyle
(edit) @9543   8 years Don-vip refactoring - global simplification of use of setLayout method - …
(edit) @9537   8 years bastiK applied #12370 - adapted osm file filter to other file types (patch by …
(edit) @9519   8 years simon04 fix #7090 - Upload dialog allow select another user open changeset
(edit) @9514   8 years simon04 fix #4003 fix #7004 fix #8149 - Improve changeset tags handling (from …
(edit) @9510   8 years bastiK applied #12391 - saving renamed layer replaces name (patch by kolesar …
(edit) @9509   8 years simon04 fix #9925 - Allow to stop downloading GPS data and keep the downloaded part
(edit) @9496   8 years Don-vip massive refactoring of GenericRelationEditor. As JDialog cannot be …
(edit) @9486   8 years simon04 Note upload: explain first exception to the user
(edit) @9484   8 years simon04 Refactoring: add JosmComboBox.getEditorComponent, Javadoc
(edit) @9473   8 years simon04 fix #12343 - Display at most 20 primitives for some confirmation …
(edit) @9472   8 years simon04 Relation list: delete selected relations at once
(edit) @9470   8 years simon04 see #12304 - Do not show notification when no relation is affected
Note: See TracRevisionLog for help on using the revision log.