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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @5251   12 years bastiK applied #7720 - fix for OsmServerBackreferenceReader
(edit) @5205   12 years Don-vip fix #7641 - JOSM does not close file handle when parsing fails
(edit) @5189   12 years simon04 remote control: increase the possible request size (from 1KiB to 1MiB)
(edit) @5146   12 years bastiK fixed #7558 - History window shows XML entities in user names
(edit) @5131   12 years xeen automatically add file extensions added by plugins to the "All …
(edit) @5123   12 years Don-vip Remove final specifier on AbstractReader.ds to allow implementations …
(edit) @5116   12 years simon04 fix #7518 - Remote Control: make addtags really work when using …
(edit) @5111   12 years simon04 fix #7532 - NPE in CredentialsManager
(edit) @5108   12 years xeen remove superfluous calls to recalculateBounds() and add clarifying comment.
(edit) @5103   12 years simon04 fix #5824 - remote control: decode URL
(edit) @5097   12 years simon04 see #7511 - make DownloadDialog, Osm download related classes more …
(edit) @5095   12 years simon04 fix #7518 - Remote Control "load_object" doesn't work with addtags
(edit) @5085   12 years simon04 fix #5824 - remotecontrol: add command for opening local files + …
(edit) @5084   12 years simon04 hopefully fix #4216 - API calls blocking, cancel not working, JOSM hangs
(edit) @5025   12 years Don-vip see #4043 - Have an 'upload prohibited' flag in .osm files
(edit) @5017   12 years stoecker use EPSG codes instead of instanceof to verify projection (allows to …
(edit) @5014   12 years xeen fix #7429
(edit) @5010   12 years bastiK fixed #7434 - remotecontrol: URLs with "&" and "?" character don't work
(edit) @5009   12 years bastiK Remotecontol (binary) API is obsolete since plugin got integrated in …
(edit) @5008   12 years bastiK remotecontrol: tolerate '?' in query part of url (see #7434)
(edit) @4946   12 years simon04 remotecontrol: do not attempt to override AutoScaleAction shortcuts …
(edit) @4945   12 years simon04 remotecontrol: do not attempt to override AutoScaleAction shortcuts
(edit) @4944   12 years xeen fix #2410
(edit) @4932   12 years stoecker fix 6833 - use WindowGeometry for toggle dialogs and mainwindow …
(edit) @4902   12 years Don-vip fix #7355 - Query for a user name does not return any results
(edit) @4898   12 years stoecker fix typo
(edit) @4886   12 years simon04 see #7307 - basic version of GeoJSON export
(edit) @4884   12 years simon04 fix #7342 - IndexOutOfBoundsException while using remote control
(edit) @4883   12 years simon04 fix #5920 - remotecontrol: add option for "new layer" to preference dialog
(edit) @4874   12 years jttt Use static class were appropriate
(edit) @4869   12 years jttt Use final were appropriate
(edit) @4868   12 years jttt fix some warnings
(edit) @4861   12 years bastiK remotecontrol: add 'type' parameter for /imagery request (this should …
(edit) @4859   12 years bastiK no read timeout for normal API connections (see #6823, see #7305)
(edit) @4858   12 years bastiK fixed remotecontrol new_layer: do not subtract download area of …
(edit) @4857   12 years bastiK fixed #7073 - Sicily WMS url error
(edit) @4856   12 years stoecker fix typo
(edit) @4854   12 years bastiK see #6823 - josm starts extremely slow when osm api is offline
(edit) @4852   12 years bastiK fixed #6252 - Phantom "unsaved" layers in 4021, 4032
(edit) @4834   12 years simon04 remotecontrol: primt more helpful Bad Request errors, i.e., list …
(edit) @4833   12 years simon04 fix #5324 - remotecontrol: add ways (e.g., …
(edit) @4826   12 years framm make credentials cache accessible to subclasses
(edit) @4819   12 years jttt Fix reading of incomplete gpx files
(edit) @4818   12 years bastiK cache folder: 2 more
(edit) @4815   12 years bastiK fixed #7281 - compile error
(edit) @4814   12 years bastiK fixed #7193 - Opening more than two gpx-Tracks fails (regression)
(edit) @4812   12 years bastiK use cache folder for MirroredInputStream as well
(edit) @4810   12 years bastiK move cache files to ~/.josm/cache (only CacheCustomContent)
(edit) @4809   12 years bastiK remove bogus message (no connection is established at this point) (see …
(edit) @4808   12 years bastiK fixed #7247 - Error import GPX
(edit) @4800   12 years Don-vip Fix NPE with custom importers returning null dataSets
(edit) @4799   12 years simon04 see #6425 - fix compile error introduced in r4798
(edit) @4798   12 years simon04 see #6425 - follow naming convention
(edit) @4797   12 years simon04 fix #4062 - remotecontrol prints stack trace when it can't bind to the …
(edit) @4796   12 years simon04 fix #6425 - remotecontrol: make download objects available (e.g., …
(edit) @4795   12 years simon04 fix #5796 - remotecontrol: load_and_zoom/zoom: select relations in the …
(edit) @4791   12 years simon04 fix #5920 - remotecontrol: option for "new layer" added (e.g., …
(edit) @4759   12 years stoecker fix compile error
(edit) @4757   12 years stoecker i18n update
(edit) @4755   12 years bastiK see #7193 - Opening more than two gpx-Tracks fails (regression)
(edit) @4745   12 years jttt Add precache wms tiles action to gpx layers (it will download wms …
(edit) @4734   12 years Don-vip fix #7194 - Reworking of osmChange downloads (Fail to update a way …
(edit) @4724   12 years jttt Fix some of errors found by FindBugs
(edit) @4721   12 years bastiK use builder pattern for ImageProvider (see #7192)
(edit) @4718   12 years jttt Add posibility to run please wait runnable tasks in background
(edit) @4713   12 years simon04 see #7182 - Individual Icons for Imagery Background
(edit) @4710   12 years bastiK fixed NPE from [4695] (see #7153)
(edit) @4709   12 years simon04 see #7140 - cache the capabilities call using CacheCustomContent
(edit) @4702   12 years stoecker fix typo
(edit) @4695   12 years bastiK session: GpxImporter refactoring
(edit) @4692   12 years stoecker see #7086 - save other passwords in JOSM prefs
(edit) @4690   12 years stoecker see #7086 - fix passing auth information to wrong server
(edit) @4688   12 years stoecker i18n help
(edit) @4687   12 years Don-vip Allow plugins to override data set parsing
(edit) @4686   12 years Don-vip fix layer name creation of layers without associated files + allow …
(edit) @4685   12 years bastiK session support (second part: "save as", see #4029) still osm-data …
(edit) @4668   12 years bastiK session support (first part, see #4029) Idea: Save and load the …
(edit) @4645   12 years framm Added three new hooks for plugins, allowing plugins to mess with …
(edit) @4638   12 years bastiK fixed #7117 - ClassCastException in tagging presets setup
(edit) @4612   12 years bastiK see #7027 - internal structures for preferences (expect some problems …
(edit) @4602   12 years bastiK upgrade historic users to real users, so their CT status can be shown …
(edit) @4580   12 years Don-vip see #2212 - Allow JOSM to download data crossing the 180th meridian
(edit) @4533   13 years bastiK add importer for osmChange files (see #6653)
(edit) @4532   13 years Don-vip see #6653 - Import <delete> primitives as deleted primitives
(edit) @4530   13 years Don-vip see #6653 and #6960 - Allow JOSM to download osmChange files again
(edit) @4521   13 years Don-vip fix #6960 - Download GPX traces with Ctrl+L
(edit) @4492   13 years bastiK more options to configure imagery attribution (logo-url & …
(edit) @4490   13 years Don-vip see #6886 - Allow JOSM plugin writers to create their own *Reader / …
(edit) @4483   13 years Don-vip GPX export: Add ODbL 1.0 in licenses preset
(edit) @4439   13 years bastiK change imagery projection tag to something neutral (wms 1.1.1 has …
(edit) @4432   13 years stoecker hopefully fix #6662 - selected layer color wrong
(edit) @4430   13 years stoecker fix WMS projection checking, use Marcator when WMS supports it, drop …
(edit) @4423   13 years bastiK applied #6834 - Imagery providers slippy map enhancements: polygon …
(edit) @4419   13 years stoecker reactivate imagery source translation
(edit) @4414   13 years bastiK applied #6742 - allow script generated files to set default changeset …
(edit) @4413   13 years bastiK make osm reader more robust - don't mess up xml structure when there …
(edit) @4405   13 years simon04 fix #6740 - prefix imagery layer by country code
(edit) @4393   13 years simon04 fix #5471 - information dialog when opening an empty osm file
(edit) @4389   13 years bastiK don't throw NPE when there is <changeset> object with <tag> elements …
(edit) @4343   13 years stoecker fix #6734 - patch by Don-vip - history for element downloads
Note: See TracRevisionLog for help on using the revision log.