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) @8612   9 years Don-vip fix QA issues (javadoc, findbugs, checkstyle)
(edit) @8604   9 years wiktorn Better error reporting in JCS, checkstyle fixes
(edit) @8603   9 years wiktorn Properly size disk cache size. Cache size is provided in kB, …
(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) @8586   9 years wiktorn * (WMTS) Added Style support * (WMTS) Added MatrixHeight and …
(edit) @8584   9 years wiktorn - added axis definition to ESPG projections definition, where it's not …
(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) @8565   9 years Don-vip fix #11650 - performance: avoid creation of Date objects when it is …
(edit) @8557   9 years Don-vip checkstyle
(edit) @8554   9 years bastiK applied #11634 - Moved global SOM management out of …
(edit) @8543   9 years wiktorn Add appendix to supported layers message
(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
(edit) @8526   9 years wiktorn Introduce WMS layer based on TMS. (closes: #11255) HEADS UP: After …
(edit) @8513   9 years Don-vip checkstyle: blocks
(edit) @8512   9 years Don-vip checkstyle: redundant modifiers
(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) @8506   9 years Don-vip fix some Sonar issues
(edit) @8503   9 years simon04 see #11217 - Notes: copy note URL to clipboard when right clicking tooltip
(edit) @8474   9 years Don-vip fix #11177 - Notes: upload before deleting layer doesn't work
(edit) @8470   9 years Don-vip javadoc fixes. Removed one duplicated method in exception handling
(edit) @8469   9 years Don-vip Add some more package-info.java to enhance Javadoc. Refactor package …
(edit) @8464   9 years Don-vip Singular fields
(edit) @8461   9 years Don-vip global use of String.isEmpty()
(edit) @8449   9 years Don-vip remove extra whitespaces
(edit) @8444   9 years Don-vip remove extra whitespaces
(edit) @8426   9 years Don-vip Accessibility - global use of JLabel.setLabelFor() + various fixes …
(edit) @8424   9 years wiktorn Set URLConnection.setUseCaches(false) when forcing reload of tiles. …
(edit) @8419   9 years Don-vip Sonar: various code style cleanup: - fix copyright - classes that …
(edit) @8418   9 years wiktorn Add posibility to display HTTP headers in Show Tile Info dialog. …
(edit) @8413   9 years Don-vip code style - A close curly brace should be located at the beginning of …
(edit) @8405   9 years Don-vip remove duplicated class JpegFileFilter
(edit) @8404   9 years Don-vip When doing a String.toLowerCase()/toUpperCase() call, use a …
(edit) @8403   9 years wiktorn Rework the per host limit, so the queue will never reject the submited …
(edit) @8401   9 years Don-vip fix some minor Sonar issues
(edit) @8397   9 years wiktorn addresses #11437 - introduce infinite queue for tile loading and clear …
(edit) @8395   9 years Don-vip convention - An open curly brace should be located at the end of a line
(edit) @8394   9 years Don-vip - global use of String.isEmpty() - Correctness - Method throws …
(edit) @8393   9 years Don-vip see #11447 - partial revert of r8384
(edit) @8392   9 years Don-vip remove useless code (Method implemented with an exact copy of its …
(edit) @8390   9 years Don-vip Sonar - various performance improvements
(edit) @8384   9 years Don-vip squid:S1244 - Floating point numbers should not be tested for equality
(edit) @8379   9 years Don-vip Consecutively calls to StringBuffer/StringBuilder .append should reuse …
(edit) @8378   9 years Don-vip fix copyright/license headers globally
(edit) @8376   9 years Don-vip code style - remove useless calls to toString()
(edit) @8373   9 years Don-vip code style - Method makes literal string comparisons passing the …
(edit) @8354   9 years Don-vip fix #11432 - robustness against invalid GPX files
(edit) @8349   9 years stoecker see #11419 - support different tile sizes better (patch by wiktorn)
(edit) @8346   9 years Don-vip squid:S00116 - Field names should comply with a naming convention
(edit) @8345   9 years Don-vip code style - Useless parentheses around expressions should be removed …
(edit) @8344   9 years bastiK applied #10454 - Mapbox "empty" tile (imagery with zoom level > 17) …
(edit) @8342   9 years Don-vip code style - Close curly brace and the next "else", "catch" and …
(edit) @8338   9 years Don-vip fix squid:S1319 - Declarations should use Java collection interfaces …
(edit) @8332   9 years Don-vip fix various issues: - performance - inefficient use of keySet iterator …
(edit) @8323   9 years stoecker see #10684 - remove remaining overlay() calls
(edit) @8318   9 years Don-vip fix various Sonar issues: - squid:S1068: Unused private fields should …
(edit) @8308   9 years Don-vip fix potential NPEs and Sonar issues related to serialization
(edit) @8291   9 years Don-vip fix squid:RedundantThrowsDeclarationCheck + consistent Javadoc for …
(edit) @8288   9 years stoecker fix #11353 - imagery offset regression (patch by wiktorn)
(edit) @8285   9 years Don-vip fix sonar squid:S2039 - Member variable visibility should be specified
(edit) @8264   9 years simon04 hopefully fix #10864 - revert r8235, r8213 - Note layer: return to …
(edit) @8243   9 years Don-vip fix #11359 - update to metadata-extractor 2.8.1
(edit) @8235   9 years simon04 hopefully fix #10864 - Note drawing on Windows
(edit) @8224   9 years simon04 see #10980 - Note download: update already downloaded non-modified …
(edit) @8214   9 years simon04 Notes layer: make "Zoom to data/layer" work
(edit) @8213   9 years simon04 Base note drawing on JTextArea - fixes #10864 - overflow for long URLs
(edit) @8186   9 years bastiK see #11312 - imagerycache Plugin broken by recent changes in JOSM …
(edit) @8168   9 years bastiK see #11216 - Limit size of TMS cache (patch by wiktorn)
(edit) @8158   9 years Don-vip fix #11272 - export same additional GPX tags for trkpt than wpt
(edit) @8153   9 years stoecker fix #11263 - displacement in TMS layers - fix by asdqweasd
(edit) @8132   9 years Don-vip fix #11162 - update to metadata-extractor 2.7.2
(edit) @8126   9 years Don-vip fix Sonar issue squid:S2444 - Lazy initialization of "static" fields …
(edit) @8079   9 years Don-vip fix #11123 - IllegalArgumentException when resizing window with active …
(edit) @8069   9 years Don-vip fix #11074 - Cannot collapse geotagged images dialog
(edit) @8068   9 years Don-vip fix #11076 - robustness to unsupported WMS rectifier imagery types
(edit) @8061   9 years bastiK see #11096 - strip .png
(edit) @8056   9 years bastiK fixed #11096 - png -> svg
(edit) @8041   9 years bastiK applied #11059 - New method unflagNewGpsData(), modified infoText …
(edit) @7999   9 years Don-vip fix #11061 - Remote API imagery cookies parameter is not handled …
(edit) @7983   9 years Don-vip fix #10987 - EDT violation during GeoImageLayer merge
(edit) @7956   9 years bastiK fixed #10962 - Photo orientation should not be ignored for thumbnails
(edit) @7954   9 years stoecker see #10854 - fix typos
(edit) @7937   9 years bastiK add subversion property svn:eol=native
(edit) @7935   9 years bastiK applied #10920, applied #10854 - Move 'Toggle image thumbnail preview' …
(edit) @7912   9 years bastiK applied #10894 - Show photo direction arrow for thumbnail (patch by …
(edit) @7911   9 years bastiK see #9813 - activate new TMS cache
(edit) @7892   9 years Don-vip fix #10628 - display first image when adding first new geoimage layer, …
(edit) @7886   9 years Don-vip update to latest jmapviewer code cleanup
(edit) @7882   9 years Don-vip fix #10606 - add ID of notes (patch by ToeBee)
(edit) @7864   9 years Don-vip global cleanup of IllegalArgumentExceptions thrown by JOSM
(edit) @7852   9 years Don-vip see #10858 - rename NoteDialog to NotesDialog
(edit) @7823   9 years bastiK see #5309 - too many files in tile cache (see [o30854]) Set Einstein …
(edit) @7820   9 years bastiK fixed #10857 - notes popup can not be opened or closed via the mapview …
(edit) @7817   9 years bastiK fixed #10861 - Zoom to layer when opening new file (see #10860)
Note: See TracRevisionLog for help on using the revision log.