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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @16074   4 years simon04 fix #18884, see #18871 - ImageResource.imgCache: use ConcurrentHashMap
(edit) @16069   4 years simon04 see #18752 - Harmonize stopwatch logging
(edit) @16067   4 years simon04 fix #18821, see #18302 - TaginfoAction: improve i18n
(edit) @16061   4 years simon04 SubclassFilteredCollection: use spliteratorUnknownSize() to avoid …
(edit) @16060   4 years simon04 see #18871 - ImageProvider.getPadded: fix/improve performance
(edit) @16056   4 years simon04 CheckParameterUtil: replace ensure() with ensureThat() Makes code …
(edit) @16055   4 years simon04 ImageProvider.getPadded: use GetPaddedOptions.DEFAULT
(edit) @16054   4 years simon04 ImageResource: use CheckParameterUtil
(edit) @16052   4 years simon04 fix #18878 - JOSM leaves behind josm_exec_ temp files
(edit) @16049   4 years simon04 see #18864 - I18n.format: fix strings containing apostrophe U+0027
(edit) @16044   4 years simon04 see #18864 - I18n.format: use not format when there are no objects …
(edit) @16043   4 years simon04 see #18864 - TaggingPreset: use char for separator field Retained …
(edit) @16029   4 years stoecker see #18856 - reactivate arabic language
(edit) @16017   4 years simon04 revert translation file move, see #18845 (update CORE_TRANS_DIRECTORY)
(edit) @16012   4 years simon04 see #18845 - Move lang to resources/data/trans/
(edit) @16003   4 years Don-vip see #18802 - fix javadoc error
(edit) @15982   4 years simon04 see #18802 - MapCSSTagChecker.TagCheck: use unmodifiable collections
(edit) @15968   4 years simon04 fix #18812 - HttpClient: specify Accept=*/* to prevent Java from …
(edit) @15967   4 years simon04 see #18812 - HttpClient: debug logging of request headers
(edit) @15959   4 years GerdP fix #13165 Validator did not warn about overlapping multipolygons - …
(edit) @15952   4 years Don-vip see #18772 - better error message, add non-regression tests
(edit) @15942   4 years GerdP findbugs BC_UNCONFIRMED_CAST
(edit) @15939   4 years GerdP fix checkstyle issues
(edit) @15938   4 years GerdP see #16707: improve highlighting of overlapping areas and "zoom to …
(edit) @15937   4 years GerdP fix #18772: log warning instead of showing bug report popup and …
(edit) @15926   4 years Don-vip fix recently introduced SonarQube issues
(edit) @15922   4 years Don-vip see #18720 - Headless mode is obviously not an HIDPI screen, as …
(edit) @15918   4 years Don-vip fix #18720 - see #11856 - Automatically enable "Tile zoom offset" in …
(edit) @15913   4 years simon04 fix #18754, see #18729 - TaginfoRegionalInstance: fix deadlock
(edit) @15909   4 years simon04 see #18749 - Use efficient/unmodifiable collections
(edit) @15908   4 years simon04 see #18729 - TaginfoRegionalInstance: use Stream API
(edit) @15906   4 years simon04 Use Utils.hashMapInitialCapacity
(edit) @15902   4 years simon04 see #18749 - Intern strings to reduce memory footprint
(edit) @15896   4 years simon04 see #14088 - Optimize ImageProvider.getPadded for untagged primitives
(edit) @15895   4 years simon04 see #14088 - Fix SelectionTableCellRendererTest, …
(edit) @15889   4 years simon04 fix #14088 - Add tags dialog: use padded preset/style icons for okay button
(edit) @15881   4 years simon04 fix #15158 - Tag2Link: leading zeros for ref:bag
(edit) @15876   4 years Don-vip fix #18729, see #18302 - support regional taginfo instances from Geofabrik
(edit) @15870   4 years simon04 MultiMapTest: extend Based on test coverage and mutation testing …
(edit) @15869   4 years simon04 DateUtilsTest: extend Based on test coverage and mutation testing …
(edit) @15866   4 years Don-vip fix #18723 - Use josm.openstreetmap.de/remote for …
(edit) @15864   4 years simon04 UtilsTest: extend Based on test coverage and mutation testing using …
(edit) @15863   4 years simon04 Utils: use Stream API
(edit) @15862   4 years simon04 Simplify Utils.strip
(edit) @15861   4 years Don-vip see #18599 - use configurable JOSM website URL
(edit) @15858   4 years simon04 fix #18599 - Tag2Link: Use josm.openstreetmap.de/remote for SPARQL queries
(edit) @15814   4 years simon04 fix #18639 - Update to overpass-wizard 0.0.9
(edit) @15799   4 years simon04 HttpClient: add stopwatch
(edit) @15798   4 years simon04 Http1Client: determine actual HTTP version
(edit) @15794   4 years simon04 see #13901 - Tag2Link: add http:// to website
(edit) @15791   4 years Don-vip fix #18608 - use the correct console encoding on Windows (regression …
(edit) @15762   4 years simon04 Fix typo in Javadoc
(edit) @15760   4 years simon04 fix #15628 - Strip HTML code from GPX descriptions
(edit) @15755   4 years simon04 Introduce Stopwatch class to measure elapsed time
(edit) @15742   4 years simon04 HttpClient: add support for Content-Encoding: deflate
(edit) @15741   4 years simon04 HttpClient: use cache by default This is in accordance with …
(edit) @15740   4 years simon04 fix #18588, see #12235 - Comply with OSM Tile Usage Policy Do not …
(edit) @15735   4 years simon04 Java 8: replace .stream().forEach() with .forEach()
(edit) @15732   4 years simon04 see #18503 - Relation editor: compute wayConnection for …
(edit) @15730   4 years simon04 fix #18561 - Add Geometry.filterInsideAnyPolygon (patch by …
(edit) @15726   4 years simon04 Fix typo
(edit) @15719   4 years simon04 Java 8: deprecate Utils.exists, Utils.find
(edit) @15718   4 years simon04 Java 8: deprecate Utils.join
(edit) @15717   4 years simon04 Java 8: use Collectors.joining
(edit) @15716   4 years simon04 Java 8: use String.join
(edit) @15711   4 years simon04 see #14465 - Tag2Link: restrict names by JOSM language
(edit) @15710   4 years simon04 XmlObjectParser: use Map.computeIfAbsent, Stream
(edit) @15706   4 years simon04 see #14465 -Tag2Link: combine links with same name and launch at once
(edit) @15702   4 years simon04 see #13901 - move Tag2Link to tools/
(edit) @15675   4 years Don-vip fix #18534 - better synchronization of image cache (patch by taylor.smock)
(edit) @15674   4 years Don-vip fix #18538 - proper handling of runtime exceptions during HTTP connections
(edit) @15665   4 years stoecker prevent integer overflow with zoom level 23
(edit) @15661   4 years simon04 fix #18388 - SystemOfMeasurement: primarily obtain country from …
(edit) @15649   4 years Don-vip see #18514 - disable Window menu when empty
(edit) @15646   4 years Don-vip fix #18494 - GPX layers should use the name from the file instead of …
(edit) @15590   4 years Don-vip fix PMD warnings forgotten in previous commit
(edit) @15586   4 years Don-vip code cleanup
(edit) @15569   4 years Don-vip see #18302 - fix NPE in unit tests
(edit) @15565   4 years Don-vip fix #18302 - support national taginfo instances
(edit) @15547   4 years Don-vip fix #18355 - fix regression in determination of locale/country …
(edit) @15543   4 years Don-vip fix #18362 - safer construction of URIs
(edit) @15506   4 years stoecker see #18284 - I18n comments
(edit) @15501   4 years Don-vip fix #18284 - Add …
(edit) @15494   4 years stoecker drop the not-really Canadian, see #17380
(edit) @15493   4 years stoecker add Marathi language, see #18285, update i18n
(edit) @15475   4 years Don-vip fix #18260 - restore correct entries in language drop down menu
(edit) @15469   4 years Don-vip fix #10033, fix #15748, fix #17097 - drop remote control https support …
(edit) @15427   5 years Don-vip fix recent SonarQube issues
(edit) @15423   5 years Don-vip fix #17240 - Presets: verify that wiki links are no redirect
(edit) @15416   5 years Don-vip fix #18190 - Handle "resource:" identical for CachedFile and images
(edit) @15408   5 years Don-vip see #18199 - log an error and return empty image for too large dimensions
(edit) @15401   5 years stoecker reenable XML parser for number types
(edit) @15395   5 years Don-vip sets the default system of measurement based on current country
(edit) @15394   5 years stoecker allow to read XML with domain specifiers
(edit) @15389   5 years Don-vip allow to set HttpClient log level to DEBUG
(edit) @15359   5 years Don-vip see #17058, fix #18097 - fix MapCSSTagChecker.getLocation
(edit) @15344   5 years GerdP see #6102, #11778: Improve UNCONNECTED_WAYS test - avoid to fill …
(edit) @15293   5 years Don-vip sonar
(edit) @15292   5 years Don-vip checkstyle/pmd/sonar
(edit) @15261   5 years Don-vip fix #17935 - fix bad HTTP request construction when contacting OSM wiki
Note: See TracRevisionLog for help on using the revision log.