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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @7473   10 years Don-vip see #10441 - send capabilities request instead of changesets request …
(edit) @7451   10 years bastiK applied #10434 - Initial classes to hold Notes data (patch by ToeBee)
(edit) @7438   10 years bastiK fixed #10410 - session: imagery layer settings not stored
(edit) @7434   10 years Don-vip fix #8885 (see #4614) - add offline mode with new command line …
(edit) @7432   10 years Don-vip fix #10388 - Incomplete download of relation members
(edit) @7425   10 years Don-vip fix #3916 - WMS: Improve exception handling. Proper message is now …
(edit) @7417   10 years Don-vip fix #10380 - throw IllegalDataException instead of RuntimeException …
(edit) @7414   10 years Don-vip fix #10165 - Wrong waypoint order in exported GPX
(edit) @7402   10 years Don-vip fix some Sonar issues
(edit) @7392   10 years Don-vip code cleanup, javadoc update
(edit) @7347   10 years Don-vip see #10033 - add new entry dns:127.0.0.1 to make it work with IE
(edit) @7343   10 years Don-vip see #10230, see #10033 - add "Install/uninstall certificate" buttons …
(edit) @7338   10 years Don-vip see #10230, see #10033 - JDK8 compatibility
(edit) @7337   10 years Don-vip see #10230, see #10033 - SAN tweaks + fix unit test (for real?)
(edit) @7335   10 years Don-vip see #10230, see #10033 - big rework of HTTPS support for Remote …
(edit) @7326   10 years Don-vip fix #10292 - allow to load a session with NMEA file + enhance …
(edit) @7315   10 years Don-vip code simplification with some Java 7 new NIO2 Files methods …
(edit) @7303   10 years Don-vip see #10121 - fix handling of time, causing an error in unit tests
(edit) @7299   10 years Don-vip fix #10121 - Add a new look-and-feel preference to display ISO 8601 …
(edit) @7282   10 years bastiK fixed #10219 - NPE in CachedFile.getInputStream during start
(edit) @7276   10 years Don-vip fix #9518 - Automatically reload MapCSS tagchecker validator rules …
(edit) @7267   10 years Don-vip fix #10172 - Cannot open GPX from URL without Content-Disposition
(edit) @7251   10 years simon04 Remote control, load_and_zoom/zoom: allow to select objects by a …
(edit) @7248   10 years bastiK reworked MirroredInputStream (renamed to CachedFile): * no more …
(edit) @7244   10 years Don-vip fix #10078 - fix map paint style reloading
(edit) @7242   10 years bastiK add support for If-Modified-Since header in MirroredInputStream (see …
(edit) @7236   10 years bastiK fixed #10115 - increase number of digits saved to file
(edit) @7233   10 years akks fix #10115: use fixed point notation for all coordinates in generated .osm
(edit) @7221   10 years Don-vip fix #10114 - NPE
(edit) @7214   10 years simon04 GeoJOSN: change default file extension to .geojson
(edit) @7206   10 years Don-vip see #10033 - allow remote control to work from osm.org in https on …
(edit) @7205   10 years Don-vip fix #10052 - Wrong server URL in HTTP 400 error message
(edit) @7189   10 years bastiK #10078 - no style reload with r7185
(edit) @7188   10 years Don-vip see #9518, see #10078 - add debug message for ignored events
(edit) @7187   10 years Don-vip fix #10079 - typos in messages and javadoc
(edit) @7186   10 years bastiK see #9914 - automatic update for imagery entries using id
(edit) @7185   10 years Don-vip see #9518 - Automatically reload local styles using new Java 7 …
(edit) @7178   10 years bastiK fixed #10068 - Images with .jpeg extension can't be opened
(edit) @7175   10 years bastiK add imagery url panel: by default request the transparent version of layer
(edit) @7132   10 years Don-vip fix #9984 - Add support for WMS tiles defining a transparent color in …
(edit) @7119   10 years Don-vip code refactoring/cleanup/javadoc + fix bug in preset text comparator …
(edit) @7092   10 years Don-vip refactor duplicated code
(edit) @7089   10 years Don-vip see #8465 - Use of new Java 7 zip constructors allowing to specify a …
(edit) @7083   10 years Don-vip see #8465 - replace Utils.equal by Objects.equals, new in Java 7
(edit) @7082   10 years Don-vip see #8465 - replace Utils.UTF_8 by StandardCharsets.UTF_8, new in …
(edit) @7081   10 years Don-vip fixes for unit tests
(edit) @7075   10 years Don-vip Robustness to allow to run more unit tests in headless mode
(edit) @7071   10 years Don-vip fix #9990 - Fix session writing regression
(edit) @7070   10 years Don-vip see #9990 - show problem with unit tests
(edit) @7067   10 years Don-vip fix NPE seen in test if no password is set with basic auth (headless mode)
(edit) @7058   10 years stoecker support josmdir:// URI
(edit) @7050   10 years Don-vip sonar - Nullcheck of value previously dereferenced
(edit) @7049   10 years Don-vip sonar - Don't call static DateFormat
(edit) @7037   10 years Don-vip see #8465 - last batch of try-with-resources
(edit) @7034   10 years Don-vip fix #9967, see #8465 - RemoteControl broken by changes in r7033
(edit) @7033   10 years Don-vip see #8465 - global use of try-with-resources, according to * …
(edit) @7030   10 years Don-vip see #8465 - use of try-with-resource
(edit) @7029   10 years Don-vip fix more warnings, remove unused code
(edit) @7026   10 years stoecker fix #3142 - drop applet code finally
(edit) @7025   10 years Don-vip Sonar - fix various issues
(edit) @7013   10 years Don-vip drop support of OSM API 0.5
(edit) @7012   10 years Don-vip see #8465 - use String switch/case where applicable
(edit) @7005   10 years Don-vip see #8465 - use diamond operator where applicable
(edit) @7004   10 years Don-vip see #8465 - use multi-catch where applicable
(edit) @7001   10 years Don-vip see #8465 - switch core to Java 7
(edit) @6995   10 years Don-vip fix #9906 - fix reliance on default encoding
(edit) @6992   10 years Don-vip cleanup/refactor of NavigatableComponent
(edit) @6990   10 years Don-vip sonar - place Strings literals on the left side when checking for …
(edit) @6987   10 years Don-vip sonar - fix some more issues
(edit) @6986   10 years Don-vip sonar - fix various minor issues
(edit) @6985   10 years Don-vip sonar - deprecated code
(edit) @6973   10 years bastiK applied #9634 - Downloading Referrers Grabs Focus (patch by Balaitous, …
(edit) @6972   10 years bastiK see #9906 - remotecontrol import handler: add workaround when URLs …
(edit) @6971   10 years akks Add proxy.exceptions advanced parameter (localhost and 127.0.0.1 by …
(edit) @6968   10 years stoecker also store untranslated imagery name
(edit) @6966   10 years akks Fix default encoding for non-UTF consoles (for Notes plugin etc.)
(edit) @6941   10 years Don-vip fix #9720 - Remote control: listen also in HTTPS
(edit) @6936   10 years Don-vip fix #9870 - exception when trying to view history of new nodes from …
(edit) @6930   10 years simon04 Add WMS: filter unsupported image formats, preselect jpeg or png
(edit) @6920   10 years Don-vip fix #9778, fix #9806 - access OSM API and JOSM website in HTTPS by …
(edit) @6907   10 years Don-vip fix #9810 - fix HTML code in remote control 500 response
(edit) @6906   10 years Don-vip refactor duplicated code - impacts some plugins (reverter, roadsigns, …
(edit) @6902   10 years Don-vip fix #9791 - IllegalArgumentException when clicking an imagery link from HOT
(edit) @6897   10 years stoecker see #9778 - use TLS for JOSM website access
(edit) @6890   10 years Don-vip fix some Sonar issues (Constructor Calls Overridable Method)
(edit) @6889   10 years Don-vip fix some Sonar issues (JLS order)
(edit) @6883   10 years Don-vip fix some Sonar issues
(edit) @6882   10 years Don-vip enable loading of .osm.zip files
(edit) @6881   10 years Don-vip javadoc/code style/minor refactorization
(edit) @6875   10 years Don-vip fix #9744 - Make OsmApi.sendRequest() protected to let plugins access …
(edit) @6869   10 years Don-vip fix #9731 - fix a bunch of problems occuring when validating …
(edit) @6867   10 years Don-vip fix #9715 - Set HTTP Accept header to expected MIME types when …
(edit) @6852   10 years Don-vip see #9710 - more debug messages
(edit) @6840   10 years Don-vip fix #9710 - allow HTTPS access to OSM API
(edit) @6830   10 years Don-vip javadoc fixes for jdk8 compatibility
(edit) @6822   10 years bastiK see #8902 - Small performance enhancements / coding style (patch by …
(edit) @6815   10 years Don-vip fix #9662 - correct handling of canceled gpx export
(edit) @6806   10 years Don-vip fix some Sonar issues introduced recently
(edit) @6803   10 years simon04 fix #9660 - Allow to download compressed GPX tracks from …
(edit) @6798   10 years Don-vip fix some Sonar issues
Note: See TracRevisionLog for help on using the revision log.