source: josm/trunk/src/org/openstreetmap/josm/actions/downloadtasks/DownloadOsmTask.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @18017   3 years Don-vip fix #21034 - remember download OSM bounds from DownloadOsmTask instead …
(edit) @17603   3 years simon04 fix #19816 - DownloadOsmTask: mark newly downloaded layer with …
(edit) @16628   4 years simon04 see #19334 - https://errorprone.info/bugpattern/MixedMutabilityReturnType
(edit) @16553   4 years Don-vip see #19334 - javadoc fixes + protected constructors for abstract classes
(edit) @16144   4 years Don-vip fix #18936 - fix layer name detection of Overpass xapi URLs
(edit) @15789   4 years Don-vip see #18613 - fix regressions
(edit) @15784   4 years Don-vip see #18613 - rework download tasks / URL patterns
(edit) @15447   5 years GerdP see #18122: Don't set download bounds for incomplete Overpass queries …
(edit) @15358   5 years Don-vip fix #18105 - Show a notification if no notes can be downloaded
(edit) @15353   5 years Don-vip fix #18118 - don't warn about potentially deleted objects when using …
(edit) @14624   5 years Don-vip fix various SonarQube issues
(edit) @14374   6 years simon04 fix #16879, see #14831 - Fix zoom to downloaded data
(edit) @14357   6 years Don-vip detect Overpass API links in load location/remote control. Needed to …
(edit) @14350   6 years Don-vip see #16850 - fix error_prone warning
(edit) @14347   6 years Don-vip fix #16850 - Make overriding …
(edit) @14247   6 years Don-vip remove stuff deprecated in June. RIP SelectionChangedListener
(edit) @14219   6 years Don-vip fix #16695 - display remark from Overpass API when a download …
(edit) @14215   6 years Don-vip remove deprecated stuff
(edit) @13937   6 years Don-vip fix Javadoc false warnings (JDK-8031625 fixed only in Java 9)
(edit) @13934   6 years Don-vip fix PMD/Javadoc issues
(edit) @13933   6 years Don-vip see #11000 - restore old (deprecated) constructors to avoid plugins …
(edit) @13932   6 years Don-vip see #11000 - restore old (deprecated) method signatures to avoid …
(edit) @13929   6 years Don-vip fix #11000 - add layer_locked, download_policy, upload_policy to …
(edit) @13928   6 years Don-vip see #11000 - support layer_name in the general case
(edit) @13927   6 years Don-vip see #11000 - Remote control: allow to specify layer_name for import
(edit) @13612   6 years Don-vip use OsmDataLayer.getDataSet() in download tasks
(edit) @13486   6 years Don-vip fix #8039, see #10456 - fix bugs with non-downloadable layers
(edit) @13464   6 years Don-vip fix codestyle issues
(edit) @13453   6 years Don-vip fix #8039, fix #10456: final fixes for the read-only/locked layers: - …
(edit) @13435   6 years Don-vip see #8039, see #10456 - fix regressions and code style issues
(edit) @13434   6 years Don-vip see #8039, see #10456 - support read-only data layers
(edit) @12679   7 years Don-vip see #15182 - make actions.downloadtasks.Download*Task depend on …
(edit) @12636   7 years Don-vip see #15182 - deprecate Main.getLayerManager(). Replacement: …
(edit) @12634   7 years Don-vip see #15182 - deprecate Main.worker, replace it by …
(edit) @12630   7 years Don-vip see #15182 - deprecate Main.map and Main.isDisplayingMapView(). …
(edit) @12620   7 years Don-vip see #15182 - deprecate all Main logging methods and introduce …
(edit) @12240   7 years Don-vip fix #14831 - handle null bounds
(edit) @11986   7 years Don-vip add unit test for Main.postConstructorProcessCmdLine
(edit) @11849   7 years Don-vip see #14604 - sonar - squid:S1596 - "Collections.EMPTY_LIST", …
(edit) @11836   7 years bastiK fixed #14604 - Error on import
(edit) @11774   7 years Don-vip fix #13922 - zoom only once when downloading several data types
(edit) @11735   7 years Don-vip fix #5092 - Synchronization issue with nodes deleted on server
(edit) @11658   7 years Don-vip fix #13922 - Add (expert) option to not zoom to the new downloaded data
(edit) @11627   7 years Don-vip fix #3346 - improve drastically the performance of fixing duplicate …
(edit) @11553   7 years Don-vip refactor handling of null values - use Java 8 Optional where possible
(edit) @10436   8 years Don-vip see #13001 - replace calls to Main.main.[add|remove]Layer by …
(edit) @10413   8 years Don-vip fix #12983 - replace calls to Main.main.get[Active|Edit]Layer() by …
(edit) @10409   8 years Don-vip * remove duplicated code * fix various sonar warnings * add some …
(edit) @10378   8 years Don-vip Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
(edit) @10371   8 years Don-vip fix #12944 - Reduce use of addLayer(..., bounds) - patch by …
(edit) @10318   8 years Don-vip fix #12906 - Change Actions to use LayerManager (patch by michael2402)
(edit) @10315   8 years Don-vip findbugs, code optimization/cleanup
(edit) @10212   8 years Don-vip sonar - squid:S2221 - "Exception" should not be caught when not …
(edit) @9732   8 years Don-vip remote control: add more unit tests, robustness
(edit) @9214   8 years Don-vip use LatLon.ZERO instead of new LatLon(0, 0)
(edit) @8942   9 years Don-vip Add constructor forgotten in r8927
(edit) @8927   9 years Don-vip fix #11998 - add two new protected boolean members to simplify …
(edit) @8908   9 years Don-vip improve download tasks unit tests
(edit) @8846   9 years Don-vip sonar - fb-contrib - minor performance improvements: * Method passes …
(edit) @8840   9 years Don-vip sonar - squid:S3052 - Fields should not be initialized to default values
(edit) @8540   9 years Don-vip fix remaining checkstyle issues
(edit) @8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8130   9 years Don-vip fix Sonar issue squid:ModifiersOrderCheck - Modifiers should be …
(edit) @7817   9 years bastiK fixed #10861 - Zoom to layer when opening new file (see #10860)
(edit) @7816   9 years bastiK fixed #10860 - set initial viewport correctly when mapview is opened
(edit) @7749   9 years bastiK remotecontrol /import: only allow whitelisted download tasks to be …
(edit) @7637   10 years Don-vip see #10511 - disable unit test until we fix the bug
(edit) @7636   10 years Don-vip fix #10646 - Remote Control v1.6: new load_data handler to load OSM …
(edit) @7575   10 years Don-vip fix #7976 - Get downloaded gpx areas, on the same model as osm data
(edit) @7149   10 years simon04 fix #10051 - Allow to load from Overpass via HTTPS
(edit) @7005   10 years Don-vip see #8465 - use diamond operator where applicable
(edit) @6920   10 years Don-vip fix #9778, fix #9806 - access OSM API and JOSM website in HTTPS by …
(edit) @6830   10 years Don-vip javadoc fixes for jdk8 compatibility
(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   11 years Don-vip update license/copyright information
(edit) @6336   11 years Don-vip code cleanup / robustness in edit layer handling
(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) @6069   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
(edit) @6031   11 years akks see #8809: [patch by brycenesbitt, reworked] detailed documentation …
(edit) @5782   11 years Don-vip fix #8505 - Encoding of overpass API URLs (based on patch by …
(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) @5486   12 years Don-vip Allow to download remote files using https://
(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) @5345   12 years Don-vip fix #7857 - Mark osmChange primitives inside <modify> block as …
(edit) @5097   12 years simon04 see #7511 - make DownloadDialog, Osm download related classes more …
(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) @4899   12 years Don-vip Allow JOSM to load remote .osm files
(edit) @4665   12 years Don-vip fix #7147 - Downloading from Overpass API borked
Note: See TracRevisionLog for help on using the revision log.