source: osm/applications/editors/josm/plugins/validator

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @20155   14 years jttt Speed optimizations
(edit) @20142   14 years bastik 'validator: fixed josm bug 4594'
(edit) @19688   15 years jttt Fixed #4455 Validator error
(edit) @19616   15 years jttt Fixed #4398 validator: repair: "doppelte Knoten": please, always merge …
(edit) @19611   15 years stoecker fixed NPE
(edit) @19597   15 years jttt Fixed #4398 validator: repair: "doppelte Knoten": please, always merge …
(edit) @19505   15 years jttt Cleanup test initialization
(edit) @19485   15 years guggis 'Changed the constructor signature of the plugin main class'
(edit) @19335   15 years jttt Added multipolygon tests, fixed some warnings
(edit) @19329   15 years stoecker fixed typos
(edit) @19304   15 years guggis 'Update to JOSM 2748'
(edit) @19229   15 years guggis 'Fixed JOSM ticket #4220 - validator: check for FIXME=*'
(edit) @19226   15 years guggis 'Fixed JOSM ticket #4231 - Validator: duplicate nodes test should …
(edit) @19224   15 years guggis 'Fixed JOSM ticket #4235 - Validation layer is not removed when data …
(edit) @19200   15 years jttt Remove reference to OsmPrimitive.getDirectionKeys() (direction keys …
(edit) @19072   15 years guggis 'Updated to JOSM 2621'
(edit) @18962   15 years jttt Encalupse OsmPrimitive.incomplete
(edit) @18957   15 years guggis 'Made build file more robust'
(edit) @18928   15 years guggis 'Updated to new referrer support in OsmPrimitive'
(edit) @18848   15 years stoecker fixed display issue
(edit) @18813   15 years skela JOSM Validator: Do not complain about bus stops that are close to a way.
(edit) @18789   15 years stoecker close josm 3734
(edit) @18737   15 years stoecker disabled tag check
(edit) @18711   15 years stoecker fixed typo
(edit) @18623   15 years stoecker cleanup mappaint error handling
(edit) @18600   15 years jttt OsmPrimitive.errors -> OsmPrimitive.getErrors()
(edit) @18593   15 years jttt Updated to new MapViewPaintable.paint arguments
(edit) @18556   15 years dhansen Fix Array bounds exception with invalid data This code will oops if a …
(edit) @18524   15 years guggis 'Updated build.xml'
(edit) @18520   15 years guggis 'Updating to JOSM 2414'
(edit) @18518   15 years guggis Updating
(edit) @18517   15 years guggis Updating
(edit) @18516   15 years guggis Updating
(edit) @18515   15 years guggis Updating
(edit) @18514   15 years guggis Updating
(edit) @18453   15 years daeron Partial rewrite of coastline checks Build a list of the coastline …
(edit) @18425   15 years jttt Replace Dataset.nodes with getNodes(), etc
(edit) @18396   15 years dhansen Temporary kludge until we get proper reindexing in the dataset.
(edit) @18391   15 years guggis Update to r2355
(edit) @18384   15 years daeron Don't complain about unconnected coastline if the end of the way is …
(edit) @18379   15 years dhansen This uses the new quadbuckets code for the UnconnectedWays test, as …
(edit) @18377   15 years dhansen The JOSM core is changing these, so update in the plugin.
(edit) @18344   15 years skela JOSM validator: Ignore railway=tram when checking crossing ways. Tram …
(edit) @18343   15 years skela Fix the build.
(edit) @18223   15 years skela Fixed #3472 in JOSM Validator: do not complain about unconnected ways …
(edit) @18197   15 years avar Don't report nodes with duplicate names if they're highway=bus_stop. …
(edit) @18194   15 years stoecker fix josm 3677 - patch by Daeron - rework coastline checks
(edit) @18192   15 years stoecker fixed josm 3699
(edit) @18152   15 years skela Fixed #3412 in the JOSM Validator plugin: Find multilingual objects …
(edit) @18122   15 years skela Fixed #3669 in the JOSM Validator plugin: Do not complain about nodes …
(edit) @18092   15 years jttt Use OsmPrimitive.isNew() instead of getId() == 0
(edit) @18088   15 years stoecker fixed josm 3574
(edit) @18069   15 years stoecker updated version due to JOSM core changes
(edit) @17722   15 years guggis fixed #3498: Add progressbar to validator validation
(edit) @17715   15 years guggis UploadHook moved in JOSM r2168
(edit) @17592   15 years guggis see #3347: patches by singularita@…: Merging nodes, fixing …
(edit) @17585   15 years guggis Fixing errors is now an asynchronous, cancelable task. Batch …
(edit) @17540   15 years guggis Updating to JOSM r2082
(edit) @17481   15 years stoecker close josm bug 3370
(edit) @17479   15 years stoecker close josm bug 3367 and remove deprecations
(edit) @17352   15 years guggis Updating dependency to JOSM 2005 in build.xml
(edit) @17351   15 years guggis updated to JOSM 2005 cleanup for @deprecated OptionPaneUtil cleanup …
(edit) @17313   15 years dmuecke [o3059] - Added way type building into crossing way test.
(edit) @17175   15 years dmuecke Fixed issue #3256. Removal of Validator layer when OSM data layer gets …
(edit) @17174   15 years dmuecke Fixed issue #3256. Removal of Validator layer when OSM data layer gets …
(edit) @16970   15 years stoecker applied josm 2755 (slightly modified)
(edit) @16967   15 years stoecker fixed josm 2803
(edit) @16788   15 years guggis Updated to JOSM release 1893
(edit) @16735   15 years stoecker fixed compile problem
(edit) @16681   15 years jttt Enable validate action only when there is edit layer available
(edit) @16629   15 years jttt Make it work without Main.ds
(edit) @16439   15 years stoecker fix j2861
(edit) @16438   15 years stoecker fix j2868
(edit) @16437   15 years stoecker fixed j2806
(edit) @16436   15 years stoecker fix j2803
(edit) @16435   15 years stoecker fix j2793
(edit) @16434   15 years stoecker fix j2792
(edit) @16409   15 years stoecker updated
(edit) @16346   15 years stoecker some more cleanups
(edit) @16345   15 years stoecker fixed josm #2824
(edit) @16319   15 years stoecker patches by delta_foxtrot
(edit) @16294   15 years stoecker fixes for JOSM 1725 - utilsplugin JumpToAction still missing
(edit) @16290   15 years stoecker adapted plugins to JOSm 1722, UtilsPlugin still has a problem
(edit) @16159   15 years jttt Use getter for Node.coor and Node.latLon, fix warnings
(edit) @15127   15 years stoecker adapt to interface changes
(edit) @14406   15 years frederik minof fixes to some JOSM plugins to reflect changes in the Visitor …
(edit) @14123   15 years stoecker fix #2296
(edit) @14121   15 years stoecker close #2302 - patch by jttt - optimizations and encapsulation
(edit) @14015   15 years stoecker some validator fixes, reenabled debug
(edit) @14003   15 years stoecker cleanup build scripts and manifests
(edit) @13918   15 years stoecker fix preset handling in validator
(edit) @13598   15 years stoecker some minor updates
(edit) @13497   16 years skela applications/editors/josm: Set svn:eol-style native on all *.java …
(edit) @13409   16 years skela editors/josm/plugins: Adjust svn:ignore.
(edit) @13332   16 years stoecker fixes for new plugin handling
(edit) @13119   16 years stoecker fixed #2002
(edit) @12991   16 years stoecker language updates
(edit) @12983   16 years stoecker typo
(edit) @12967   16 years stoecker typo
(edit) @12908   16 years stoecker added some tests from wiki
Note: See TracRevisionLog for help on using the revision log.