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

Name Size Rev Age Author Last Change
../
auth 5111   2 months simon04 fix #7532 - NPE in CredentialsManager
imagery 5017   3 months stoecker use EPSG codes instead of instanceof to verify projection (allows to use …
remotecontrol 5189   5 weeks simon04 remote control: increase the possible request size (from 1KiB to 1MiB)
session 5025   3 months Don-vip see #4043 - Have an 'upload prohibited' flag in .osm files
AbstractReader.java 8.3 KB 5123   2 months Don-vip Remove final specifier on AbstractReader.ds to allow implementations to …
AllFormatsImporter.java 1.3 KB 5131   8 weeks xeen automatically add file extensions added by plugins to the "All Formats" …
BoundingBoxDownloader.java 6.0 KB 5097   2 months simon04 see #7511 - make DownloadDialog, Osm download related classes more …
CacheCustomContent.java 5.6 KB 4810   4 months bastiK move cache files to ~/.josm/cache (only CacheCustomContent)
CacheFiles.java 10.5 KB 4932   3 months stoecker fix 6833 - use WindowGeometry for toggle dialogs and mainwindow replacing …
Capabilities.java 5.0 KB 4063   13 months bastiK see #6267, check for null
ChangesetClosedException.java 5.2 KB 3562   20 months bastiK fixed #5417 - Failed to parse date
ChangesetQuery.java 18.1 KB 4902   4 months Don-vip fix #7355 - Query for a user name does not return any results
DefaultProxySelector.java 7.0 KB 4196   11 months bastiK remove unnecessary warnings when starting with fresh preferences
DiffResultProcessor.java 6.8 KB 4100   12 months bastiK use IPrimitive to make upload code work for both OsmPrimitive and …
FileExporter.java 743 bytes 3083   2 years bastiK added svn:eol-style=native to source files
FileImporter.java 3.3 KB 3679   18 months bastiK see #5559 - ExtendedDialog.showDialog() blocks when called in main thread, …
GeoJSONExporter.java 1.0 KB 4898   4 months stoecker fix typo
GeoJSONWriter.java 3.2 KB 4886   4 months simon04 see #7307 - basic version of GeoJSON export
GpxExporter.java 12.5 KB 4483   8 months Don-vip GPX export: Add ODbL 1.0 in licenses preset
GpxImporter.java 4.0 KB 4874   4 months jttt Use static class were appropriate
GpxReader.java 16.0 KB 4819   4 months jttt Fix reading of incomplete gpx files
GpxWriter.java 8.0 KB 2907   2 years jttt Gpx refactoring - GpxTrack and GpxTrackSegment is now interface, …
IllegalDataException.java 466 bytes 3083   2 years bastiK added svn:eol-style=native to source files
JpgImporter.java 3.1 KB 4310   10 months stoecker fix #6680, fix #6677 - i18n issues
MirroredInputStream.java 12.5 KB 4812   4 months bastiK use cache folder for MirroredInputStream as well
MissingOAuthAccessTokenException.java 536 bytes 3083   2 years bastiK added svn:eol-style=native to source files
MultiFetchServerObjectReader.java 17.7 KB 4217   11 months stoecker fix #6565 - patch by Don-vip - Improve progress bar for data update
NMEAImporter.java 3.2 KB 4244   10 months stoecker zoom to layer also when loading NMEA files
NmeaReader.java 17.5 KB 5108   2 months xeen remove superfluous calls to recalculateBounds() and add clarifying …
OsmApi.java 30.8 KB 5084   2 months simon04 hopefully fix #4216 - API calls blocking, cancel not working, JOSM hangs
OsmApiException.java 3.0 KB 3511   21 months stoecker fix #5410 - server error message hidden from user
OsmApiInitializationException.java 522 bytes 3083   2 years bastiK added svn:eol-style=native to source files
OsmApiPrimitiveGoneException.java 2.0 KB 3083   2 years bastiK added svn:eol-style=native to source files
OsmBzip2Exporter.java 927 bytes 3083   2 years bastiK added svn:eol-style=native to source files
OsmBzip2Importer.java 1.2 KB 3083   2 years bastiK added svn:eol-style=native to source files
OsmChangeBuilder.java 4.4 KB 4645   5 months framm Added three new hooks for plugins, allowing plugins to mess with JOSM's …
OsmChangeImporter.java 2.6 KB 4533   7 months bastiK add importer for osmChange files (see #6653)
OsmChangeReader.java 3.8 KB 4532   7 months Don-vip see #6653 - Import <delete> primitives as deleted primitives
OsmChangesetContentParser.java 13.7 KB 4734   5 months Don-vip fix #7194 - Reworking of osmChange downloads (Fail to update a way loaded …
OsmChangesetParser.java 8.8 KB 4191   11 months stoecker remove old debug stuff
OsmConnection.java 5.3 KB 4690   5 months stoecker see #7086 - fix passing auth information to wrong server
OsmDataParsingException.java 1.3 KB 3083   2 years bastiK added svn:eol-style=native to source files
OsmExporter.java 4.7 KB 5025   3 months Don-vip see #4043 - Have an 'upload prohibited' flag in .osm files
OsmGzipExporter.java 808 bytes 3083   2 years bastiK added svn:eol-style=native to source files
OsmGzipImporter.java 826 bytes 3083   2 years bastiK added svn:eol-style=native to source files
OsmHistoryReader.java 10.0 KB 4734   5 months Don-vip fix #7194 - Reworking of osmChange downloads (Fail to update a way loaded …
OsmImporter.java 4.5 KB 5205   3 weeks Don-vip fix #7641 - JOSM does not close file handle when parsing fails
OsmReader.java 24.8 KB 5025   3 months Don-vip see #4043 - Have an 'upload prohibited' flag in .osm files
OsmServerBackreferenceReader.java 11.2 KB 3362   23 months stoecker fix #5182 - Conflict system simplification - patch by Upliner
OsmServerChangesetReader.java 7.9 KB 3083   2 years bastiK added svn:eol-style=native to source files
OsmServerHistoryReader.java 3.0 KB 3083   2 years bastiK added svn:eol-style=native to source files
OsmServerLocationReader.java 3.7 KB 4530   7 months Don-vip see #6653 and #6960 - Allow JOSM to download osmChange files again
OsmServerObjectReader.java 5.9 KB 4734   5 months Don-vip fix #7194 - Reworking of osmChange downloads (Fail to update a way loaded …
OsmServerReader.java 6.7 KB 5097   2 months simon04 see #7511 - make DownloadDialog, Osm download related classes more …
OsmServerReadPostprocessor.java 317 bytes 4645   5 months framm Added three new hooks for plugins, allowing plugins to mess with JOSM's …
OsmServerUserInfoReader.java 5.7 KB 3083   2 years bastiK added svn:eol-style=native to source files
OsmServerWritePostprocessor.java 376 bytes 4645   5 months framm Added three new hooks for plugins, allowing plugins to mess with JOSM's …
OsmServerWriter.java 10.8 KB 4645   5 months framm Added three new hooks for plugins, allowing plugins to mess with JOSM's …
OsmTransferCanceledException.java 160 bytes 4310   10 months stoecker fix #6680, fix #6677 - i18n issues
OsmTransferException.java 715 bytes 3255   2 years jttt Fix #4764 Fehler
OsmWriter.java 9.8 KB 5025   3 months Don-vip see #4043 - Have an 'upload prohibited' flag in .osm files
OsmWriterFactory.java 1.1 KB 4645   5 months framm Added three new hooks for plugins, allowing plugins to mess with JOSM's …
ProgressInputStream.java 3.0 KB 3005   2 years mjulius fixes #4523 - "???" downloading size
UTFInputStreamReader.java 2.3 KB 3372   23 months bastiK fixed #5226 - XML encodings and byte-order marker (BOM) support
WMSLayerExporter.java 369 bytes 3720   18 months bastiK added missing svn:eol-style
WMSLayerImporter.java 370 bytes 3720   18 months bastiK added missing svn:eol-style
XmlWriter.java 2.1 KB 5146   7 weeks bastiK fixed #7558 - History window shows XML entities in user names
Note: See TracBrowser for help on using the repository browser.