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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @16505   4 years GerdP see #19296: Actions should avoid to install listeners which are not …
(edit) @16502   4 years simon04 fix #19295 - Ctrl+H doesn't work when getting started screen is focused
(edit) @16499   4 years GerdP correct @since
(edit) @16495   4 years GerdP see #19257: reduce number of ShowHistoryAction implementations Add …
(edit) @16467   4 years simon04 Fix typo in Javadoc
(edit) @16453   4 years simon04 see #19251, see #19252 - fix findFirst/map/orElse sequence
(edit) @16452   4 years simon04 see #19251 - Java 8: use Stream
(edit) @16442   4 years simon04 Fix typo "referrer"
(edit) @16441   4 years simon04 see #19251 - Checkstyle, PMD
(edit) @16438   4 years simon04 see #19251 - Java 8: use Stream
(edit) @16411   4 years simon04 checkstyle
(edit) @16405   4 years GerdP fix #13177: Better handle errors while downloading parent …
(edit) @16402   4 years simon04 fix #19127 - Jump to Position: jump to place name
(edit) @16370   4 years GerdP fix findbugs warning
(edit) @16365   4 years GerdP fix #19121: JosmAction.checkAndConfirmOutlyingOperation() should also …
(edit) @16363   4 years GerdP see #19111, #19105 revert one last minute change: if only a way is …
(edit) @16362   4 years GerdP see #19111, #19105 - don't ignore/reverse user input given in popup …
(edit) @16317   4 years GerdP fix #19104: Unglue node may remove way members from relations - fix …
(edit) @16303   4 years GerdP see #18670: fix error introduced with r16300 Ungluing an unconnected …
(edit) @16300   4 years GerdP fix #18670, #19042: Unglue ways: False positives about affected …
(edit) @16285   4 years simon04 fix #19021 - MainMenu: disable menus without edit layer: mode, tools, …
(edit) @16227   4 years GerdP fix #19030: Validator layer is not refreshed - call …
(edit) @16202   4 years GerdP fix #18990: Unable to Join Node To Way when way is the same one that …
(edit) @16187   4 years Don-vip fix #18962 - introduce DataSet.update to avoid repetitive …
(edit) @16177   4 years Don-vip see #5710 - code refactor to ease a potential fix
(edit) @16175   4 years Don-vip fix #18953 - OrthogonalizeAction: don't produce empty commands sequence
(edit) @16144   4 years Don-vip fix #18936 - fix layer name detection of Overpass xapi URLs
(edit) @16138   4 years Don-vip see #18933 - toolbar code refactoring
(edit) @16136   4 years GerdP see #18928: improve notification when empty way is used in Align nodes
(edit) @16135   4 years GerdP see #18928: fix crash with empty way
(edit) @16124   4 years Don-vip fix #18770 - fix ProgressException with concurrent download tasks
(edit) @16123   4 years Don-vip fix #18918 - Enable Ctrl-H shortcut to display history of primitives …
(edit) @16119   4 years Don-vip fix #18928 - fix various crashes with empty ways
(edit) @16091   4 years Don-vip fix #18658 - Don't create empty validator layer
(edit) @16069   4 years simon04 see #18752 - Harmonize stopwatch logging
(edit) @16068   4 years simon04 fix #18752 - Remove i18n from debug logging strings
(edit) @16066   4 years simon04 fix #18870 - DownloadAlongAction: suppress multiple requests dialog …
(edit) @16065   4 years Don-vip fix #18869 - Wrong help topic in DownloadAlongWayAction (patch by Hb---)
(edit) @16048   4 years GerdP fix #18744: "Join Overlapping Areas" shows confusing dialogs when …
(edit) @15976   4 years GerdP see #18796: Validator stops finding all issues after upload Set/Reset …
(edit) @15975   4 years GerdP fix #18796: Validator stops finding all issues after upload Set/Reset …
(edit) @15963   4 years Don-vip see #17516 - update to error-prone 2.3.5-SNAPSHOT plus following …
(edit) @15943   4 years GerdP see #18596 Fix relation ordering after split-way Patch by JeroenHoek, …
(edit) @15906   4 years simon04 Use Utils.hashMapInitialCapacity
(edit) @15890   4 years GerdP see #18728: Join overlapping Areas is slow when combining many complex …
(edit) @15887   4 years GerdP fix #9599: Join Overlapping Areas" creates a new way when joining 2 …
(edit) @15886   4 years GerdP fix #9599: Join Overlapping Areas" creates a new way when joining 2 …
(edit) @15884   4 years simon04 see #9599 - https://errorprone.info/bugpattern/OperatorPrecedence
(edit) @15883   4 years GerdP fix #9599: Join Overlapping Areas" creates a new way when joining 2 …
(edit) @15875   4 years GerdP see #18728: Join overlapping Areas is slow when combining many complex …
(edit) @15873   4 years GerdP fix #9911: Join areas internal error - Correct detection and …
(edit) @15872   4 years GerdP Don't create extra SeqenceCommand for single DeleteCommand in …
(edit) @15854   4 years GerdP see #10511: correct @since javadoc
(edit) @15852   4 years GerdP fix #10511: Joining complex areas produces exception - detect case …
(edit) @15851   4 years Don-vip fix recent spotbugs/checkstyle/javadoc issues
(edit) @15849   4 years simon04 fix #18708 - ArrayIndexOutOfBoundsException in ShowStatusReportAction
(edit) @15827   4 years Don-vip fix EDT violation
(edit) @15823   4 years Don-vip fix #18678 - fix DownloadAlong with locked layers
(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) @15786   4 years Don-vip see #18625 - update signature of layer merge methods, remove …
(edit) @15784   4 years Don-vip see #18613 - rework download tasks / URL patterns
(edit) @15755   4 years simon04 Introduce Stopwatch class to measure elapsed time
(edit) @15744   4 years Don-vip see #14921 - fix NPE
(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) @15735   4 years simon04 Java 8: replace .stream().forEach() with .forEach()
(edit) @15733   4 years simon04 see #17220 - LayerListDialog: show imagery offset in tooltip
(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) @15716   4 years simon04 Java 8: use String.join
(edit) @15708   4 years stoecker see #17654 - allow to disable notification
(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) @15688   4 years simon04 checkstyle
(edit) @15681   4 years GerdP fix #18083 (again): Don't combine ways when the shared node is old and …
(edit) @15676   4 years stoecker correct shortcut info, don't know why I thought there is a colon
(edit) @15672   4 years simon04 checkstyle
(edit) @15666   4 years stoecker fix #18521 - allow exceptions for shortcut parser
(edit) @15657   4 years Don-vip see #18514 - fix unit tests
(edit) @15655   4 years Don-vip see #18514 - cleanup menu groups handling
(edit) @15652   4 years Don-vip see #18494 - fix NPE when downloading GPX data by bounds and not by URL
(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) @15630   4 years Don-vip fix #18510 - Add icons to move up/down/left/right actions
(edit) @15628   4 years GerdP fix #18501 and #18495 : revert changes from r15617
(edit) @15627   4 years GerdP see #18495: Handle the case that …
(edit) @15622   4 years Don-vip fix #18475 - support Nominatim geojson URL format
(edit) @15617   4 years GerdP fix #18083: Combine way: No warning about data outside of download …
(edit) @15610   4 years GerdP fix #18420: Move node onto ways not working anymore - sort result …
(edit) @15609   4 years Don-vip fix #18436 - add listeners to know when a DataSet's DataSources change …
(edit) @15608   4 years GerdP fix #18456: validation not possible right away (regression from …
(edit) @15599   4 years stoecker display correct checkbox state for viewport following on start
(edit) @15588   4 years Don-vip tools update: checkstyle 8.27, pmd 6.20, spotbugs 3.1.12
(edit) @15586   4 years Don-vip code cleanup
(edit) @15574   4 years GerdP fix #18367 and #18385: CombineWayAction (C) refuses to combine ways …
(edit) @15557   4 years GerdP fix #18386: DataIntegrityProblemException in parallel way mode
(edit) @15555   4 years GerdP fix #18385: Combine way action may remove parts of the ways - Count …
(edit) @15531   4 years GerdP see #18341: Improve performance when incomplete multipolygon is …
(edit) @15521   4 years Don-vip fix #18313 - proper toolbar cleanup when JOSM actions are destroyed
Note: See TracRevisionLog for help on using the revision log.