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) @12873   7 years Don-vip * mark kendzi3d_Improved_by_Andrei plugin as unmaintained * fix …
(edit) @12846   7 years bastiK see #15229 - use Config.getPref() wherever possible
(edit) @12841   7 years bastiK see #15229 - fix deprecations caused by [12840]
(edit) @12836   7 years Don-vip fix NPE (?) seen in unit test
(edit) @12785   7 years Don-vip fix #15268 - see #13036 - do not create empty MoveCommand in …
(edit) @12759   7 years Don-vip fix #15252 - see #13036 - MoveCommand created without data set
(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) @12689   7 years Don-vip see #15182 - refactor MergeNodesAction to avoid unneeded GUI …
(edit) @12643   7 years Don-vip see #15182 - deprecate Main.main.menu. Replacement: …
(edit) @12641   7 years Don-vip see #15182 - deprecate Main.main.undoRedo. Replacement: …
(edit) @12639   7 years Don-vip see #15182 - deprecate shortcut handling and mapframe listener methods …
(edit) @12636   7 years Don-vip see #15182 - deprecate Main.getLayerManager(). Replacement: …
(edit) @12634   7 years Don-vip see #15182 - deprecate Main.worker, replace it by …
(edit) @12630   7 years Don-vip see #15182 - deprecate Main.map and Main.isDisplayingMapView(). …
(edit) @12620   7 years Don-vip see #15182 - deprecate all Main logging methods and introduce …
(edit) @12594   7 years bastiK fixed #15139 - raster-image filter settings are Not Stored when saving …
(edit) @12593   7 years bastiK only one primitive can be highlighted at a time - use Optional
(edit) @12592   7 years bastiK use Optional instead of 0-or-1-element Collection
(edit) @12581   7 years bastiK see #14794 - javadoc
(edit) @12537   7 years Don-vip PMD - VariableNamingConventions
(edit) @12526   7 years Don-vip see #11924 - fix last warnings about extended modifiers
(edit) @12518   7 years Don-vip see #11924 - use ListenerList, fix javadoc
(edit) @12517   7 years Don-vip see #11924 - use extended event modifiers, deprecate old methods - see …
(edit) @12512   7 years Don-vip fix #12870 - Undo while extrude causes exception
(edit) @12504   7 years Don-vip see #11924 - fix one deprecation warning for InputEvent.ALT_GRAPH_MASK
(edit) @12483   7 years Don-vip fix #15034 - NPE
(edit) @12463   7 years Don-vip extract NodeGraph and NodePair from CombineWayAction to …
(edit) @12425   7 years Don-vip fix #14959 - NPE
(edit) @12330   7 years michael2402 Fix #14854: Run DrawAction selection listener and related UI updates …
(edit) @12316   7 years michael2402 Add a method to undo/redo to get the last command.
(edit) @12314   7 years michael2402 Use DataSet getSelectedWays/Nodes helper functions.
(edit) @12313   7 years michael2402 Fix #14886: We can't use old move command if there is no edit layer.
(edit) @12309   7 years bastiK not a typo
(edit) @12308   7 years stoecker typo
(edit) @12284   7 years Don-vip see #14794 - javadoc
(edit) @12279   7 years Don-vip sonar - squid:S3878 - Arrays should not be created for varargs parameters
(edit) @12182   7 years michael2402 Move viewport following option to DrawAction and make it persistent.
(edit) @12158   7 years michael2402 Fix DrawAction helper line not being painted while imagery …
(edit) @12131   7 years Don-vip see #11889, see #11924, see #13387 - use backported versions of …
(edit) @12108   7 years michael2402 ParallelWayAction: Use a separate temporary layer, invalidate it to …
(edit) @12106   7 years michael2402 ParallelWayAction: No need to call repaint after adding/removing …
(edit) @12103   7 years michael2402 See #14120: MapView should repaint on temporary layer changes …
(edit) @12091   7 years Don-vip fix #14762 - NPE
(edit) @12065   7 years michael2402 More ds.beginUpdate()/endUpdate() try/finally fixes, checked all calls …
(edit) @12064   7 years michael2402 DrawAction: Fix ds.beginUpdate()/endUpdate() try/finally
(edit) @12060   7 years Don-vip sonar - fix two recent issues
(edit) @12053   7 years michael2402 Fix #6447: Ensure that only move commands in same layer are combined.
(edit) @12048   7 years michael2402 Add per-layer selection listeners. Make selection listener code more …
(edit) @11993   7 years Don-vip fix #5144 - Cannot draw new ways when filter is active (patch by …
(edit) @11978   7 years Don-vip improve coverage and javadoc of enum classes for package actions
(edit) @11913   7 years Don-vip sonar - squid:S1192 - String literals should not be duplicated
(edit) @11893   7 years Don-vip sonar - squid:S1126 - Return of boolean expressions should not be …
(edit) @11747   7 years Don-vip checkstyle - NoWhiteSpaceBefore ...
(edit) @11713   7 years Don-vip add Ant target to run PMD (only few rules for now), fix violations
(edit) @11601   7 years Don-vip error-prone: fix FallThrough errors
(edit) @11553   7 years Don-vip refactor handling of null values - use Java 8 Optional where possible
(edit) @11542   7 years stoecker null colors never worked in preferences and don't make much sense
(edit) @11534   7 years Don-vip sonar - fb-contrib:FCBL_FIELD_COULD_BE_LOCAL - Correctness - Class …
(edit) @11502   7 years Don-vip findbugs - SIC_INNER_SHOULD_BE_STATIC_ANON
(edit) @11495   7 years Don-vip extract DrawAction.SnapHelper to a new class
(edit) @11462   7 years Don-vip sonar - squid:S1871 - Two branches in the same conditional structure …
(edit) @11452   7 years Don-vip sonar - fb-contrib:SEO_SUBOPTIMAL_EXPRESSION_ORDER - Performance - …
(edit) @11421   7 years stoecker fix #13919 - image size mismatch
(edit) @11397   7 years Don-vip sonar - squid:S2259 - Null pointers should not be dereferenced
(edit) @11385   7 years Don-vip sonar - squid:S1066 - Collapsible "if" statements should be merged
(edit) @11381   7 years Don-vip findbugs - RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE
(edit) @11144   8 years michael2402 Fix #13793: Clip paths in a way that let's the dashes stay in place.
(edit) @11082   8 years simon04 fix #13763 - ImproveWayAccuracy sometimes creates way with 1 node
(edit) @10936   8 years Don-vip sonar
(edit) @10895   8 years Don-vip see #13232 - remove/exclude unused classes
(edit) @10875   8 years Don-vip fix #13413 - Clean ImproveWayAccuracyAction, add new class …
(edit) @10874   8 years Don-vip fix #13412 - Clean up DrawAction, add StrokeProperty (patch by …
(edit) @10873   8 years Don-vip see #13412 - replace character by ' in comments, cause encoding …
(edit) @10869   8 years Don-vip fix #13402 - Shift+P (make parallel ways copy) causes crash (patch by …
(edit) @10853   8 years Don-vip see #13309 - fix most of deprecation warnings
(edit) @10827   8 years Don-vip fix #13306 - Make map paint code use double coordinates (patch by …
(edit) @10747   8 years Don-vip sonar - squid:S1228 - Packages should have a javadoc file …
(edit) @10716   8 years simon04 see #11390, see #12890 - Deprecate predicates in OsmPrimitive class
(edit) @10701   8 years simon04 fix #12815 - Improve way accuracy; show helper line when removing node …
(edit) @10678   8 years Don-vip see #12472 - fix "OperatorPrecedence" warnings
(edit) @10662   8 years Don-vip see #12472, fix #13230, fix #13225, fix #13228 - disable …
(edit) @10659   8 years Don-vip see #12472 - fix more warnings, increase maximum number of reported …
(edit) @10601   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
(edit) @10467   8 years Don-vip fix #13037 - Small fixes for unit tests (patch by michael2402) - gsoc-core
(edit) @10463   8 years Don-vip sonar - squid:S1166 - Exception handlers should preserve the original …
(edit) @10448   8 years Don-vip fix more deprecation warnings
(edit) @10446   8 years Don-vip see #13001 - replace calls to Main.main.getCurrentDataSet() by …
(edit) @10433   8 years Don-vip checkstyle
(edit) @10428   8 years stoecker see #9995 - patch mainly by strump - improve HIDPI behaviour
(edit) @10413   8 years Don-vip fix #12983 - replace calls to Main.main.get[Active|Edit]Layer() by …
(edit) @10409   8 years Don-vip * remove duplicated code * fix various sonar warnings * add some …
(edit) @10383   8 years Don-vip replace .get*Selected().isEmpty() by .selectionEmpty()
(edit) @10382   8 years Don-vip see #12943 - gsoc-core - fix most of deprecation warnings (static …
(edit) @10378   8 years Don-vip Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
(edit) @10342   8 years Don-vip fix #12933 - remove unused methods from NavigatableComponent (patch …
(edit) @10308   8 years Don-vip sonar - squid:S1854 - Dead stores should be removed
(edit) @10303   8 years Don-vip sonar - squid:S2164 - Math should not be performed on floats
(edit) @10247   8 years Don-vip findbugs - DLS_DEAD_LOCAL_STORE_OF_NULL
(edit) @10241   8 years Don-vip fix #12660 - unbind Z shortcut from "Zoom mode" and make it visible …
Note: See TracRevisionLog for help on using the revision log.