source: josm

Revision Log Mode:


Legend:

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

see #11390 - prefer Java 8 runtime over Java 7 in launch script

(edit) @8332   9 years Don-vip

fix various issues:

  • performance - inefficient use of keySet iterator instead of entrySet iterator
  • squid:S2674: The value returned from a stream read should be checked
  • remove unused imports
  • improve javadoc
(edit) @8331   9 years simon04

fix #10278 - MapCSSTagChecker: preprocess MapCSS for media queries support

(edit) @8330   9 years simon04

see #11384 - Attempt to fix UI problem with add tag dialog

(edit) @8329   9 years Klumbumbus

fix #11391 - adjust amenity=sanitary_dump_station preset (modified patch by brycenesbitt)

(edit) @8328   9 years Klumbumbus

fix #11339 - add man_made=storage_tank to preset and mappaint style (modified patch by brycenesbitt; icon derived from gasometer.png)

(edit) @8327   9 years Don-vip

fix #11386 - reduce cache memory footprint (patch by wiktorn)

(edit) @8326   9 years Don-vip

fix #11404 - High CPU load during tile loading in TMS layer and download box (patch by wiktorn)

(edit) @8325   9 years Don-vip

see #11405 - fix typo

(edit) @8324   9 years Don-vip

squid:S1133 - remove deprecated code

(edit) @8323   9 years stoecker

see #10684 - remove remaining overlay() calls

(edit) @8322   9 years simon04

fix #11380 - JOSM notes layer thinks that all notes were created on current date (regression of r8225)

(edit) @8321   9 years Klumbumbus

remove deprecated emergency=aed mappaint style

(edit) @8320   9 years stoecker

fix #11405 - warn about very long segments (>15km for now)

(edit) @8319   9 years Don-vip

fix #11400 - allow osm.notes.daysClosed=-1

(edit) @8318   9 years Don-vip

fix various Sonar issues:

  • squid:S1068: Unused private fields should be removed
  • squid:S1155: Collection.isEmpty() should be used to test for emptiness
  • squid:S1185: Overriding methods should do more than simply call the same method in the super class
  • squid:S1694: An abstract class should have both abstract and concrete methods
  • squid:S1905: Redundant casts should not be used
  • squid:S2065: Fields in non-serializable classes should not be "transient"
  • squid:S2583: Conditions should not unconditionally evaluate to "TRUE" or to "FALSE"
  • squid:ModifiersOrderCheck: Modifiers should be declared in the correct order
(edit) @8317   9 years Don-vip

see #11390 - accept openjdk-8-jre in Debian control file, prefer Java 8 runtime over Java 7 in launch script

(edit) @8316   9 years stoecker

still something left from mapcss switch

(edit) @8315   9 years stoecker

remove old migration code

(edit) @8314   9 years bastiK

applied #10902 - TMS simultaneous connections (2nd patch by wiktorn)

(edit) @8313   9 years Don-vip

fix #11397 - NPE

(edit) @8312   9 years stoecker

revert build breaking change

(edit) @8311   9 years stoecker

split core translation into two parts

(edit) @8310   9 years stoecker

add baselanguage keyword

(edit) @8309   9 years stoecker

disable old empty internal tagchecker file

(edit) @8308   9 years Don-vip

fix potential NPEs and Sonar issues related to serialization

(edit) @8307   9 years bastiK

applied #10902 - TMS simultaneous connections (patch by wiktorn)

(edit) @8306   9 years bastiK

see #10512 - move taginfoextract.groovy to scripts directory

(edit) @8305   9 years Don-vip

update Eclipse configuration to improve build time and compatibility with Sonarqube plugin

(edit) @8304   9 years Don-vip

simplify URL encoding/decoding

(edit) @8303   9 years Balaitous

fix #7421 - Circle created from way heads always clockwise

  • If 3 nodes closed way is selected, keep way direction when creating circle;
  • Otherwise use left- and right-hand traffic database (r7193) to determine way direction;
  • Add a Geometry.isClockwise(List<Node>) method;
  • Fix some sonar issue
  • Add test case
(edit) @8302   9 years Klumbumbus

see #11394 - do not warn about all club=* (e.g. club=chess|sailing|...) together with sport=*

(edit) @8301   9 years Don-vip

fix #11394 - disable warning "sport without physical feature" for club=sport

(edit) @8300   9 years Don-vip

update presets links

(edit) @8299   9 years stoecker

see #8562 - text correction

(edit) @8298   9 years stoecker

see #8562 - text improvement

(edit) @8297   9 years Don-vip

fix #11382 - Improve MapCSS speed by using BitSets (patch by michael2402)

(edit) @8296   9 years stoecker

see #8562 - move IPv6 detection to main class instead of preferences

(edit) @8295   9 years stoecker

fix #8562 - autodetect working IPv6 - hopefully solve bad Java IPv6 support

(edit) @8294   9 years Balaitous

fix #10396 - Disconnecting nodes from way could be easier

  • Ignore non-connected nodes
  • When exactly one way is selected, ignore nodes non-connected to this way
  • Replace message dialog by notification.
  • Add test case
(edit) @8293   9 years Don-vip

fix #11383 - IndexOutOfBoundsException in LayerListDialog

(edit) @8292   9 years stoecker

fix #11381 - default language setting failed

(edit) @8291   9 years Don-vip

fix squid:RedundantThrowsDeclarationCheck + consistent Javadoc for exceptions

(edit) @8290   9 years Don-vip

code cleanup

(edit) @8289   9 years bastiK

fixed #11378 - mapcss: fill-area rescales image

(edit) @8288   9 years stoecker

fix #11353 - imagery offset regression (patch by wiktorn)

(edit) @8287   9 years Don-vip

fix findsecbugs:XXE_SAXPARSER - "Security - XML Parsing Vulnerable to XXE (SAXParser)"

(edit) @8286   9 years Don-vip

fix sonar squid:S1444 - "public static" fields should always be constant

(edit) @8285   9 years Don-vip

fix sonar squid:S2039 - Member variable visibility should be specified

(edit) @8284   9 years stoecker

typo

(edit) @8283   9 years stoecker

some i18n code cleanups

(edit) @8282   9 years stoecker

fix handling of khmer a bit

(edit) @8281   9 years bastiK

see #10512 - one more typo

(edit) @8280   9 years bastiK

see #10512 - fix spelling

(edit) @8279   9 years Klumbumbus

fix #11375 - do not apply sport area style on raceways

(edit) @8278   9 years stoecker

some smaller i18n updates as I anyway already processed them.

(edit) @8277   9 years bastiK

see #11216 - fixed netbeans project

(edit) @8276   9 years Balaitous

fix #11184 - "split way" is splitting an other way instead of the selected.
The case where the selected node is both one end and an intermediate node of the selected way was not taken into account.
Add test case.

(edit) @8275   9 years bastiK

see #10512 - compatibility with groovy 1.8.6

(edit) @8274   9 years simon04

see #10512 - taginfoextract: add initial presets extration, switch all links to HTTPS

(edit) @8273   9 years simon04

see #10512 - taginfoextract: fix problem wrt layer name

Before, no object_types and icon_url have been extracted.

(edit) @8272   9 years simon04

see #10512 - Use Groovy's JsonBuilder

(edit) @8271   9 years stoecker

fix i18n, should update before making that

(edit) @8270   9 years stoecker

i18n update

(edit) @8269   9 years simon04

fix #11172 - Crossing ways: ignore highway=rest_area and highway=services

(edit) @8268   9 years simon04

fix #9533 - Do not autocomplete in combo boxes unless cursor is at the end

(edit) @8267   9 years simon04

fix #10720 - Auto completion changing default values in presets

(edit) @8266   9 years simon04

fix #9782 fix #10859 - MapCSS validator: evaluate real key and value for KeyConditions

(edit) @8265   9 years simon04

fix #10913 - MapCSS validator: retain sequence of fixing commands

(edit) @8264   9 years simon04

hopefully fix #10864 - revert r8235, r8213 - Note layer: return to JToolTip based rendering - wrap long URLs using zero width space U+8203

(edit) @8263   9 years simon04

fix #11340 - Remote control: make RequestProcessor#addRequestHandlerClass visible for plugins

(edit) @8262   9 years bastiK

see #10217 - "fix" test

(edit) @8261   9 years bastiK

fix coding style

(edit) @8260   9 years bastiK

see #10217 - move unit handling to parser
adds support for negative angles
new: length units px,cm,mm,in,q,pc,pt as in CSS (immediately converted to px)

(edit) @8259   9 years simon04

see #10973 - Relation sorting: group platform* and stop* in front of other public_transport/route members (2/2)

(edit) @8258   9 years simon04

see #10973 - Relation sorting: group platform* and stop* in front of other public_transport/route members

(edit) @8257   9 years simon04

fix #11370 - "area" is not supported in validator asserts

(edit) @8256   9 years bastiK

mapcss: improve expression parsing
Now it respects operator precedence (C/C++ style) and allows
mix of plus and minus like this:

3 + 2 * 5 - 2 + 10

This is parsed as

(((3 + (2 * 5)) - 2) + 10)

(edit) @8255   9 years bastiK

fixed #11369 - Add EPSG:2019 projection

(edit) @8254   9 years simon04

see #10789 - History dialog: add button to open changeset dialog

(edit) @8253   9 years simon04

fix #11346 - MapCSS: add areasize and waylength functions

(edit) @8252   9 years simon04

see #10529 - MapCSS: :unclosed_multipolygon should not trigger for incomplete multipolygons

(edit) @8251   9 years simon04

see #10217 - MapCSS rotation: add grad and turn units

(edit) @8250   9 years simon04

fix #11358 - Search: allow negative indices for nth: to search backward

(edit) @8249   9 years simon04

see #11356 - Remote control: fix opening overpass query

The compatibility code calling DownloadOsmTask had not been executed.

(edit) @8248   9 years Don-vip

fix #11362 - do not confirm overwrite for OSX native file dialogs which already ask for it

(edit) @8247   9 years Balaitous

fix #11302 - "distribute nodes" acts weirdly if the way is not reasonably straight already

When one way (no self-crossing) is selected with at most two of its nodes, distibute node keeping nodes order along the way. Selected nodes are kept in place.
In any other case, no changes are made to the algorithm.

(edit) @8246   9 years stoecker

i18n update

(edit) @8245   9 years Klumbumbus

see #9811 - do not warn about address tags on highway=services|rest_area

(edit) @8244   9 years Don-vip

see #11359 - ignore unsupported date/time exif tags

(edit) @8243   9 years Don-vip

fix #11359 - update to metadata-extractor 2.8.1

(edit) @8242   9 years Don-vip

fix #11360 - do not propose autofix for opening_hours with the same value as before

(edit) @8241   9 years stoecker

see #11148 - removed language display name workaround, but keep the function nevertheless

(edit) @8240   9 years simon04

Open Location: enable loading of nodes/ways/relations/changesets from OSM website URL

Up to now, only corresponding API URLs have been supported.

(edit) @8239   9 years simon04

fix #9242 - Validator: reword "A name:* translation is missing" test result

(edit) @8238   9 years simon04

see #10217 - Fix reset/flickering/cache issue wrt rotated MapCSS icons

(edit) @8237   9 years simon04

see #10529 - MapCSS: add :unclosed_multipolygon pseudo-class and >:open_end selector to go from relations to their open end nodes

For example, relation:unclosed_multipolygon >:open_end node matches open end nodes of unclosed multipolygon relations.

(edit) @8236   9 years simon04

see #10299 - Remove leftover, unwanted code line

(edit) @8235   9 years simon04

hopefully fix #10864 - Note drawing on Windows

(edit) @8234   9 years simon04

fix #11354 - Add tags: clear input fields after adding tag without closing dialog

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