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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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
(edit) @9466   8 years bastiK see #12370, see #12369 - fix problems with default file extension …
(edit) @9462   8 years bastiK applied #12367 - remember user input when upload dialog is closed …
(edit) @9461   8 years bastiK applied #12369 - default extension for saving files read from …
(edit) @9448   8 years simon04 see #12352 - Fix "Registered toolbar action dialogs/delete overwritten"
(edit) @9447   8 years simon04 see #12335 - Improve "Zoom to layer" and "Zoom to download" enabled …
(edit) @9446   8 years simon04 see #12335 - Make "Orthogonalize Shape" enabled state consistent w/ …
(edit) @9444   8 years simon04 see #12335 - Enable "Angle snapping", "Dual alignment" only in …
(edit) @9443   8 years simon04 fix #12352 - Add "Delete Layer" in file menu (patch by kolesar, …
(edit) @9442   8 years simon04 fix #12347 - Split way breaks destination_sign relations
(edit) @9439   8 years simon04 fix #8041 - Relation change bypassing undo system during combine way
(edit) @9413   8 years stoecker fix 3 Coverity defects
(edit) @9409   8 years simon04 fix #12335 - Disable "Angle snapping", "Dual alignment" when no edit …
(edit) @9397   8 years simon04 see #12325 - Do not exclude the test for non-downloaded datasets, fix …
(edit) @9387   8 years simon04 fix #12304 - Show notification about relations when unglueing
(edit) @9385   8 years simon04 Refactoring: introduce UncheckedParseException In addition, …
(edit) @9371   8 years simon04 Java 7: use Objects.equals and Objects.hash
(edit) @9366   8 years simon04 see #8749 - Show a notification after performing "Add selection to …
(edit) @9358   8 years simon04 fix #12309 - Improve Way Accuracy: draw helper lines to intersecting way
(edit) @9349   8 years simon04 see #12083 - Search: improve error message when keyword without a …
(edit) @9332   8 years Don-vip see #11924 - if available, use java.runtime.version instead of …
Note: See TracRevisionLog for help on using the revision log.