source: josm

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author
(edit) @11685   7 years Don-vip

partial revert of r11675 - causes test failure of TemplatedWMSTileSourceTest.testEPSG3857

(edit) @11684   7 years Don-vip

fix #14193 - make sure deleted objects are not added to relations, do not create useless commands if as a result, the relation is not changed

(edit) @11683   7 years Don-vip

update to CheckStyle 7.6

(edit) @11682   7 years Don-vip

update to japi-compliance-checker 2.1

(edit) @11681   7 years Don-vip

remove tab

(edit) @11680   7 years Don-vip

fix #14458 - sort by default in order [relations, ways, nodes] in selection dialog

(edit) @11679   7 years michael2402

Checkstyle: Print warnings to console during checkstyle build and do not just store them in the log.

(edit) @11678   7 years Don-vip

fix #14459 - Error when pasting data into JOSM

(edit) @11677   7 years Don-vip

fix #14457 - CCE in imagery menu (regression from r11654)

(edit) @11676   7 years Don-vip

fix #14455 - Use <java> instead of <exec> to run javacc (patch by michael2402)

(edit) @11675   7 years Don-vip

update to error_prone 2.0.18

(edit) @11674   7 years michael2402

Add Javadoc to icon drawing functions. Fix AreaElement#equals/hashCode.

(edit) @11673   7 years michael2402

Add more Javadoc for progress monitors.

(edit) @11672   7 years michael2402

PleaseWaitDialog: Javadoc and make direct progress model access deprecated.

(edit) @11671   7 years michael2402

See #10176: Nicer stroke for icons of selected areas.

(edit) @11670   7 years michael2402

See #10176: Make icon-image work for areas. Icon is displayed at center of lat/lon bounds.

(edit) @11669   7 years stoecker

see #14454 - update presets links

(edit) @11668   7 years stoecker

fix last changes

(edit) @11667   7 years stoecker

fix ELI compare script date handling

(edit) @11666   7 years stoecker

unify default coloring for ELI compare script date handling

(edit) @11665   7 years Klumbumbus

see #12706 - enable ELI date comparison script

(edit) @11664   7 years michael2402

Remove redundant isValid check.

(edit) @11663   7 years Klumbumbus
  • fix #14444 - new lottery icon by naoliv, CC0 and PD licensed
  • fix #14454 - fix Narrow Gauge Rail preset link
(edit) @11662   7 years bastiK

update netbeans

(edit) @11661   7 years bastiK

see #5399 - update ProjectionRefTest

(edit) @11660   7 years Don-vip

see #5399 - Swissgrid: add NTv2 grid file provided by swisstopo

(edit) @11659   7 years Don-vip

fix #14175 - HistoryBrowserModel removes listener twice

(edit) @11658   7 years Don-vip

fix #13922 - Add (expert) option to not zoom to the new downloaded data

(edit) @11657   7 years Don-vip

fix #14451 - Local imagery toolbar buttons disappear on restart

(edit) @11656   7 years Don-vip

FindBugs - ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD

(edit) @11655   7 years Don-vip

fix java warning

(edit) @11654   7 years Don-vip

fix #14450 - Cannot add local imagery to toolbar

(edit) @11653   7 years Don-vip

fix #14437 - NPE at AbstractProjection.latlon2eastNorth with Tools => Add Node...

(edit) @11652   7 years Don-vip

FindBugs - ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD

(edit) @11651   7 years Don-vip

FindBugs - MS_MUTABLE_COLLECTION

(edit) @11650   7 years Don-vip

FindBugs - MS_MUTABLE_COLLECTION

(edit) @11649   7 years Don-vip

sonar - pmd:UseStringBufferForStringAppends

(edit) @11648   7 years Don-vip

see #14422 - update unit test

(edit) @11647   7 years Don-vip

see #14175 - refactor HistoryBrowserModel

(edit) @11646   7 years Don-vip

see #14175 - refactor HistoryBrowserModel

(edit) @11645   7 years Don-vip

fix #14157 - NPE opening a session

(edit) @11644   7 years bastiK

switch to little-endian version of the french ntv2 grid file

both files have equivalent data; reason to switch is that
ntf_r93.gsb is in the debian package proj-data, but not ntf_r93_b.gsb;
this avoids unnecessary downloads and makes it easier for distributors

(edit) @11643   7 years bastiK

make it compile in Netbeans

(edit) @11642   7 years Don-vip

fix #14422 - Dynamic NTV2 grids

(edit) @11641   7 years Don-vip

do not fail fast (1s) when fetching imagery list, as JOSM server may take more than 2 seconds to respond

(edit) @11640   7 years Klumbumbus

fix #14427 - allow negative .5 increments in level tag, asserts, docu

(edit) @11639   7 years stoecker

support strange ELI end date definition as well

(edit) @11638   7 years stoecker

fix xmllint error

(edit) @11637   7 years stoecker

fix #13535 - fix FindBugs issue

(edit) @11636   7 years michael2402

Fix #14370: Allow all characters in plugin versions, except for ( and ).

(edit) @11635   7 years Don-vip

see #12313 - fix unit tests properly

(edit) @11634   7 years Don-vip

see #10638 - apply also optimization for initial DataSource area computation (patch by GerdP)

(edit) @11633   7 years Don-vip

fix #10638 - fix zoom problem when validating "Way connected to Area" with a lot of data sources (patch by GerdP)

(edit) @11632   7 years Don-vip

see #3346 - make DataSet.dataSources private

(edit) @11631   7 years Don-vip

see #14120 - update to JavaCC 7.0.2 - patched to avoid error-prone compilation warnings by removing everything related to ReInit methods in ParseGen.java and SimpleCharStream.template

(edit) @11630   7 years Don-vip

see #3346 - update unit test

(edit) @11629   7 years Don-vip

see #3346 - findbugs - IS2_INCONSISTENT_SYNC

(edit) @11628   7 years Don-vip

see #3346 - remove debug info committed accidentally

(edit) @11627   7 years Don-vip

fix #3346 - improve drastically the performance of fixing duplicate nodes by:

  • caching data sources area computation
  • moving layer invalidation from UndoRedoHandler.addNoRedraw to UndoRedoHandler.add
  • avoiding any EDT call when building tag conflict dialog if it's not meant to be displayed
(edit) @11626   7 years Don-vip

see #12313 - fix NPE, checkstyle violations and two failing unit tests

(edit) @11625   7 years stoecker

fix #12313 - make eli-best and other texts available as tooltip in menu and toolbar, no idea why stripping HTML block is necessary

(edit) @11624   7 years stoecker

fix core java bug report

(edit) @11623   7 years stoecker

see #14120 - fix deprecation in core

(edit) @11622   7 years Don-vip

checkstyle - enable CommentsIndentation rule

(edit) @11621   7 years Don-vip

checkstyle - fix CommentsIndentation errors

(edit) @11620   7 years Don-vip

checkstyle - enable CatchParameterName rule

(edit) @11619   7 years Don-vip

fix #14414 - instead of line break <br> displayed in imagery tool tip

(edit) @11618   7 years Don-vip

fix #11077 - Changeset with 50k/10k objects is not auto-closed

(edit) @11617   7 years stoecker

fix one string

(edit) @11616   7 years stoecker

update i18n

(edit) @11615   7 years Don-vip

add javadoc

(edit) @11614   7 years Don-vip

see #14374 - sonar - pmd-unit-tests:UseAssertSameInsteadOfAssertTrue - Use assertSame instead of assertTrue

(edit) @11613   7 years Don-vip

sonar - squid:S2325 - "private" methods that don't access instance data should be "static"

(edit) @11612   7 years stoecker

add dates with open timespan

(edit) @11611   7 years Don-vip

fix #14123 - On first startup: Registered toolbar action overwritten

(edit) @11610   7 years Don-vip

fix #13955 - Keystroke shift pressed ESCAPE is already assigned

(edit) @11609   7 years Don-vip

fix #14410 - AddPrimitivesCommand undo remove existing data (patch by Tyndare)

(edit) @11608   7 years Don-vip

fix #14402 - add blacklist for leisure area values to avoid false positives - improve globally the detection of keys/tags

(edit) @11607   7 years Don-vip

see #14374 - remove TigerUtils class, not used anymore

(edit) @11606   7 years Don-vip

fix #14374 - automatic tag conflict resolution of source for French cadastre and Canadian CanVec (patch from Tyndare, modified)

(edit) @11605   7 years Klumbumbus

fix #14409 - ignore keys starting with description: like description:de in unknown value test

(edit) @11604   7 years Don-vip

sonar - squid:S1172 - Unused method parameters should be removed

(edit) @11603   7 years stoecker

fix best=false parsing

(edit) @11602   7 years Don-vip

go back to error_prone 2.0.15 - see https://github.com/google/error-prone/issues/546

(edit) @11601   7 years Don-vip

error-prone: fix FallThrough errors

(edit) @11600   7 years Don-vip

fix #14402 - add whitelist for natural area values to avoid false positives

(edit) @11599   7 years Klumbumbus

see #12706, see #12313 - enable eli-best comparison script

(edit) @11598   7 years Don-vip

tools update: error-prone 2.0.17, jacoco 0.7.9

(edit) @11597   7 years Don-vip

fix #14381 - Update presets to last version of opening_hours.js

(edit) @11596   7 years Don-vip

see #11924 - see JDK-8157016: add required arguments to build javadoc on Java 9

(edit) @11595   7 years Don-vip

see #11755, see #14381 - Update version of opening_hours.js to 3.5.0

Generated using npm install browserify moment i18next-client country-language suncalc && make opening_hours+deps.min.js

(edit) @11594   7 years Don-vip

see #14381 - don't try to display message dialog on headless environment if a test can't be initialized

(edit) @11593   7 years simon04

Fix EDT violation in ChangesetCacheManager

(edit) @11592   7 years simon04

fix #14381 - Update version of opening_hours.js to 3.5.0

Generated using make opening_hours.min.js.

(edit) @11591   7 years Klumbumbus

fix #14393 - allow leisure=bowling_alley as physical feature for sport tags

(edit) @11590   7 years Don-vip

see #11924 - remove workarounds for jdk9 compilation problems with diamond operator - sounds a lot like JDK-8075793 (solved in b150)

(edit) @11589   7 years Don-vip

fix #14391 - robustness to Linux systems preventing file watcher to start because of incorrect kernel inotify watch configuration

(edit) @11588   7 years Klumbumbus

see #14306 - add preset links (contact address payment) to amenity=internet_cafe preset

(edit) @11587   7 years Don-vip

checkstyle - enable BooleanExpressionComplexity / 6

(edit) @11586   7 years Don-vip

update new TLD from IANA

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