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) @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 …
(edit) @2923   14 years mjulius New action: DownloadPrimitiveAction This allows to download a specific …
(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) @2578   14 years jttt Encalupse OsmPrimitive.incomplete
(edit) @2512   14 years stoecker i18n updated, fixed files to reduce problems when applying patches, …
(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) @2381   14 years jttt Change most occurrences of Dataset.nodes/ways/relations with …
(edit) @2343   14 years Gubaer fixed #3792: NPE when deleting the data layer while the deletion tool …
(edit) @2336   14 years Gubaer Removed error memory from progress monitoring subsystem.
(edit) @2332   14 years Gubaer Some updates in download dialog and related
(edit) @2330   14 years Gubaer fixed #3794: not download the correct area
(edit) @2328   14 years Gubaer More cleanup in download logic (less globals, more encapsulation)
(edit) @2327   14 years Gubaer Cleanup in download logic (less global, more encapsulation)
(edit) @2325   14 years Gubaer fixed #3783: does not finish download API Also improved …
(edit) @2322   14 years Gubaer Added canceling of DownloadOsmTaskLists Removed error remembering in …
(edit) @2273   15 years jttt Replace testing for id <= 0 with isNew() method
(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) @2201   15 years Gubaer fixed #2818: error when retrieving map data
(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) @2077   15 years Gubaer Had to replace DataSet:getPrimitiveById(id) with …
(edit) @2017   15 years Gubaer removed OptionPaneUtil cleanup of deprecated Layer API cleanup of …
(edit) @2013   15 years stoecker fix #3341 - NPE
(edit) @1979   15 years stoecker closes #3267 - patch by plaicy - fix 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) @1873   15 years stoecker fixed dialog
(edit) @1872   15 years jttt Fix #3130
(edit) @1869   15 years Gubaer fixed #2917: Download to new layer if Datalayer isn't active
(edit) @1847   15 years Gubaer replaced calls to JOptionPane.* by calls to OptionPaneUtil.*
(edit) @1835   15 years Gubaer applied #2850: patch by dmuecke - unhandled Exception when trying to …
(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) @1756   15 years Gubaer fixed #2888: Check for deleted elements should ignore incomplete elements
(edit) @1750   15 years Gubaer new: replaced global conflict list by conflict list per layer, similar …
(edit) @1690   15 years Gubaer new: MultiFetchServerObjectReader using APIs Multi Fetch method …
(edit) @1682   15 years Gubaer removed old conflict resolution code fixed bug in OsmApi (missing …
(edit) @1676   15 years stoecker fix typos
(edit) @1675   15 years Gubaer fixes #2743: crashes after "update data"
Note: See TracRevisionLog for help on using the revision log.