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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @23917   14 years nakor Added more types and precision option for duplicated nodes
(edit) @23792   14 years bastik 'see JOSM # 5574 (patch by julianladisch) - do not warn for endpoint …
(edit) @23192   14 years stoecker remove tabs
(edit) @22805   14 years stoecker fix due to changes in josm
(edit) @22714   14 years bastik fixed #5153 (patch by bilbo) - Exception when fixing duplicate ways in …
(edit) @22688   14 years jttt Fix memory leak
(edit) @22550   14 years jttt Adapt to latest josm
(edit) @22457   14 years jttt Update to latest josm (no changes, only needs recompiling)
(edit) @22445   14 years nakor Categorize duplicate nodes
(edit) @22204   14 years bastik 'i18n fix'
(edit) @22065   14 years bastik 'fixed josm bug 4220'
(edit) @22044   14 years bastik update to josm latest
(edit) @22043   14 years bastik see josm bug 5174 (adds more categories for unconnected nodes with no …
(edit) @22004   14 years stoecker add autozoom, fix untagged node issue
(edit) @21667   14 years bastik added icon links
(edit) @21616   14 years stoecker removed remaining paint checks to validator
(edit) @21540   14 years stoecker fix josm bug 5083
(edit) @21539   14 years stoecker added relation checker based on new tagging code
(edit) @21440   14 years stoecker check for keys > 255
(edit) @21177   14 years jttt Optimization of duplicate nodes test
(edit) @21128   14 years nakor Revert unwanted commit
(edit) @21127   14 years nakor First binary version of undelete plugin
(edit) @20828   14 years bastik Added license information. This is in agreement with the authors of …
(edit) @20799   14 years bastik 'don't break relations, when fixing duplicate ways'
(edit) @20714   14 years bastik update of tag combinations
(edit) @20579   14 years jttt Use referrers for UntaggedNode test
(edit) @20573   14 years jttt Fix ArrayIndexOutOfBounds exception in case multipolygon contains 2 …
(edit) @20546   14 years bastik 'validator: fixed memory leak'
(edit) @20426   14 years jttt Implement Layer.isChanged()
(edit) @20366   14 years jttt Set josm main revision
(edit) @20365   14 years jttt Fixed #4661 Intersection between multipolygon ways, but which ones?
(edit) @20155   14 years jttt Speed optimizations
(edit) @20142   14 years bastik 'validator: fixed josm bug 4594'
(edit) @19688   14 years jttt Fixed #4455 Validator error
(edit) @19616   14 years jttt Fixed #4398 validator: repair: "doppelte Knoten": please, always merge …
(edit) @19611   14 years stoecker fixed NPE
(edit) @19597   14 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
Note: See TracRevisionLog for help on using the revision log.