source: josm

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @6614   11 years simon04 fix #9311 - Add amenity=parking inside amenity=parking validation …
(edit) @6613   11 years simon04 see #9516 - MapCSS: add support for crossing polygon check (`area ⧉ …
(edit) @6612   11 years simon04 fix #9517 - Some issues with the MapCSS validator when reloading …
(edit) @6611   11 years simon04 see #9516 - Replace BuildingInBuilding by a corresponding MapCSS test
(edit) @6610   11 years simon04 Fix Javadoc links (@see @link => @see)
(edit) @6609   11 years simon04 see #9516 - MapCSS: greatly improve performance of spatial "element …
(edit) @6608   11 years xeen improve zoom to selection/conflict when the objects in question are …
(edit) @6607   11 years simon04 see #9516 - MapCSS: add basic support for a "contains" expression The …
(edit) @6606   11 years simon04 see #8519 - Lanes validator: add test for …
(edit) @6605   11 years simon04 fix #9350 - Validator: test for the correct usage of :conditional
(edit) @6604   11 years Don-vip fix #9506 - validator: ignore natural=ridge/arete from unclosed ways test
(edit) @6603   11 years Don-vip fix some Sonar issues
(edit) @6602   11 years Don-vip fix #9511 - non propagation of OSM API url to OAuth preferences panel …
(edit) @6601   11 years simon04 see #9414 fix #9485 - MapCSSTagChecker: add support for `set …
(edit) @6600   11 years simon04 see #9492 - Automatically download incomplete relations for "Update …
(edit) @6599   11 years bastiK fixed #9505 - Defaults for osm-server.url differ = !null Loosen the …
(edit) @6598   11 years simon04 see #8519 - Lanes validator: add test for lanes <= count_of(*:lanes)
(edit) @6597   11 years simon04 see #9492 - split "Create Multipolyon" in % and "Update Multipolygon"; …
(edit) @6596   11 years simon04 fix #9509 - allow "Change directions?" (for combining ways) dialog …
(edit) @6595   11 years simon04 see #8969 - add "Do not show again (this operation)" for "Really …
(edit) @6594   11 years simon04 fix #8969 fix #9394 - add "Do not show again (this session)" choice, …
(edit) @6593   11 years stoecker cleanup validator prefs to better support prefs format (resets some …
(edit) @6592   11 years simon04 fix #8519 - Validator: validate :lanes values
(edit) @6591   11 years simon04 Refactoring: create Test.TagTest for tests that check tags only …
(edit) @6590   11 years simon04 Update table after setting changeset tags from dataset
(edit) @6589   11 years simon04 see #8566 - make URL patterns of DownloadOsmTask visible for subclasses
(edit) @6588   11 years simon04 fix #8566 - Improper handling of percent-encoded urls towards …
(edit) @6587   11 years simon04 see #9438 - upload dialog: make max age configurable which determines …
(edit) @6586   11 years simon04 fix #9398 - Toolbar button for search action: set expression as tooltip
(edit) @6585   11 years simon04 fix #9501 see #9450 - JOSM build failed with SVN
(edit) @6584   11 years simon04 fix #9503 - Different syntax for .cfg and .mapcss validator files …
(edit) @6583   11 years simon04 fix #9504 - NPE with MapCSS validator
(edit) @6582   11 years bastiK fixed #9505 - Defaults for osm-server.url differ = !null
(edit) @6581   11 years simon04 fix #8220 fix #9490 - Validator, crossing ways; detect crossing …
(edit) @6580   11 years simon04 see #6536 - Refactor crossing way test in order to decrease memory …
(edit) @6579   11 years simon04 fix #4280 - Validator, crossing ways: do not warn if layer is missing …
(edit) @6578   11 years bastiK Preferences rework. Merges the 4 maps for the 4 setting types into a …
(edit) @6577   11 years simon04 Make strings like "ways 123 and 456, 789" pastable in download object …
(edit) @6576   11 years simon04 fix #9500 - add natural=sand to presets
(edit) @6575   11 years simon04 fix #7196 - Validator: add multipolygon role check This is done by …
(edit) @6574   11 years simon04 fix #4959 - Validator: check and fix ways with duplicate way segments …
(edit) @6573   11 years simon04 fix #9043 - Validator: Verify links on highways
(edit) @6572   11 years simon04 see #7797 - extend presets by <preset_link preset_name="..." /> to …
(edit) @6571   11 years simon04 fix #9495 - patch by holgerosm - Format translated plugin description …
(edit) @6570   11 years simon04 see #9327 - tagging presets: harmonize some presets
(edit) @6569   11 years simon04 see #9492 - Tools>"Update Multipolygon": check that relation is loaded …
(edit) @6568   11 years simon04 fix #9462 - fix preset values for opening_hour/… such that the …
(edit) @6567   11 years simon04 fix #9496 - undo signature change of MapView.getLayersOfType (of r6565)
(edit) @6566   11 years simon04 fix #9494 - Advanced object info: add "Center of bounding box", and …
(edit) @6565   11 years simon04 fix #9484 - source in upload dialog: add knowledge, survey to …
(edit) @6564   11 years simon04 fix 9492 - Tools>"Create Multipolygon": updates multipolygon if a …
(edit) @6563   11 years simon04 fix #9487 - validator: remove useless NodesWithSameName test
(edit) @6562   11 years simon04 fix #9327 - tagging presets: fix handling of nested <reference>s, …
(edit) @6561   11 years simon04 see #9485 - MapCSS: add support for set .class_name instruction …
(edit) @6560   11 years simon04 see #9485 - MapCSS: add support for set class_name instruction and …
(edit) @6559   11 years Don-vip see #9327 - typo + minor refactoring error
(edit) @6558   11 years simon04 fix #9327 - De-duplicate contents of defaultpresets.xml by …
(edit) @6557   11 years Don-vip fix #3722 - fix shortcuts for "next photo" and "previous photo" after …
(edit) @6556   11 years simon04 fix #6313 - validator, UnconnectedWays: handle intersections of t
(edit) @6555   11 years Don-vip fix #4183 - split number of conflicts in conflict-list header …
(edit) @6554   11 years simon04 see #9414 fix #9409 - extend MapCSS condition syntax to allow the …
(edit) @6553   11 years simon04 see #9414 - MapCSS-based tagchecker: allow to add custom files in …
(edit) @6552   11 years simon04 Refactoring: introduce Utils.UTF_8 charset to avoid handling of …
(edit) @6551   11 years simon04 sdf
(edit) @6550   11 years simon04 see #9414 - MapCSS-based tagchecker: unify some checks
(edit) @6549   11 years simon04 fix #9379 - Add validator warning: "foot used with …
(edit) @6548   11 years simon04 see #9414 - MapCSS-based tagchecker: migrate remaining tagchecks All …
(edit) @6547   11 years simon04 MapCSS: add regular expression support for key conditions For …
(edit) @6546   11 years Don-vip fix #9482, see #9423, see #6853 - fix regression from r6542: irregular …
(edit) @6545   11 years simon04 see #9450 - JOSM build from a git mirror: remove need for perl script, …
(edit) @6544   11 years simon04 fix #9473 - Added wayselector plugin to josm core. This plugin was …
(edit) @6543   11 years simon04 fix #9480 - ignore org.CustomMatchers from test
(edit) @6542   11 years Don-vip fix #9423, see #6853 - incorrect selection after hitting Alt key …
(edit) @6541   11 years Don-vip fix #9447 - mappaint: display capacity as a name complement for labels
(edit) @6540   11 years Don-vip fix #9450 - Allow to build JOSM from a git mirror clone with `ant …
(edit) @6539   11 years jttt Convert SizeButton and SourceButton to swing compontents
(edit) @6538   11 years simon04 see #9414 - MapCSS-based tagchecker: provide {i.key}, {i.value}, …
(edit) @6537   11 years simon04 see #9414 - migrate relation and religion tagchecks to MapCSS, add …
(edit) @6536   11 years simon04 fix #8228 - remote control: add command description to usage page
(edit) @6535   11 years simon04 fix #9475 see #9470 - NPE on startup - …
(edit) @6534   11 years simon04 fix #9470 see #9414 - make "layer tag with + sign" auto fixable
(edit) @6533   11 years simon04 see #9462 - prettify valid opening_hours values as OTHER test …
(edit) @6532   11 years Don-vip fix #8687, see #9414, see #9470 - tagchecker: update numeric tests to …
(edit) @6531   11 years Don-vip forgot CONTRIBUTION in previous commit. Add a new section for upcoming …
(edit) @6530   11 years Don-vip fix #9469 - fix window geometry regression from r6522
(edit) @6529   11 years Don-vip Various stuff: * see #9414: remove old DeprecatedTags test * …
(edit) @6528   11 years simon04 Fix i18n string
(edit) @6527   11 years Don-vip fix #9458 - tagchecker: detect emergency=permissive and fix it by …
(edit) @6526   11 years Don-vip fix #9465, see #9400 - tagchecker: handling of …
(edit) @6525   11 years Don-vip fix server preferences dialog broken in r6523 + reload MOTD after …
(edit) @6524   11 years Don-vip global use of Utils.joinAsHtmlUnorderedList()
(edit) @6523   11 years Don-vip Ask user to change proxy settings when proxy errors occur at startup …
(edit) @6522   11 years Don-vip fix #9466 - dialogs larger than the screen
(edit) @6521   11 years Don-vip add a relative OUTPUT_DIRECTORY parameter to MapCSSParser.jj to …
(edit) @6520   11 years simon04 History dialog: make versions navigable with arrow keys up/down
(edit) @6519   11 years simon04 Word wrap changeset comment in history dialog
(edit) @6518   11 years simon04 see #3531 - validator: unconnected ways: ignore highway/railway=platform
(edit) @6517   11 years simon04 fix #9387 - remote control: add ability to add changeset tags This …
(edit) @6516   11 years simon04 fix #9468 - validator: allow highway=motorway_junction on nodes
(edit) @6515   11 years simon04 fix #3531 - validator: unconnected ways: handle …
Note: See TracRevisionLog for help on using the revision log.