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) @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   10 years Don-vip update license/copyright information
(edit) @6336   10 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
(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) @4310   13 years stoecker fix #6680, fix #6677 - i18n issues
(edit) @4191   13 years stoecker remove old debug stuff
(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) @3010   14 years bastiK fixed #3921 - Autojump to downloaded area
(edit) @2842   14 years mjulius fix messages for actions
(edit) @2641   14 years Gubaer new: supports system defined proxies if JOSM is started with …
(edit) @2477   14 years Gubaer fixed #3921: Autojump to downloaded area
(edit) @2434   14 years Gubaer Improved detection of modified state in OsmDataLayer.
(edit) @2414   14 years Gubaer Removed methods made @deprecated in r2411.
(edit) @2343   14 years Gubaer fixed #3792: NPE when deleting the data layer while the deletion tool …
(edit) @2328   15 years Gubaer More cleanup in download logic (less globals, more encapsulation)
(edit) @2327   15 years Gubaer Cleanup in download logic (less global, more encapsulation)
(edit) @2322   15 years Gubaer Added canceling of DownloadOsmTaskLists Removed error remembering in …
(edit) @2253   15 years Gubaer Improved dialogs in the context of conflict resolution. Improved …
(edit) @2215   15 years Gubaer applied #3583: patch by vsandre: Unable to download data with "Open …
(edit) @2195   15 years Gubaer see #3558: JOSM displays an error when the API request didn't yield …
Note: See TracRevisionLog for help on using the revision log.