source: josm/trunk/src/org/openstreetmap/josm/actions/downloadtasks

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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) @6990   10 years Don-vip sonar - place Strings literals on the left side when checking for …
(edit) @6973   10 years bastiK applied #9634 - Downloading Referrers Grabs Focus (patch by Balaitous, …
(edit) @6920   10 years Don-vip fix #9778, fix #9806 - access OSM API and JOSM website in HTTPS by …
(edit) @6882   10 years Don-vip enable loading of .osm.zip files
(edit) @6830   10 years Don-vip javadoc fixes for jdk8 compatibility
(edit) @6803   10 years simon04 fix #9660 - Allow to download compressed GPX tracks from …
(edit) @6798   10 years Don-vip fix some Sonar issues
(edit) @6643   10 years Don-vip global replacement of e.printStackTrace() by Main.error(e)
(edit) @6589   10 years simon04 see #8566 - make URL patterns of DownloadOsmTask visible for subclasses
(edit) @6588   10 years simon04 fix #8566 - Improper handling of percent-encoded urls towards …
(edit) @6524   10 years Don-vip global use of Utils.joinAsHtmlUnorderedList()
(edit) @6380   10 years Don-vip update license/copyright information
(edit) @6336   10 years Don-vip code cleanup / robustness in edit layer handling
(edit) @6316   11 years Don-vip Sonar/FindBugs - Loose coupling
(edit) @6272   11 years Don-vip fix #9132 - support xapi_meta Overpass API endpoint
(edit) @6248   11 years Don-vip Rework console output: - new log level "error" - Replace nearly all …
(edit) @6246   11 years Don-vip Sonar/FindBugs - various bugfixes / violation fixes
(edit) @6245   11 years Don-vip see #9032, see #4029 - Allow to load session from standard I/O …
(edit) @6244   11 years Don-vip fix #9091 - rework osm/gpx download tasks - take into account recent …
(edit) @6085   11 years Don-vip see #8902 - c-like array definitions changed to java-like (patch by …
(edit) @6084   11 years bastiK see #8902 - add missing @Override annotations (patch by shinigami)
(edit) @6069   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
(edit) @6053   11 years Don-vip see #2283 - allow to download both osm and gpx data in …
(edit) @6046   11 years akks fix #7436 (shortcut/toolbar redefinition) and EDT violations in Update …
(edit) @6040   11 years Don-vip fix #8827 - HTML rendering differ if run before or after having …
(edit) @6033   11 years Don-vip see #8809 - Use table in "open location" error dialog to reduce its size
(edit) @6032   11 years Don-vip see #8809 - Add Help button to "open location" error dialog + javadoc …
(edit) @6031   11 years akks see #8809: [patch by brycenesbitt, reworked] detailed documentation …
(edit) @5927   11 years bastiK add missing license information
(edit) @5921   11 years Don-vip fix wrong primitive id setting in osmChange download task
(edit) @5909   11 years stoecker fix all remaining javadoc warnings
(edit) @5782   11 years Don-vip fix #8505 - Encoding of overpass API URLs (based on patch by …
(edit) @5745   11 years Don-vip see #8453 - Do not consider remote .gpx files as downloaded from OSM …
(edit) @5730   11 years bastiK clean up last commit (see #8307, see #8441)
(edit) @5729   11 years bastiK applied #8441 - show local imagery sources in menu instead of popup
(edit) @5691   11 years Don-vip see #8148 - Remote control: URL validation in import handler + find …
(edit) @5663   11 years Don-vip fix #8331 - NPE in download task
(edit) @5654   11 years Don-vip fix #8313 - NPE in download OSM task
(edit) @5648   11 years Don-vip fix #8307 - Do not suggest potential imagery sources on "update data"
(edit) @5501   12 years bastiK add session support for gpx layers (see #4029)
(edit) @5494   12 years Don-vip fix #8006 - Download remote marker layer
(edit) @5486   12 years Don-vip Allow to download remote files using https://
(edit) @5476   12 years Don-vip OsmChange downloading: - download nodes for incomplete ways. This …
(edit) @5402   12 years Don-vip see #7910 - resolve NPE when trying to suggest imagery layers for a …
(edit) @5388   12 years simon04 see #7910 - fix r5381 - Wrong suggested imagery layer providers (use …
(edit) @5381   12 years Don-vip fix #7910 - Wrong suggested imagery layer providers (use of shapes …
(edit) @5369   12 years simon04 Suggest imagery layers for downloaded area based on <bounds>.
(edit) @5361   12 years Don-vip fix #7879 - Allow to open local and remote gzipped/bzipped osmChange …
(edit) @5345   12 years Don-vip fix #7857 - Mark osmChange primitives inside <modify> block as …
(edit) @5317   12 years Don-vip see #7843 - Allow to open remote *.osm.bz/*.osm.bz2 files
(edit) @5275   12 years bastiK doc improvements
(edit) @5266   12 years bastiK fixed majority of javadoc warnings by replacing "{@see" by "{@link"
(edit) @5175   12 years Don-vip fix #7581 - gpx tracks download limited only to osm.org server
(edit) @5171   12 years Don-vip history/osmChange handling: fix an issue when downloading osmChange …
(edit) @5149   12 years Don-vip fix EDT violation after a download error
(edit) @5108   12 years xeen remove superfluous calls to recalculateBounds() and add clarifying comment.
(edit) @5097   12 years simon04 see #7511 - make DownloadDialog, Osm download related classes more …
(edit) @5059   12 years simon04 fix #6561 - fix several overflowing dialog texts
(edit) @5044   12 years Don-vip fix #7471 - No suitable download task for XAPI queries with * for …
(edit) @5024   12 years Don-vip Extract .osm filename from URL to set the new layer name
(edit) @5011   12 years Don-vip see #6705 - Allow downloading of URLs that have no "zoom" included
(edit) @4996   12 years Don-vip fix #2012 - Download from URL dropped on main window
(edit) @4907   12 years jttt access gui in edt
(edit) @4899   12 years Don-vip Allow JOSM to load remote .osm files
(edit) @4874   12 years jttt Use static class were appropriate
(edit) @4748   12 years jttt Speed up Prepare dataset phase when downloading multiple bboxs (for …
(edit) @4734   12 years Don-vip fix #7194 - Reworking of osmChange downloads (Fail to update a way …
(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) @4665   12 years Don-vip fix #7147 - Downloading from Overpass API borked
(edit) @4661   12 years Don-vip fix #7135 - NPE when cancelling a download request not responding
(edit) @4588   12 years Don-vip Add Overpass API standard instances to supported OSM data servers
(edit) @4579   12 years Don-vip Add Overpass API instances to supported OSM data servers
(edit) @4530   13 years Don-vip see #6653 and #6960 - Allow JOSM to download osmChange files again
(edit) @4523   13 years Don-vip see #6960 - Allow plugins to extend DownloadOsmTask mechanisms
(edit) @4521   13 years Don-vip fix #6960 - Download GPX traces with Ctrl+L
(edit) @4334   13 years xeen fix two NPEs in GpxLayer (fixes #6726) and also repaint the map when …
(edit) @4310   13 years stoecker fix #6680, fix #6677 - i18n issues
(edit) @4191   13 years stoecker remove old debug stuff
(edit) @4179   13 years jttt Move DownloadPrimitiveTask do undelete plugin (nobody else is using it)
(edit) @4094   13 years bastiK applied #5293 (patch by lordsutch) - Fix: Download parent …
(edit) @3720   13 years bastiK added missing svn:eol-style
(edit) @3313   14 years stoecker fixed typo
(edit) @3309   14 years stoecker fixed #5081 - typo
(edit) @3277   14 years mjulius Message improvement
(edit) @3251   14 years stoecker fixed #5016 - object download did not focus object
(edit) @3225   14 years jttt Remove long deprecated data change listener
(edit) @3206   14 years jttt Remove obsoleted methods from Dataset, replace some calls of …
(edit) @3083   14 years bastiK added svn:eol-style=native to source files
(edit) @3066   14 years mjulius fix NPE caused by r3064
(edit) @3065   14 years mjulius cleanup after last commit
(edit) @3064   14 years mjulius in DownloadOsmTask zoom to downloaded primitives when there was not …
(edit) @3048   14 years bastiK clean up last commit
(edit) @3047   14 years bastiK fixed #4620 - Error: NaN in greatCircleDistance
(edit) @3025   14 years jttt Fix tests
(edit) @3016   14 years bastiK pop up the conflict dialog when a conflict has been detected
(edit) @3010   14 years bastiK fixed #3921 - Autojump to downloaded area
(edit) @2950   14 years mjulius when downloading referrers also download way nodes for referring ways …
Note: See TracRevisionLog for help on using the revision log.