source: josm/trunk/src/org/openstreetmap/josm/io

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @9613   8 years stoecker fix #12437 - see #12425 - fix handling of equal no tile headers with …
(edit) @9610   8 years stoecker fix #12425 - add checksum based no-tile detection
(edit) @9569   8 years Don-vip fix #12393 - Fix parsing note hiding events (patch by ToeBee) + add …
(edit) @9547   8 years Don-vip checkstyle
(edit) @9545   8 years Don-vip fix javadoc errors/warnings
(edit) @9543   8 years Don-vip refactoring - global simplification of use of setLayout method - …
(edit) @9537   8 years bastiK applied #12370 - adapted osm file filter to other file types (patch by …
(edit) @9529   8 years simon04 HttpClient: test progress monitor handling
(edit) @9528   8 years simon04 fix #11305 see #10306 - After canceling upload a new instead of the …
(edit) @9509   8 years simon04 fix #9925 - Allow to stop downloading GPS data and keep the downloaded part
(edit) @9477   8 years Don-vip javadoc fixes
(edit) @9471   8 years Don-vip session - refactoring to reduce code duplication
(edit) @9461   8 years bastiK applied #12369 - default extension for saving files read from …
(edit) @9455   8 years Don-vip session - refactor duplicated code, add javadoc, fix warnings
(edit) @9414   8 years simon04 see #8824 - Fail fast when initializing imagery entries while starting …
(edit) @9412   8 years simon04 see #8824 - Allow to cancel updating of imagery entries in the preferences
(edit) @9411   8 years simon04 see #8824 - Allow to cancel download of style/preset list in preferences
(edit) @9406   8 years Don-vip findbugs - replace inefficient Boolean constructor call by …
(edit) @9396   8 years simon04 fix #7122 - Improve HTTP authentication for parallel requests (TMS/WMS …
(edit) @9353   8 years simon04 Refactoring: introduce OsmApi#getServerUrl
(edit) @9352   8 years simon04 fix #7612 - Prefer OAuth, provide authorization at upload
(edit) @9344   8 years Don-vip see #11924 - fix one javadoc warning with JDK9, add more unit tests
(edit) @9326   8 years simon04 OsmReader: do not inform about undefined elements send from Overpass …
(edit) @9325   8 years simon04 see #7670 fix #7647 - Fetching objects via Overpass API recurses down …
(edit) @9324   8 years simon04 MultiFetchServerObjectReader: shutdown threads after use
(edit) @9318   8 years simon04 fix #11693 - Overpass download: set default timeout to 180s
(edit) @9313   8 years simon04 fix #8050 - Make OSM API OAuth and imagery HTTP authentication work …
(edit) @9310   8 years simon04 fix #11773 - Saving osm files in JOSM will save the nodes in one of …
(edit) @9309   8 years simon04 see #12292 - Allow to disconnect HttpClient in connecting phase
(edit) @9308   8 years simon04 fix #11693 - Overpass download: parse and use timeout from …
(edit) @9296   8 years Don-vip fix #12249 - Fix Findbugs warnings "Exceptional return value of …
(edit) @9280   8 years Don-vip improve performance and simplify file copy operations (major …
(edit) @9274   8 years simon04 Uniform display of sizes (B, kB, MB, ...)
(edit) @9243   8 years Don-vip javadoc update
(edit) @9242   8 years simon04 fix #7670 - Add Overpass settings to main preference
(edit) @9241   8 years simon04 see #7670 - Possibility to download from mirror with all download …
(edit) @9231   8 years Don-vip javadoc update
(edit) @9227   8 years Don-vip OAuth: add robustness, basic unit test, code cleanup
(edit) @9215   8 years Don-vip fix #12250 - Error when loading session containing layer converted …
(edit) @9214   8 years Don-vip use LatLon.ZERO instead of new LatLon(0, 0)
(edit) @9205   8 years Don-vip fix some Findbugs warnings
(edit) @9197   8 years Don-vip checkstyle
(edit) @9185   8 years simon04 see #12231 - HttpClient now reports status to ProgressMonitor
(edit) @9184   8 years simon04 see #12231 - fix …
(edit) @9182   8 years simon04 see #12231 - No read timeout for OsmApi connections Fixes regression …
(edit) @9174   8 years simon04 see #12231 - Update unit tests, fix regression
(edit) @9172   8 years simon04 see #12231 - Use HttpClient for OSM API calls This requires adaptors …
(edit) @9171   8 years simon04 see #12231 - Use HttpClient instead of some Utils.openHttpConnection
(edit) @9170   8 years simon04 see #12231 - Deprecate Utils.open* functions
(edit) @9169   8 years simon04 see #12231 - HttpClient: add support to uncompress streams
(edit) @9168   8 years simon04 see #12231 - Uniform access to HTTP resources
(edit) @9134   8 years wiktorn Introduce imagery-source warnings about alignment and reprojections. …
(edit) @9108   8 years Don-vip checkstyle
(edit) @9107   8 years bastiK wms: allow all supported projections (also those only accessible by code)
(edit) @9087   8 years Don-vip sonar - fix some errors, mainly NPEs
(edit) @9079   8 years Don-vip update to CheckStyle 6.13
(edit) @9078   8 years Don-vip sonar - Immutable Field
(edit) @9070   8 years Don-vip Sonar - squid:S2293 - The diamond operator ("<>") should be used
(edit) @9059   8 years Don-vip checkstyle
(edit) @9001   8 years simon04 fix #12088 - Unable to save session with WMTS layers
(edit) @8995   8 years Don-vip fix #12071 - missing translated string
(edit) @8966   8 years akks fix #12023: 100% cpu load after turning off remote control
(edit) @8929   8 years Don-vip javadoc fixes
(edit) @8927   8 years Don-vip fix #11998 - add two new protected boolean members to simplify …
(edit) @8926   8 years Don-vip javadoc fixes
(edit) @8895   9 years simon04 Refactor usage of ExtensionFileFilter introduced in r8894
(edit) @8894   9 years simon04 fix #7058 - Ability to load gz and bz2 zipped NMEA files
(edit) @8882   9 years Don-vip sonar - squid:S2386 - Mutable fields should not be "public static"
(edit) @8870   9 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(edit) @8856   9 years Don-vip fix #11957 - partial revert of r8851 - do not replace Stack by …
(edit) @8855   9 years Don-vip sonar - Unused private method should be removed sonar - Unused …
(edit) @8854   9 years Don-vip overpass download reader: fix invalid algorithm caused by bad copy/paste
(edit) @8851   9 years Don-vip sonar - squid:S1149 - Synchronized classes Vector, Hashtable, Stack …
(edit) @8850   9 years Don-vip sonar - squid:S3047 - Multiple loops over the same set should be combined
(edit) @8849   9 years Don-vip sonar - squid:S1643 - Strings should not be concatenated using '+' in …
(edit) @8848   9 years Don-vip sonar - squid:S2131 - Primitives should not be boxed just for "String" …
(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) @8839   9 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(edit) @8836   9 years Don-vip fix Checkstyle issues
(edit) @8813   9 years simon04 fix #10770 - GeoJSON export: allow to save coordinates in current map …
(edit) @8811   9 years simon04 see #11916 - Refactoring of SearchAction/SearchCompiler
(edit) @8803   9 years simon04 fix #9114 - Store imagery offset in session
(edit) @8788   9 years simon04 fix #10947 - "No data found in this area." message when Overpass query …
(edit) @8787   9 years simon04 see #11428 - Change Overpass task name in progress monitor to …
(edit) @8782   9 years simon04 see #11428 - Extract Overpass request errors Those error messages are …
(edit) @8764   9 years Don-vip fix Checkstyle issues
(edit) @8762   9 years wiktorn Replace CacheFiles with JCS and remove CacheFiles Closes: #11869
(edit) @8744   9 years simon04 see #11428 - Refactoring (class/package structure)
(edit) @8734   9 years simon04 see #11843 - Give all started threads sensible names …
(edit) @8674   9 years Don-vip fix Checkstyle issues
(edit) @8650   9 years wiktorn Follow HTTP(S) redirects in Add WMS wizzard / GetLayers. Closes: #11770
(edit) @8625   9 years bastiK applied #11713 - JOSM raster layers filters plugin development (patch …
(edit) @8620   9 years wiktorn autozoom checkbox display fix in right-menu click * proper display of …
(edit) @8597   9 years wiktorn Removed unnecessary debug output
(edit) @8596   9 years wiktorn Fix off by one error which breakes openeing local files on linux. …
(edit) @8582   9 years Don-vip checkstyle
(edit) @8574   9 years bastiK applied #11655 - memory optimization (patch by shinigami, modified)
(edit) @8570   9 years Don-vip checkstyle
(edit) @8568   9 years wiktorn Basic WMTS support. * added information about units and to_meter to …
Note: See TracRevisionLog for help on using the revision log.