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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @10748   8 years Don-vip sonar - squid:S00100 - Method names should comply with a naming convention
(edit) @10742   8 years Don-vip sonar - squid:CallToDeprecatedMethod - remove calls to deprecated methods
(edit) @10673   8 years Don-vip fix #13241 - Fix min->max typo in AbstractTileSourceLayer (patch by …
(edit) @10651   8 years Don-vip fix #13210 - Start extracting coordinate conversion out of tile source …
(edit) @10634   8 years Don-vip sonar - pmd:UselessQualifiedThis - Useless qualified this usage in the …
(edit) @10626   8 years Don-vip simplify handling of ignored/traced exceptions
(edit) @10619   8 years Don-vip see #11390 - Java 8: use List.sort(Comparator) instead of …
(edit) @10611   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
(edit) @10596   8 years Don-vip see #11390, see #13120, see #13190 - sonar - squid:S1612 - Lambdas …
(edit) @10588   8 years Don-vip see #11390, fix #13120 - Use a new memory manager for imagery layers …
(edit) @10576   8 years Don-vip fix #13174 - Use invalidate instead of redraw to repaint the layer …
(edit) @10571   8 years Don-vip fix #13172 - Move ImageryLayer.d[xy] to the settings (patch by …
(edit) @10568   8 years Don-vip fix #13169 - Extract imagery layer settings to new class (patch by …
(edit) @10547   8 years Don-vip fix #13159 - Move image processors out of imagery layer (patch by …
(edit) @10545   8 years wiktorn Use stale cache tiles if IOException occurs * small pretty print …
(edit) @10534   8 years wiktorn Do not use 180 meridian hack when drawing tiles from different zoom * …
(edit) @10488   8 years wiktorn Improve message. Closes: #13031
(edit) @10480   8 years stoecker fix #13038 - patch by Michael Zangl - gsoc-core - fix exception
(edit) @10470   8 years Don-vip see #13043 - fix typo
(edit) @10458   8 years Don-vip fix #13029 - Replace hookUpMapView by attachToMapView (patch by …
(edit) @10423   8 years wiktorn fix NPE when tileCache is null Closes: #12995
(edit) @10391   8 years wiktorn Fixes for LayerManager. * LayerManager: invoke hookupMapView at the …
(edit) @10378   8 years Don-vip Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
(edit) @10345   8 years Don-vip fix #12937 - Use the new LayerChangeListener (patch by michael2402) - …
(edit) @10300   8 years Don-vip sonar - Performance - Method passes constant String of length 1 to …
(edit) @10179   8 years Don-vip sonar - squid:AssignmentInSubExpressionCheck - Assignments should not …
(edit) @10168   8 years wiktorn Process and render the tiles that are not loaded, so placeholder …
(edit) @10167   8 years wiktorn Fix for large imagery offsets. See: #12681 Closes: #12810
(edit) @10155   8 years wiktorn Temporary fix for #12681. Check, from which side we are approaching …
(edit) @10142   8 years Don-vip fix #12752 - Add more image filters (patch by michael2402, modified)
(edit) @10001   8 years Don-vip sonar - Local variable and method parameter names should comply with a …
(edit) @9971   8 years Don-vip sonar - use diamond operator when possible (some cases cause …
(edit) @9920   8 years wiktorn Move getting defaults to initialization so subclasses can override the …
(edit) @9865   8 years wiktorn checkstyle fixes
(edit) @9860   8 years wiktorn Tile Source class as a Generic Type to AbstractTileSourceLayer …
(edit) @9826   8 years wiktorn Properly support multi-display environments when estimating tile cache …
(edit) @9819   8 years wiktorn Add debug messages with estimates of cache size. See: #12050
(edit) @9731   8 years wiktorn Do not force reload tiles from network when attribution is loaded, …
(edit) @9719   8 years Don-vip DownloadWmsAlongTrackAction: add new unit test, error logs, fix …
(edit) @9576   8 years Don-vip code refactoring for unit tests / headless mode
(edit) @9478   8 years Don-vip see #12363 - javadoc/checkstyle
(edit) @9464   8 years bastiK applied #12363 - layer context menus were different at two locations …
(edit) @9437   8 years Don-vip fix headless mode problem for imagery layer unit tests
(edit) @9430   8 years Don-vip add basic unit tests for tile source layers
(edit) @9180   8 years Don-vip fix various warnings (checkstyle, sonar, javadoc)
(edit) @9176   8 years bastiK restore old reference point for wms tiling (see #12186) use negative …
(edit) @9078   8 years Don-vip sonar - Immutable Field
(edit) @9059   8 years Don-vip checkstyle
(edit) @9004   8 years wiktorn Fix high CPU usage when showing small tiles. - …
(edit) @8864   9 years Don-vip checkstyle
(edit) @8862   9 years wiktorn Revert move of tileSource initialization to constructor. Fixes …
(edit) @8861   9 years wiktorn Remove MEMORY_SIZE based settings and fix high cpu usage when showing …
(edit) @8860   9 years wiktorn Make MemoryTileCache instiated per-layer instead static. Static …
(edit) @8855   9 years Don-vip sonar - Unused private method should be removed sonar - Unused …
(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) @8764   9 years Don-vip fix Checkstyle issues
(edit) @8751   9 years wiktorn Introduce zoom offseting. See: #11856 * MemoryTileCache size based on …
(edit) @8729   9 years simon04 fix #10417 - Selectable Gamma value for background imagery
(edit) @8723   9 years simon04 see #11713 - use new interface ImageProcessor where applicable
(edit) @8715   9 years wiktorn As tileCache is again MemoryTileCache, so now - unconditionally clear …
(edit) @8714   9 years wiktorn Do not block in EDT thread, when waiting for attribution download. …
(edit) @8673   9 years wiktorn Bing fixes. * Pass and handle error on url creation (attribution not …
(edit) @8659   9 years wiktorn More performance improvements * Use one MemoryTileCache instance per …
(edit) @8648   9 years wiktorn Pass headers to OsmTileLoader when using it as a fallback tile loader.
(edit) @8647   9 years wiktorn Performance improvements. * getTileUrl now uses generic, staticly …
(edit) @8644   9 years Don-vip fix checkstyle issues
(edit) @8643   9 years wiktorn Fix behaviour when exception is thrown during download. * fix endless …
(edit) @8636   9 years wiktorn Small TMS fixes. * fix handling of minimum and maximum expiration …
(edit) @8625   9 years bastiK applied #11713 - JOSM raster layers filters plugin development (patch …
(edit) @8620   9 years wiktorn autozoom checkbox display fix in right-menu click * proper display of …
(edit) @8612   9 years Don-vip fix QA issues (javadoc, findbugs, checkstyle)
(edit) @8604   9 years wiktorn Better error reporting in JCS, checkstyle fixes
(edit) @8602   9 years wiktorn Properly handle file based tile sources. * move …
(edit) @8601   9 years wiktorn Fix for tiles not loading after layer is added, when not moving the mouse
(edit) @8598   9 years wiktorn TileSource: * added method - getTileId that returns unique identifier …
(edit) @8571   9 years Don-vip findbugs
(edit) @8570   9 years Don-vip checkstyle
(edit) @8568   9 years wiktorn Basic WMTS support. * added information about units and to_meter to …
(edit) @8542   9 years wiktorn Add warnings about supported projections for WMS layers
(edit) @8540   9 years Don-vip fix remaining checkstyle issues
(edit) @8530   9 years Don-vip see #11255 - checkstyle/findbugs
(copy) @8526   9 years wiktorn Introduce WMS layer based on TMS. (closes: #11255) HEADS UP: After …
copied from trunk/src/org/openstreetmap/josm/gui/layer/TMSLayer.java
(edit) @8513   9 years Don-vip checkstyle: blocks
Note: See TracRevisionLog for help on using the revision log.