source: josm/trunk/src/org/openstreetmap/josm/gui/layer

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @12134   7 years bastiK see #14773 - improve session export/import for imagery layer offset data
(edit) @12131   7 years Don-vip see #11889, see #11924, see #13387 - use backported versions of …
(edit) @12117   7 years Don-vip see #14734 - fix PMD warning
(edit) @12116   7 years michael2402 Sonar: Make AbstractListenerInfo an interface.
(edit) @12115   7 years michael2402 Document OsmDataLayer
(edit) @12114   7 years michael2402 Layer class: Documentation.
(edit) @12107   7 years michael2402 Allow invalidation listeners for all MapViewPaintables.
(edit) @12105   7 years michael2402 Audio marker layer: Use invalidate instead of Main.map.mapView.repaint().
(edit) @12102   7 years michael2402 Fix #14763: Do not apply colorful filter op if source image is of …
(edit) @12093   7 years bastiK fixed #14734 - Handling imagery offsets when reprojecting
(edit) @12085   7 years bastiK fix compile (see #14734)
(edit) @12072   7 years bastiK remove property change events in NavigatableComponent (can use …
(edit) @12028   7 years Don-vip see #14120 - fix java warnings
(edit) @12025   7 years michael2402 See #14120: Throw a nicer exception if a layer is destroyed twice.
(edit) @12014   7 years michael2402 See #14120: Use a listener to get notified of way segment / virtual …
(edit) @11972   7 years bastiK see #7427 - remove obsolete code
(edit) @11971   7 years Don-vip javadoc
(edit) @11961   7 years bastiK see #7427 - avoid black lines at tile borders (primarily for native tiles)
(edit) @11958   7 years bastiK see #7427 - clear memory cache on projection change
(edit) @11956   7 years bastiK see #7427 - repaint after clear tile cache action
(edit) @11954   7 years bastiK see #7427 - fix seams for reprojected tiles
(edit) @11953   7 years bastiK see #7427 - make sure layer is painted only once after zoom change
(edit) @11950   7 years Don-vip extract actions from AbstractTileSourceLayer to gui.layer.imagery
(edit) @11947   7 years Don-vip fix #14642 - IAE at AbstractTileSourceLayer.getBestZoom
(edit) @11937   7 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(edit) @11935   7 years Don-vip sonar - squid:S2148 - Underscores should be used to make large numbers …
(edit) @11931   7 years Don-vip improve unit test coverage
(edit) @11914   7 years Don-vip sonar - squid:S2972 - Inner classes should not have too many lines of code
(edit) @11910   7 years Don-vip initialize AbstractTileSourceLayerTest
(edit) @11905   7 years Don-vip sonar - squid:S2301 - Public methods should not contain selector arguments
(edit) @11897   7 years bastiK see #7427 - optimize warp transformaion performance problems should …
(edit) @11894   7 years bastiK see #7427 - make sure fixed scale is used for alignment + javadoc
(edit) @11893   7 years Don-vip sonar - squid:S1126 - Return of boolean expressions should not be …
(edit) @11892   7 years Don-vip sonar - squid:S2390 - Classes should not access static members of …
(edit) @11891   7 years Don-vip see #7427 - sonar - squid:S1226 - Method parameters, caught exceptions …
(edit) @11883   7 years bastiK see #7427 - actually use disk cache on scale change and do not force …
(edit) @11882   7 years bastiK see #7427 - minor style change
(edit) @11875   7 years Don-vip checkstyle
(edit) @11871   7 years Don-vip findbugs - UPM_UNCALLED_PRIVATE_METHOD
(edit) @11868   7 years bastiK see #7427 - add javadoc for getNativeProjections() + move it one class up
(edit) @11865   7 years Don-vip see #7427 - checkstyle
(edit) @11863   7 years Don-vip see #7427 - sonar - squid:S1449 - Locale should be used in String …
(edit) @11862   7 years Don-vip see #7427 - sonar - squid:S2259 - Null pointers should not be dereferenced
(edit) @11860   7 years Don-vip see #7427 - checkstyle
(edit) @11858   7 years bastiK fixed #7427 - Support reprojection (warping) of imagery layer
(edit) @11855   7 years Don-vip sonar - fb-contrib:ISB_TOSTRING_APPENDING - Correctness - Method …
(edit) @11852   7 years Don-vip sonar - squid:S1444 - "public static" fields should be constant
(edit) @11850   7 years Don-vip sonar - squid:S2386 - Mutable fields should not be "public static"
(edit) @11848   7 years Don-vip fix #14613 - Special HTML characters not escaped in GUI error messages
(edit) @11846   7 years bastiK see #7427 - move class TileAnchor from jmapviewer to JOSM
(edit) @11845   7 years bastiK see #7427 - better return type
(edit) @11844   7 years bastiK see #7427 - avoid roundtrip conversion EastNorth -> LatLon -> …
(edit) @11842   7 years bastiK see #7427 - clean up private method parameter list
(edit) @11841   7 years bastiK see #7427 - rework the way screen pixel coordinates for tiles are …
(edit) @11835   7 years bastiK see #7427 - alignment to the pixelgrid for precise tile placement
(edit) @11834   7 years bastiK see #7427 - change priorities for temporary replacements from other …
(edit) @11832   7 years bastiK see #7427 - remove the tile.loadPlaceholderFromCache mechanism from …
(edit) @11831   7 years bastiK see #7427 - use integer operations on tile index when possible …
(edit) @11829   7 years bastiK see #7427 - move TileRange class to jmapviewer
(edit) @11789   7 years bastiK WMTS: fix autozoom in WGS84
(edit) @11785   7 years bastiK Imagery: remove fade setting (superseded by layer opacity), see #7427
(edit) @11774   7 years Don-vip fix #13922 - zoom only once when downloading several data types
(edit) @11747   7 years Don-vip checkstyle - NoWhiteSpaceBefore ...
(edit) @11746   7 years Don-vip PMD - Strict Exceptions
(edit) @11745   7 years Don-vip fix #14536 - Improved ExifReader.readTime(), Refactored …
(edit) @11739   7 years Don-vip enable more PMD rules
(edit) @11713   7 years Don-vip add Ant target to run PMD (only few rules for now), fix violations
(edit) @11710   7 years bastiK see #12731 - make enum field final + fix compiler warning
(edit) @11709   7 years bastiK fixed #12731 - Add an option to completely prevent upload of a layer : …
(edit) @11704   7 years michael2402 Use Utils.clamp instead of Math.max(Math.min()) for doubles
(edit) @11702   7 years Don-vip more usages of Utils.clamp
(edit) @11651   7 years Don-vip FindBugs - MS_MUTABLE_COLLECTION
(edit) @11649   7 years Don-vip sonar - pmd:UseStringBufferForStringAppends
(edit) @11637   7 years stoecker fix #13535 - fix FindBugs issue
(edit) @11633   7 years Don-vip fix #10638 - fix zoom problem when validating "Way connected to Area" …
(edit) @11627   7 years Don-vip fix #3346 - improve drastically the performance of fixing duplicate …
(edit) @11621   7 years Don-vip checkstyle - fix CommentsIndentation errors
(edit) @11620   7 years Don-vip checkstyle - enable CatchParameterName rule
(edit) @11613   7 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(edit) @11608   7 years Don-vip fix #14402 - add blacklist for leisure area values to avoid false …
(edit) @11604   7 years Don-vip sonar - squid:S1172 - Unused method parameters should be removed
(edit) @11587   7 years Don-vip checkstyle - enable BooleanExpressionComplexity / 6
(edit) @11581   7 years stoecker see #13470 - hopefully finally drop last remaining HTML imagery part
(edit) @11566   7 years Don-vip fix #14343 - GPS heat map should also support point clouds (modified …
(edit) @11553   7 years Don-vip refactor handling of null values - use Java 8 Optional where possible
(edit) @11545   7 years Don-vip sonar - squid:S2197 - Modulus results should not be checked for direct …
(edit) @11539   7 years Don-vip add unit test
(edit) @11535   7 years Don-vip sonar - squid:S2142 - "InterruptedException" should not be ignored
(edit) @11534   7 years Don-vip sonar - fb-contrib:FCBL_FIELD_COULD_BE_LOCAL - Correctness - Class …
(edit) @11519   7 years Don-vip sonar - fb-contrib:PDP_POORLY_DEFINED_PARAMETER - Correctness - Method …
(edit) @11486   7 years Don-vip fix #14275 - robustness against invalid timestamps in GPX files
(edit) @11483   7 years Don-vip fix #14247 - add icon as a visual indication of chosen gpx heatmap …
(edit) @11482   7 years Don-vip see #13124 - fix the problem with the different projections (patch by …
(edit) @11470   7 years bastiK see #13124 - better cache invalidation Fixes a problem when zoomed …
(edit) @11469   7 years bastiK see #13124 - fix some Heat Map issues (patch by kidelo)
(edit) @11459   7 years Don-vip sonar - squid:UselessParenthesesCheck - Useless parentheses around …
(edit) @11457   7 years Don-vip sonar - fb-contrib:IMC_IMMATURE_CLASS_IDE_GENERATED_PARAMETER_NAMES - …
(edit) @11452   7 years Don-vip sonar - fb-contrib:SEO_SUBOPTIMAL_EXPRESSION_ORDER - Performance - …
(edit) @11451   7 years Don-vip fix #13124 - Heat Map Extension (patch by kidelo)
(edit) @11436   7 years Don-vip fix recent Sonar issues
Note: See TracRevisionLog for help on using the revision log.