source: josm

Revision Log Mode:


Legend:

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

see #16805 - add 64x64 logo

(edit) @14321   6 years Don-vip

see #16805 - make logo square (256x256)

(edit) @14320   6 years Don-vip

see #16820 - extract GUI from UnglueAction

(edit) @14319   6 years Don-vip

fix #16831 - disable "Apply preset" button when no matching object is selected

(edit) @14318   6 years Don-vip

see #16047 - update to JMockit 1.43 (contains Java11 fix)

see https://github.com/jmockit/jmockit1/issues/534

(edit) @14317   6 years Don-vip

fix #16835 - PluginHandlerTest: fix for non-headless mode by properly mocking dialogs (patch by ris)

(edit) @14316   6 years Don-vip

rework Travis config:

  • add Windows build (Oracle JDK 11 only as Java is not fully supported yet)
  • drop openjdk10 (not LTS)
  • use openjdk11 on Linux instead of oraclejdk11
  • add macOS xcode10 (ships with jdk10)
(edit) @14315   6 years Don-vip

fix #16833 - use "building:part" in object descriptions

(edit) @14314   6 years Don-vip

fix #16834 - IAE when opening .osmc containing empty note created by OsmAnd

(edit) @14313   6 years Don-vip

see #16819 - use another action to make test pass on macOS

(edit) @14312   6 years Don-vip

see #16819 - Travis: display output of failed tests only to avoid exceeding the maximum log length

(edit) @14311   6 years Don-vip

see #16824 - better display of WMS errors

(edit) @14310   6 years Don-vip

fix #16825 - fix small typo (patch by naoliv)

(edit) @14309   6 years Don-vip

see #16819 - log more information when running junit tests on Travis

(edit) @14308   6 years Don-vip

see #16819 - should fix KeyboardUtilsTest on macOS

(edit) @14307   6 years Don-vip

fix #16819 - travis: build against jdk 10 and 11 (patch by ris)

(edit) @14306   6 years Don-vip

fix #16816 - new option to show object version in lists, similar to object ID

(edit) @14305   6 years Don-vip

fix #16810 - Disable 'Way end node near other highway' warnings for railway=platform_edge

(edit) @14304   6 years Don-vip

fix #16814 - IOOBE

(edit) @14303   6 years Don-vip

see #16781 - missed a big one

(edit) @14302   6 years Don-vip

see #16781 - fix more typos using https://github.com/vlajos/misspell-fixer

(edit) @14301   6 years Don-vip

fix #16811 - don't sort values of piste:difficulty

(edit) @14300   6 years Don-vip

fix #16809 - SlippyMapBBoxChooser: include tile sources from current layers (patch by ris, modified)

(edit) @14299   6 years Klumbumbus

fix #16792 - fix rendering of power=switchgear from node to area, add a warning; allow mulitipolygon for power=switchgear, generator:source=hydro and generator:source=tidal in presets

(edit) @14298   6 years Don-vip

update TLD from IANA

(edit) @14297   6 years Don-vip

see #16805 - specify webstart icon size

(edit) @14296   6 years Don-vip

fix #16806 - include class name in error message

(edit) @14295   6 years wiktorn

Always check if tile cache files are oversized

If tile cache file is oversized, remove it. When removing one file (.data or
.key) remove also the other file (resp. .key or .data).

Notify user about the need of the restart only, when there was something
deleted

(edit) @14294   6 years stoecker

fix indent really

(edit) @14293   6 years stoecker

fix indent

(edit) @14292   6 years stoecker

handle https/http for icons as well

(edit) @14291   6 years Don-vip

see #16798 - be robust to svgSalamander errors when initializing JOSM actions

(edit) @14290   6 years Don-vip

fix #16797 - NPE

(edit) @14289   6 years Don-vip

fix unit test

(edit) @14288   6 years Don-vip

fix unit test / checkstyle

(edit) @14287   6 years wiktorn

Rollback [14260].

Because of regressions rollback of [14260].

See: #14562, #16747
Closes: #16789

(edit) @14286   6 years Don-vip

fix unit test (for good)

(edit) @14285   6 years Don-vip

fix unit tests

(edit) @14284   6 years Don-vip

fix #16778 - cache padded icons to improve performance when filtering relations

(edit) @14283   6 years Don-vip

see #12726 - add new getters in {Change,Sequence}Command

(edit) @14282   6 years Don-vip

see #16732 - more keyboard fixes

(edit) @14281   6 years Don-vip

see #12726 - accessors for undo/redo commands

(edit) @14280   6 years Don-vip

presets lang update

(edit) @14279   6 years Don-vip

fix #16732 - fix support of US International keyboard layout

(edit) @14278   6 years Don-vip

i18n update

(edit) @14277   6 years Don-vip

fix #16784 - NPE

(edit) @14276   6 years Don-vip

fix #16785 - fix IOOBE

(edit) @14275   6 years Klumbumbus

fix #16783, see #16157 - fix validator warning message (modified patch by naoliv)

(edit) @14274   6 years Don-vip

fix bug when writing a locked OSM layer

(edit) @14273   6 years stoecker

fix typos - patch by naoliv - fix #16781 - Thanks a lot

(edit) @14272   6 years Don-vip

HTTPS enabled for {cr,hg,mail}.openjdk.java.net, see http://mail.openjdk.java.net/pipermail/announce/2018-September/000256.html

(edit) @14271   6 years wiktorn

Fix checkstyle / PMD

(edit) @14270   6 years wiktorn

Treat SocketTimeoutException as transient error.

Extend CacheEntryAttributes and allow storage of exception class name. Use this
information to treat SocketTimeoutException in TMS downloads as transient.

See: #16743

(edit) @14269   6 years wiktorn

Remove unnecessary colons

See: #16747

(edit) @14268   6 years wiktorn

Retry tile download on transient errors.

Till now there was no strategy to retry tile download. Tiles for which download
finished with error where by design not downloaded again. Because we were
issuing surplus download requests it was not easy to notice, that some tiles
where downloaded at different zoom level. When surplus downloads where removed -
problem became aparent.

Redefine semantics in AbstractTileSourceLayer, that all Tiles that are not
loaded are tried again. Move all logic deciding whether tile has loaded or not
to TMSCachedTileLoaderJob.

Implment in TMSCachedTileLoaderJob following rules:

  • when HTTP status code is between 400 and 500 - treat errors as permament
  • when HTTP status code equals or is greater than 500 - then treat error as

temporary

  • when there was exception in JCSCachedTileLoaderJob, then HTTP status code is

set to 599. Treat this as permament error. This is suboptimal, as we could treat
Socket read timeout and similar as temporary, and UnkownHostException as
permament

The other aproach is to implement retry count in Tile and retry for finite
number of times, preferably with some delay between tries.

Closes: #16747
See: #16743

(edit) @14267   6 years Don-vip

update TLD from IANA

(edit) @14266   6 years Don-vip

fix #16762 - support multiple notes in .osc files created by OsmAnd

(edit) @14265   6 years Don-vip

update TLD from IANA

(edit) @14264   6 years Klumbumbus

fix #16757 - don't sort values of visibility in clock preset

(edit) @14263   6 years Don-vip

fix #16756 - make artwork_type values searchable

(edit) @14262   6 years wiktorn

Fix WMS simultaneus connections

When creating download thread pool set the maximum downloads per host to the
same value as simultaneus connections.

See: #16734

(edit) @14261   6 years wiktorn

Use corePoolSize = maxPoolSize and unbounded queue

Remove hack with calling setCorePoolSize to spawn new threads when already
corePoolSize is running. For bigger sizes of the ThreadPool setCorePoolSize took
a long time and blocked EDT thread. Now we will have always `maximum concurren
downloads` threads running for TMS layers, but this is not a big issue, as the
thread pool is shared between imagery layers.

As long as number of threads will not reach the maximum concurrent downloads
the maximum concurrent downloads per host limit will not be enforced (first n
downloads).

See: #16734

(edit) @14260   6 years wiktorn

Fix unnecessary tile downloads.

Only download tiles from upper levels when we finished downloading all tiles in
currentZoomLevel.

Closes: #16747
See: #14562

(edit) @14259   6 years Don-vip

fix #16749 - don't disable unrelated text field in preferences dialog

(edit) @14258   6 years Don-vip

see #16047 - disable Proguard on Java11+

(edit) @14257   6 years Don-vip

fix #16739 - fix NPE. Upload dialog mechanics to review to avoid memory leaks

(edit) @14256   6 years Don-vip

see #15229 - move corrector package to actions.corrector

(edit) @14255   6 years Don-vip

see #15229 - remove josm-main.jar from jdeps graph

(edit) @14254   6 years Don-vip

see #15229 - update spotbugs filters

(edit) @14253   6 years Don-vip

see #15229 - kill Main. RIP

(edit) @14252   6 years Don-vip

one file missed

(edit) @14251   6 years Don-vip

fix memory leaks after upload, validation and primitives combining

(edit) @14250   6 years Don-vip

see #16730 - one file missed

(edit) @14249   6 years Don-vip

update TLD from IANA

(edit) @14248   6 years Don-vip

fix #16730 - make sure we try to display popup menus only if their parent is visible on screen

(edit) @14247   6 years Don-vip

remove stuff deprecated in June. RIP SelectionChangedListener

(edit) @14246   6 years Don-vip

fix #16406 - Update government types in office=government preset (patch by naoliv)

(edit) @14245   6 years Don-vip

see #11924, see #15560, see #16047, see #16682 - fixes to make work animal_sniffer (OK) with Java 9+

(edit) @14244   6 years Don-vip

see #11924, see #15560, see #16047, see #16682 - fixes to make work proguard (OK) and animal_sniffer (still KO) with Java 9+

(edit) @14243   6 years Don-vip

fix #16725 - numeric attributes of GPX waypoints were no longer exported (regression from #14103)

(edit) @14242   6 years Don-vip

see #16047, see #16682 - update animal-sniffer-ant-tasks to 1.18-SNAPSHOT + patches to include ASM 6.2.1 for Java 11 compatibility:

(edit) @14241   6 years Don-vip

fix #16714 - NPE

(edit) @14240   6 years Don-vip

fix #16708 - add narrow=yes to highway presets

(edit) @14239   6 years Don-vip

see #16682 - On Java 9/10 and headless mode, filter plugins requiring JavaFX as Monocle is not available

(edit) @14238   6 years Don-vip

fix #16510 - improve performance of Ctrl-A by caching icons used to display OSM primitive types

(edit) @14237   6 years Don-vip

NanoLog plugin has been restored in 2014: https://trac.openstreetmap.org/changeset/30493/subversion

(edit) @14236   6 years Don-vip

update checkstyle configuration

(edit) @14235   6 years Don-vip

make sure https is properly initialized for integration tests

(edit) @14234   6 years Don-vip

see #16047, see #16682 - make PluginClassLoader extend DynamicURLClassLoader so that plugins can add URLs to it

(edit) @14233   6 years Don-vip

add missing --add-opens java.base/jdk.internal.loader for plugin integration test

(edit) @14232   6 years Don-vip

see #16047 - make JOSM able to load JAXB as a plugin:

  • JAXB initialize itself through ServiceLoader and context class loader so it must be set correctly when initializing a plugin
  • plugin class loaders were not loading resources correctly
(edit) @14231   6 years Don-vip

fix #16723 - Display changes count in changeset manager

(edit) @14230   6 years Don-vip

see #13108 - macOS: register .joz file type handler (patch by accek, see https://github.com/openstreetmap/josm/pull/26)

(edit) @14229   6 years Don-vip

see #16602 - add missing artwork_type values, add artwork_subject (patch by VladaD, see https://github.com/openstreetmap/josm/pull/29)

(edit) @14228   6 years Don-vip

fix #16721 - add shoes:repair=yes|no to shop=shoe preset
fix #16722 - add self_service=yes|no and laundry_service=yes|no to shop=laundry preset

(edit) @14227   6 years Don-vip

see #16658 - ignore new tags for now

(edit) @14226   6 years Don-vip

see #16498 - fix NPE in error_prone

See https://github.com/google/error-prone/pull/1111
See https://github.com/google/error-prone/issues/1106#issuecomment-418871026

(edit) @14225   6 years Don-vip

see #16498 - fix NPE in error_prone

See https://github.com/google/error-prone/pull/1110
See https://github.com/google/error-prone/issues/1106#issuecomment-418546231

(edit) @14224   6 years Don-vip

see #16498 - update shaded error_prone_core.jar to include all required dependencies

(edit) @14223   6 years Don-vip

see #16498 - update shaded error_prone_core.jar to include org.checkerframework:dataflow

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