source: josm/trunk/src/org/openstreetmap/josm/data

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @6905   10 years stoecker see #9778 - delay initialisation of plugin download URL
(edit) @6903   10 years Don-vip fix #9790 - No poles or towers with underground power lines
(edit) @6897   10 years stoecker see #9778 - use TLS for JOSM website access
(edit) @6895   10 years bastiK applied #9228 - Set transparency of circle from HDOP value (by …
(edit) @6890   10 years Don-vip fix some Sonar issues (Constructor Calls Overridable Method)
(edit) @6889   10 years Don-vip fix some Sonar issues (JLS order)
(edit) @6886   10 years Don-vip fix #6373 - proper conflict resolution after failed attempt to delete …
(edit) @6883   10 years Don-vip fix some Sonar issues
(edit) @6881   10 years Don-vip javadoc/code style/minor refactorization
(edit) @6872   10 years Don-vip fix #9695 - ignore barrier in overlapping ways test
(edit) @6870   10 years simon04 fix #9598 - Validator: do not report "Overlapping ways" for buildings
(edit) @6869   10 years Don-vip fix #9731 - fix a bunch of problems occuring when validating …
(edit) @6863   10 years simon04 see #9545 fix #9725 - Validator: add warning "Route scheme …
(edit) @6862   10 years simon04 see #9598 - Validator: report "Overlapping ways" only if at least 3 …
(edit) @6854   10 years bastiK applied #9724 - User-defined WMS SRS setting for custom projections …
(edit) @6852   10 years Don-vip see #9710 - more debug messages
(edit) @6851   10 years Don-vip see #9710 - enable OAuth debug output with --debug + single endpoint …
(edit) @6847   10 years Don-vip see #9710 - OAuth advanced parameters persistence
(edit) @6841   10 years Don-vip see #9680 - Boost multipolygon computation performance by caching Areas
(edit) @6834   10 years simon04 see #8519 - Lanes validator: improve performance
(edit) @6830   10 years Don-vip javadoc fixes for jdk8 compatibility
(edit) @6826   10 years Don-vip fix #9685 - validator: Incomplete test for "house number without street"
(edit) @6823   10 years bastiK #8902 Small performance enhancements / coding style (patch by …
(edit) @6822   10 years bastiK see #8902 - Small performance enhancements / coding style (patch by …
(edit) @6821   10 years bastiK see #8902 - Small performance enhancements / coding style (patch by …
(edit) @6804   10 years simon04 fix #9668 - Sort entries in validation results naturally
(edit) @6801   10 years simon04 fix #9656 - Repair upload order of objects to be deleted (regression …
(edit) @6798   10 years Don-vip fix some Sonar issues
(edit) @6792   10 years Don-vip Sonar - fix various issues
(edit) @6791   10 years Don-vip refactor UnconnectedWays test
(edit) @6783   10 years Don-vip fix some Sonar issues
(edit) @6781   10 years Don-vip validator - avoid FileNotFoundException when loading ignored errors
(edit) @6780   10 years Don-vip see #9632 - print debug message when setting system property
(edit) @6779   10 years simon04 Initialize validator tests on demand, separate initialization of …
(edit) @6776   10 years simon04 fix #9624 - Create a sensible upload order of relations to be deleted …
(edit) @6774   10 years simon04 fix #9633 - MapCSS: allow (named) colours with alpha
(edit) @6773   10 years simon04 see ticket:9361#comment:13 - MapCSS validator: highlight both …
(edit) @6763   10 years simon04 fix #9617 - False positive in unconnected power ways
(edit) @6762   10 years Don-vip fix NPEs seen in tagchecker tests
(edit) @6735   10 years simon04 fix #8337 - Improve validator warning if relation members do not match …
(edit) @6733   10 years Don-vip update javadoc
(edit) @6731   10 years Don-vip fix #9588 - group validator role-related error messages in the same …
(edit) @6724   10 years simon04 see #7662 - Validator: do not show "Way terminates on Area" if way is …
(edit) @6722   10 years simon04 fix #9577 - Remove automatic fix for "Way contains segment twice" …
(edit) @6720   10 years simon04 see #9508 - Don't print loading of internal MapCSS validator files
(edit) @6717   10 years Don-vip where applicable, replace System.arraycopy by Arrays.copyOf
(edit) @6713   10 years Don-vip fix #5886 - cascaded very old style multipolygon not rendered properly
(edit) @6699   10 years Don-vip fix #9547 - Remove multiple whitespaces inside values
(edit) @6694   10 years simon04 see #9577 - Highlight duplicate way segments of "Way contains segment …
(edit) @6693   10 years simon04 see #9577 - Improve "Way contains segment twice" test (false-positives)
(edit) @6691   10 years Don-vip see #9520 - Sort and distinguish all validator tests
(edit) @6690   10 years Don-vip code/javadoc cleanup in imagery code
(edit) @6681   10 years simon04 fix #9570 - MapCSS validator: make {0.tag} work for …
(edit) @6677   10 years simon04 see #9414 fix #9566: MapCSS validator: allow error message to access …
(edit) @6675   10 years simon04 see #9566 - MapCSS validator: fix duplicated messages
(edit) @6674   10 years simon04 Make strings like foo relation/123 and way/345 but also node/789
(edit) @6671   10 years simon04 fix #9560 - IllegalArgumentException when color.layer contains "{ }"
(edit) @6670   10 years Don-vip fix #9508 - Centralized service for validator rules
(edit) @6669   10 years Don-vip see #9565 - don't consider infinite coordinates as valid
(edit) @6667   10 years simon04 fix #3531 - validator: unconnected ways - skip "Way end node near …
(edit) @6665   10 years Don-vip fix #9562 - unwanted validator warning - "tourism type attraction - …
(edit) @6659   10 years Don-vip fix #9555, see #9169 - take into account power=substation into power …
(edit) @6656   10 years bastiK don't override previous default value with null
(edit) @6651   10 years simon04 see #9414 - MapCSS validator preference: display extension …
(edit) @6650   10 years simon04 see #9414 see #9542 - MapCSS validator: handle BOM in config files
(edit) @6649   10 years simon04 see #9414 - MapCSS validator: make individual tests ignorable As …
(edit) @6648   10 years simon04 fix #9507 - Drop validation test "Crossing natural/landuse"
(edit) @6647   10 years simon04 see #8519 - Lanes validator: correctly handle consecutive |s (e.g., …
(edit) @6644   10 years Don-vip fix #9542 - handle BOM in UTF-8 tagchecker config files
(edit) @6643   10 years Don-vip global replacement of e.printStackTrace() by Main.error(e)
(edit) @6642   10 years Don-vip Improve handling of network errors at startup, suggest to change proxy …
(edit) @6639   10 years simon04 fix #9544 - Skip nodes outside of download area for …
(edit) @6638   10 years simon04 fix #9539 - *.cfg tag checker: display when custom files are loaded …
(edit) @6636   10 years simon04 see #9414 - MapCSS validator: skip tests with informational severity …
(edit) @6635   10 years simon04 fix #4280 - Validator, crossing ways: undo valdation relaxation (one …
(edit) @6629   10 years simon04 Replace NodesDuplicatingWayTags test by a corresponding MapCSS test
(edit) @6626   10 years Don-vip fix #9530 - NPE in color preferences
(edit) @6625   10 years stoecker fix i18n
(edit) @6624   10 years Don-vip fix #9521 - Colors no more displayed in preferences dialog since …
(edit) @6623   10 years Don-vip fix Sonar issues
(edit) @6622   10 years Don-vip fix #9526 - Undesirable messages during data validation (introduced in …
(edit) @6619   10 years Don-vip fix #9523 - validator: Only raise "Way contains segment twice" error …
(edit) @6617   10 years Don-vip Replace non-working Sun bugtracker links to new OpenJDK one
(edit) @6613   10 years simon04 see #9516 - MapCSS: add support for crossing polygon check (`area ⧉ …
(edit) @6612   10 years simon04 fix #9517 - Some issues with the MapCSS validator when reloading …
(edit) @6611   10 years simon04 see #9516 - Replace BuildingInBuilding by a corresponding MapCSS test
(edit) @6610   10 years simon04 Fix Javadoc links (@see @link => @see)
(edit) @6608   10 years xeen improve zoom to selection/conflict when the objects in question are …
(edit) @6607   10 years simon04 see #9516 - MapCSS: add basic support for a "contains" expression The …
(edit) @6606   10 years simon04 see #8519 - Lanes validator: add test for …
(edit) @6605   10 years simon04 fix #9350 - Validator: test for the correct usage of :conditional
(edit) @6604   10 years Don-vip fix #9506 - validator: ignore natural=ridge/arete from unclosed ways test
(edit) @6603   10 years Don-vip fix some Sonar issues
(edit) @6601   10 years simon04 see #9414 fix #9485 - MapCSSTagChecker: add support for `set …
(edit) @6599   10 years bastiK fixed #9505 - Defaults for osm-server.url differ = !null Loosen the …
(edit) @6598   10 years simon04 see #8519 - Lanes validator: add test for lanes <= count_of(*:lanes)
(edit) @6597   10 years simon04 see #9492 - split "Create Multipolyon" in % and "Update Multipolygon"; …
(edit) @6593   10 years stoecker cleanup validator prefs to better support prefs format (resets some …
(edit) @6592   10 years simon04 fix #8519 - Validator: validate :lanes values
(edit) @6591   10 years simon04 Refactoring: create Test.TagTest for tests that check tags only …
Note: See TracRevisionLog for help on using the revision log.