source: josm

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @6875   10 years Don-vip fix #9744 - Make OsmApi.sendRequest() protected to let plugins access …
(edit) @6874   10 years Don-vip fix #9736 - validator: Parkway 'abbreviated street name' checks
(edit) @6873   10 years Don-vip fix #9692 - IllegalStateException with print and pdfimport plugins …
(edit) @6872   10 years Don-vip fix #9695 - ignore barrier in overlapping ways test
(edit) @6871   10 years simon04 Add unit test for AlphanumComparator
(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) @6868   10 years stoecker see #9715 - mapcss mime type
(edit) @6867   10 years Don-vip fix #9715 - Set HTTP Accept header to expected MIME types when …
(edit) @6866   10 years Don-vip fix #9714 - wait for splash screen disappearance at startup
(edit) @6865   10 years Don-vip fix #9659 - better display of changeset source in history dialog
(edit) @6864   10 years simon04 see #9659 - History dialog: improve i18n strings
(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) @6861   10 years simon04 see #9593 - MapCSS: adapt MapCSS tests to negated regular expressions …
(edit) @6860   10 years simon04 fix #9593 - Detect sports without physical features - MapCSS test by …
(edit) @6859   10 years simon04 see #9593 - MapCSS: fix matching of negated regular expressions for …
(edit) @6858   10 years Don-vip forgot to commit test
(edit) @6857   10 years Don-vip do not attempt to load Quaqua L&F on other platforms than Mac OSX
(edit) @6856   10 years Don-vip see #9715 - do not block start when external presets cannot be …
(edit) @6855   10 years Don-vip fix #9723 - add shop=bookmaker, shop=lottery. Image taken from …
(edit) @6854   10 years bastiK applied #9724 - User-defined WMS SRS setting for custom projections …
(edit) @6853   10 years bastiK see #9590 - JSON code is not compatible with GPL
(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) @6850   10 years Don-vip see #8888 - Add icedtea-web package version in status report for …
(edit) @6849   10 years stoecker see #9710 - update oauth library code
(edit) @6848   10 years Don-vip fix #9718 - java.lang.ArithmeticException: / by zero. Closes black …
(edit) @6847   10 years Don-vip see #9710 - OAuth advanced parameters persistence
(edit) @6846   10 years Don-vip fix #9712 - allow bicycle_parking for unclosed ways + update links
(edit) @6845   10 years stoecker don't have two osm-server url settings
(edit) @6844   10 years akks see #9709: "Add to toolbar" in preset list context menu (F3-right click)
(edit) @6843   10 years Don-vip fix #9711 - Nicer report of invalid plugins + javadoc
(edit) @6842   10 years akks fix broken icon path in preset dialog, see #9709
(edit) @6841   10 years Don-vip see #9680 - Boost multipolygon computation performance by caching Areas
(edit) @6840   10 years Don-vip fix #9710 - allow HTTPS access to OSM API
(edit) @6839   10 years Don-vip do not block start when plugin list cannot be retrieved, save the …
(edit) @6838   10 years akks see #9709: button for adding preset to main toolbar (in upper right …
(edit) @6837   10 years stoecker i18n update
(edit) @6836   10 years Don-vip fix #9659 - prefix changeset and source by "c:" or "s:" to distinguish …
(edit) @6835   10 years Don-vip fix #9690 - fix i18n in presets. Just keep preset name
(edit) @6834   10 years simon04 see #8519 - Lanes validator: improve performance
(edit) @6833   10 years simon04 fix #9706 - Preset/i18n: separate context for "mounted on" values of …
(edit) @6832   10 years akks see #4429: Copy/Paste context menu for comboboxes did not appear
(edit) @6831   10 years akks fix #9703: key>value in search or filter gave NPE for non-existing key
(edit) @6830   10 years Don-vip javadoc fixes for jdk8 compatibility
(edit) @6829   10 years Don-vip fix #9701 - NPE in ToggleDialog
(edit) @6828   10 years Don-vip fix #9699 - workaround to java bug in getMaximumWindowBounds()
(edit) @6827   10 years Don-vip fix #9659 - show changeset source in history dialog
(edit) @6826   10 years Don-vip fix #9685 - validator: Incomplete test for "house number without street"
(edit) @6825   10 years simon04 fix #9689 - Validator: fix false-positive for "overlapping water …
(edit) @6824   10 years simon04 Presets XML: add preset_name_label attribute to <item> to …
(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) @6820   10 years bastiK map style: add some icons for craft=*
(edit) @6819   10 years simon04 fix #9686 - Remove "major road used with foot" test since it produces …
(edit) @6818   10 years simon04 see #9586 - fix typo
(edit) @6817   10 years simon04 see #9586 - Add missing labels for non-public-transport route …
(edit) @6816   10 years akks fix #9678: Download Object dialog can auto-paste numerical values from …
(edit) @6815   10 years Don-vip fix #9662 - correct handling of canceled gpx export
(edit) @6814   10 years Don-vip fix #8234 - remove duplicated/unused icons + javadoc
(edit) @6813   10 years simon04 see #9545 - Add public_transport:version=1/2 to older/newer public …
(edit) @6812   10 years simon04 Validator: do not warn "X without railway" for route=railway relations
(edit) @6811   10 years simon04 see #9586 - Improve wording for non-public-transport route relations
(edit) @6810   10 years simon04 see #9586 - Add non-public-transport route relations to presets
(edit) @6809   10 years bastiK fixed #9674 - Support for escaping special characters
(edit) @6808   10 years Don-vip fix #9675 - allow resize of "add tag" dialog
(edit) @6807   10 years simon04 see #9673 - Select newly created multipolygon in relation list (fixes …
(edit) @6806   10 years Don-vip fix some Sonar issues introduced recently
(edit) @6805   10 years bastiK fixed #9674 - Support for escaping special characters
(edit) @6804   10 years simon04 fix #9668 - Sort entries in validation results naturally
(edit) @6803   10 years simon04 fix #9660 - Allow to download compressed GPX tracks from …
(edit) @6802   10 years simon04 fix #9655 - Merge operations loosing tags (regression of r6770) …
(edit) @6801   10 years simon04 fix #9656 - Repair upload order of objects to be deleted (regression …
(edit) @6800   10 years Don-vip fix #9657 - NPE
(edit) @6799   10 years Don-vip fix #9607 - defaultpreset: do not link image files, but include them …
(edit) @6798   10 years Don-vip fix some Sonar issues
(edit) @6797   10 years Don-vip fix #9406 - Verify for new versions of plugins on crashes
(edit) @6796   10 years stoecker see #9611 - proper plural selection also for single strings
(edit) @6795   10 years simon04 Refactor tagging presets in order to get rid of static variable …
(edit) @6794   10 years Don-vip fix #5783 - DataIntegrityProblemException: "Primitive must be part of …
(edit) @6793   10 years xeen [build fix] classes that use JMapViewer shoudn't use OsmMercator …
(edit) @6792   10 years Don-vip Sonar - fix various issues
(edit) @6791   10 years Don-vip refactor UnconnectedWays test
(edit) @6790   10 years Don-vip fix #9651 - Validade landuse=* on nodes
(edit) @6789   10 years Don-vip fix #9637 - make status bar background/foregound colors configurable …
(edit) @6788   10 years Don-vip fix #9650 - Validate building=no
(edit) @6787   10 years Don-vip fix #9647 - filter invalid XML characters in changeset API responses
(edit) @6786   10 years akks fix #9639: NPE when trying to upload data (rough fix, needs checking) …
(edit) @6785   10 years stoecker fix #9643 - remove unneeded wrapper class - patch by glebius
(edit) @6784   10 years Don-vip fix #9638 - NPE introduced in r6783
(edit) @6783   10 years Don-vip fix some Sonar issues
(edit) @6782   10 years Don-vip fix #9635 - remote control: new referrers argument to load_object
(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) @6778   10 years simon04 fix #9614 - Check and remove unnecessary area=yes - patch by naoliv
(edit) @6777   10 years simon04 fix #9613 - Add style+preset for highway=raceway The style color is …
(edit) @6776   10 years simon04 fix #9624 - Create a sensible upload order of relations to be deleted …
Note: See TracRevisionLog for help on using the revision log.