source: josm

Revision Log Mode:


Legend:

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

see #15229 - PMD warnings

(edit) @12787   7 years bastiK

improve since_xxx.py script: do not fetch revision from server until pattern "@since xxx" is found

(edit) @12786   7 years bastiK

see #15182 - remove GUI references from Projections class

(edit) @12785   7 years Don-vip

fix #15268 - see #13036 - do not create empty MoveCommand in SelectAction

(edit) @12784   7 years bastiK

see #15229 - minor cleanup

(edit) @12783   7 years Don-vip

see #15229 - fix warnings

(edit) @12782   7 years Don-vip

see #15229 - see #15182 - move ImageProcessor from gui.layer to tools

(edit) @12781   7 years Don-vip

see #15229 - add javadoc

(edit) @12780   7 years Don-vip

see #15229 - fix PMD warning

(edit) @12779   7 years Don-vip

see #15229 - fix unit test

(edit) @12778   7 years bastiK

see #15229 - deprecate Projections#project and Projections#inverseProject

replacement is a bit more verbose, but the fact that Main.proj is
involved need not be hidden

(edit) @12777   7 years bastiK

see #15229 - add registry for NTV2 grid file sources

removes dependency of NTV2GridShiftFileWrapper on Main

(edit) @12776   7 years bastiK

see #15229 - remove dependency of NTV2GridShiftFileWrapper on Main.platform

  • PlatformHook bundles all application-wide platform dependent code, which is

convenient, but problematic for separating modules

  • introduces lightweight tools.Platform for adding platform dependent code more locally
(edit) @12775   7 years Klumbumbus

see #15203 - warn about some highway tags used on ways instead of nodes

(edit) @12774   7 years Don-vip

see #15226 - see #2089 - use "noJavaFx" flag in Dockerfile

(edit) @12773   7 years Klumbumbus

fix #15208 - warn when route=bicycle relation uses bicycle=use_sidepath ways

(edit) @12772   7 years bastiK

see #15229 - move compression methods from Utils to Compression

(edit) @12771   7 years Klumbumbus

add sidewalk=separate

(edit) @12770   7 years bastiK

see #15229 - remove GUI references from BugReport and BugReportQueue

signature of BugReport#getReportText changed without deprecation
(probably not used by any external plugin)

(edit) @12769   7 years Don-vip

fix #15262 - see #13036 - fix regression in ChangePropertyCommand + optimize commands creation when pasting tags

(edit) @12768   7 years Klumbumbus

fix #15259 - use bay description from info box at https://wiki.openstreetmap.org/wiki/Tag:natural%3Dbay

(edit) @12767   7 years Don-vip

see #15229 - see #15182 - do not longer fire ChangesetCacheEvent in EDT - now up to listeners to run their code in it if required

(edit) @12766   7 years Don-vip

see #15229 - see #15182 - remove GUI stuff from MessageNotifier

(edit) @12765   7 years wiktorn

Use tools.Logging instead of FeatureAdapter.getLogger

See: #15229

(edit) @12764   7 years Don-vip

see #15229 - see #15182 - fix unit test

(edit) @12763   7 years Don-vip

see #15229 - see #15182 - see #13036 - remove last GUI stuff from DeleteCommand

(edit) @12762   7 years Don-vip

fix #15254 - see #13036 - do not create empty SequenceCommand

(edit) @12761   7 years Don-vip

see #15229 - see #15182 - see #13036 - fix stupid mistake

(edit) @12760   7 years Don-vip

see #15229 - see #15182 - see #13036 - remove more GUI stuff from DeleteCommand

(edit) @12759   7 years Don-vip

fix #15252 - see #13036 - MoveCommand created without data set

(edit) @12758   7 years Don-vip

see #15229 - see #15182 - deprecate DataSet.getAutoCompletionManager() - replacement: AutoCompletionManager.of(DataSet)

(edit) @12757   7 years Don-vip

see #15229 - see #15182 - see #13036 - update fixture for performance tests

(edit) @12756   7 years Don-vip

see #15229 - see #15182 - move RotationAngle from gui.util to tools

(edit) @12755   7 years Don-vip

see #15229 - see #15182 - make Main to not depend on JCS

(edit) @12754   7 years Don-vip

see #15229 - see #15182 - see #13036 - update unit tests

(edit) @12753   7 years bastiK

see #15251 - suppress (unwarranted) deprecation warning

(edit) @12752   7 years Don-vip

see #15229 - see #15182 - see #13036 - fix groovy script

(edit) @12751   7 years Don-vip

see #15229 - see #15182 - see #13036 - update unit tests and groovy script

(edit) @12750   7 years Don-vip

see #15229 - see #15182 - fix unit tests

(edit) @12749   7 years Don-vip

see #15229 - see #15182 - see #13036 - remove GUI stuff from Command and DeleteCommand

(edit) @12748   7 years Don-vip

see #15229 - see #15182 - deprecate GuiHelper.getMenuShortcutKeyMaskEx() - replaced by PlatformHook.getMenuShortcutKeyMaskEx()

(edit) @12747   7 years Don-vip

see #15229 - see #15182 - fix unit tests

(edit) @12746   7 years bastiK

see #15229 - fix deprecations in tests

(edit) @12745   7 years bastiK

see #15229 - deprecate LatLon#toStringCSV

removes last references of LatLon to CoordinateFormat classes

(edit) @12744   7 years Don-vip

see #15229 - see #15182 - remove GUI dependence of PlatformHookWindows - move workaround to MainApplication

(edit) @12743   7 years Don-vip

see #15229 - see #15182 - deprecate gui.JosmUserIdentityManager - replaced by data.UserIdentityManager

(edit) @12742   7 years Don-vip

see #15229 - see #15182 - remove useless dependence of Geometry on GUI now that MultipolygonCache does not need anymore a MapView

(edit) @12741   7 years Don-vip

see #15229 - fix javadoc warnings

(edit) @12740   7 years Don-vip

see #13036 - fix CreateMultipolygonActionTest - tags from outer ways are moved to the multipolygon relation, test has not been designed with this in mind

(edit) @12739   7 years bastiK

see #15229 - PMD warnings

(edit) @12738   7 years bastiK

see #15229 - checkstyle warnings

(edit) @12737   7 years bastiK

revert last commit - still used in many plugins

(edit) @12736   7 years bastiK

remove old deprecated method

(edit) @12735   7 years bastiK

see #15229 - move CoordinateFormat code out of LatLon class

(edit) @12734   7 years Don-vip

see #15182 - see #15229 - remove GUI dependence in NoteData

(edit) @12733   7 years Don-vip

see #15167 - sonar - pmd:ImmutableField - Immutable Field

(edit) @12732   7 years Don-vip

see #9995 - sonar - squid:S3655 - Optional value should only be accessed after calling isPresent()

(edit) @12731   7 years Don-vip

see #13036 - execute commands in CreateMultipolygonActionTest when relation is reused. Does not fix one of the tests, don't know why

(edit) @12730   7 years Don-vip

see #13036 - fix TagInfo integration test

(edit) @12729   7 years Don-vip

see #15229 - fix typos, warnings

(edit) @12728   7 years Don-vip

see #13036 - fix more unit tests

(edit) @12727   7 years Don-vip

see #13036 - forgot two unit tests

(edit) @12726   7 years Don-vip

see #13036 - deprecate Command() default constructor, fix unit tests and java warnings

(edit) @12725   7 years bastiK

see #15229 - deprecate ILatLon#getEastNorth() so ILatLon has no dependency on Main.proj

(edit) @12724   7 years bastiK

see #9995 - fix headless mode

(edit) @12723   7 years bastiK

see #9995 - fix double scaling with gui.scale Einstein option (change extracted from a patch by strump)

(edit) @12722   7 years bastiK

see #9995 - fix blurry GUI-icons and map view for Java 9 HiDPI mode

(edit) @12721   7 years Don-vip

see #13036 - Do not call default Command() constructor from SequenceCommand(), as it requires Main.main to be set, which is not the case in Taginfo groovy script

(edit) @12720   7 years Don-vip

fix #15224 - CCE: TagTransferData cannot be cast to PrimitiveTagTransferData

(edit) @12719   7 years Don-vip

fix #15232 - Allow user to request feedback when uploading by adding the review_requested=yes changeset tag.
Inspired by:

(edit) @12718   7 years Don-vip

see #13036 - see #15229 - see #15182 - make Commands depends only on a DataSet, not a Layer. This removes a lot of GUI dependencies

(edit) @12717   7 years Don-vip

fix #15233 - Fix bashism in josm launcher (patch by sebastic)

(edit) @12716   7 years Don-vip

fix #15227 - call generic imagery layer factory instead of WMSLayer constructor

(edit) @12715   7 years Don-vip

fix #15226 - see #2089 - support for compiling without JavaFX (modified patch by ris)

(edit) @12714   7 years Don-vip

fix #15228 - Support missing Overpass Turbo extended shortcuts: {{center}}, {{date:string}}, {{geocodeId:name}}, {{geocodeBbox:name}}, {{geocodeCoords:name}}

(edit) @12713   7 years bastiK

see #15229 - remove dependencies of CheckParameterUtil on various data classes

(edit) @12712   7 years Don-vip

update TLD from IANA

(edit) @12711   7 years Don-vip

see #15141, see #15167 - use correct message ("Downloading data" instead of "Uploading data") when downloading data from Overpass API / POST

(edit) @12710   7 years Don-vip

removed TLD for McDonald's

(edit) @12709   7 years Don-vip

fix #15216 - choose first compatible wmts layer in case several are found, instead of null

(edit) @12708   7 years bastiK

fixed #15203 - add validator warning for highway=motorway_junction used on a way

(edit) @12707   7 years michael2402

Fix checkstyle warnings.

(edit) @12706   7 years michael2402

See #15167: Store the name of the current selected tab.

This also makes the expert mode tab selection more universal

(edit) @12705   7 years michael2402

See #15167: Make size of the OSM download panel fixed, only allow resizing for overpass.

(edit) @12704   7 years Klumbumbus

fix #15211 - Don't warn when bridge or tunnel is used in combination with man_made=goods_conveyor

(edit) @12703   7 years Don-vip

fix #15210 - Fix support of IBM JVM

(edit) @12702   7 years Klumbumbus

see #15203 - typo

(edit) @12701   7 years bastiK

see #15203 - avoid = operator in default style

improves efficiency; makes sure, it is not applied to unwanted tags (like motorway_junction)

(edit) @12700   7 years bastiK

fixed #15203 - Wrong "Area style way is not closed" message for highway=motorway_junction

(edit) @12699   7 years Don-vip

see #14704 - fix xml tag

(edit) @12698   7 years Don-vip

see #14704 - fix xml tag

(edit) @12697   7 years Don-vip

fix #15207 - NPE at PlatformHookOsx.invoke when opening preferences (regression from r12695)

(edit) @12696   7 years Don-vip

see #15182 - remove deprecation of Main.undoRedo until I figure how to deal with this class

(edit) @12695   7 years Don-vip

see #15182 - refactor PlatformHookOsx so that all GUI actions are performed in MainApplication and only macOS-specific stuff remains in platform hook

(edit) @12694   7 years Don-vip

see #15167 - checkstyle

(edit) @12693   7 years Don-vip

update presets lang

(edit) @12692   7 years Don-vip

fix #14704 - properly encode strings

(edit) @12691   7 years Don-vip

see #15182 - introduce Main.getEditDataSet to avoid unneeded GUI dependence in validator tests and tagging presets

(edit) @12690   7 years Don-vip

see #15182 - build.xml fixes, required for standalone validator jar (problem unseen in complete compilation)

(edit) @12689   7 years Don-vip

see #15182 - refactor MergeNodesAction to avoid unneeded GUI dependence in DuplicateNode test

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