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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @8788   9 years simon04 fix #10947 - "No data found in this area." message when Overpass query …
(edit) @8787   9 years simon04 see #11428 - Change Overpass task name in progress monitor to …
(edit) @8782   9 years simon04 see #11428 - Extract Overpass request errors Those error messages are …
(edit) @8764   9 years Don-vip fix Checkstyle issues
(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   10 years Don-vip fix Checkstyle issues
(edit) @8650   10 years wiktorn Follow HTTP(S) redirects in Add WMS wizzard / GetLayers. Closes: #11770
(edit) @8625   10 years bastiK applied #11713 - JOSM raster layers filters plugin development (patch …
(edit) @8620   10 years wiktorn autozoom checkbox display fix in right-menu click * proper display of …
(edit) @8597   10 years wiktorn Removed unnecessary debug output
(edit) @8596   10 years wiktorn Fix off by one error which breakes openeing local files on linux. …
(edit) @8582   10 years Don-vip checkstyle
(edit) @8574   10 years bastiK applied #11655 - memory optimization (patch by shinigami, modified)
(edit) @8570   10 years Don-vip checkstyle
(edit) @8568   10 years wiktorn Basic WMTS support. * added information about units and to_meter to …
(edit) @8565   10 years Don-vip fix #11650 - performance: avoid creation of Date objects when it is …
(edit) @8563   10 years Don-vip fix #7813 - proper timeouts when connecting to OSM server (patch by anirud)
(edit) @8540   10 years Don-vip fix remaining checkstyle issues
(edit) @8530   10 years Don-vip see #11255 - checkstyle/findbugs
(edit) @8526   10 years wiktorn Introduce WMS layer based on TMS. (closes: #11255) HEADS UP: After …
(edit) @8513   10 years Don-vip checkstyle: blocks
(edit) @8512   10 years Don-vip checkstyle: redundant modifiers
(edit) @8510   10 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8509   10 years Don-vip fix many checkstyle violations
(edit) @8470   10 years Don-vip javadoc fixes. Removed one duplicated method in exception handling
(edit) @8465   10 years Don-vip minor code style issues
(edit) @8464   10 years Don-vip Singular fields
(edit) @8461   10 years Don-vip global use of String.isEmpty()
(edit) @8449   10 years Don-vip remove extra whitespaces
(edit) @8444   10 years Don-vip remove extra whitespaces
(edit) @8443   10 years Don-vip remove extra whitespaces
(edit) @8426   10 years Don-vip Accessibility - global use of JLabel.setLabelFor() + various fixes …
(edit) @8419   10 years Don-vip Sonar: various code style cleanup: - fix copyright - classes that …
(edit) @8418   10 years wiktorn Add posibility to display HTTP headers in Show Tile Info dialog. …
(edit) @8415   10 years Don-vip code style/cleanup - Uncommented Empty Constructor
(edit) @8404   10 years Don-vip When doing a String.toLowerCase()/toUpperCase() call, use a …
(edit) @8401   10 years Don-vip fix some minor Sonar issues
(edit) @8400   10 years Don-vip fix #11457 - use global action to benefit from custom download tasks …
(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) @8392   10 years Don-vip remove useless code (Method implemented with an exact copy of its …
(edit) @8390   10 years Don-vip Sonar - various performance improvements
(edit) @8388   10 years Don-vip performance - use of EnumMap / EnumSet
(edit) @8387   10 years Don-vip fix some Findbugs warnings
(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) @8373   10 years Don-vip code style - Method makes literal string comparisons passing the …
(edit) @8349   10 years stoecker see #11419 - support different tile sizes better (patch by wiktorn)
(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) @8344   10 years bastiK applied #10454 - Mapbox "empty" tile (imagery with zoom level > 17) …
(edit) @8342   10 years Don-vip code style - Close curly brace and the next "else", "catch" and …
(edit) @8341   10 years stoecker typo
(edit) @8340   10 years stoecker #see #11409 - small design improvement
(edit) @8339   10 years stoecker fix #11409 - Remotecontrol on IPv6 and IPv4
(edit) @8338   10 years Don-vip fix squid:S1319 - Declarations should use Java collection interfaces …
(edit) @8337   10 years stoecker remotecontrol listens on IPv4 and IPv6 separately, fix #11409
(edit) @8332   10 years Don-vip fix various issues: - performance - inefficient use of keySet iterator …
(edit) @8319   10 years Don-vip fix #11400 - allow osm.notes.daysClosed=-1
(edit) @8318   10 years Don-vip fix various Sonar issues: - squid:S1068: Unused private fields should …
(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) @8291   10 years Don-vip fix squid:RedundantThrowsDeclarationCheck + consistent Javadoc for …
(edit) @8287   10 years Don-vip fix findsecbugs:XXE_SAXPARSER - "Security - XML Parsing Vulnerable to …
(edit) @8285   10 years Don-vip fix sonar squid:S2039 - Member variable visibility should be specified
(edit) @8263   10 years simon04 fix #11340 - Remote control: make …
(edit) @8249   10 years simon04 see #11356 - Remote control: fix opening overpass query The …
(edit) @8230   10 years simon04 see #10867 - Note limit is still 10000
(edit) @8225   10 years simon04 Note dialog/reader/writer: use helper methods from DateUtils
(edit) @8224   10 years simon04 see #10980 - Note download: update already downloaded non-modified …
(edit) @8221   10 years simon04 see #11000 - Remote control: allow to specify layer_name for …
(edit) @8218   10 years simon04 fix #10868 - Add osm.notes.daysClosed to preference dialog
(edit) @8217   10 years simon04 fix #10867 - Notes download: inform user about reaching download limit …
(edit) @8216   10 years simon04 fix #10867 - Notes download: inform user about reaching download limit
(edit) @8197   10 years simon04 see #9907 - Remote control: let the user decide which suitable …
(edit) @8193   10 years simon04 Remote control: improve, harmonize, test URL parsing
(edit) @8191   10 years simon04 see #10646 - Remote Control: simplify load_data implementation
(edit) @8148   10 years bastiK applied #11249 - Remove some unneccessary variable boxing (patch by …
(edit) @8126   10 years Don-vip fix Sonar issue squid:S2444 - Lazy initialization of "static" fields …
(edit) @8118   10 years Klumbumbus see #10868 - set default value of advanced pref osm.notes.daysClosed
(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) @8065   10 years stoecker display imagery description in preferences dialog tooltip
(edit) @8061   10 years bastiK see #11096 - strip .png
(edit) @7999   10 years Don-vip fix #11061 - Remote API imagery cookies parameter is not handled …
(edit) @7937   10 years bastiK add subversion property svn:eol=native
(edit) @7894   10 years Don-vip Enable CLDR and add support for Khmer language (km) for Java 8 users
(edit) @7890   10 years Don-vip fix #10884 - crash at startup (regression from r7853)
(edit) @7871   10 years Don-vip fix #10878 - do not add new imagery layer through remote control if it …
(edit) @7870   10 years Don-vip cleanup of NoteImporter
(edit) @7869   10 years Don-vip see #10448 - code cleanup, better error message
(edit) @7867   10 years Don-vip see #10448 - Upgrade Bzip2 library to latest version of Apache Commons …
Note: See TracRevisionLog for help on using the revision log.