source: josm

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author
(edit) @19570   9 days GerdP

fix #24710:JOSM produces an incorrect error message at loading ramps

  • don't complain about amenity=loading_dock connected to a highway
(edit) @19569   10 days GerdP

see #24695: Unpredictable result when scaling or rotating an object again

  • add @since
(edit) @19568   2 weeks GerdP

see #24695: Unpredictable result when scaling or rotating an object again
fix unit tests (testEqualsContract())

(edit) @19567   2 weeks GerdP

see #24695: remove unused import

(edit) @19566   2 weeks GerdP

fix #24695: Unpredictable result when scaling or rotating an object again

  • change code to handle repeated scale or rotation

(patch 24695.patch without the additional check reg. moved nodes outside download area)

(edit) @19565   3 weeks gaben

show a message when no plugins are installed

(edit) @19564   3 weeks stoecker

support shop games in map, add missing icon, fix #24688

(edit) @19563   3 weeks gaben

fix element type typo in the man_made=avalanche_protection preset

(edit) @19562   3 weeks gaben

align Maven dependencies and JDK profiles with Ivy setup

(edit) @19561   3 weeks stoecker

increase checkout action to fix warning

(edit) @19560   3 weeks stoecker

allow to modify color of lasso, fix #24697

(edit) @19559   3 weeks stoecker

support shop games in map (drop ignores), see #24688

(edit) @19558   3 weeks stoecker

support shop games in map, fix #24688

(edit) @19557   3 weeks stoecker

fix #24696 - allow 'trace(s)' in download URL

(edit) @19556   4 weeks GerdP

fix #24687: JOSM doesn't warn about many moved nodes when rotating or scaling several objects

  • add code to call confirmOrUndoMovement() also after rotating or scaling
(edit) @19555   5 weeks stoecker

somehow last checkin was broken

(edit) @19554   5 weeks stoecker

i18n update

(edit) @19553   5 weeks stoecker

fix #24677 - applied modified patch by dnet

(edit) @19552   6 weeks stoecker

tag2link 2026.3.21

(edit) @19551   6 weeks gaben

fix @since xxx

(edit) @19550   6 weeks stoecker

warn about downloading old data - patch by taylor.smock, fix #21904

(edit) @19549   6 weeks stoecker

fix #24678 - Possibility to specify custom MapPaintSettings for MapCSS rendering - patch by zkir

(edit) @19548   6 weeks stoecker

fix #24677 - improve startup time needed for loading SVG icons

(edit) @19547   7 weeks stoecker

fix #24420 - new local layer action, patch by aharvey

(edit) @19546   7 weeks stoecker

fix #23997 - add strolling to sac_scale

(edit) @19545   2 months stoecker

add alternative

(edit) @19544   2 months stoecker

replace old URL

(edit) @19543   2 months stoecker

increase pmd to 7.22.0, fix some missing version updates in nodist/pom.xml

(edit) @19542   2 months stoecker

fix old Java related stuff

(edit) @19541   2 months stoecker

remove outdated expiry data check, see #24635

(edit) @19540   2 months stoecker

tag2link 2026.2.21

(edit) @19539   2 months stoecker

see #24635 - remove usage of Date

(edit) @19538   2 months stoecker

fix one more PMD, see #24635, drop java.util.Date in SyncEditorLayerIndex

(edit) @19537   2 months stoecker

fix one more PMD, see #24635

(edit) @19536   2 months stoecker

remove PMD ImplicitFunctionalInterface, see #24635

(edit) @19535   2 months stoecker

remove a lot of PMD warnings, especially outdated ignores, see #24635

(edit) @19534   2 months stoecker

resource leaks

(edit) @19533   2 months stoecker

solve Coverity CID 1644870 - resource leak

(edit) @19532   2 months stoecker

i18n update

(edit) @19531   2 months stoecker

checkstyle

(edit) @19530   2 months stoecker

do not fail when image in Clipboard causes exception, see #24642

(edit) @19529   3 months stoecker

Iana TLD update - and another one gone

(edit) @19528   3 months stoecker

see #24637 - patch by zkir (modified a bit) - allow to handle more than one style in caching

(edit) @19527   3 months stoecker

checkstyle

(edit) @19526   3 months stoecker

IANA update

(edit) @19525   3 months stoecker

suppress unfixable warning

(edit) @19524   3 months stoecker

different errorprone version for java 11 and 17

(edit) @19523   3 months stoecker

add ignores

(edit) @19522   3 months stoecker

fix deprecation

(edit) @19521   3 months stoecker

make ivy version selection compatible for plugins

(edit) @19520   3 months stoecker

ignore rule PublicMemberInNonPublicType, see #24635

(edit) @19519   3 months stoecker

unify eol-style

(edit) @19518   3 months stoecker

make test locale aware

(edit) @19517   3 months stoecker

update tools

(edit) @19516   3 months stoecker

ensure ivy versions are also available for plugin builds

(edit) @19515   3 months stoecker

see #24601 - use different cache names for different tests (may be executed in parallel)

(edit) @19514   3 months stoecker

hopefully correctly fix MapCSSRenderTest

(edit) @19513   3 months stoecker

org.jacoco.ant 0.8.14 seems to have problems, go back to 0.8.13 also for newer Java

(edit) @19512   3 months GerdP

fix #24632: NPE in Changesetmanager when trying to sort by e.g. "created at"

  • handle null values as with "Closed at" column
(edit) @19511   3 months stoecker

add cleanfull target

(edit) @19510   3 months stoecker

checkstyle

(edit) @19509   3 months stoecker

fix threshold for Java 25

(edit) @19508   3 months stoecker

PMD fixes

(edit) @19507   3 months stoecker

adapt to changed OpeningHours error message

(edit) @19506   3 months stoecker

fix jacoco version for java 11

(edit) @19505   3 months stoecker

typo

(edit) @19504   3 months stoecker

use java 21 for spotbugs and codeql

(edit) @19503   3 months stoecker

another java 11 fix

(edit) @19502   3 months stoecker

fix test

(edit) @19501   3 months stoecker

use older jmockit for Java 11, as 1.50 is Java17 only

(edit) @19500   3 months stoecker

update a lot of dependencies

(edit) @19499   3 months stoecker

update errorprone to 2.47.0

(edit) @19498   3 months stoecker

fix warnings

(edit) @19497   3 months stoecker

remove files which are no longer needed since r16727, add some ignores

(edit) @19496   3 months stoecker

drop Geldkarte payment, fix #24627

(edit) @19495   3 months stoecker

see #24601 - Nope, didn't help - do I really need to setup a Java 25 to test without checkin?

(edit) @19494   3 months stoecker

see #24601 - it seems to be a bug in JCS which pops up by a different order of execution in Java 25 - ChatGPT proposes this workaround to enforce initialisation, let's try it

(edit) @19493   3 months stoecker

update ivy to 2.5.3 - fix #24626

(edit) @19492   3 months stoecker

remove some warning: [this-escape]

(edit) @19491   3 months stoecker

fix tests, see #23724

(edit) @19490   3 months stoecker

update JavaFX version, fix #24625

(edit) @19489   3 months stoecker

fix #24621 - add payment:cards or payment:qr_code

(edit) @19488   3 months stoecker

drop outdated payment methods, fix #23724

(edit) @19487   3 months stoecker

fix fingerprint

(edit) @19486   3 months stoecker

fix #24616 - Improve accuracy of Nordic country borders - patch by henrik

(edit) @19485   3 months stoecker

drop java 17

(edit) @19484   3 months GerdP

fix @since xxx

(edit) @19483   3 months GerdP

see #24516: Improve Autocompletion
Allow to exclude value auto-completion for certain keys specifed in a preference using a filter.

  • Implement new preference properties.autocomplete.exclude-keys
  • add menu entry in the dialog that pops up when you right click on a tag key in the "Add Tag dialog"
(edit) @19482   3 months stoecker

switch from Java 24 to 25

(edit) @19481   3 months stoecker

fix CN-MO boundaries test

(edit) @19480   3 months stoecker

i18n update

(edit) @19479   3 months stoecker

i18n update, add lo, lv, nn

(edit) @19478   3 months stoecker

I18n update

(edit) @19477   3 months stoecker

increase pixel threshold for Java 25

(edit) @19476   3 months stoecker

fix left hand traffic detection for new areas, add Shenzhen Bay to tests, see #24579

(edit) @19475   3 months stoecker

fix #21927 - add direction to cycleway

(edit) @19474   3 months stoecker

see #24579 - fix integration test for boundaries

(edit) @19473   3 months stoecker

fix #24579 - fix integration test for boundaries

(edit) @19472   3 months stoecker

checkstyle

(edit) @19471   3 months stoecker

TLD update

Note: See TracRevisionLog for help on using the revision log.