source: josm/trunk/src/org

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @18080   3 years Don-vip fix #21156 - fix #20851 - see #20861 - disable value_template for …
(edit) @18078   3 years Don-vip see #21144 - Images correlation: temporary editable support layer to …
(edit) @18077   3 years Don-vip fix #21142 - Make checkbox changes update value_template fields in …
(edit) @18076   3 years Don-vip see #2760 - revert r18075 - causes nodes to remain after deletion of …
(edit) @18075   3 years Don-vip see #2760 - only consider GPX-prefixed tags uninteresting during the …
(edit) @18074   3 years Klumbumbus fix #21138 - Don't warn about unclosed amenity=weighbridge
(edit) @18073   3 years Don-vip Autosave: only try to autosave savable layers - warn in case of …
(edit) @18072   3 years Don-vip fix #16868 - build cleanup
(edit) @18071   3 years Don-vip code cleanup
(edit) @18070   3 years Don-vip fix #16868 - use DevCharly's version of svgSalamander from Maven Central
(edit) @18069   3 years Don-vip code cleanup
(edit) @18068   3 years Don-vip fix #21136 - Export GeoImage layer to GPX
(edit) @18067   3 years Don-vip fix #21135 - fix help topic of mappaint dialog
(edit) @18066   3 years Don-vip fix #21134 - add help button to access toggle dialog help from its …
(edit) @18065   3 years Don-vip fix #21131 - allow to edit direction/position of sequence of …
(edit) @18063   3 years Don-vip fix #21133 - IOOBE
(edit) @18062   3 years Don-vip fix #21132 - NPE
(edit) @18061   3 years Don-vip see #21131 - Improve GPX image correlation: direction detection and …
(edit) @18059   3 years Don-vip CorrelateGpxWithImages : code refactoring
(edit) @18052   3 years Don-vip fix PMD violations
(edit) @18051   3 years Don-vip upgrade to checkstyle 8.43, fix violations
(edit) @18050   3 years Don-vip see #17606 - see #21126 - fixes
(edit) @18049   3 years Don-vip fix #20796 - Delete image file from disk : only remove images from …
(edit) @18048   3 years Don-vip fix #20677 - fix wrong parsing of RTKLIB .pos files
(edit) @18046   3 years Don-vip fix #21126 - make sure URL generated for searching Wikimedia Commons …
(edit) @18045   3 years Don-vip CorrelateGpxWithImages : extract dialog to synchronize time from a …
(edit) @18044   3 years Don-vip CorrelateGpxWithImages : extract advanced settings dialog to a new class
(edit) @18043   3 years Don-vip CorrelateGpxWithImages : extract manual adjustment dialog to a new class
(edit) @18042   3 years Don-vip CorrelateGpxWithImages : extract GpxData loading code to a new helper class
(edit) @18040   3 years Don-vip fix #21124 - see #21117 - better fix (patch by marcello)
(edit) @18036   3 years Don-vip fix #21120 - fix NPE at WikimediaCommonsLoader.finish
(edit) @18035   3 years Don-vip GeoImageLayer : code cleanup, extract Loader class
(edit) @18034   3 years Don-vip fix #20795 - fix #20797 - fix wrong correlate to gpx behaviour (patch …
(edit) @18031   3 years Don-vip fix #20840 - Expert option mappaint.wireframe.show-relation-outlines
(edit) @18030   3 years Don-vip Make Projections.getProjectionByCode null-safe
(edit) @18028   3 years Don-vip Make Projections.getProjectionByCode thread-safe
(edit) @18025   3 years Don-vip improve stream - might be the cause of random CME seen with Java 17/18 …
(edit) @18024   3 years Don-vip fix #20935 - fix IAE: "Node pair not part of way" when splitting way …
(edit) @18023   3 years Don-vip fix #21117 - see #18949 - avoid infinite loop with presets with …
(edit) @18021   3 years Don-vip see #8472 - don't load image from Wikimedia Commons for real in unit …
(edit) @18019   3 years Don-vip fix #20955 - restrict "Overlapping Areas" test to completely …
(edit) @18018   3 years Don-vip fix #21104 - see #20659 - Image viewer: fix tooltips and icon size, …
(edit) @18017   3 years Don-vip fix #21034 - remember download OSM bounds from DownloadOsmTask instead …
(edit) @18014   3 years Don-vip remove deprecated stuff not used by plugins
(edit) @18013   3 years Don-vip see #14176 - remove deprecated DateUtils methods
(edit) @18012   3 years Don-vip fix #20989 - don't refresh GeoImageLayer contents when Main worker is …
(edit) @18011   3 years Don-vip see #17177 - add debug log on saving, wait for saving in …
(edit) @18010   3 years Don-vip fix #21107 - see #20989 - revert of r17991 - restore previous chain of …
(edit) @18009   3 years Don-vip fix #20860 - make sure to not try to close a note when none is selected
(edit) @18008   3 years Don-vip fix #21105 - see #17184 - make sure that most operations of GpxLayer …
(edit) @18007   3 years Don-vip fix #21044 - keep all tags when merging geojson nodes at the same location
(edit) @18006   3 years Don-vip fix NPE in TagMap constructor
(edit) @18005   3 years Don-vip fix #21103 - see #14605 - proper fix of IllegalStateException in …
(edit) @18004   3 years Don-vip fix #21102 - see #20935 - revert r17999
(edit) @18001   3 years Don-vip fix #21095 - see #21041 - fix NPE when opening the preset editor with …
(edit) @17999   3 years Don-vip fix #20935 - fix IAE: "Node pair not part of way" when splitting way …
(edit) @17998   3 years Don-vip fix #20950 - UnsupportedOperationException when right-clicking on an …
(edit) @17997   3 years Don-vip fix #20962 - fix NPE changing colour on GPX markers layer (patch by Bjoeni)
(edit) @17996   3 years Don-vip fix #20965 - History browser: fix NPE when restoring deleted tag value …
(edit) @17995   3 years Don-vip fix #20969 - fix trimming/synchronization issue in changeset upload …
(edit) @17994   3 years Don-vip see #17177 - see #20971 - MVT robustness, better logs, javadoc
(edit) @17991   3 years Don-vip fix #20989 - don't change active layer after layer removal if main …
(edit) @17990   3 years Don-vip see #17177 - detailed errors for random unit test failures
(edit) @17989   3 years Don-vip fix #20991 - see #18232 - restore ability to export validator errors, …
(edit) @17988   3 years Don-vip fix #21021 - proper fix of "newer" keyword, handling both formats …
(edit) @17987   3 years Don-vip fix #20992 - see #17829 - support UTC dates with 6 digits
(edit) @17986   3 years Don-vip fix #20994 - OOBE when removing node of highlighted way (patch by Bjoeni)
(edit) @17985   3 years Don-vip see #21011 - checkstyle
(edit) @17984   3 years Don-vip fix #21011 - IAE when reading GPX file with extension (patch by …
(edit) @17983   3 years Don-vip fix #21016 - ColorfulFilter not applied to empty tiles (patch by Bjoeni)
(edit) @17982   3 years Don-vip fix #21021 - see #18164 - OverpassTurboQueryWizard: fix "newer" statements
(edit) @17981   3 years Don-vip fix #21041 - Tagging preset validation: clone properly primitives …
(edit) @17980   3 years Don-vip fix #21043 - update FilterMatcher#allParentMultipolygonsFiltered …
(edit) @17975   3 years Don-vip fix #21090 - fix #20695 - shutdown precache tileloader only when all …
(edit) @17972   3 years Don-vip fix #21065 - update fully automatic OAuth authentication to adapt to …
(edit) @17968   3 years Don-vip see #17177 - don't create unneeded output stream when writing PNG …
(edit) @17964   3 years Don-vip see #20257 - CodeQL - java/zipslip - Checks for Zip Slip Vulnerability …
(edit) @17962   3 years Don-vip see #20522 - handle both language codes for Hebrew (iw before Java …
(edit) @17927   3 years Klumbumbus fix #20520, fix #21014 - Don't warn about "End node near other way" …
(edit) @17925   3 years Klumbumbus fix #21000, see #18768 - Fix Windows menu help topic (patch by skyper)
(edit) @17921   3 years simon04 fix #18697 - Revert "Simplify HistoryViewerPanel.buildTable" This …
(edit) @17919   3 years simon04 fix #20952, see #20851 - Revert "Tagging presets: value_template="..." …
(edit) @17917   3 years simon04 Cascade.convertTo: use Class.cast to avoid unchecked warning
(edit) @17916   3 years simon04 fix #20957, see #20744 - Fix MapCSS function round
(edit) @17914   3 years simon04 fix #20933 - NumberFormatException: For input string: "333,662" (patch …
(edit) @17913   3 years simon04 fix 20239 - GeoJSONImporter: fix JsonException: Cannot auto-detect …
(edit) @17911   3 years simon04 see #14176 - Deprecate DateUtils.newIsoDateTimeFormat
(edit) @17910   3 years simon04 fix #20875 - Use same DateFormat for formatting/parsing
(edit) @17909   3 years simon04 see #19771 - Tag2Link: use URL encoding for Wikimedia Commons URLs …
(edit) @17904   3 years simon04 see #20879 - https://errorprone.info/bugpattern/FallThrough
(edit) @17903   3 years simon04 see #20879 - History browser: display version "*" if tag change has …
(edit) @17902   3 years simon04 see #17177 - Encapsulate IWaySegment fields (fix getUpperIndex)
(edit) @17901   3 years simon04 fix #20862 - Notifications: Help button icon too big and lots of empty …
(edit) @17900   3 years simon04 fix #20694 - NPE in GpxLayer.isModified
(edit) @17899   3 years simon04 fix #20888, see #18949 - Tagging presets (value_template): fix …
(edit) @17898   3 years simon04 fix #20887, see #20690 - Upload dialog: fix IllegalStateException: …
(edit) @17897   3 years simon04 see #17177 - WaySegment: remove binary compatibility overrides
(edit) @17896   3 years simon04 see #17177 - IWaySegment: encapsulate fields
(edit) @17894   3 years simon04 see #20690 - Upload dialog: add DocumentListener for changeset …
(edit) @17892   3 years simon04 see #20880 - Fix VersionTableCellRenderer
Note: See TracRevisionLog for help on using the revision log.