source: josm

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author
(edit) @12013   7 years bastiK

see #11889 - backport improved version of Math.toDegrees and Math.toRadians from Java 9

(edit) @12012   7 years Don-vip

fix HeadlessException seen in unit tests logs

(edit) @12011   7 years Don-vip

improve unit test coverage of Main

(edit) @12010   7 years Don-vip

remove unused methods

(edit) @12009   7 years michael2402

See #13883: Use parallel sort for style elems

(edit) @12008   7 years stoecker

ignore differing imagico text - allows us to strip the ugly header

(edit) @12007   7 years stoecker

don't report zoom differences when the entry is a wms mirror

(edit) @12006   7 years Don-vip

see #14692 - checkstyle

(edit) @12005   7 years Don-vip

fix #14667 - IOOBE at PreferenceTabbedPane.stateChanged

(edit) @12004   7 years Don-vip

fix #14696 - make help browser a JFrame rather than a JDialog so it has standard controls such as minimize/maximize buttons

(edit) @12003   7 years Don-vip

see #13387, see #11924 - raise the allowed difference to 35000 ULPs to catch the worst case (34813 ULP). Logic to remove when JOSM switches to Java 9

(edit) @12002   7 years stoecker

fix #14692 - relatation checker test broken

(edit) @12001   7 years bastiK

see #13387 - simpler logic

(edit) @12000   7 years stoecker

update presets links

(edit) @11999   7 years Don-vip

see #13387, see #11924 - allow a difference of 3500 ULPs for Java 9 ProjectionRegressionTest (due to Math.cos change of behaviour in JDK-8143353)

(edit) @11998   7 years Don-vip

see #14692 - checkstyle

(edit) @11997   7 years Don-vip

see #5144 - fix NPE

(edit) @11996   7 years Don-vip

fix #13809 - run GUI operations of NotificationManager.processQueue in EDT

(edit) @11995   7 years Don-vip

fix #14690 - Loading commandline file blocks JOSM (regression from r11986)

(edit) @11994   7 years stoecker

fix #14685 - wiki language link extractor fails for URL's with equal beginning, drop old workaround

(edit) @11993   7 years Don-vip

fix #5144 - Cannot draw new ways when filter is active (patch by michael2402)

(edit) @11992   7 years Don-vip

fix #13665 - handle deleted nodes in way rendering

(edit) @11991   7 years Don-vip

see #13665 - cleaner error

(edit) @11990   7 years Klumbumbus

see #8185 - remove type=building from ignore list

(edit) @11989   7 years stoecker

add support for type=building relation and support variable role names using regexp (level_0, level_1, ...)

(edit) @11988   7 years Don-vip

improve unit test for Main.postConstructorProcessCmdLine

(edit) @11987   7 years Don-vip

checkstyle

(edit) @11986   7 years Don-vip

add unit test for Main.postConstructorProcessCmdLine

(edit) @11985   7 years Klumbumbus

limit class warning to ways as this is now mostly used in tmc relations, https://wiki.openstreetmap.org/wiki/Relation:tmc:point

(edit) @11984   7 years stoecker

improve overpass API rate limit message, fix wrong timeout error message

(edit) @11983   7 years stoecker

fix too new groovy code, use plain Java sorting

(edit) @11982   7 years stoecker

silence TagInfo outputs

(edit) @11981   7 years stoecker

see #14655 - add more ELI - JOSM checks, new results comment by SKIP text (does not trigger error notes)

(edit) @11980   7 years Klumbumbus

update preset links

(edit) @11979   7 years Klumbumbus

fix #14683 - make memorial values searchable, update preset links

(edit) @11978   7 years Don-vip

improve coverage and javadoc of enum classes for package actions

(edit) @11977   7 years Don-vip

see #14655 - fix javadoc warnings

(edit) @11976   7 years Klumbumbus
  • fix #14678 - allow advertising=column as area
  • add self_service to car wash
  • add validator group
(edit) @11975   7 years stoecker

see #14655 - implement nearly all features in ELI sync XML output

(edit) @11974   7 years Don-vip

add unit tests, javadoc

(edit) @11973   7 years Don-vip

add unit tests

(edit) @11972   7 years bastiK

see #7427 - remove obsolete code

(edit) @11971   7 years Don-vip

javadoc

(edit) @11970   7 years Don-vip

sonar - squid:S1871 - Two branches in the same conditional structure should not have exactly the same implementation

(edit) @11969   7 years Don-vip

fix #14671 - Make sure we don't run the API call many times after system wakeup

(edit) @11968   7 years stoecker

add country code and icon

(edit) @11967   7 years stoecker

more XML output in Sync script

(edit) @11966   7 years stoecker

update ignores file

(edit) @11965   7 years stoecker

ELI sync - unify filenames (also support loading in imagery index plugin)

(edit) @11964   7 years stoecker

add maps sanitity check (will cause new red entries) for double points in bounds, first part for proper formatted XML output in sync script to make copying data easier

(edit) @11963   7 years Don-vip

fix jacoco fileset syntax

(edit) @11962   7 years Don-vip

use a wildcard for jacoco .exec files (needed if a test family is not run)

(edit) @11961   7 years bastiK

see #7427 - avoid black lines at tile borders (primarily for native tiles)

(edit) @11960   7 years stoecker

checkstyle

(edit) @11959   7 years stoecker

add a link to the wiki in imagery preferences

(edit) @11958   7 years bastiK

see #7427 - clear memory cache on projection change

(edit) @11957   7 years bastiK

fix test-compile

(edit) @11956   7 years bastiK

see #7427 - repaint after clear tile cache action

(edit) @11955   7 years stoecker

update i18n

(edit) @11954   7 years bastiK

see #7427 - fix seams for reprojected tiles

(edit) @11953   7 years bastiK

see #7427 - make sure layer is painted only once after zoom change

(edit) @11952   7 years stoecker

fix #14717 - fix remote control help request

(edit) @11951   7 years stoecker

don't print difference for ’ sign

(edit) @11950   7 years Don-vip

extract actions from AbstractTileSourceLayer to gui.layer.imagery package

(edit) @11949   7 years Don-vip

ignore landcover=grass and landcover=trees

(edit) @11948   7 years Don-vip

findbugs - BC_UNCONFIRMED_CAST_OF_RETURN_VALUE

(edit) @11947   7 years Don-vip

fix #14642 - IAE at AbstractTileSourceLayer.getBestZoom

(edit) @11946   7 years Don-vip

see #13754 - deprecate imageryadjust plugin

(edit) @11945   7 years Don-vip

sonar - fb-contrib:SCII_SPOILED_CHILD_INTERFACE_IMPLEMENTOR - Style - Class implements interface by relying on unknowing superclass methods

(edit) @11944   7 years Don-vip

see #14649 - fix @since

(edit) @11943   7 years Don-vip

fix #14649 - load Dutch Government (G2 & G3) certificates from Windows keystore if not found in Java keystore

(edit) @11942   7 years Don-vip

sonar - fb-contrib:PME_POOR_MANS_ENUM - Style - Simple field is used like an enum

(edit) @11941   7 years Don-vip

sonar - fb-contrib:IMC_IMMATURE_CLASS_IDE_GENERATED_PARAMETER_NAMES - Style - Method uses IDE generated parameter names

(edit) @11940   7 years Don-vip

revert r11934, causes javac warning "Compound assignments to bytes, shorts, chars, and floats hide dangerous casts"

(edit) @11939   7 years Don-vip

add missing default fonts from Windows 8.1+

(edit) @11938   7 years Don-vip

replace Main-Class in Eclipse launch file

(edit) @11937   7 years Don-vip

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

(edit) @11936   7 years Don-vip

sonar - squid:S1694 - An abstract class should have both abstract and concrete methods

(edit) @11935   7 years Don-vip

sonar - squid:S2148 - Underscores should be used to make large numbers readable

(edit) @11934   7 years Don-vip

sonar - squid:S1905 - Redundant casts should not be used

(edit) @11933   7 years Don-vip

sonar - squid:S3578 - Test methods should comply with a naming convention

(edit) @11932   7 years Don-vip

sonar - squid:S1941 - Variables should not be declared before they are relevant

(edit) @11931   7 years Don-vip

improve unit test coverage

(edit) @11930   7 years Don-vip

PMD - enable subset of optimizations rules

(edit) @11929   7 years Don-vip

PMD - disable "InefficientEmptyStringCheck"

(edit) @11928   7 years Don-vip

improve unit tests, javadoc

(edit) @11927   7 years Don-vip

replace Main-Class in JNLP files

(edit) @11926   7 years Don-vip

drop JOSM class, not needed

(edit) @11925   7 years Don-vip

drop Main.MasterWindowListener (unused)

(edit) @11924   7 years Don-vip

see #14653 - fix NoSuchMethodException

(edit) @11923   7 years Don-vip

drop StartSSL test

(edit) @11922   7 years Don-vip

javadoc

(edit) @11921   7 years Don-vip

improve unit test coverage of utilities classes thanks to https://trajano.github.io/commons-testing

(edit) @11920   7 years Don-vip

remove orientexpress TLD from IANA

(edit) @11919   7 years Don-vip

see #14653 - refactor AbstractReader

(edit) @11918   7 years Don-vip

see #14653 - make enum type public

(edit) @11917   7 years Don-vip

see #14653 - better unit test

(edit) @11916   7 years Don-vip

see #14653 - add support for multiple Overpass API output formats

(edit) @11915   7 years bastiK

see #7427 - run consistency test in debug mode

(edit) @11914   7 years Don-vip

sonar - squid:S2972 - Inner classes should not have too many lines of code

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