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) @12328   7 years Don-vip fix #2089 - Add support for MP3, AIFF and AAC audio codecs (.mp3, …
(edit) @12326   7 years Don-vip see #2089 - move audio classes to their own package (more to come) - …
(edit) @12291   7 years Don-vip sonar - squid:S1319 - Declarations should use Java collection …
(edit) @12281   7 years Don-vip sonar - squid:S1602 - Lamdbas containing only one statement should not …
(edit) @12279   7 years Don-vip sonar - squid:S3878 - Arrays should not be created for varargs parameters
(edit) @12274   7 years michael2402 Fix #14847: Fix reload of colors if data was added to/removed from gpx …
(edit) @12206   7 years michael2402 Fix #14814: repaint nodes layer on note click.
(edit) @12195   7 years michael2402 Keep a reference to the weak listener, to not let gc remove it.
(edit) @12176   7 years michael2402 Only invalidate single OSM layer after merge
(edit) @12175   7 years michael2402 Trigger a GPX layer invalidation on SoM change.
(edit) @12173   7 years michael2402 Use invalidate() on the gpx layer instead of triggering a map view …
(edit) @12172   7 years michael2402 Remove unneccessary Main.map.repaint() - invalidate is enough.
(edit) @12171   7 years michael2402 Fixed checkstyle warnings.
(edit) @12170   7 years michael2402 "See #13175, see #14120: Remove isChanged() method call in map view - …
(edit) @12168   7 years michael2402 Add a gap to the gpx line if the coordinates of a WayPoint are not known.
(edit) @12167   7 years michael2402 Make WayPoint implement ILatLon.
(edit) @12160   7 years michael2402 Fix PMD Warnings on StringBuilder
(edit) @12157   7 years michael2402 See #13124: Refresh the heat map on every invalidation (visible tacks …
(edit) @12156   7 years michael2402 See #14120: Don't make gpx tracks depend on the isChanged method, use …
(edit) @12155   7 years michael2402 GpxLayer: Javadoc
(edit) @12153   7 years michael2402 Use a data counter + StringBuilder to create the data set tooltip. Add …
(edit) @12152   7 years michael2402 Do not invalidate inactive data layers on selection change in active layer.
(edit) @12148   7 years bastiK see #14794 - javadoc
(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
Note: See TracRevisionLog for help on using the revision log.