source: josm/trunk/src/org/openstreetmap/josm/gui/layer/markerlayer/Marker.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @11892   7 years Don-vip sonar - squid:S2390 - Classes should not access static members of …
(edit) @11850   7 years Don-vip sonar - squid:S2386 - Mutable fields should not be "public static"
(edit) @11553   7 years Don-vip refactor handling of null values - use Java 8 Optional where possible
(edit) @10627   8 years Don-vip sonar - squid:S1166 - Exception handlers should preserve the original …
(edit) @10611   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
(edit) @10173   8 years Don-vip sonar - squid:S1186 - Methods should not be empty
(edit) @9730   8 years simon04 fix #6517 - GPX marker: display comments <cmt> in default label …
(edit) @9078   8 years Don-vip sonar - Immutable Field
(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) @8836   9 years Don-vip fix Checkstyle issues
(edit) @8806   9 years simon04 fix #10208 - Gpx markers: show names for audio, image, url, markers …
(edit) @8540   9 years Don-vip fix remaining checkstyle issues
(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) @8444   9 years Don-vip remove extra whitespaces
(edit) @8342   9 years Don-vip code style - Close curly brace and the next "else", "catch" and …
(edit) @7673   9 years stoecker fix typo
(edit) @7672   9 years stoecker see #10479 - readd two markers and their keep-alive code
(edit) @7518   10 years Don-vip fix #10489 - Add additional attributes to GPX Export for nodes + GPX …
(edit) @7049   10 years Don-vip sonar - Don't call static DateFormat
(edit) @7029   10 years Don-vip fix more warnings, remove unused code
(edit) @7005   10 years Don-vip see #8465 - use diamond operator where applicable
(edit) @6883   10 years Don-vip fix some Sonar issues
(edit) @6830   10 years Don-vip javadoc fixes for jdk8 compatibility
(edit) @6615   10 years Don-vip fix compilation warnings + minor code refactorization
(edit) @6380   10 years Don-vip update license/copyright information
(edit) @6362   10 years Don-vip Checkstyle: - private constructors for util classes - final classes - …
(edit) @6310   11 years Don-vip Sonar/FindBugs - Nested blocks of code should not be left empty
(edit) @6299   11 years Don-vip Improve feedback when clicking a web marker pointing to a local file fails
(edit) @6162   11 years bastiK applied #8987 - immutable coordinates (patch by shinigami)
(edit) @6070   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
(edit) @5684   11 years bastiK add session support for marker layers (see #4029) The data is …
(edit) @5681   11 years bastiK some simple refactoring
(edit) @5501   12 years bastiK add session support for gpx layers (see #4029)
(edit) @5481   12 years stoecker some cleanup, mainly javadoc
(edit) @5478   12 years Don-vip fix #7999 - Change r5464 broke display of texts for marker layer
(edit) @5464   12 years Don-vip Rework Properties a bit to simplify management of Color properties
(edit) @4869   12 years jttt Use final were appropriate
(edit) @4804   12 years stoecker fix call with null argument
(edit) @4431   13 years jttt Custom primitive name formatters via tagging presets
(edit) @4283   13 years jttt Put back Marker constructor with static text (needed by surveyor plugin)
(edit) @4282   13 years jttt Allow to specify custom pattern for marker text labels
(edit) @4172   13 years stoecker remove unused icons, make connection timouts configurable and increase …
(edit) @4135   13 years bastiK revert un-caching of Marker
(edit) @4126   13 years bastiK memory optimizations for Node & WayPoint (Patch by Gubaer, modified) …
(edit) @3530   14 years stoecker fix array preferences
(edit) @3396   14 years bastiK applied #3617 (patch by reini122) - Would like to see waypoint …
(edit) @3386   14 years bastiK applied #3617 (patch by reini122) - display waypoint descriptions in JOSM
(edit) @3374   14 years bastiK see #5238 - Add custom icon to GPX marker (patch by Nakor)
(edit) @3237   14 years jttt Fix #4659 Waypoint layers captions are hiddden when layer is hidden …
(edit) @2811   14 years stoecker fixed image recognition script
(edit) @2295   15 years stoecker reverted r2280, see #3665
(edit) @2280   15 years Gubaer applied #3665: patch by mmehl: Showing waypoints with name and note/comment
(edit) @2017   15 years Gubaer removed OptionPaneUtil cleanup of deprecated Layer API cleanup of …
(edit) @1911   15 years Gubaer fixed #3193: No layer is left highlighted when the bottom most one is …
(edit) @1724   15 years stoecker some more changes and bug fixes related to new projection stuff - GPX …
(edit) @1601   15 years stoecker fix #2547 - patch by Henrik Niehaus - Audio/picture markers no longer …
(edit) @1169   15 years stoecker removed usage of tab stops
(edit) @655   16 years ramack patch by bruce89, closes #812; thanks bruce
(edit) @627   16 years framm - added svn:eol-style prop to all .java files. it is suggested that …
(edit) @582   16 years framm - got rid of a few compiler warnings
(edit) @576   16 years tom_e Fix for relative file name in gpx link - from RaSchu, #507
(edit) @572   16 years david Reorganise audio interface in light of recent usability comments
(edit) @562   16 years david Show/hide text -> show/hide text/icon, and implement as such
(edit) @553   16 years david (a) add preference dialog, (b) add audio tracing
(edit) @547   16 years david much improved audio handling: threaded audio, controls, sync with waypoints
(edit) @541   16 years framm - use waypoint's "desc" attribute in lieu of "name" if "name" is not …
(edit) @444   16 years framm - patch for better GPX file support by Raphael Mack …
(copy) @321   17 years (none) - restructure of repository to support branches. Do 'svn switch …
copied from src/org/openstreetmap/josm/gui/layer/markerlayer/Marker.java
(edit) @298   17 years imi - added license description to head of each source file
Note: See TracRevisionLog for help on using the revision log.