source: josm

Revision Log Mode:


Legend:

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

fix unit test

(edit) @13023   7 years bastiK

see #15451 - fix initialization

(edit) @13022   7 years bastiK

see #15451 - fix taginfo script

(edit) @13021   7 years bastiK

make Preferences more generic (see #15229, closes #15451)

  • extract base directories
  • move updateSystemProperties() as it is specific to JOSM-core as a "prefefences client"
(edit) @13020   7 years bastiK

see #15374 - update unit test

(edit) @13019   7 years bastiK

fixed #15449 - JOSM version checker is broken

(edit) @13018   7 years bastiK

fixed #15374 - problem deleting multilevel relations

(edit) @13017   7 years Don-vip

fix #15135 - Support conditional syntax for turn restrictions (patch by udit)

(edit) @13016   7 years Don-vip

fix #15443 - make sure dataset is always properly initialized in JoinAreasAction

(edit) @13015   7 years Don-vip

fix #15450 - add network context for network translations to avoid conflict with "regional" used also in cuisine context

(edit) @13014   7 years Don-vip

fix #15444 - NPE

(edit) @13013   7 years Don-vip

fix #15446 - robustness against negative dashes-offset

(edit) @13012   7 years bastiK

remove trivial overrides, where this doesn't actually break binary compatibility

(This is only a problem if signature or return type of overriding method differs,
generic type T counting as Object.)

(edit) @13011   7 years Don-vip

adapt to latest change in apache-commons SVN repo

(edit) @13010   7 years bastiK

see #14120 - fix use of deprecated API (selection handling)

(edit) @13009   7 years bastiK

fix javadoc warning

(edit) @13008   7 years Klumbumbus

fix #15311 - add landuse=salt_pond, icon self created, CC0 and PD licensed

(edit) @13007   7 years bastiK

fixed #15436 - Store cache data of plugins in cache location

(edit) @13006   7 years Klumbumbus
  • fix #15032 - don't warn about tourism nodes on way end nodes
  • see #15401 - adblue is not a fuel, restores sorted fuel list too
(edit) @13005   7 years Klumbumbus

fix #15439 - fine tune some validator rules (patch by nyurik)

(edit) @13004   7 years bastiK

fix deprecations in tests

(edit) @13003   7 years bastiK

see #14794 - add missing top level javadoc; minor refactoring for Condition

(edit) @13002   7 years bastiK

see #15229 - remove some uses of Main.pref

(edit) @13001   7 years bastiK

fix javadoc

(edit) @13000   7 years Don-vip

see #15365 - rework icon and mapcss rule

(edit) @12999   7 years bastiK

see #15229 - use Config.getPref() in *Property classes

(edit) @12998   7 years Don-vip

fix #15430 - add place=quarter

(edit) @12997   7 years Don-vip

fix #15365 - add "pole with switch" preset + new power icon & new validation rules

(edit) @12996   7 years bastiK

add threshold for MapCSSRendererTest as font rendering is slightly platform dependent

(edit) @12995   7 years bastiK

proper image dimensions in MapCSSRendererTest

(edit) @12994   7 years bastiK

add MapCSSRendererTest case for expression evaluation

(edit) @12993   7 years Don-vip

fix #15357 - add cemetery=grave and historic=tomb

(edit) @12992   7 years Don-vip

fix #15435 - do not cache incorrect login credentials when using basic auth

(edit) @12991   7 years Klumbumbus

fix #15431 - add light_rail stop position

(edit) @12990   7 years bastiK

see #15410 - update tests + minor fixes (2)

(edit) @12989   7 years bastiK

closes #15410 - update tests + minor fixes

(edit) @12988   7 years bastiK

revert things committed accidentally

(edit) @12987   7 years bastiK

see #15410 - change preferences scheme for named colors - makes runtime color name registry obsolete

(edit) @12986   7 years Don-vip

fix #14132 - MapCSS crossing operator must check layer attribute first

(edit) @12985   7 years Don-vip

fix #15427 - NPE

(edit) @12984   7 years Don-vip

fix #15429 - add robustness to AlignInLineAction

(edit) @12983   7 years bastiK

see #15410 - move cached() convenience method to super type

(edit) @12982   7 years bastiK

remove old migration code (see #15410)

(edit) @12981   7 years bastiK

update field name to be more clear

(edit) @12980   7 years bastiK

update reference image

(edit) @12979   7 years Don-vip

fix #15424 - include imagery_offset_database in default plugins embedded by Windows installer

(edit) @12978   7 years bastiK

promote old MapCSS reference file to MapCSSRendererTest checks

(edit) @12977   7 years GerdP

see #15267 Let Overpass Query Wizard show newest entry instead of oldest

(edit) @12976   7 years Don-vip

fix #14131 - Relation checker: Do not raise an error for incomplete ways for which we expect them to be closed, as we cannot know

(edit) @12975   7 years Don-vip

fix #13920 - robustness against invalid mapcss code - catch error and log it (fix command is optional)

(edit) @12974   7 years Don-vip

fix #14492 - do not try to merge deleted or incomplete nodes

(edit) @12973   7 years Don-vip

see #15008, see #15421 - collect debug data when a DataIntegrityProblemException occurs when firing a selection event

(edit) @12972   7 years bastiK

see #15273 - update reference images for test

(edit) @12971   7 years bastiK

see #15273 - fix: cache field should not be static

(edit) @12970   7 years Don-vip

see #15008, see #15421 - add toString() methods to allow to report potentially incorrect selection events

(edit) @12969   7 years Don-vip

see #15420 - should fix NPE in ParallelWays.copyNode (probably caused by an incomplete or empty way)

(edit) @12968   7 years bastiK

see #15273 - fix backgroundColorCache invalidation

(edit) @12967   7 years Don-vip

see #15273 - fix initialization of MapPaintStyles (NPE)

(edit) @12966   7 years bastiK

use RenderingHelper in MapCSSRendererTest; move getBackgroundColor() from PaintColors to ElemStyles (no longer global) (see #15273)

(edit) @12965   7 years bastiK

MapCSSRendererTest: use proper bounds and avoid 20 px border added by NavigatableComponent

(edit) @12964   7 years bastiK

see #15273 - more straightforward way to set up the styles for rendering

(edit) @12963   7 years bastiK

see #15273 - extract rendering code to new class

(edit) @12962   7 years Don-vip

see #15414 - fix javadoc warnings

(edit) @12961   7 years Don-vip

fix #15126 - NPE

(edit) @12960   7 years Don-vip

update TLD from IANA

(edit) @12959   7 years Don-vip

see #15410 - checkstyle

(edit) @12958   7 years Don-vip

fix #14645 - distinguish crossing ways validator error subtypes to properly ignore the selected group only

(edit) @12957   7 years Don-vip

fix #15393 - review use of min_age/max_age on presets: amenity=kindergarten, leisure=playground, amenity=school, amenity=nightclub, shop=erotic

(edit) @12956   7 years Don-vip

fix #15401 - add fuel:adblue (Diesel Exhaust Fluid: AdBlue/AUS32) to amenity=fuel preset

(edit) @12955   7 years bastiK

applied #15414 - Redesign of SlippyMapBBoxChooser's SourceButton (patch by ris)

(edit) @12954   7 years bastiK

see #15410 - better sorting

(edit) @12953   7 years bastiK

see #15410 - highlight entries with modified color; fix "set to default"

(edit) @12952   7 years bastiK

see #15410 - don't map translated values to keys; locale sensitive sorting

(edit) @12951   7 years Don-vip

fix #14665 - Validator incorrectly folds first-level categories when ignoring elements + avoid repaint of complete mapview, invalidate validator layer instead

(edit) @12950   7 years bastiK

see #15410 - add custom table model

(edit) @12949   7 years bastiK

see #15410 - update test

(edit) @12948   7 years Don-vip

fix #15032 - MapCSS classes are not set if defined in information-level rules

(edit) @12947   7 years bastiK

see #15410 - set cell renderer only for 2nd column, not entire table

(edit) @12946   7 years bastiK

see #15410 - fix deleting color entries; do not display unchanged layer colors (this gets excessive if user opens may gpx files over time)

(edit) @12945   7 years bastiK

see #15410 - fix display of custom layer color

(edit) @12944   7 years bastiK

see #15410 - better display of mappaint colors

(edit) @12943   7 years bastiK

see #15410 - do not attempt to translate preference key

(edit) @12942   7 years bastiK

see #15410 - better fix for color name display

(edit) @12941   7 years GerdP

fix #14766 - Self-intersection check not working for multipolygons

The test failed to detect self-intersecting rings formed by multiple ways.
This is now handled. Single self-intersecting ways are still only handled by SelfIntersectingWay to avoind duplicate warnings for the same issue.

(edit) @12940   7 years Don-vip

fix #14163 - fix EDT violation when displaying conflict dialog from validator quick fix

(edit) @12939   7 years Don-vip

fix #15177 - Query changesets: Make JMultilineLabel clickable

(edit) @12938   7 years Don-vip

fix #15335 - Add most basic examples for Add Node

(edit) @12937   7 years Don-vip

fix #14961 - catch IAE when decoding base64 data

(edit) @12936   7 years bastiK

fixed #15413 - String "Expected integer number => 0" looks wrong

(edit) @12935   7 years Don-vip

fix deprecation warning

(edit) @12934   7 years Don-vip

see #15365 - improve power=switch preset

(edit) @12933   7 years Don-vip

fix #15368 - Button that selects the relation from relation editor

(edit) @12932   7 years Don-vip

fix #15406 - add more java9 options for geotools plugin

(edit) @12931   7 years Don-vip

see #14602 - Override digit group separator to be consistent across languages with ISO 80000-1 + checkstyle fixes

(edit) @12930   7 years Klumbumbus

fix #15409, see #11507 - don't overwrite street_cabinet values by validator auto fix. Can happen if the objects was wrongly tagged as "power device" before.

(edit) @12929   7 years bastiK

see #15410 - fix GUI table displays pref keys instead of registered and translated color names

(edit) @12928   7 years bastiK

see #15229 - do not copy the entire preferences list, just to set a custom server API in OAuth wizard

(edit) @12927   7 years bastiK

applied #15369 - download area display in SlippyMapBBoxChooser (patch by ris)

(edit) @12926   7 years Don-vip

fix #15378 - adapt title of preset dialog when "create relation" is the only choice

(edit) @12925   7 years bastiK

add safeguard for circular references leading to infinite loop (ref [12924])

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