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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @8443   9 years Don-vip remove extra whitespaces
(edit) @8440   9 years Don-vip fix javadoc warnings
(edit) @8435   9 years Don-vip fix #11498 - Warn about obvious misspelled tag values (modified patch …
(edit) @8429   9 years Don-vip fix #11485 - robustness to JDK-6322854 when dealing with system selection
(edit) @8419   9 years Don-vip Sonar: various code style cleanup: - fix copyright - classes that …
(edit) @8416   9 years Don-vip fix #11447 - revert or r8384 for StyleCache and GeoPropertyIndex
(edit) @8414   9 years stoecker i18n update, add Belarusian
(edit) @8413   9 years Don-vip code style - A close curly brace should be located at the beginning of …
(edit) @8412   9 years Don-vip ExecutorService field doesn't ever get shutdown
(edit) @8404   9 years Don-vip When doing a String.toLowerCase()/toUpperCase() call, use a …
(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) @8387   9 years Don-vip fix some Findbugs warnings
(edit) @8385   9 years Don-vip fix regressions of r8384
(edit) @8384   9 years Don-vip squid:S1244 - Floating point numbers should not be tested for equality
(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) @8372   9 years Don-vip code cleanup
(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) @8352   9 years stoecker add Vietnamese language
(edit) @8347   9 years Don-vip simplify/instrument SAX code
(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) @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) @8324   9 years Don-vip squid:S1133 - remove deprecated code
(edit) @8323   9 years stoecker see #10684 - remove remaining overlay() calls
(edit) @8322   9 years simon04 fix #11380 - JOSM notes layer thinks that all notes were created on …
(edit) @8308   9 years Don-vip fix potential NPEs and Sonar issues related to serialization
(edit) @8304   9 years Don-vip simplify URL encoding/decoding
(edit) @8303   9 years Balaitous fix #7421 - Circle created from way heads always clockwise * If 3 …
(edit) @8292   9 years stoecker fix #11381 - default language setting failed
(edit) @8291   9 years Don-vip fix squid:RedundantThrowsDeclarationCheck + consistent Javadoc for …
(edit) @8290   9 years Don-vip code cleanup
(edit) @8287   9 years Don-vip fix findsecbugs:XXE_SAXPARSER - "Security - XML Parsing Vulnerable to …
(edit) @8286   9 years Don-vip fix sonar squid:S1444 - "public static" fields should always be constant
(edit) @8285   9 years Don-vip fix sonar squid:S2039 - Member variable visibility should be specified
(edit) @8284   9 years stoecker typo
(edit) @8283   9 years stoecker some i18n code cleanups
(edit) @8282   9 years stoecker fix handling of khmer a bit
(edit) @8244   9 years Don-vip see #11359 - ignore unsupported date/time exif tags
(edit) @8243   9 years Don-vip fix #11359 - update to metadata-extractor 2.8.1
(edit) @8241   9 years stoecker see #11148 - removed language display name workaround, but keep the …
(edit) @8233   9 years stoecker see #11148 - cleanup doc texts
(edit) @8232   9 years stoecker see #11148 - move language stuff to the correct place instead of …
(edit) @8228   9 years stoecker see #11148 - readd license
(edit) @8227   9 years stoecker fix #11148 - add Valencian language
(edit) @8207   9 years simon04 fix #11148 - Add Valencian language to josm (ca@valencia)
(edit) @8160   9 years stoecker add Lithuanian language - fix #11282
(edit) @8149   9 years stoecker fix #11257 - Remove apache.commons.codecs - patch by Florian Schaefer
(edit) @8148   9 years bastiK applied #11249 - Remove some unneccessary variable boxing (patch by …
(edit) @8132   9 years Don-vip fix #11162 - update to metadata-extractor 2.7.2
(edit) @8129   9 years Don-vip fix Sonar issue findbugs:OS_OPEN_STREAM - Bad practice - Method may …
(edit) @8127   9 years Don-vip fix Sonar issue squid:S2111 - "BigDecimal(double)" should not be used
(edit) @8126   9 years Don-vip fix Sonar issue squid:S2444 - Lazy initialization of "static" fields …
(edit) @8102   9 years stoecker fix #11155 - don't add subdir slash multiple times - why do the recent …
(edit) @8099   9 years Don-vip see #10989 - add support for more languages on recent version of …
(edit) @8097   9 years stoecker see #10684, see #10688 - fix image scaling for mappaint
(edit) @8096   9 years stoecker fix typo
(edit) @8095   9 years stoecker see #10684 - add proper overlay interface for ImageProvider()
(edit) @8091   9 years stoecker proper handling of language infor for maps name and description
(edit) @8073   9 years Don-vip fix some Sonar issues
(edit) @8061   9 years bastiK see #11096 - strip .png
(edit) @8018   9 years bastiK fix compile error from [8017]
(edit) @8015   9 years bastiK fixed #10989 - I18n display support for major Asian scripts (Tamil, …
(edit) @8014   9 years bastiK see #10989 - added 3 more scripts (Syriac, Thaana, Malayalam)
(edit) @8006   9 years bastiK see #10989 - I18n display support for major Asian scripts (Tamil, …
(edit) @7956   9 years bastiK fixed #10962 - Photo orientation should not be ignored for thumbnails
(edit) @7937   9 years bastiK add subversion property svn:eol=native
(edit) @7901   9 years Don-vip fix #10892 - update multipolygon preset + javadoc update
(edit) @7898   9 years Don-vip enable Asturian (ast) language
(edit) @7897   9 years stoecker see #8645 - also enable new language on older systems
(edit) @7894   9 years Don-vip Enable CLDR and add support for Khmer language (km) for Java 8 users
(edit) @7893   9 years Don-vip code cleanup, fix various warnings, improve javadoc
(edit) @7889   9 years Don-vip fix #10801 - presets reading: checkgroup in chunk leads to checks …
(edit) @7869   9 years Don-vip see #10448 - code cleanup, better error message
(edit) @7867   9 years Don-vip see #10448 - Upgrade Bzip2 library to latest version of Apache Commons …
(edit) @7864   9 years Don-vip global cleanup of IllegalArgumentExceptions thrown by JOSM
(edit) @7846   9 years bastiK typo
(edit) @7845   9 years bastiK see #10026 - change user data directory on Mac OSX from …
(edit) @7835   9 years Don-vip fix #10026 - migrate preferences and plugins from old ~/.josm
(edit) @7834   9 years Don-vip see #10026 - use recommended user data directory on OSX (distinct from …
(edit) @7833   9 years bastiK see #6248 - typo
(edit) @7832   9 years bastiK see #6248 - fix path for Win XP
(edit) @7831   9 years Don-vip see #10026 - use recommended preferences directory on OSX. Linux and …
(edit) @7829   9 years Don-vip see #6248, #10026 - use recommended cache directories on Windows and …
(edit) @7828   9 years Don-vip fix #10855 - fix NPE - better handling of nodes without coordinates
(edit) @7805   9 years bastiK see #10836 - svg salamander not thread safe when parsing the svg xml
(edit) @7804   9 years bastiK see #10836 - synchronize in case of multithreading issue in svgsalamander
(edit) @7803   9 years bastiK see #10836 - catch all errors in SVG library
Note: See TracRevisionLog for help on using the revision log.