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) @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
(edit) @11434   7 years Don-vip fix #14181 - GeoImageLayer: Improvements of display of selected photo …
(edit) @11431   7 years Don-vip fix #13124 - Enhanced GPS data rendering: add new heatmap mode (patch …
(edit) @11425   7 years Don-vip fix #14179 - remove duplicated code
(edit) @11397   7 years Don-vip sonar - squid:S2259 - Null pointers should not be dereferenced
(edit) @11386   7 years Don-vip sonar - squid:S1066 - Collapsible "if" statements should be merged
(edit) @11383   7 years Don-vip findbugs - BC_UNCONFIRMED_CAST
(edit) @11381   7 years Don-vip findbugs - RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE
(edit) @11366   7 years Don-vip findbugs - SIC_INNER_SHOULD_BE_STATIC_ANON
(edit) @11365   7 years Don-vip fix #14090 - use DefaultListSelectionModel adjusting selection mode to …
(edit) @11334   7 years simon04 see #13717 - ConvertToDataLayerAction: use GpxConstants
(edit) @11333   7 years simon04 fix #14056 - Add src to GPX to OSM data layer conversion (patch by …
(edit) @11297   7 years simon04 see #13960 - Enhance exception message
(edit) @11288   7 years simon04 see #13376 - Use TimeUnit instead of combinations of 1000/60/60/24
(edit) @11277   7 years Don-vip sonar - fix recently added warnings
(edit) @11261   7 years simon04 fix #13985 - Freezes when creating a layer named "Data Layer "
(edit) @11199   7 years Don-vip extract some classes from AbstractTileSourceLayer
(edit) @11197   7 years Don-vip fix #13880 - AbstractTileSourceLayer: Allow additional layer context …
(edit) @11188   7 years wiktorn Allow working on readonly JOSM Home Return null …
(edit) @11177   8 years simon04 Refactor OsmPrimitiveComparator Replace one big comparator with …
(edit) @11168   8 years simon04 fix #13828 - Fix IAE when adding WMS layer with invalid URL The fix …
(edit) @11167   8 years simon04 AbstractTileSourceLayer#getTileSource: drop method parameter, use …
(edit) @11165   8 years simon04 see #13318 - more concise logging output
(edit) @11161   8 years stoecker properly handling of HDOP - not restricting it to the range of 0 to 1
(edit) @11125   8 years wiktorn Activate "Flush tile cache" menu item on file:/// TileSources Closes: …
(edit) @11097   8 years Don-vip sonar - squid:S1612 - Lambdas should be replaced with method references
(edit) @11089   8 years simon04 fix #13717 - Enhance and allow customization of tag mapping when …
(edit) @11037   8 years simon04 fix #13668 - Simplify ImageEntry#extractExif
(edit) @11035   8 years simon04 see #13376 - Replace Calendar usages with Java 8 Date API
(edit) @11033   8 years simon04 fix #13663 - Two data layers with the same name Counting starts from …
(edit) @11022   8 years michael2402 Comment about LayerManager synchronization.
(edit) @11017   8 years Don-vip sonar - pmd:OptimizableToArrayCall - Optimizable To Array Call
(edit) @11015   8 years Don-vip sonar - pmd:ImmutableField - Immutable Field
(edit) @11013   8 years Don-vip checkstyle / sonar
(edit) @11011   8 years michael2402 Change LayerManager#getLayers() to not require a lock any more. Fixes …
(edit) @11008   8 years Don-vip fix #13646 - NPE + unit test
(edit) @10999   8 years michael2402 Force resetState() to run in the EDT thread to prevent deadlocks. …
(edit) @10998   8 years michael2402 Make layer remove event fire after the layer has been removed. This …
(edit) @10997   8 years michael2402 Make layer read access synchronized.
(edit) @10990   8 years wiktorn Small refactor of WMS TileSource * Introduce AbstractWMSTileSource, …
(edit) @10985   8 years Don-vip code cleanup/simplification
(edit) @10977   8 years Don-vip add/update unit tests, fix indentation
(edit) @10972   8 years Don-vip remove deprecated stuff - gsoc-core
(edit) @10971   8 years Don-vip sonar - squid:S138 - Methods should not have too many lines
(edit) @10969   8 years Don-vip sonar - squid:ClassVariableVisibilityCheck - Class variable fields …
(edit) @10965   8 years Don-vip sonar - squid:S1226 - Method parameters, caught exceptions and foreach …
Note: See TracRevisionLog for help on using the revision log.