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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @8762   9 years wiktorn Replace CacheFiles with JCS and remove CacheFiles Closes: #11869
(edit) @8744   9 years simon04 see #11428 - Refactoring (class/package structure)
(edit) @8734   9 years simon04 see #11843 - Give all started threads sensible names …
(edit) @8674   9 years Don-vip fix Checkstyle issues
(edit) @8650   9 years wiktorn Follow HTTP(S) redirects in Add WMS wizzard / GetLayers. Closes: #11770
(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) @8597   9 years wiktorn Removed unnecessary debug output
(edit) @8596   9 years wiktorn Fix off by one error which breakes openeing local files on linux. …
(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) @8565   9 years Don-vip fix #11650 - performance: avoid creation of Date objects when it is …
(edit) @8563   9 years Don-vip fix #7813 - proper timeouts when connecting to OSM server (patch by anirud)
(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) @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) @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) @8443   9 years Don-vip remove extra whitespaces
(edit) @8426   9 years Don-vip Accessibility - global use of JLabel.setLabelFor() + various fixes …
(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) @8404   9 years Don-vip When doing a String.toLowerCase()/toUpperCase() call, use a …
(edit) @8401   9 years Don-vip fix some minor Sonar issues
(edit) @8400   9 years Don-vip fix #11457 - use global action to benefit from custom download tasks …
(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) @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) @8388   9 years Don-vip performance - use of EnumMap / EnumSet
(edit) @8387   9 years Don-vip fix some Findbugs warnings
(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) @8373   9 years Don-vip code style - Method makes literal string comparisons passing the …
(edit) @8349   9 years stoecker see #11419 - support different tile sizes better (patch by wiktorn)
(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) @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) @8341   9 years stoecker typo
(edit) @8340   9 years stoecker #see #11409 - small design improvement
(edit) @8339   9 years stoecker fix #11409 - Remotecontrol on IPv6 and IPv4
(edit) @8338   9 years Don-vip fix squid:S1319 - Declarations should use Java collection interfaces …
(edit) @8337   9 years stoecker remotecontrol listens on IPv4 and IPv6 separately, fix #11409
(edit) @8332   9 years Don-vip fix various issues: - performance - inefficient use of keySet iterator …
(edit) @8319   9 years Don-vip fix #11400 - allow osm.notes.daysClosed=-1
(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) @8304   9 years Don-vip simplify URL encoding/decoding
(edit) @8291   9 years Don-vip fix squid:RedundantThrowsDeclarationCheck + consistent Javadoc for …
(edit) @8287   9 years Don-vip fix findsecbugs:XXE_SAXPARSER - "Security - XML Parsing Vulnerable to …
(edit) @8285   9 years Don-vip fix sonar squid:S2039 - Member variable visibility should be specified
(edit) @8263   9 years simon04 fix #11340 - Remote control: make …
(edit) @8249   9 years simon04 see #11356 - Remote control: fix opening overpass query The …
(edit) @8230   9 years simon04 see #10867 - Note limit is still 10000
(edit) @8225   9 years simon04 Note dialog/reader/writer: use helper methods from DateUtils
(edit) @8224   9 years simon04 see #10980 - Note download: update already downloaded non-modified …
(edit) @8221   9 years simon04 see #11000 - Remote control: allow to specify layer_name for …
(edit) @8218   9 years simon04 fix #10868 - Add osm.notes.daysClosed to preference dialog
(edit) @8217   9 years simon04 fix #10867 - Notes download: inform user about reaching download limit …
(edit) @8216   9 years simon04 fix #10867 - Notes download: inform user about reaching download limit
(edit) @8197   9 years simon04 see #9907 - Remote control: let the user decide which suitable …
(edit) @8193   9 years simon04 Remote control: improve, harmonize, test URL parsing
(edit) @8191   9 years simon04 see #10646 - Remote Control: simplify load_data implementation
(edit) @8148   9 years bastiK applied #11249 - Remove some unneccessary variable boxing (patch by …
(edit) @8126   9 years Don-vip fix Sonar issue squid:S2444 - Lazy initialization of "static" fields …
(edit) @8118   9 years Klumbumbus see #10868 - set default value of advanced pref osm.notes.daysClosed
(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) @8065   9 years stoecker display imagery description in preferences dialog tooltip
(edit) @8061   9 years bastiK see #11096 - strip .png
(edit) @7999   9 years Don-vip fix #11061 - Remote API imagery cookies parameter is not handled …
(edit) @7937   9 years bastiK add subversion property svn:eol=native
(edit) @7894   9 years Don-vip Enable CLDR and add support for Khmer language (km) for Java 8 users
(edit) @7890   9 years Don-vip fix #10884 - crash at startup (regression from r7853)
(edit) @7871   9 years Don-vip fix #10878 - do not add new imagery layer through remote control if it …
(edit) @7870   9 years Don-vip cleanup of NoteImporter
(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) @7853   9 years Don-vip fix/debug problems seen on Jenkins: - delete old windows installer …
(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) @7830   9 years Don-vip fix #10833 - simplify remote control interface management: let Java …
Note: See TracRevisionLog for help on using the revision log.