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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @8906   10 years Don-vip remove deprecated stuff
(edit) @8901   10 years Don-vip fix #11969 - Add yh:WIDTH to tags.discardable
(edit) @8882   10 years Don-vip sonar - squid:S2386 - Mutable fields should not be "public static"
(edit) @8873   10 years Don-vip fix #11967 - Regression: Object count in validator broken + add unit test
(edit) @8870   10 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(edit) @8863   10 years Don-vip major code cleanup/refactoring of tagging presets: slay the monster …
(edit) @8856   10 years Don-vip fix #11957 - partial revert of r8851 - do not replace Stack by …
(edit) @8855   10 years Don-vip sonar - Unused private method should be removed sonar - Unused …
(edit) @8851   10 years Don-vip sonar - squid:S1149 - Synchronized classes Vector, Hashtable, Stack …
(edit) @8850   10 years Don-vip sonar - squid:S3047 - Multiple loops over the same set should be combined
(edit) @8849   10 years Don-vip sonar - squid:S1643 - Strings should not be concatenated using '+' in …
(edit) @8848   10 years Don-vip sonar - squid:S2131 - Primitives should not be boxed just for "String" …
(edit) @8846   10 years Don-vip sonar - fb-contrib - minor performance improvements: * Method passes …
(edit) @8840   10 years Don-vip sonar - squid:S3052 - Fields should not be initialized to default values
(edit) @8839   10 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(edit) @8836   10 years Don-vip fix Checkstyle issues
(edit) @8829   10 years simon04 fix #10134 - Validator: allow to cancel validation tests This …
(edit) @8824   10 years wiktorn When looking for similar imageries look only within the imageries of …
(edit) @8817   10 years Don-vip see #11924 - JDK9 Jigsaw: do not run code in headless environment (for …
(edit) @8816   10 years Don-vip see #11924 - JDK9 Jigsaw: workaround for …
(edit) @8815   10 years wiktorn Improve tile display when imagery server returns errors randomly. * …
(edit) @8812   10 years simon04 see #11916 - Search: allow to use MapCSS selectors
(edit) @8811   10 years simon04 see #11916 - Refactoring of SearchAction/SearchCompiler
(edit) @8800   10 years simon04 fix #11702 - Imagery: re-add info messages on HTTP requests
(edit) @8795   10 years Don-vip fix javadoc errors/warnings seen with JDK9
(edit) @8783   10 years simon04 HostLimitQueue: log "host limit reached" as DEBUG message
(edit) @8777   10 years Don-vip Basic Java 9 support: make code compile, and Linux scripts detect it
(edit) @8772   10 years Don-vip remove deprecated code from jmapviewer, deprecate plugin …
(edit) @8768   10 years wiktorn When tile loading task was canceled, tiles were not properly mark as …
(edit) @8767   10 years Klumbumbus remove oneway arrows of deprecated tag waterway=rapids
(edit) @8764   10 years Don-vip fix Checkstyle issues
(edit) @8753   10 years simon04 fix #11774 - Warn about obvious misspelled tag keys (patch by mdk, …
(edit) @8752   10 years wiktorn Support situations, where WMTS service provides more than one tile set …
(edit) @8743   10 years simon04 see #11834 - Use KeyValueVisitor in the UntaggedNode test
(edit) @8742   10 years simon04 fix #11834 - KeyValueVisitor: also provide primitive to the visitor
(edit) @8740   10 years simon04 fix #11834 - Use visitor pattern for key/value lookup (patch by …
(edit) @8739   10 years simon04 see #11833 - Attempt to fix infinite loop in MultipolygonCache (thanks …
(edit) @8737   10 years wiktorn Remove of org.openstreetmap.gui.jmapviewer.JobDispatcher. Closes: #11840
(edit) @8735   10 years simon04 fix #11839 - AbstractPrimitive: getKeys() is accessing this.keys …
(edit) @8734   10 years simon04 see #11843 - Give all started threads sensible names …
(edit) @8724   10 years Don-vip fix #11813 - NPE
(edit) @8718   10 years simon04 Fix checkstyle warnings
(edit) @8714   10 years wiktorn Do not block in EDT thread, when waiting for attribution download. …
(edit) @8709   10 years simon04 see #11827 - fix NPE introduced in r8708
(edit) @8708   10 years simon04 see #11827 - see #11653 - Revert r8566 till its impacts are fully …
(edit) @8704   10 years wiktorn Fix minimum zooming breaking the calculation of best-zoom and zooming in.
(edit) @8697   10 years wiktorn fix failing tests
(edit) @8696   10 years wiktorn Glue WMS zoom levels to TMS zoom levels. Based on WMTS well known …
(edit) @8680   10 years simon04 fix #11755 - Update version of opening_hours.js to 3.3.0
(edit) @8674   10 years Don-vip fix Checkstyle issues
(edit) @8673   10 years wiktorn Bing fixes. * Pass and handle error on url creation (attribution not …
(edit) @8659   10 years wiktorn More performance improvements * Use one MemoryTileCache instance per …
(edit) @8652   10 years Don-vip fix #11767 - Use Arrays.copyOf in OsmPrimitive#put(String, String)
(edit) @8649   10 years wiktorn * performance improvements - move all cache accesses to worker thread, …
(edit) @8647   10 years wiktorn Performance improvements. * getTileUrl now uses generic, staticly …
(edit) @8643   10 years wiktorn Fix behaviour when exception is thrown during download. * fix endless …
(edit) @8640   10 years wiktorn Fix retrieving expired elemetnts from cache for TMS
(edit) @8638   10 years Klumbumbus fix #11745 - typo
(edit) @8637   10 years Don-vip update to latest JMapViewer
(edit) @8636   10 years wiktorn Small TMS fixes. * fix handling of minimum and maximum expiration …
(edit) @8635   10 years wiktorn Fix Coverity warnings: * null pointer dereferences * make maksimum …
(edit) @8634   10 years Don-vip proper JOSM/JMapViewer integration
(edit) @8633   10 years Don-vip fix some compile errors that arise with openjdk-9-b74
(edit) @8632   10 years Don-vip update Checkstyle to 6.8.1, update Eclipse project, fix checkstyle issues
(edit) @8629   10 years wiktorn Fix NPE in CacheEntry and TMS settings * fix NPE in CacheEntry …
(edit) @8628   10 years wiktorn findbugs fixes
(edit) @8627   10 years wiktorn properly pass the message that user has not selected layer
(edit) @8626   10 years wiktorn checkstyle and sonar issues fixes
(edit) @8624   10 years bastiK add missing svn:eol-style=native
(edit) @8619   10 years wiktorn Class cleanup / style fixes. * Replace Coordinate with ICoordinate * …
(edit) @8618   10 years wiktorn Fix calculation of World Bounds for WMS when no projection has no …
(edit) @8616   10 years bastiK applied #11714 - StyledMapRenderer javadoc (patch by michael2402)
(edit) @8614   10 years bastiK applied #11708 - Removed redundant code from StyledMapRenderer (patch …
(edit) @8611   10 years Don-vip Add robustness to UNITS_TO_METERS parameters - this solves the …
(edit) @8610   10 years bastiK get rid of redundant ellipsoid info in epsg file
(edit) @8609   10 years bastiK add proj.4 syntax "+proj=utm +zone=... [+south]" for CustomProjection …
(edit) @8608   10 years Don-vip define static variable before first use to see if it solves NPE in …
(edit) @8607   10 years wiktorn fix error reporting when tiles were successfuly loaded
(edit) @8606   10 years wiktorn Properly report exceptions from tile download
(edit) @8604   10 years wiktorn Better error reporting in JCS, checkstyle fixes
(edit) @8602   10 years wiktorn Properly handle file based tile sources. * move …
(edit) @8598   10 years wiktorn TileSource: * added method - getTileId that returns unique identifier …
(edit) @8595   10 years Don-vip fix #11681 - NPE in tagging presets initialization
(edit) @8594   10 years Klumbumbus see #11600 see #11393 - fix r8591
(edit) @8591   10 years Klumbumbus fix #11600 see #11393 - (re)add default direction arrows for …
(edit) @8588   10 years Don-vip fix #11657 - User.createOsmUser() memory optimization
(edit) @8586   10 years wiktorn * (WMTS) Added Style support * (WMTS) Added MatrixHeight and …
(edit) @8585   10 years wiktorn Checkstyle fixes
(edit) @8584   10 years wiktorn - added axis definition to ESPG projections definition, where it's not …
(edit) @8582   10 years Don-vip checkstyle
(edit) @8580   10 years Klumbumbus see #11600 see #11393 - try to fix r8579
(edit) @8579   10 years Klumbumbus fix #11600 see #11393 - don't assume oneway=yes without oneway on …
(edit) @8577   10 years Klumbumbus fix #11669 - don't warn about unclosed natural=valley
(edit) @8574   10 years bastiK applied #11655 - memory optimization (patch by shinigami, modified)
(edit) @8571   10 years Don-vip findbugs
(edit) @8570   10 years Don-vip checkstyle
(edit) @8569   10 years wiktorn Add tests for Wallonie and Wien, fixed Style substitution
(edit) @8568   10 years wiktorn Basic WMTS support. * added information about units and to_meter to …
(edit) @8566   10 years Don-vip fix #11653 - AbstractPrimitive.getKeys optimization (patch by shinigami)
(edit) @8565   10 years Don-vip fix #11650 - performance: avoid creation of Date objects when it is …
Note: See TracRevisionLog for help on using the revision log.