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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @16411   6 years simon04 checkstyle
(edit) @16405   6 years GerdP fix #13177: Better handle errors while downloading parent …
(edit) @16402   6 years simon04 fix #19127 - Jump to Position: jump to place name
(edit) @16370   6 years GerdP fix findbugs warning
(edit) @16365   6 years GerdP fix #19121: JosmAction.checkAndConfirmOutlyingOperation() should also …
(edit) @16363   6 years GerdP see #19111, #19105 revert one last minute change: if only a way is …
(edit) @16362   6 years GerdP see #19111, #19105 - don't ignore/reverse user input given in popup …
(edit) @16317   6 years GerdP fix #19104: Unglue node may remove way members from relations - fix …
(edit) @16303   6 years GerdP see #18670: fix error introduced with r16300 Ungluing an unconnected …
(edit) @16300   6 years GerdP fix #18670, #19042: Unglue ways: False positives about affected …
(edit) @16285   6 years simon04 fix #19021 - MainMenu: disable menus without edit layer: mode, tools, …
(edit) @16227   6 years GerdP fix #19030: Validator layer is not refreshed - call …
(edit) @16202   6 years GerdP fix #18990: Unable to Join Node To Way when way is the same one that …
(edit) @16187   6 years Don-vip fix #18962 - introduce DataSet.update to avoid repetitive …
(edit) @16177   6 years Don-vip see #5710 - code refactor to ease a potential fix
(edit) @16175   6 years Don-vip fix #18953 - OrthogonalizeAction: don't produce empty commands sequence
(edit) @16144   6 years Don-vip fix #18936 - fix layer name detection of Overpass xapi URLs
(edit) @16138   6 years Don-vip see #18933 - toolbar code refactoring
(edit) @16136   6 years GerdP see #18928: improve notification when empty way is used in Align nodes
(edit) @16135   6 years GerdP see #18928: fix crash with empty way
(edit) @16124   6 years Don-vip fix #18770 - fix ProgressException with concurrent download tasks
(edit) @16123   6 years Don-vip fix #18918 - Enable Ctrl-H shortcut to display history of primitives …
(edit) @16119   6 years Don-vip fix #18928 - fix various crashes with empty ways
(edit) @16091   6 years Don-vip fix #18658 - Don't create empty validator layer
(edit) @16069   6 years simon04 see #18752 - Harmonize stopwatch logging
(edit) @16068   6 years simon04 fix #18752 - Remove i18n from debug logging strings
(edit) @16066   6 years simon04 fix #18870 - DownloadAlongAction: suppress multiple requests dialog …
(edit) @16065   6 years Don-vip fix #18869 - Wrong help topic in DownloadAlongWayAction (patch by Hb---)
(edit) @16048   6 years GerdP fix #18744: "Join Overlapping Areas" shows confusing dialogs when …
(edit) @15976   6 years GerdP see #18796: Validator stops finding all issues after upload Set/Reset …
(edit) @15975   6 years GerdP fix #18796: Validator stops finding all issues after upload Set/Reset …
(edit) @15963   6 years Don-vip see #17516 - update to error-prone 2.3.5-SNAPSHOT plus following …
(edit) @15943   6 years GerdP see #18596 Fix relation ordering after split-way Patch by JeroenHoek, …
(edit) @15906   6 years simon04 Use Utils.hashMapInitialCapacity
(edit) @15890   6 years GerdP see #18728: Join overlapping Areas is slow when combining many complex …
(edit) @15887   6 years GerdP fix #9599: Join Overlapping Areas" creates a new way when joining 2 …
(edit) @15886   6 years GerdP fix #9599: Join Overlapping Areas" creates a new way when joining 2 …
(edit) @15884   6 years simon04 see #9599 - https://errorprone.info/bugpattern/OperatorPrecedence
(edit) @15883   6 years GerdP fix #9599: Join Overlapping Areas" creates a new way when joining 2 …
(edit) @15875   6 years GerdP see #18728: Join overlapping Areas is slow when combining many complex …
(edit) @15873   6 years GerdP fix #9911: Join areas internal error - Correct detection and …
(edit) @15872   6 years GerdP Don't create extra SeqenceCommand for single DeleteCommand in …
(edit) @15854   6 years GerdP see #10511: correct @since javadoc
(edit) @15852   6 years GerdP fix #10511: Joining complex areas produces exception - detect case …
(edit) @15851   6 years Don-vip fix recent spotbugs/checkstyle/javadoc issues
(edit) @15849   6 years simon04 fix #18708 - ArrayIndexOutOfBoundsException in ShowStatusReportAction
(edit) @15827   6 years Don-vip fix EDT violation
(edit) @15823   6 years Don-vip fix #18678 - fix DownloadAlong with locked layers
(edit) @15789   6 years Don-vip see #18613 - fix regressions
(edit) @15787   6 years GerdP see #18624: Download parent ways/relations downloads way nodes twice …
(edit) @15786   6 years Don-vip see #18625 - update signature of layer merge methods, remove …
(edit) @15784   6 years Don-vip see #18613 - rework download tasks / URL patterns
(edit) @15755   6 years simon04 Introduce Stopwatch class to measure elapsed time
(edit) @15744   6 years Don-vip see #14921 - fix NPE
(edit) @15740   6 years simon04 fix #18588, see #12235 - Comply with OSM Tile Usage Policy Do not …
(edit) @15739   6 years simon04 see #14921 - WMS: support time={time} for Sentinel-2 imagery
(edit) @15735   6 years simon04 Java 8: replace .stream().forEach() with .forEach()
(edit) @15733   6 years simon04 see #17220 - LayerListDialog: show imagery offset in tooltip
(edit) @15728   6 years simon04 fix #18477 - Split Way: smart way selection If only one …
(edit) @15727   6 years simon04 Java 8: use Collection.removeIf
(edit) @15716   6 years simon04 Java 8: use String.join
(edit) @15708   6 years stoecker see #17654 - allow to disable notification
(edit) @15706   6 years simon04 see #14465 -Tag2Link: combine links with same name and launch at once
(edit) @15705   6 years GerdP fix #17654: Notify users of viewport following activation Show …
(edit) @15688   6 years simon04 checkstyle
(edit) @15681   6 years GerdP fix #18083 (again): Don't combine ways when the shared node is old and …
(edit) @15676   6 years stoecker correct shortcut info, don't know why I thought there is a colon
(edit) @15672   6 years simon04 checkstyle
(edit) @15666   6 years stoecker fix #18521 - allow exceptions for shortcut parser
(edit) @15657   6 years Don-vip see #18514 - fix unit tests
(edit) @15655   6 years Don-vip see #18514 - cleanup menu groups handling
(edit) @15652   6 years Don-vip see #18494 - fix NPE when downloading GPX data by bounds and not by URL
(edit) @15649   6 years Don-vip see #18514 - disable Window menu when empty
(edit) @15646   6 years Don-vip fix #18494 - GPX layers should use the name from the file instead of …
(edit) @15630   6 years Don-vip fix #18510 - Add icons to move up/down/left/right actions
(edit) @15628   6 years GerdP fix #18501 and #18495 : revert changes from r15617
(edit) @15627   6 years GerdP see #18495: Handle the case that …
(edit) @15622   6 years Don-vip fix #18475 - support Nominatim geojson URL format
(edit) @15617   6 years GerdP fix #18083: Combine way: No warning about data outside of download …
(edit) @15610   6 years GerdP fix #18420: Move node onto ways not working anymore - sort result …
(edit) @15609   6 years Don-vip fix #18436 - add listeners to know when a DataSet's DataSources change …
(edit) @15608   6 years GerdP fix #18456: validation not possible right away (regression from …
(edit) @15599   6 years stoecker display correct checkbox state for viewport following on start
(edit) @15588   6 years Don-vip tools update: checkstyle 8.27, pmd 6.20, spotbugs 3.1.12
(edit) @15586   6 years Don-vip code cleanup
(edit) @15574   6 years GerdP fix #18367 and #18385: CombineWayAction (C) refuses to combine ways …
(edit) @15557   6 years GerdP fix #18386: DataIntegrityProblemException in parallel way mode
(edit) @15555   6 years GerdP fix #18385: Combine way action may remove parts of the ways - Count …
(edit) @15531   6 years GerdP see #18341: Improve performance when incomplete multipolygon is …
(edit) @15521   6 years Don-vip fix #18313 - proper toolbar cleanup when JOSM actions are destroyed
(edit) @15513   6 years Don-vip fix #18296 - make sure "Upload selection" is always enabled if …
(edit) @15496   6 years Don-vip fix #16796 - Rework of GPX track colors / layer preferences (patch by …
(edit) @15476   6 years Don-vip fix #18259 - disable delete action for already deleted relations
(edit) @15471   6 years Don-vip fix #18248 - raise maximum simplify-way.max-error (patch by Bjoeni)
(edit) @15455   6 years Don-vip see #18219, see #18216 - update unit tests
(edit) @15450   6 years Don-vip fix #18216 - Adapt 'Merge' button text to 'Merge layer' and 'Merge …
(edit) @15447   6 years GerdP see #18122: Don't set download bounds for incomplete Overpass queries …
(edit) @15446   6 years stoecker fix since revision, as the class was renamed, see #18210
(edit) @15445   6 years Don-vip fix #18210 - fix mode menu (add items properly to display shortcuts) …
(edit) @15441   6 years Don-vip see #10564 - add missing geojson download task see #13015 - fix …
Note: See TracRevisionLog for help on using the revision log.