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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @8602   9 years wiktorn Properly handle file based tile sources. * move …
(edit) @8582   9 years Don-vip checkstyle
(edit) @8574   9 years bastiK applied #11655 - memory optimization (patch by shinigami, modified)
(edit) @8570   9 years Don-vip checkstyle
(edit) @8568   9 years wiktorn Basic WMTS support. * added information about units and to_meter to …
(edit) @8567   9 years Don-vip fix #11651 - whitechars stripping optimization (modified patch by …
(edit) @8565   9 years Don-vip fix #11650 - performance: avoid creation of Date objects when it is …
(edit) @8564   9 years Don-vip fix #11649 - DateUtils optimization (modified patch by shinigami)
(edit) @8540   9 years Don-vip fix remaining checkstyle issues
(edit) @8518   9 years Don-vip checkstyle: fix broken parsing of shortcuts
(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) @8487   10 years Don-vip Hide implicit public constructor for utility classes
(edit) @8482   10 years simon04 Correctly parse tab-separated tags … by using non-greedy regular …
(edit) @8470   10 years Don-vip javadoc fixes. Removed one duplicated method in exception handling
(edit) @8468   10 years Don-vip fix some minor sonar/code style issues: - Avoid Protected Field In …
(edit) @8461   10 years Don-vip global use of String.isEmpty()
(edit) @8459   10 years Don-vip javadoc / Unit test fixes
(edit) @8449   10 years Don-vip remove extra whitespaces
(edit) @8443   10 years Don-vip remove extra whitespaces
(edit) @8440   10 years Don-vip fix javadoc warnings
(edit) @8435   10 years Don-vip fix #11498 - Warn about obvious misspelled tag values (modified patch …
(edit) @8429   10 years Don-vip fix #11485 - robustness to JDK-6322854 when dealing with system selection
(edit) @8419   10 years Don-vip Sonar: various code style cleanup: - fix copyright - classes that …
(edit) @8416   10 years Don-vip fix #11447 - revert or r8384 for StyleCache and GeoPropertyIndex
(edit) @8414   10 years stoecker i18n update, add Belarusian
(edit) @8413   10 years Don-vip code style - A close curly brace should be located at the beginning of …
(edit) @8412   10 years Don-vip ExecutorService field doesn't ever get shutdown
(edit) @8404   10 years Don-vip When doing a String.toLowerCase()/toUpperCase() call, use a …
(edit) @8395   10 years Don-vip convention - An open curly brace should be located at the end of a line
(edit) @8394   10 years Don-vip - global use of String.isEmpty() - Correctness - Method throws …
(edit) @8393   10 years Don-vip see #11447 - partial revert of r8384
(edit) @8390   10 years Don-vip Sonar - various performance improvements
(edit) @8387   10 years Don-vip fix some Findbugs warnings
(edit) @8385   10 years Don-vip fix regressions of r8384
(edit) @8384   10 years Don-vip squid:S1244 - Floating point numbers should not be tested for equality
(edit) @8380   10 years Don-vip code style - A getX() method which returns a boolean should be named isX()
(edit) @8379   10 years Don-vip Consecutively calls to StringBuffer/StringBuilder .append should reuse …
(edit) @8378   10 years Don-vip fix copyright/license headers globally
(edit) @8377   10 years Don-vip performance - remove useless boxing of boolean constants
(edit) @8376   10 years Don-vip code style - remove useless calls to toString()
(edit) @8375   10 years Don-vip code style - Method stores return result in local before immediately …
(edit) @8374   10 years Don-vip code style - Unnecessary Final Modifier
(edit) @8373   10 years Don-vip code style - Method makes literal string comparisons passing the …
(edit) @8372   10 years Don-vip code cleanup
(edit) @8365   10 years Don-vip fix Findbugs performance issues
(edit) @8364   10 years Don-vip fix Findbugs violation - ICAST: Integral division result cast to double
(edit) @8352   10 years stoecker add Vietnamese language
(edit) @8347   10 years Don-vip simplify/instrument SAX code
(edit) @8346   10 years Don-vip squid:S00116 - Field names should comply with a naming convention
(edit) @8345   10 years Don-vip code style - Useless parentheses around expressions should be removed …
(edit) @8342   10 years Don-vip code style - Close curly brace and the next "else", "catch" and …
(edit) @8338   10 years Don-vip fix squid:S1319 - Declarations should use Java collection interfaces …
(edit) @8332   10 years Don-vip fix various issues: - performance - inefficient use of keySet iterator …
(edit) @8324   10 years Don-vip squid:S1133 - remove deprecated code
(edit) @8323   10 years stoecker see #10684 - remove remaining overlay() calls
(edit) @8322   10 years simon04 fix #11380 - JOSM notes layer thinks that all notes were created on …
(edit) @8308   10 years Don-vip fix potential NPEs and Sonar issues related to serialization
(edit) @8304   10 years Don-vip simplify URL encoding/decoding
(edit) @8303   10 years Balaitous fix #7421 - Circle created from way heads always clockwise * If 3 …
(edit) @8292   10 years stoecker fix #11381 - default language setting failed
(edit) @8291   10 years Don-vip fix squid:RedundantThrowsDeclarationCheck + consistent Javadoc for …
(edit) @8290   10 years Don-vip code cleanup
(edit) @8287   10 years Don-vip fix findsecbugs:XXE_SAXPARSER - "Security - XML Parsing Vulnerable to …
(edit) @8286   10 years Don-vip fix sonar squid:S1444 - "public static" fields should always be constant
(edit) @8285   10 years Don-vip fix sonar squid:S2039 - Member variable visibility should be specified
(edit) @8284   10 years stoecker typo
(edit) @8283   10 years stoecker some i18n code cleanups
(edit) @8282   10 years stoecker fix handling of khmer a bit
(edit) @8244   10 years Don-vip see #11359 - ignore unsupported date/time exif tags
(edit) @8243   10 years Don-vip fix #11359 - update to metadata-extractor 2.8.1
(edit) @8241   10 years stoecker see #11148 - removed language display name workaround, but keep the …
(edit) @8233   10 years stoecker see #11148 - cleanup doc texts
(edit) @8232   10 years stoecker see #11148 - move language stuff to the correct place instead of …
(edit) @8228   10 years stoecker see #11148 - readd license
(edit) @8227   10 years stoecker fix #11148 - add Valencian language
(edit) @8207   10 years simon04 fix #11148 - Add Valencian language to josm (ca@valencia)
(edit) @8160   10 years stoecker add Lithuanian language - fix #11282
(edit) @8149   10 years stoecker fix #11257 - Remove apache.commons.codecs - patch by Florian Schaefer
(edit) @8148   10 years bastiK applied #11249 - Remove some unneccessary variable boxing (patch by …
(edit) @8132   10 years Don-vip fix #11162 - update to metadata-extractor 2.7.2
(edit) @8129   10 years Don-vip fix Sonar issue findbugs:OS_OPEN_STREAM - Bad practice - Method may …
(edit) @8127   10 years Don-vip fix Sonar issue squid:S2111 - "BigDecimal(double)" should not be used
(edit) @8126   10 years Don-vip fix Sonar issue squid:S2444 - Lazy initialization of "static" fields …
(edit) @8102   10 years stoecker fix #11155 - don't add subdir slash multiple times - why do the recent …
(edit) @8099   10 years Don-vip see #10989 - add support for more languages on recent version of …
(edit) @8097   10 years stoecker see #10684, see #10688 - fix image scaling for mappaint
(edit) @8096   10 years stoecker fix typo
(edit) @8095   10 years stoecker see #10684 - add proper overlay interface for ImageProvider()
(edit) @8091   10 years stoecker proper handling of language infor for maps name and description
(edit) @8073   10 years Don-vip fix some Sonar issues
(edit) @8061   10 years bastiK see #11096 - strip .png
(edit) @8018   10 years bastiK fix compile error from [8017]
(edit) @8015   10 years bastiK fixed #10989 - I18n display support for major Asian scripts (Tamil, …
(edit) @8014   10 years bastiK see #10989 - added 3 more scripts (Syriac, Thaana, Malayalam)
(edit) @8006   10 years bastiK see #10989 - I18n display support for major Asian scripts (Tamil, …
Note: See TracRevisionLog for help on using the revision log.