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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @13512   8 years Don-vip fix #16072 - add robustness in ImproveWayAccuracy map mode
(edit) @13453   8 years Don-vip fix #8039, fix #10456: final fixes for the read-only/locked layers: - …
(edit) @13444   8 years Don-vip see #8039, see #10456 - fix crash with rendering of virtual nodes
(edit) @13435   8 years Don-vip see #8039, see #10456 - fix regressions and code style issues
(edit) @13434   8 years Don-vip see #8039, see #10456 - support read-only data layers
(edit) @13334   8 years Don-vip fix NPE seen in unit tests
(edit) @13312   8 years Don-vip see #15766 - fix java warning
(edit) @13309   8 years Don-vip fix #15766, see #15688 - fix performance regression introduced in …
(edit) @13293   8 years Don-vip fix NPE seen in unit tests
(edit) @13277   8 years stoecker see #15734 - fix icon detection
(edit) @13229   8 years Don-vip fix #15688 - do not filter selected way nodes in draw mode
(edit) @13225   8 years Don-vip see #15008 - avoid deadlock in selection event processing
(edit) @13189   8 years Don-vip sonar - squid:S2259 - Null pointers should not be dereferenced
(edit) @13177   8 years Don-vip fix #15605 - fix display of way length in status bar during way creation
(edit) @13173   8 years Don-vip see #15310 - remove most of deprecated APIs
(edit) @13146   8 years Don-vip javadoc/PMD
(edit) @13135   8 years Don-vip fix #15535, see #11924 - make extrude mode work with Java9+
(edit) @13062   8 years Don-vip fix #5823 - fix calculation of "moved many elements" warning
(edit) @13048   8 years Don-vip fix #15458 - IOOBE at ImproveWayAccuracyAction.paint
(edit) @12987   8 years bastiK see #15410 - change preferences scheme for named colors - makes …
(edit) @12969   8 years Don-vip see #15420 - should fix NPE in ParallelWays.copyNode (probably caused …
(edit) @12881   8 years bastiK see #15229 - move remaining classes to spi.preferences package, to …
(edit) @12873   8 years Don-vip * mark kendzi3d_Improved_by_Andrei plugin as unmaintained * fix …
(edit) @12846   8 years bastiK see #15229 - use Config.getPref() wherever possible
(edit) @12841   8 years bastiK see #15229 - fix deprecations caused by [12840]
(edit) @12836   8 years Don-vip fix NPE (?) seen in unit test
(edit) @12785   8 years Don-vip fix #15268 - see #13036 - do not create empty MoveCommand in …
(edit) @12759   8 years Don-vip fix #15252 - see #13036 - MoveCommand created without data set
(edit) @12726   8 years Don-vip see #13036 - deprecate Command() default constructor, fix unit tests …
(edit) @12718   8 years Don-vip see #13036 - see #15229 - see #15182 - make Commands depends only on …
(edit) @12689   8 years Don-vip see #15182 - refactor MergeNodesAction to avoid unneeded GUI …
(edit) @12643   8 years Don-vip see #15182 - deprecate Main.main.menu. Replacement: …
(edit) @12641   8 years Don-vip see #15182 - deprecate Main.main.undoRedo. Replacement: …
(edit) @12639   8 years Don-vip see #15182 - deprecate shortcut handling and mapframe listener methods …
(edit) @12636   8 years Don-vip see #15182 - deprecate Main.getLayerManager(). Replacement: …
(edit) @12634   8 years Don-vip see #15182 - deprecate Main.worker, replace it by …
(edit) @12630   8 years Don-vip see #15182 - deprecate Main.map and Main.isDisplayingMapView(). …
(edit) @12620   8 years Don-vip see #15182 - deprecate all Main logging methods and introduce …
(edit) @12594   8 years bastiK fixed #15139 - raster-image filter settings are Not Stored when saving …
(edit) @12593   8 years bastiK only one primitive can be highlighted at a time - use Optional
(edit) @12592   8 years bastiK use Optional instead of 0-or-1-element Collection
(edit) @12581   8 years bastiK see #14794 - javadoc
(edit) @12537   8 years Don-vip PMD - VariableNamingConventions
(edit) @12526   8 years Don-vip see #11924 - fix last warnings about extended modifiers
(edit) @12518   8 years Don-vip see #11924 - use ListenerList, fix javadoc
(edit) @12517   8 years Don-vip see #11924 - use extended event modifiers, deprecate old methods - see …
(edit) @12512   8 years Don-vip fix #12870 - Undo while extrude causes exception
(edit) @12504   8 years Don-vip see #11924 - fix one deprecation warning for InputEvent.ALT_GRAPH_MASK
(edit) @12483   8 years Don-vip fix #15034 - NPE
(edit) @12463   8 years Don-vip extract NodeGraph and NodePair from CombineWayAction to …
(edit) @12425   8 years Don-vip fix #14959 - NPE
(edit) @12330   8 years michael2402 Fix #14854: Run DrawAction selection listener and related UI updates …
(edit) @12316   8 years michael2402 Add a method to undo/redo to get the last command.
(edit) @12314   8 years michael2402 Use DataSet getSelectedWays/Nodes helper functions.
(edit) @12313   8 years michael2402 Fix #14886: We can't use old move command if there is no edit layer.
(edit) @12309   8 years bastiK not a typo
(edit) @12308   8 years stoecker typo
(edit) @12284   8 years Don-vip see #14794 - javadoc
(edit) @12279   8 years Don-vip sonar - squid:S3878 - Arrays should not be created for varargs parameters
(edit) @12182   8 years michael2402 Move viewport following option to DrawAction and make it persistent.
(edit) @12158   8 years michael2402 Fix DrawAction helper line not being painted while imagery …
(edit) @12131   8 years Don-vip see #11889, see #11924, see #13387 - use backported versions of …
(edit) @12108   8 years michael2402 ParallelWayAction: Use a separate temporary layer, invalidate it to …
(edit) @12106   8 years michael2402 ParallelWayAction: No need to call repaint after adding/removing …
(edit) @12103   8 years michael2402 See #14120: MapView should repaint on temporary layer changes …
(edit) @12091   8 years Don-vip fix #14762 - NPE
(edit) @12065   8 years michael2402 More ds.beginUpdate()/endUpdate() try/finally fixes, checked all calls …
(edit) @12064   8 years michael2402 DrawAction: Fix ds.beginUpdate()/endUpdate() try/finally
(edit) @12060   8 years Don-vip sonar - fix two recent issues
(edit) @12053   8 years michael2402 Fix #6447: Ensure that only move commands in same layer are combined.
(edit) @12048   8 years michael2402 Add per-layer selection listeners. Make selection listener code more …
(edit) @11993   8 years Don-vip fix #5144 - Cannot draw new ways when filter is active (patch by …
(edit) @11978   8 years Don-vip improve coverage and javadoc of enum classes for package actions
(edit) @11913   8 years Don-vip sonar - squid:S1192 - String literals should not be duplicated
(edit) @11893   8 years Don-vip sonar - squid:S1126 - Return of boolean expressions should not be …
(edit) @11747   9 years Don-vip checkstyle - NoWhiteSpaceBefore ...
(edit) @11713   9 years Don-vip add Ant target to run PMD (only few rules for now), fix violations
(edit) @11601   9 years Don-vip error-prone: fix FallThrough errors
(edit) @11553   9 years Don-vip refactor handling of null values - use Java 8 Optional where possible
(edit) @11542   9 years stoecker null colors never worked in preferences and don't make much sense
(edit) @11534   9 years Don-vip sonar - fb-contrib:FCBL_FIELD_COULD_BE_LOCAL - Correctness - Class …
(edit) @11502   9 years Don-vip findbugs - SIC_INNER_SHOULD_BE_STATIC_ANON
(edit) @11495   9 years Don-vip extract DrawAction.SnapHelper to a new class
(edit) @11462   9 years Don-vip sonar - squid:S1871 - Two branches in the same conditional structure …
(edit) @11452   9 years Don-vip sonar - fb-contrib:SEO_SUBOPTIMAL_EXPRESSION_ORDER - Performance - …
(edit) @11421   9 years stoecker fix #13919 - image size mismatch
(edit) @11397   9 years Don-vip sonar - squid:S2259 - Null pointers should not be dereferenced
(edit) @11385   9 years Don-vip sonar - squid:S1066 - Collapsible "if" statements should be merged
(edit) @11381   9 years Don-vip findbugs - RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE
(edit) @11144   9 years michael2402 Fix #13793: Clip paths in a way that let's the dashes stay in place.
(edit) @11082   9 years simon04 fix #13763 - ImproveWayAccuracy sometimes creates way with 1 node
(edit) @10936   9 years Don-vip sonar
(edit) @10895   9 years Don-vip see #13232 - remove/exclude unused classes
(edit) @10875   9 years Don-vip fix #13413 - Clean ImproveWayAccuracyAction, add new class …
(edit) @10874   9 years Don-vip fix #13412 - Clean up DrawAction, add StrokeProperty (patch by …
(edit) @10873   9 years Don-vip see #13412 - replace character by ' in comments, cause encoding …
(edit) @10869   9 years Don-vip fix #13402 - Shift+P (make parallel ways copy) causes crash (patch by …
(edit) @10853   9 years Don-vip see #13309 - fix most of deprecation warnings
(edit) @10827   9 years Don-vip fix #13306 - Make map paint code use double coordinates (patch by …
(edit) @10747   9 years Don-vip sonar - squid:S1228 - Packages should have a javadoc file …
Note: See TracRevisionLog for help on using the revision log.