source: josm/trunk/src/org/openstreetmap/josm/actions/AddImageryLayerAction.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @13252   6 years Don-vip see #15654 - fix icon flickering (regression from r13250)
(edit) @13250   6 years Don-vip fix #15654 - repair asynchronous fetching of icons (regression from …
(edit) @13206   6 years Don-vip enable PMD rule OptimizableToArrayCall
(edit) @12636   7 years Don-vip see #15182 - deprecate Main.getLayerManager(). Replacement: …
(edit) @12620   7 years Don-vip see #15182 - deprecate all Main logging methods and introduce …
(edit) @12469   7 years Don-vip fix #15012 - Support WMS endpoint in Imagery -> Rectified Image
(edit) @12279   7 years Don-vip sonar - squid:S3878 - Arrays should not be created for varargs parameters
(edit) @11657   7 years Don-vip fix #14451 - Local imagery toolbar buttons disappear on restart
(edit) @11654   7 years Don-vip fix #14450 - Cannot add local imagery to toolbar
(edit) @11635   7 years Don-vip see #12313 - fix unit tests properly
(edit) @11626   7 years Don-vip see #12313 - fix NPE, checkstyle violations and two failing unit tests
(edit) @11625   7 years stoecker fix #12313 - make eli-best and other texts available as tooltip in …
(edit) @11343   7 years Don-vip findbugs - disable SE_TRANSIENT_FIELD_NOT_RESTORED, fix some …
(edit) @11257   7 years wiktorn Make DefaultLayer a type that can have layerName and tileMatrixSet As …
(edit) @11219   7 years wiktorn Use all information from wms_endpoint definition. After the user …
(edit) @11217   7 years wiktorn Javadoc + checkstyle
(edit) @11216   7 years wiktorn Move WMTS layer selection out of WMTSLayer constructor and …
(edit) @11181   7 years simon04 see #13828 - Fix unit test
(edit) @11174   7 years wiktorn Remove mysterious code. There is no reason to disallow adding …
(edit) @11017   8 years Don-vip sonar - pmd:OptimizableToArrayCall - Optimizable To Array Call
(edit) @10714   8 years simon04 see #11390 - Use CompletableFuture for async image loading
(edit) @10634   8 years Don-vip sonar - pmd:UselessQualifiedThis - Useless qualified this usage in the …
(edit) @10601   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
(edit) @10463   8 years Don-vip sonar - squid:S1166 - Exception handlers should preserve the original …
(edit) @10373   8 years Don-vip fix #12949 - Use test rule instead of JOSMFixture to speed up tests …
(edit) @10369   8 years stoecker see #9995 - patch by strump - improve HIDPI
(edit) @10318   8 years Don-vip fix #12906 - Change Actions to use LayerManager (patch by michael2402)
(edit) @10212   8 years Don-vip sonar - squid:S2221 - "Exception" should not be caught when not …
(edit) @9918   8 years Don-vip fix/add unit tests
(edit) @9134   8 years wiktorn Introduce imagery-source warnings about alignment and reprojections. …
(edit) @8853   9 years Don-vip see #2519 - remove unused code
(edit) @8846   9 years Don-vip sonar - fb-contrib - minor performance improvements: * Method passes …
(edit) @8763   9 years wiktorn Fix layer naming for wms_endpoint layers and caching issues stemming …
(edit) @8582   9 years Don-vip checkstyle
(edit) @8576   9 years wiktorn wms_endpoint now forwards information about available projection to …
(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) @8469   9 years Don-vip Add some more package-info.java to enhance Javadoc. Refactor package …
(edit) @8345   9 years Don-vip code style - Useless parentheses around expressions should be removed …
(edit) @8342   9 years Don-vip code style - Close curly brace and the next "else", "catch" and …
(edit) @8308   9 years Don-vip fix potential NPEs and Sonar issues related to serialization
(edit) @7693   9 years stoecker see #10684 - no double loading of images, cleanup action icons - menu …
(edit) @7692   9 years stoecker dead code
(edit) @7691   9 years stoecker see #10684 - large icons also for imagery
(edit) @7665   9 years stoecker fix #9881 - proper help links
(edit) @7509   10 years stoecker remove tabs
(edit) @7017   10 years Don-vip see #8465 - fix easy compilation warnings
(edit) @6930   10 years simon04 Add WMS: filter unsupported image formats, preselect jpeg or png
(edit) @6707   10 years Don-vip fix #9028, see #6797 - load imagery layer icons in background
(edit) @6248   11 years Don-vip Rework console output: - new log level "error" - Replace nearly all …
(edit) @6069   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
(edit) @6000   11 years simon04 Add combobox for image format to dialog when creating WMS layer
(edit) @5617   11 years simon04 see #8254 - new imagery entry wms_endpoint: Store WMS endpoint only, …
(edit) @5466   12 years Don-vip see #2519, see #7981 - revert r5458 to allow again several instances …
(edit) @5460   12 years Don-vip global use of Main.isDisplayingMapView()
(edit) @5458   12 years Don-vip fix #2519 - do not allow multiple identical imagery layers
(edit) @5091   12 years akks Warning against misaligned imagery for new users - see #7450. Added …
(edit) @4721   12 years bastiK use builder pattern for ImageProvider (see #7192)
(edit) @4715   12 years simon04 see #7182 - Individual Icons for Imagery Background (make loading more …
(edit) @4713   12 years simon04 see #7182 - Individual Icons for Imagery Background
(edit) @4531   12 years Don-vip fix #6982 - broken TMS url leads to exceptions
(edit) @4172   13 years stoecker remove unused icons, make connection timouts configurable and increase …
(edit) @4032   13 years stoecker allow to define icon and name for search and background layer actions …
(edit) @3878   13 years Upliner Add support for ScanEx IRS tilesource (patch by glebius)
(edit) @3835   13 years stoecker fix #5885
(edit) @3826   13 years framm Add a "blacklisted" property to imagery layers; set this property from …
(edit) @3733   13 years Upliner Offset bookmarks: don't create submenus when only 1 choice is …
(edit) @3720   13 years bastiK added missing svn:eol-style
(edit) @3719   13 years bastiK added missing license information
(add) @3715   13 years Upliner Added imagery plugin to josm core. Imagery plugin is union of …
Note: See TracRevisionLog for help on using the revision log.