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) @6317   11 years Don-vip Sonar/FindBugs - Loose coupling
(edit) @6316   11 years Don-vip Sonar/FindBugs - Loose coupling
(edit) @6310   11 years Don-vip Sonar/FindBugs - Nested blocks of code should not be left empty
(edit) @6296   11 years Don-vip Sonar/Findbugs - Avoid commented-out lines of code, javadoc
(edit) @6289   11 years Don-vip Sonar/Findbugs - fix various problems
(edit) @6265   11 years Don-vip Sonar/FindBugs: - Dodgy - Redundant nullcheck of value known to be …
(edit) @6252   11 years stoecker fix #8798 - patch by AlfonZ - fix extruder
(edit) @6248   11 years Don-vip Rework console output: - new log level "error" - Replace nearly all …
(edit) @6246   11 years Don-vip Sonar/FindBugs - various bugfixes / violation fixes
(edit) @6215   11 years Don-vip fix #9042 - Robustness to invalid .osm files containing null coordinates
(edit) @6202   11 years Don-vip fix #2447 - Unnessary changes of a target node by dragging another …
(edit) @6162   11 years bastiK applied #8987 - immutable coordinates (patch by shinigami)
(edit) @6107   11 years Don-vip fix #8919 - fix memory leaks, including one introduced with r5982
(edit) @6104   11 years Don-vip see #8902 - Small performance enhancements / coding style (patch by …
(edit) @6093   11 years akks see #8902 - collection size ==/!= 0 -> isEmpty()/!isEmpty() (patch by …
(edit) @6085   11 years Don-vip see #8902 - c-like array definitions changed to java-like (patch by …
(edit) @6084   11 years bastiK see #8902 - add missing @Override annotations (patch by shinigami)
(edit) @6069   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
(edit) @6050   11 years akks fix #8470: drag nodes along segments in Extrude mode only when Ctrl …
(edit) @6037   11 years akks see #8470: extrude mode option - extrude.drag-nodes-without-ctrl
(edit) @6029   11 years akks see #8447: improvewayaccuracy - rename configuration parameters
(edit) @6028   11 years akks fix #8447: last color & stroke customization added: ImproveWayAccuracy …
(edit) @6027   11 years akks see #8591: do not allow creating ways with duplicate nodes in Draw …
(edit) @6026   11 years akks Change HighlightHelper methods, adopted DeteleAction to use the same code
(edit) @6013   11 years Don-vip fix #8806 - NPE in SelectAction
(edit) @6008   11 years Don-vip fix #8796 - Extruding a way with 3 or 4 nodes closes unexpectedly …
(edit) @5991   11 years Don-vip see #8752 - update distance text in status line when rescaling ways
(edit) @5982   11 years Don-vip ParallelWayAction: handle nautical mile SoM + listen to preferences changes
(edit) @5981   11 years Don-vip fix #8631 - Make ParallelWays more robust to self-intersecting ways
(edit) @5979   11 years akks fix #8652 [based on patch by cmuelle8] enable dialog and panels hiding …
(edit) @5965   11 years akks see #8652 (patch by cmuelle8, part 1, modified): add "toggle panels" …
(edit) @5960   11 years Don-vip see #8710 - Inconsistent MapMode focus behaviour: fix core mapmodes
(edit) @5947   11 years Don-vip fix #8692 - Handle null DeleteCommands in JoinAreaAction and …
(edit) @5922   11 years akks Avoid duplicate and very near points in Angle snapping draw mode …
(edit) @5909   11 years stoecker fix all remaining javadoc warnings
(edit) @5820   11 years akks Angle indicator and angle snapping worked incorrect when line was …
(edit) @5768   11 years stoecker see #8447 - fix color name
(edit) @5764   11 years Don-vip use of getPoint2D() instead of getPoint() when possible
(edit) @5747   11 years akks Extrude mode: not add way modification command when it is not needed …
(edit) @5746   11 years akks see #8470: finish refactoring of Extrude mode, allow single node …
(edit) @5741   11 years akks Extrude mode refactoring (func. splitting, javadoc). Use constant …
(edit) @5739   11 years akks see #8447: advanced preferences to customize helper lines color and stroke
(edit) @5735   11 years Don-vip fix #8116 (forgot the other cases)
(edit) @5734   11 years Don-vip fix #8116 - Update status line message when mouse button is released …
(edit) @5665   11 years Don-vip fix #8341 - Don't clear current selection in ImproveWayAccuracy mode
(edit) @5653   11 years Don-vip Fix #8128 - NPE while dragging object
(edit) @5555   11 years akks Draw mode: moving over way segment with CTRL now chooses is for angle …
(edit) @5512   12 years jttt Fix #7980: Out of Heap Memory
(edit) @5506   12 years bastiK applied #7990 extruder: different curser icons for non-rectangled …
(edit) @5460   12 years Don-vip global use of Main.isDisplayingMapView()
(edit) @5459   12 years Don-vip fix #2961 - Improve usability of WMS Layer Saving/Loading - Replaced …
(edit) @5447   12 years Don-vip Select action: only repaint MapView when needed (here, the repaint() …
(edit) @5446   12 years Don-vip Select action: only repaint MapView when needed
(edit) @5443   12 years akks see #7888: Ctrl-Drag moves the node/way under cursor; fix dragging …
(edit) @5435   12 years akks hope to fix #7082: ctrl-dragging near virtual node problem
(edit) @5419   12 years stoecker fix typos
(edit) @5418   12 years akks fix #7082 (?) - CTRL-drag in selection mode problem, see #7888: …
(edit) @5394   12 years akks see #7888, smaller refactoring or SelectAction (cycling) (behavior …
(edit) @5382   12 years Don-vip Small code cleanup/refactorization in shortcut unregistration
(edit) @5378   12 years bastiK fixed #7032 - can't easily add tags to recently drawn way
(edit) @5370   12 years akks see #5341: faster nodes moving (by JB) beginUpdate/endUpdate) + big …
(edit) @5364   12 years akks fix #7899 by Don-vip: exception hen hitting the "w" button when …
(edit) @5282   12 years akks Fix #7751: allow to disable angle snapping toggle on repeating A
(edit) @5275   12 years bastiK doc improvements
(edit) @5266   12 years bastiK fixed majority of javadoc warnings by replacing "{@see" by "{@link"
(edit) @5265   12 years bastiK fixed #7673 - select target node after merge
(edit) @5260   12 years bastiK bugfix: Alt Gr not working as expected on Unity / Ubuntu 11.10 64bit …
(edit) @5223   12 years Don-vip should fix #7620 - NPE in unknown conditions (not reproduced)
(edit) @5191   12 years akks fix #7566: Angle snapping: show 30 instead of 330
(edit) @5174   12 years akks should fix #7580 - NPE on Alt-F4 (while in select-moving mode)
(edit) @5161   12 years simon04 see #3910 - remove debugging output, make lasso mode work correctly
(edit) @5152   12 years simon04 see #3910 - original patch by Oliver Raupach - add lasso selection mode
(edit) @5137   12 years akks Andle Snapping improvements: activation on A (Tab can be disabled, see …
(edit) @5106   12 years xeen fix parts of draw mode which broke in r5099 (fixes #7524)
(edit) @5104   12 years xeen fix #7523 (thanks Daeron)
(edit) @5102   12 years xeen fix broken way segment highlighting introduced in @5101
(edit) @5101   12 years xeen reduce repaints for DeleteAction with target highlighting enabled (see …
(edit) @5100   12 years xeen fix highlights still being drawn in draw mode when cursor exited the …
(edit) @5099   12 years xeen flip default value for wayIsFinished variable when entering drawMode …
(edit) @5098   12 years xeen Reduce repaints required when in draw mode. This should improve …
(edit) @5093   12 years xeen only repaint when the to-be-highlighted primitives change. The patch …
(edit) @5076   12 years xeen fix #6780. Please report if this caused any repaint problems.
(edit) @5075   12 years akks see #7503 - disable highlighting middle-edge-nodes (and re-renders) …
(edit) @5053   12 years akks style fix, removed one patch committed by mistake
(edit) @5050   12 years akks UrlLabel class simplification by Zverik, better label layout in …
(edit) @5016   12 years akks Patch by JoshDoe [Faster relation selection with Alt+click and …
(edit) @4982   12 years stoecker see #7226 - patch by akks (fixed a bit) - fix shortcut deprecations
(edit) @4957   12 years stoecker some shortcut fixes
(edit) @4956   12 years stoecker shortcut fixes, a lot of code cleanup in DrawAction
(edit) @4954   12 years akks Tab in draw mode allows snapping to current way point projections ant …
(edit) @4934   12 years xeen likely fix #7315’s cursor issues and related target-highlight ones
(edit) @4924   12 years akks fix #7380: "Angle snapping" repeated entry in Edit menu
(edit) @4917   12 years akks AngleSnapping mode: precize intersections, Tab key customizable, …
(edit) @4904   12 years stoecker proper help page name
(edit) @4855   12 years simon04 see #7184 - remap shortcuts of ImproveWayAccuracyAction ([W]), …
(edit) @4851   12 years stoecker allow automatic parsing of shortcuts see #7226
(edit) @4850   12 years bastiK change shortcut for improvewayaccuracy from K to I …
(edit) @4847   12 years simon04 see #7184 - ImproveWayAccuracyAction: rename mapmode button
(edit) @4846   12 years simon04 see #7184 - Added ImproveWayAccuracy plugin to josm core. This plugin …
(edit) @4836   12 years stoecker make Shortcut parsing easier
Note: See TracRevisionLog for help on using the revision log.