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) @8470   9 years Don-vip javadoc fixes. Removed one duplicated method in exception handling
(edit) @8465   9 years Don-vip minor code style issues
(edit) @8459   9 years Don-vip javadoc / Unit test fixes
(edit) @8449   9 years Don-vip remove extra whitespaces
(edit) @8444   9 years Don-vip remove extra whitespaces
(edit) @8441   9 years Don-vip see #11209 - add debug messages
(edit) @8419   9 years Don-vip Sonar: various code style cleanup: - fix copyright - classes that …
(edit) @8413   9 years Don-vip code style - A close curly brace should be located at the beginning of …
(edit) @8395   9 years Don-vip convention - An open curly brace should be located at the end of a line
(edit) @8393   9 years Don-vip see #11447 - partial revert of r8384
(edit) @8390   9 years Don-vip Sonar - various performance improvements
(edit) @8384   9 years Don-vip squid:S1244 - Floating point numbers should not be tested for equality
(edit) @8378   9 years Don-vip fix copyright/license headers globally
(edit) @8377   9 years Don-vip performance - remove useless boxing of boolean constants
(edit) @8372   9 years Don-vip code cleanup
(edit) @8346   9 years Don-vip squid:S00116 - Field names should comply with a naming convention
(edit) @8345   9 years Don-vip code style - Useless parentheses around expressions should be removed …
(edit) @8343   9 years Balaitous see #10748 - Move and connect way to an external node with shape …
(edit) @8342   9 years Don-vip code style - Close curly brace and the next "else", "catch" and …
(edit) @8338   9 years Don-vip fix squid:S1319 - Declarations should use Java collection interfaces …
(edit) @8318   9 years Don-vip fix various Sonar issues: - squid:S1068: Unused private fields should …
(edit) @8308   9 years Don-vip fix potential NPEs and Sonar issues related to serialization
(edit) @8291   9 years Don-vip fix squid:RedundantThrowsDeclarationCheck + consistent Javadoc for …
(edit) @8285   9 years Don-vip fix sonar squid:S2039 - Member variable visibility should be specified
(edit) @8210   9 years simon04 fix #11326 - Cancel note creation with escape key, do not create note …
(edit) @8064   9 years Don-vip fix #11105 - DataIntegrityProblemException when undo drawing
(edit) @8061   9 years bastiK see #11096 - strip .png
(edit) @8056   9 years bastiK fixed #11096 - png -> svg
(edit) @7937   9 years bastiK add subversion property svn:eol=native
(edit) @7864   9 years Don-vip global cleanup of IllegalArgumentExceptions thrown by JOSM
(edit) @7852   9 years Don-vip see #10858 - rename NoteDialog to NotesDialog
(edit) @7776   9 years akks fix #10821: ImproveWayAccuracy produced self-intersecting ways remove …
(edit) @7720   9 years Don-vip fix #10739 - Improve note input dialogs (patch by ToeBee)
(edit) @7668   9 years stoecker cleanup icons, mark undetected icons, set proper mimetype, delete …
(edit) @7608   10 years Don-vip fix #10554 - Add notes dialog (patch by ToeBee)
(edit) @7592   10 years stoecker fix JavaDoc
(edit) @7543   10 years Don-vip fix #9897, see #10455 - fix map moving issue when moving node with ctrl
(edit) @7434   10 years Don-vip fix #8885 (see #4614) - add offline mode with new command line …
(edit) @7389   10 years bastiK see #10363 - you cannot click on object that is not visible on the map
(edit) @7278   10 years Don-vip fix #10212, see #10104 - ImproveWayAccuracy: key listeners forgot to …
(edit) @7247   10 years akks see #7991: patch by AlfonZ - minor fix to segment collapsion in …
(edit) @7232   10 years akks see #7991: more fixes to X DualAlign mode (fix exceptions, Alt-drag …
(edit) @7227   10 years akks show advanced preferences of A and W modes before enrtering them
(edit) @7226   10 years akks see #7991:patch by AlfonZ mod. Show and correctly handle segment …
(edit) @7223   10 years akks Extrude mode: do not allow reversing the moved segment direction to …
(edit) @7218   10 years akks fix #3910: toggle lasso mode on repeating S key can be turned of with …
(edit) @7217   10 years akks see #10104: refactor key press/release detection introducing …
(edit) @7216   10 years akks Add Dual Align mode for extruder (patch by AlfonZ, see #7991)
(edit) @7180   10 years Don-vip fix #9952 - set extrude.initial-move-threshold to 1px as default
(edit) @7025   10 years Don-vip Sonar - fix various issues
(edit) @7009   10 years akks see #9952: added parameter extrude.initial-move-threshold (to tune …
(edit) @7005   10 years Don-vip see #8465 - use diamond operator where applicable
(edit) @7000   10 years Don-vip fix #9897 - avoid unwanted rectangle painting when moving map on Mac OS X
(edit) @6993   10 years bastiK see #9397 - Move map no longer works on OSX (fix selection rectagle on …
(edit) @6992   10 years Don-vip cleanup/refactor of NavigatableComponent
(edit) @6957   10 years Don-vip see #9897 - refactor OSX stuff
(edit) @6920   10 years Don-vip fix #9778, fix #9806 - access OSM API and JOSM website in HTTPS by …
(edit) @6889   10 years Don-vip fix some Sonar issues (JLS order)
(edit) @6830   10 years Don-vip javadoc fixes for jdk8 compatibility
(edit) @6798   10 years Don-vip fix some Sonar issues
(edit) @6792   10 years Don-vip Sonar - fix various issues
(edit) @6679   10 years stoecker see #9110 - fix singular forms, even if they are useless
(edit) @6546   10 years Don-vip fix #9482, see #9423, see #6853 - fix regression from r6542: irregular …
(edit) @6542   10 years Don-vip fix #9423, see #6853 - incorrect selection after hitting Alt key …
(edit) @6507   10 years simon04 fix #9110 - i18n: fix errors in usage of plural forms
(edit) @6388   10 years simon04 fix #9111 - fix wording/typos in English strings
(edit) @6380   10 years Don-vip update license/copyright information
(edit) @6367   10 years Don-vip Sonar/Findbugs - unused code
(edit) @6362   10 years Don-vip Checkstyle: - private constructors for util classes - final classes - …
(edit) @6360   10 years Don-vip Sonar/Findbugs - Hide Utility Class Constructor
(edit) @6355   10 years Don-vip code cleanup
(edit) @6336   10 years Don-vip code cleanup / robustness in edit layer handling
(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
Note: See TracRevisionLog for help on using the revision log.