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) @16770   4 years GerdP fix #19451: Update data: Do not download incomplete ways - if no …
(edit) @16643   4 years simon04 see #19334 - https://errorprone.info/bugpattern/StringSplitter
(edit) @16630   4 years simon04 see #19334 - https://errorprone.info/bugpattern/UnnecessaryParentheses
(edit) @16628   4 years simon04 see #19334 - https://errorprone.info/bugpattern/MixedMutabilityReturnType
(edit) @16614   4 years simon04 Fix typo in Javadoc
(edit) @16611   4 years GerdP fix #12303: When downloading objects with Overpass API, use recurse up …
(edit) @16553   4 years Don-vip see #19334 - javadoc fixes + protected constructors for abstract classes
(edit) @16453   4 years simon04 see #19251, see #19252 - fix findFirst/map/orElse sequence
(edit) @16438   4 years simon04 see #19251 - Java 8: use Stream
(edit) @16405   4 years GerdP fix #13177: Better handle errors while downloading parent …
(edit) @16144   4 years Don-vip fix #18936 - fix layer name detection of Overpass xapi URLs
(edit) @16123   4 years Don-vip fix #18918 - Enable Ctrl-H shortcut to display history of primitives …
(edit) @15789   4 years Don-vip see #18613 - fix regressions
(edit) @15787   4 years GerdP see #18624: Download parent ways/relations downloads way nodes twice …
(edit) @15784   4 years Don-vip see #18613 - rework download tasks / URL patterns
(edit) @15652   4 years Don-vip see #18494 - fix NPE when downloading GPX data by bounds and not by URL
(edit) @15646   4 years Don-vip fix #18494 - GPX layers should use the name from the file instead of …
(edit) @15622   4 years Don-vip fix #18475 - support Nominatim geojson URL format
(edit) @15586   4 years Don-vip code cleanup
(edit) @15447   5 years GerdP see #18122: Don't set download bounds for incomplete Overpass queries …
(edit) @15424   5 years Don-vip fix #10564 - add GeoJSON import (adapted from geojson plugin)
(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) @15332   5 years Don-vip fix #18105 - Show a notification if no notes can be downloaded
(edit) @15205   5 years Don-vip fix #17871 - Don't zoom to download area by default for "Update Data" …
(edit) @15152   5 years Don-vip more uses of Java 8 stream API
(edit) @14944   5 years Klumbumbus fix #17544 - support optional browse/ in osm url at open location
(edit) @14763   5 years GerdP fix #17279: improve performance when retrieving history
(edit) @14761   5 years GerdP fix #13195 1) BoundingBoxDownloader: Reduce number of gpx api calls: …
(edit) @14624   5 years Don-vip fix various SonarQube issues
(edit) @14396   5 years Don-vip allow to download shorter URLs like http://osm.org/node/941759490
(edit) @14374   5 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) @14154   6 years Don-vip see #15229 - fix warnings
(edit) @14153   6 years Don-vip see #15229 - deprecate Main.parent and Main itself
(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) @13849   6 years Don-vip SonarQube - fix minor code issues
(edit) @13842   6 years Don-vip see #16319 - scale properly all icons using ButtonSpec
(edit) @13761   6 years Don-vip see #16288 - replace similar i18n strings (removes 35 strings from …
(edit) @13612   6 years Don-vip use OsmDataLayer.getDataSet() in download tasks
(edit) @13572   6 years Don-vip fix #15798 - support direct download of GPX files from HOT Tasking Manager
(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) @13437   6 years Don-vip fix #15967 - proper loading of notes 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) @13352   6 years Don-vip fix #15816 - full XZ support
(edit) @13261   6 years Don-vip Open Location: new expert combobox to choose whether to zoom on …
(edit) @12846   7 years bastiK see #15229 - use Config.getPref() wherever possible
(edit) @12743   7 years Don-vip see #15229 - see #15182 - deprecate gui.JosmUserIdentityManager - …
(edit) @12679   7 years Don-vip see #15182 - make actions.downloadtasks.Download*Task depend on …
(edit) @12671   7 years Don-vip see #15182 - move file importers/exporters from io package to …
(edit) @12636   7 years Don-vip see #15182 - deprecate Main.getLayerManager(). Replacement: …
(edit) @12635   7 years Don-vip see #15182 - checkstyle
(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) @12609   7 years michael2402 Apply #15057: Patch by bafonins, modified.
(edit) @12575   7 years michael2402 See #15057: Fix checkstye and sonar issues.
(edit) @12574   7 years michael2402 Apply #15057: Improve the over pass turbo dialog Adds the ability to …
(edit) @12307   7 years stoecker typo
(edit) @12284   7 years Don-vip see #14794 - javadoc
(edit) @12240   7 years Don-vip fix #14831 - handle null bounds
(edit) @11986   7 years Don-vip add unit test for Main.postConstructorProcessCmdLine
(edit) @11878   7 years Don-vip findbugs - EI_EXPOSE_REP2 + javadoc
(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) @11784   7 years Don-vip fix #13922 - fix GPX and Note download area computation
(edit) @11774   7 years Don-vip fix #13922 - zoom only once when downloading several data types
(edit) @11746   7 years Don-vip PMD - Strict Exceptions
(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) @11535   7 years Don-vip sonar - squid:S2142 - "InterruptedException" should not be ignored
(edit) @11329   7 years simon04 see #13201 - OsmUrlToBounds: also take Geo URLs into account This …
(edit) @11124   8 years simon04 see #13749 - Enhance supported URLs for downloading GPS data * …
(edit) @11073   8 years simon04 see #13749 - Enhance supported URLs for downloading GPS data * …
(edit) @10747   8 years Don-vip sonar - squid:S1228 - Packages should have a javadoc file …
(edit) @10630   8 years simon04 fix #13201 - Support Geo URLs on command line and open location
(edit) @10601   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
(edit) @10467   8 years Don-vip fix #13037 - Small fixes for unit tests (patch by michael2402) - gsoc-core
(edit) @10463   8 years Don-vip sonar - squid:S1166 - Exception handlers should preserve the original …
(edit) @10436   8 years Don-vip see #13001 - replace calls to Main.main.[add|remove]Layer by …
(edit) @10432   8 years Don-vip fix #13001 - Add MainPanel + some new methods (patch by michael2402, …
(edit) @10420   8 years Don-vip sonar - squid:S1166 - Exception handlers should preserve the original …
(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 …
Note: See TracRevisionLog for help on using the revision log.