source: josm/trunk/src/org/openstreetmap/josm/data

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @8606   9 years wiktorn Properly report exceptions from tile download
(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) @8598   9 years wiktorn TileSource: * added method - getTileId that returns unique identifier …
(edit) @8595   9 years Don-vip fix #11681 - NPE in tagging presets initialization
(edit) @8594   9 years Klumbumbus see #11600 see #11393 - fix r8591
(edit) @8591   9 years Klumbumbus fix #11600 see #11393 - (re)add default direction arrows for …
(edit) @8588   9 years Don-vip fix #11657 - User.createOsmUser() memory optimization
(edit) @8586   9 years wiktorn * (WMTS) Added Style support * (WMTS) Added MatrixHeight and …
(edit) @8585   9 years wiktorn Checkstyle fixes
(edit) @8584   9 years wiktorn - added axis definition to ESPG projections definition, where it's not …
(edit) @8582   9 years Don-vip checkstyle
(edit) @8580   9 years Klumbumbus see #11600 see #11393 - try to fix r8579
(edit) @8579   9 years Klumbumbus fix #11600 see #11393 - don't assume oneway=yes without oneway on …
(edit) @8577   9 years Klumbumbus fix #11669 - don't warn about unclosed natural=valley
(edit) @8574   9 years bastiK applied #11655 - memory optimization (patch by shinigami, modified)
(edit) @8571   9 years Don-vip findbugs
(edit) @8570   9 years Don-vip checkstyle
(edit) @8569   9 years wiktorn Add tests for Wallonie and Wien, fixed Style substitution
(edit) @8568   9 years wiktorn Basic WMTS support. * added information about units and to_meter to …
(edit) @8566   9 years Don-vip fix #11653 - AbstractPrimitive.getKeys optimization (patch by shinigami)
(edit) @8565   9 years Don-vip fix #11650 - performance: avoid creation of Date objects when it is …
(edit) @8558   9 years Don-vip update javadoc
(edit) @8557   9 years Don-vip checkstyle
(edit) @8554   9 years bastiK applied #11634 - Moved global SOM management out of …
(edit) @8549   9 years bastiK applied #11628 - Added documentation to EastNorth, changed x - y = …
(edit) @8541   9 years wiktorn Cast JsonValue to JsonString and use getString instead of toString on …
(edit) @8540   9 years Don-vip fix remaining checkstyle issues
(edit) @8533   9 years Don-vip findbugs
(edit) @8530   9 years Don-vip see #11255 - checkstyle/findbugs
(edit) @8528   9 years Don-vip see #11255 - remove references to imagery/types folder deleted since …
(edit) @8526   9 years wiktorn Introduce WMS layer based on TMS. (closes: #11255) HEADS UP: After …
(edit) @8514   9 years Don-vip checkstyle: various checks
(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) @8496   9 years simon04 fix #11505 - Download objects: load a range of OSM objects (modified …
(edit) @8490   9 years Don-vip fix #11567 - Exception when running validator
(edit) @8488   9 years wiktorn Properly handle situation, when tile server returns something else …
(edit) @8487   9 years Don-vip Hide implicit public constructor for utility classes
(edit) @8485   9 years wiktorn Addresses: #11548 - do not assume, that we work with HTTP based …
(edit) @8474   9 years Don-vip fix #11177 - Notes: upload before deleting layer doesn't work
(edit) @8473   9 years Don-vip fix #11533 - proper use of Storage class in NoteData
(edit) @8471   9 years Don-vip offer to automatically download missing required plugins and restart. …
(edit) @8470   9 years Don-vip javadoc fixes. Removed one duplicated method in exception handling
(edit) @8465   9 years Don-vip minor code style issues
(edit) @8462   9 years wiktorn Prevent NPE in case, when some exception is thrown before attributes …
(edit) @8461   9 years Don-vip global use of String.isEmpty()
(edit) @8460   9 years Don-vip simplify usage of Way.firstNode()
(edit) @8459   9 years Don-vip javadoc / Unit test fixes
(edit) @8456   9 years Don-vip see #11508 - override hashCode() and equals() in other commands as well
(edit) @8455   9 years Don-vip fix #11484 - group "missing name" and "long segments" validation results
(edit) @8454   9 years Don-vip fix #11493 - Wrong warning in validation of roundabouts (regression, …
(edit) @8452   9 years Don-vip fix #11503 - support oneway:bicycle in turn restriction test
(edit) @8451   9 years Don-vip fix #11512 - Add most commonly used ellipsoids (patch by BathoryPeter)
(edit) @8449   9 years Don-vip remove extra whitespaces
(edit) @8448   9 years Don-vip fix #11513 - {1.key} not working in fixChangeKey
(edit) @8444   9 years Don-vip remove extra whitespaces
(edit) @8443   9 years Don-vip remove extra whitespaces
(edit) @8440   9 years Don-vip fix javadoc warnings
(edit) @8438   9 years Don-vip fix #11498 - Warn about obvious misspelled tag values (modified patch …
(edit) @8435   9 years Don-vip fix #11498 - Warn about obvious misspelled tag values (modified patch …
(edit) @8433   9 years wiktorn Clean up handling of various error situations. Closes #11494
(edit) @8425   9 years wiktorn Limit the tile expiration date between 1 hour to 1 month. Fix Sonar …
(edit) @8424   9 years wiktorn Set URLConnection.setUseCaches(false) when forcing reload of tiles. …
(edit) @8421   9 years stoecker typo
(edit) @8420   9 years wiktorn Java docs for @8418, addresses #11456
(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) @8415   9 years Don-vip code style/cleanup - Uncommented Empty Constructor
(edit) @8413   9 years Don-vip code style - A close curly brace should be located at the beginning of …
(edit) @8406   9 years Don-vip Style - Method returns modified parameter
(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) @8390   9 years Don-vip Sonar - various performance improvements
(edit) @8389   9 years wiktorn addresses #11437 - properly pass information about errors during load …
(edit) @8384   9 years Don-vip squid:S1244 - Floating point numbers should not be tested for equality
(edit) @8382   9 years Don-vip fix copyright/license headers globally (missed a few files)
(edit) @8380   9 years Don-vip code style - A getX() method which returns a boolean should be named isX()
(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) @8377   9 years Don-vip performance - remove useless boxing of boolean constants
(edit) @8376   9 years Don-vip code style - remove useless calls to toString()
(edit) @8375   9 years Don-vip code style - Method stores return result in local before immediately …
(edit) @8374   9 years Don-vip code style - Unnecessary Final Modifier
(edit) @8373   9 years Don-vip code style - Method makes literal string comparisons passing the …
(edit) @8370   9 years Don-vip fix #11393 - treat oneway=reversible on highway=motorway_link
(edit) @8369   9 years Don-vip fix #11396 - exclude man_made from overlapping way test
(edit) @8365   9 years Don-vip fix Findbugs performance issues
(edit) @8364   9 years Don-vip fix Findbugs violation - ICAST: Integral division result cast to double
(edit) @8362   9 years Don-vip fix #11415 - Wrong warnings about unclosed ways
(edit) @8357   9 years Don-vip fix some Findbugs violations
(edit) @8349   9 years stoecker see #11419 - support different tile sizes better (patch by wiktorn)
Note: See TracRevisionLog for help on using the revision log.