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) @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
(edit) @4588   13 years Don-vip Add Overpass API standard instances to supported OSM data servers
(edit) @4579   13 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   15 years Gubaer fixed #3921: Autojump to downloaded area
(edit) @2434   15 years Gubaer Improved detection of modified state in OsmDataLayer.
(edit) @2414   15 years Gubaer Removed methods made @deprecated in r2411.
(edit) @2343   15 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 …
(edit) @2172   15 years Gubaer see #3558: JOSM displays an error when the API request didn't yield …
(edit) @2097   15 years Gubaer applied #3318: patch by dmuecke: josm opens modal error dialog for …
(edit) @2013   15 years stoecker fix #3341 - NPE
(edit) @1895   15 years Gubaer new: only one list of layers managed by MapView. LayerListDialog is an …
(edit) @1885   15 years Gubaer Improved exception handling
(edit) @1879   15 years Gubaer towards a fix for #3142: JOSM applet class no longer functional
(edit) @1869   15 years Gubaer fixed #2917: Download to new layer if Datalayer isn't active
(edit) @1811   15 years jttt PleaseWait refactoring. Progress is now reported using ProgressMonitor …
(edit) @1810   15 years Gubaer new: DownloadReferrersAction - downloads the set of primitives …
(edit) @1800   15 years Gubaer #2962: applied patch by plaicy - Download always increment number for …
(edit) @1799   15 years Gubaer #2963 : applied patch by plaicy - DownloadOsmTask.Task does not need …
(edit) @1750   15 years Gubaer new: replaced global conflict list by conflict list per layer, similar …
(edit) @1670   15 years Gubaer fixed: bug in OsmApi.getOsmApi() cleanup: exception handling in …
(edit) @1647   15 years stoecker fixed plugin handling a bit
(edit) @1465   15 years stoecker fix #1967. patch by xeen. This will break plugins using ProgressDialog …
(edit) @1169   15 years stoecker removed usage of tab stops
(edit) @1146   15 years framm - Added new "open location" option in the file menu which can be used …
(edit) @1082   16 years framm - some changes regarding the "hatched download area": now also works …
(edit) @746   16 years framm - changed AutoScaleAction to leave some margin around selected objects …
(edit) @726   16 years framm - automatically swap lat/lon in download dialog if necessary. patch by …
(edit) @682   16 years stoecker fixed exception - closing bug #683
(edit) @627   16 years framm - added svn:eol-style prop to all .java files. it is suggested that …
(edit) @459   17 years (none) fix bug #426: tick the checkbox in the download dialog for …
(copy) @321   17 years (none) - restructure of repository to support branches. Do 'svn switch …
copied from src/org/openstreetmap/josm/actions/downloadtasks/DownloadOsmTask.java
(edit) @298   17 years imi - added license description to head of each source file
Note: See TracRevisionLog for help on using the revision log.