source: josm/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @15788   4 years GerdP see #18455: improve performance - filter TaggingPreset.data to avoid …
(edit) @15787   4 years GerdP see #18624: Download parent ways/relations downloads way nodes twice …
(edit) @15786   4 years Don-vip see #18625 - update signature of layer merge methods, remove …
(edit) @15785   4 years Don-vip fix #18613 - discourage upload of geojson data
(edit) @15784   4 years Don-vip see #18613 - rework download tasks / URL patterns
(edit) @15783   4 years Don-vip see #18601 - Add synchronzation to ensure that the AbstractPrimitive …
(edit) @15782   4 years Klumbumbus fix #18627 - add building=fire_station to building preset
(edit) @15781   4 years simon04 fix #15334 - Use BasicArrowButton in MapFrame
(edit) @15780   4 years simon04 Advanced Preferences: fix cut off "Search:" label
(edit) @15779   4 years simon04 fix #14197 - Advanced Preferences: support search keywords "modified", …
(edit) @15778   4 years Don-vip fix #18523 - fix upload dialog layout (patch by taylor.smock)
(edit) @15777   4 years simon04 fix #13813 - Advanced object info: use consistent coordinates/bbox format
(edit) @15776   4 years simon04 fix #17639 - Relation editotr: invert color of icons when line is selected
(edit) @15775   4 years simon04 Use (correct) magic constants
(edit) @15774   4 years simon04 Simplify RelationMemberListViewer.buildTable
(edit) @15773   4 years simon04 Fix typo
(edit) @15772   4 years simon04 Simplify HistoryViewerPanel.buildTable
(edit) @15771   4 years Klumbumbus fix #18168 - don't warn about missing boundary tag if disused:boundary …
(edit) @15770   4 years simon04 Revert "fix #18139 - RelationEditor: redundant options when adding a …
(edit) @15769   4 years simon04 see #17688 - TagInfoViewer: allow to select/copy multiple values
(edit) @15768   4 years simon04 Simplify TagInfoViewer.buildTable
(edit) @15767   4 years GerdP fix #18623: Zoom is too close when downloading a single node Don't …
(edit) @15766   4 years Don-vip fix #18594 - Add route=share_taxi (patch by skyper)
(edit) @15765   4 years Klumbumbus see #17555, see #18374 - enable asserts
(edit) @15764   4 years simon04 fix #17496 - AutoFilter: infer sensible default values for layer
(edit) @15763   4 years simon04 fix #18139 - RelationEditor: redundant options when adding a relation …
(edit) @15762   4 years simon04 Fix typo in Javadoc
(edit) @15761   4 years simon04 see #17555 - Spaces in assertMatch and assertNoMatch
(edit) @15760   4 years simon04 fix #15628 - Strip HTML code from GPX descriptions
(edit) @15759   4 years simon04 GpxLayer: use Map.getOrDefault (Java 8)
(edit) @15758   4 years Klumbumbus - fix #18612 - autofix …
(edit) @15757   4 years GerdP fix #11914: show OSM username in titlebar - update …
(edit) @15756   4 years GerdP fix pmd issue: Array initialization can be written shorter.
(edit) @15755   4 years simon04 Introduce Stopwatch class to measure elapsed time
(edit) @15754   4 years simon04 SourcePrefHelper: use Stream
(edit) @15753   4 years simon04 fix #5794 - BoundingBoxSelection: place text fields in diamond pattern
(edit) @15752   4 years Don-vip fix #18523 - Upload dialog: Switch from BorderLayout to GridBagLayout …
(edit) @15751   4 years simon04 fix #18598 - CopyKeyValueAction: count values going to be copied This …
(edit) @15750   4 years simon04 see #8384 - TextTagParser: add test case
(edit) @15749   4 years simon04 SimilarNamedWaysTest: simplify by joining tests
(edit) @15748   4 years simon04 MemberTable: use EnumSet
(edit) @15747   4 years simon04 see #18591 - fix CCE, fix NPE
(edit) @15746   4 years GerdP fix misleading typos in javadoc (singular -> plural)
(edit) @15745   4 years Don-vip fix #18590 - AddressesTest should split addresses on common delimiters …
(edit) @15744   4 years Don-vip see #14921 - fix NPE
(edit) @15743   4 years Don-vip fix #18585, see #17454 - Support duration as restriction-type in …
(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) @15739   4 years simon04 see #14921 - WMS: support time={time} for Sentinel-2 imagery
(edit) @15738   4 years Don-vip fix #18583 - FileWatcher: catch possible exceptions thrown by …
(edit) @15737   4 years Don-vip fix #18576 - fix PluginHandlerTest#testBuildListOfPluginsToLoad unit test
(edit) @15736   4 years simon04 Java 8: simplify Stream API usage
(edit) @15735   4 years simon04 Java 8: replace .stream().forEach() with .forEach()
(edit) @15734   4 years simon04 see #17220 - LayerListDialog: re-enable previous offset on click
(edit) @15733   4 years simon04 see #17220 - LayerListDialog: show imagery offset in tooltip
(edit) @15732   4 years simon04 see #18503 - Relation editor: compute wayConnection for …
(edit) @15731   4 years simon04 see #10435, fix #18095 - MapCSS: add settings of type string/double
(edit) @15730   4 years simon04 fix #18561 - Add Geometry.filterInsideAnyPolygon (patch by …
(edit) @15729   4 years simon04 fix #18026 - Relation member conflict: render decision as radio buttons
(edit) @15728   4 years simon04 fix #18477 - Split Way: smart way selection If only one …
(edit) @15727   4 years simon04 Java 8: use Collection.removeIf
(edit) @15726   4 years simon04 Fix typo
(edit) @15725   4 years GerdP fix #11914: Allow to show user name in titlebar - implement …
(edit) @15724   4 years simon04 Fix PMD Warning
(edit) @15723   4 years simon04 Fix unit tests
(edit) @15722   4 years Klumbumbus fix #18471 - warn about highway=cycleway|footway|path together with …
(edit) @15721   4 years simon04 Fix Java syntax
(edit) @15720   4 years simon04 Java 8: use String.join
(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) @15715   4 years Klumbumbus - fix #18571 - deprecate unnamed=yes in favor of noname=yes - fix …
(edit) @15714   4 years Don-vip fix #18567 - proper help context for Query Changeset Dialog (patch by …
(edit) @15713   4 years Klumbumbus fix #18557 - add gaelic_games:handball check to Gaelic Games preset …
(edit) @15712   4 years stoecker see #18172 - reactivate cdata, seems Groovy and Java handle RegExp …
(edit) @15711   4 years simon04 see #14465 - Tag2Link: restrict names by JOSM language
(edit) @15710   4 years simon04 XmlObjectParser: use Map.computeIfAbsent, Stream
(edit) @15709   4 years Klumbumbus see #14465 - adapt unit test to r15706
(edit) @15708   4 years stoecker see #17654 - allow to disable notification
(edit) @15707   4 years simon04 see #14465 -Tag2Link: consider all selected primitives/properties
(edit) @15706   4 years simon04 see #14465 -Tag2Link: combine links with same name and launch at once
(edit) @15705   4 years GerdP fix #17654: Notify users of viewport following activation Show …
(edit) @15704   4 years GerdP fix #9836: crossing barrier and highway is not reported (regressin of …
(edit) @15703   4 years Don-vip see #16567 - generate Jacoco CSV and XML reports
(edit) @15702   4 years simon04 see #13901 - move Tag2Link to tools/
(edit) @15701   4 years simon04 see #13901 - fix SonarQube issues
(edit) @15700   4 years Don-vip see #18020 - ignore multipolygons too
(edit) @15699   4 years Klumbumbus see #18172 - fix typo in message, include actual categories in message
(edit) @15698   4 years Klumbumbus see #18172 - fix script: "Different categories" should be red
(edit) @15697   4 years Don-vip fix #17736 - add landuse=flowerbed, render landuse=school
(edit) @15696   4 years Don-vip fix #18020 - don't show way directions for boundary relations
(edit) @15695   4 years Don-vip fix #18552 - Add validation rules for French telecom references
(edit) @15694   4 years Klumbumbus fix #18550 - don't warn about bollard=unremovable looks like …
(edit) @15693   4 years Don-vip see #18172 - don't forget categoryOriginalString in copy constructor
(edit) @15692   4 years Don-vip see #18172 - compare ELI and JOSM categories + fix missed @since xxx
(edit) @15691   4 years GerdP fix #18544: Don't warn crossing administrative and protected_area …
(edit) @15690   4 years Klumbumbus see #16237 - fix icon
(edit) @15689   4 years Klumbumbus fix #16237 - add amenity=dive_centre (icon is internal …
Note: See TracRevisionLog for help on using the revision log.