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) @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 …
(edit) @10228   8 years Don-vip findbugs: SC_START_IN_CTOR + UW_UNCOND_WAIT + UM_UNNECESSARY_MATH + …
(edit) @10220   8 years Don-vip add new icons for ParallelWayAction + findbugs - DB_DUPLICATE_BRANCHES
(edit) @10214   8 years Don-vip findbugs - SE_BAD_FIELD_STORE + LI_LAZY_INIT_UPDATE_STATIC
(edit) @10181   8 years Don-vip sonar - squid:S2184 - Math operands should be cast before assignment
(edit) @10179   8 years Don-vip sonar - squid:AssignmentInSubExpressionCheck - Assignments should not …
(edit) @10152   8 years Don-vip sonar - squid:S1939 - Extensions and implementations should not be …
(edit) @10115   8 years Don-vip fix coverity 1011666, 1011667, 1011836, 1011837, 1011838
(edit) @10047   8 years Don-vip add more unit tests
(edit) @10043   8 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(edit) @10031   8 years Don-vip fix #12654 - Add layer invalidation listener (patch by michael2402)
(edit) @10001   8 years Don-vip sonar - Local variable and method parameter names should comply with a …
(edit) @9989   8 years Don-vip sonar - Methods should not be empty
(edit) @9970   8 years Don-vip sonar - remove useless parentheses
(edit) @9968   8 years Don-vip sonar - Add parentheses to make the operator precedence explicit + add …
(edit) @9944   8 years Don-vip mapmode: add basic unit tests
(edit) @9623   8 years Don-vip fix transient/serializable findbugs warnings
(edit) @9572   8 years Don-vip fix #12417 - mapmodes did not listen to preferences change (patch by …
(edit) @9496   8 years Don-vip massive refactoring of GenericRelationEditor. As JDialog cannot be …
(edit) @9472   8 years simon04 Relation list: delete selected relations at once
(edit) @9444   8 years simon04 see #12335 - Enable "Angle snapping", "Dual alignment" only in …
(edit) @9409   8 years simon04 fix #12335 - Disable "Angle snapping", "Dual alignment" when no edit …
(edit) @9358   8 years simon04 fix #12309 - Improve Way Accuracy: draw helper lines to intersecting way
(edit) @9246   8 years Don-vip javadoc update
(edit) @9231   8 years Don-vip javadoc update
(edit) @9230   8 years Don-vip fix javadoc errors/warnings
(edit) @9074   8 years Don-vip pmd - Ternary operator with a boolean literal can be simplified with a …
(edit) @9073   8 years Don-vip checkstyle - Comments Indentation
(edit) @9070   8 years Don-vip Sonar - squid:S2293 - The diamond operator ("<>") should be used
(edit) @9067   8 years Don-vip sonar - Immutable Field
(edit) @9062   8 years Don-vip Sonar - squid:S1941 - Variables should not be declared before they are …
(edit) @9059   8 years Don-vip checkstyle
(edit) @8985   8 years Don-vip checkstyle
(edit) @8977   8 years simon04 fix #9491 - Ask before moving nodes that are attached to ways fully …
(edit) @8931   8 years Don-vip javadoc fixes
(edit) @8915   9 years simon04 Harmonize warning strings See …
(edit) @8892   9 years simon04 see #11858 - Improve way accuracy: when deleting a node which is …
(edit) @8870   9 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(edit) @8855   9 years Don-vip sonar - Unused private method should be removed sonar - Unused …
(edit) @8850   9 years Don-vip sonar - squid:S3047 - Multiple loops over the same set should be combined
(edit) @8846   9 years Don-vip sonar - fb-contrib - minor performance improvements: * Method passes …
(edit) @8840   9 years Don-vip sonar - squid:S3052 - Fields should not be initialized to default values
(edit) @8839   9 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(edit) @8836   9 years Don-vip fix Checkstyle issues
(edit) @8808   9 years simon04 see #6963 - ParallelWayAction: use notification for invalid selection …
(edit) @8674   9 years Don-vip fix Checkstyle issues
(edit) @8645   9 years Don-vip fix #11756, fix #11759 - NPEs
(edit) @8590   9 years Don-vip fix #11630 - NPE (patch by michael2402)
(edit) @8554   9 years bastiK applied #11634 - Moved global SOM management out of …
(edit) @8550   9 years bastiK applied #11629 - Fixed state errors in selection (rect/lasso) and made …
(edit) @8549   9 years bastiK applied #11628 - Added documentation to EastNorth, changed x - y = …
(edit) @8540   9 years Don-vip fix remaining checkstyle issues
(edit) @8513   9 years Don-vip checkstyle: blocks
(edit) @8512   9 years Don-vip checkstyle: redundant modifiers
(edit) @8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8509   9 years Don-vip fix many checkstyle violations
(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
Note: See TracRevisionLog for help on using the revision log.