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) @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 …
(edit) @10716   9 years simon04 see #11390, see #12890 - Deprecate predicates in OsmPrimitive class
(edit) @10701   9 years simon04 fix #12815 - Improve way accuracy; show helper line when removing node …
(edit) @10678   9 years Don-vip see #12472 - fix "OperatorPrecedence" warnings
(edit) @10662   9 years Don-vip see #12472, fix #13230, fix #13225, fix #13228 - disable …
(edit) @10659   9 years Don-vip see #12472 - fix more warnings, increase maximum number of reported …
(edit) @10601   9 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
(edit) @10467   9 years Don-vip fix #13037 - Small fixes for unit tests (patch by michael2402) - gsoc-core
(edit) @10463   9 years Don-vip sonar - squid:S1166 - Exception handlers should preserve the original …
(edit) @10448   9 years Don-vip fix more deprecation warnings
(edit) @10446   9 years Don-vip see #13001 - replace calls to Main.main.getCurrentDataSet() by …
(edit) @10433   9 years Don-vip checkstyle
(edit) @10428   9 years stoecker see #9995 - patch mainly by strump - improve HIDPI behaviour
(edit) @10413   9 years Don-vip fix #12983 - replace calls to Main.main.get[Active|Edit]Layer() by …
(edit) @10409   9 years Don-vip * remove duplicated code * fix various sonar warnings * add some …
(edit) @10383   9 years Don-vip replace .get*Selected().isEmpty() by .selectionEmpty()
(edit) @10382   9 years Don-vip see #12943 - gsoc-core - fix most of deprecation warnings (static …
(edit) @10378   9 years Don-vip Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
(edit) @10342   9 years Don-vip fix #12933 - remove unused methods from NavigatableComponent (patch …
(edit) @10308   9 years Don-vip sonar - squid:S1854 - Dead stores should be removed
(edit) @10303   9 years Don-vip sonar - squid:S2164 - Math should not be performed on floats
(edit) @10247   9 years Don-vip findbugs - DLS_DEAD_LOCAL_STORE_OF_NULL
(edit) @10241   9 years Don-vip fix #12660 - unbind Z shortcut from "Zoom mode" and make it visible …
(edit) @10228   9 years Don-vip findbugs: SC_START_IN_CTOR + UW_UNCOND_WAIT + UM_UNNECESSARY_MATH + …
(edit) @10220   9 years Don-vip add new icons for ParallelWayAction + findbugs - DB_DUPLICATE_BRANCHES
(edit) @10214   9 years Don-vip findbugs - SE_BAD_FIELD_STORE + LI_LAZY_INIT_UPDATE_STATIC
(edit) @10181   9 years Don-vip sonar - squid:S2184 - Math operands should be cast before assignment
(edit) @10179   9 years Don-vip sonar - squid:AssignmentInSubExpressionCheck - Assignments should not …
(edit) @10152   9 years Don-vip sonar - squid:S1939 - Extensions and implementations should not be …
(edit) @10115   9 years Don-vip fix coverity 1011666, 1011667, 1011836, 1011837, 1011838
(edit) @10047   9 years Don-vip add more unit tests
(edit) @10043   9 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(edit) @10031   10 years Don-vip fix #12654 - Add layer invalidation listener (patch by michael2402)
(edit) @10001   10 years Don-vip sonar - Local variable and method parameter names should comply with a …
(edit) @9989   10 years Don-vip sonar - Methods should not be empty
(edit) @9970   10 years Don-vip sonar - remove useless parentheses
(edit) @9968   10 years Don-vip sonar - Add parentheses to make the operator precedence explicit + add …
(edit) @9944   10 years Don-vip mapmode: add basic unit tests
(edit) @9623   10 years Don-vip fix transient/serializable findbugs warnings
(edit) @9572   10 years Don-vip fix #12417 - mapmodes did not listen to preferences change (patch by …
(edit) @9496   10 years Don-vip massive refactoring of GenericRelationEditor. As JDialog cannot be …
(edit) @9472   10 years simon04 Relation list: delete selected relations at once
(edit) @9444   10 years simon04 see #12335 - Enable "Angle snapping", "Dual alignment" only in …
(edit) @9409   10 years simon04 fix #12335 - Disable "Angle snapping", "Dual alignment" when no edit …
(edit) @9358   10 years simon04 fix #12309 - Improve Way Accuracy: draw helper lines to intersecting way
Note: See TracRevisionLog for help on using the revision log.