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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @7683   11 years Don-vip fix #10550 - fix another style cache issue of multipolygon members
(edit) @7682   11 years Don-vip fix style cache issue for multipolygon members when a multipolygon is …
(edit) @7675   11 years Don-vip see #10680 - detect invalid delete commands earlier
(edit) @7664   11 years Don-vip fix #10662 - Do not warn about unclosed ways with leisure=slipway
(edit) @7655   11 years stoecker support data: style URL's for icon in plugin list, see #10581, drop …
(edit) @7644   11 years Don-vip fix #10655 - WayConnectedToArea should not warn on leisure=slipway
(edit) @7621   11 years Don-vip fix #10615 - Inner ways of multipolygon not correctly displayed …
(edit) @7608   11 years Don-vip fix #10554 - Add notes dialog (patch by ToeBee)
(edit) @7599   11 years Don-vip fix #10582 - drop support of undocumented tag josm/ignore. New …
(edit) @7587   11 years Don-vip fix #10557 - node icon not updated properly after undoing/redoing …
(edit) @7583   11 years stoecker fix #10255 - don't issue style warnings for boundaries
(edit) @7580   11 years Don-vip fix #7166 - include second and milliseconds in filename of autosaved …
(edit) @7575   11 years Don-vip fix #7976 - Get downloaded gpx areas, on the same model as osm data
(edit) @7574   11 years Don-vip fix #10452 - new validator test to warn users about ways that exceed …
(edit) @7573   11 years stoecker see #10529 - fix wording
(edit) @7572   11 years bastiK see #10529 - fix "typo" in [7571]
(edit) @7571   11 years bastiK see #10529 - raise validator level from information to warning for …
(edit) @7570   11 years bastiK see #10529 - remove duplicate test (same as NO_STYLE_POLYGON)
(edit) @7569   11 years stoecker see #10529 - some better warnings for old style multipolygon tagging
(edit) @7565   11 years stoecker see #10529 - fix one validator test case for multipolygon
(edit) @7556   12 years Don-vip fix #8262 - Relation editor: filter autocompletion of roles by …
(edit) @7555   12 years Don-vip fix #10054 - Multipolygons as members not highlighted when relation is …
(edit) @7553   12 years bastiK see #10512 - better taginfo support
(edit) @7549   12 years Don-vip fix #10307 - improvements to rendering of relations in wireframe mode
(edit) @7536   12 years Don-vip fix #8430 - Download along: rework selection panel to allow smaller areas
(edit) @7527   12 years Don-vip see #10462 - more debug stuff, improve javadoc
(edit) @7523   12 years Don-vip fix #10398 - clarify warning about missing public_transport:version
(edit) @7518   12 years Don-vip fix #10489 - Add additional attributes to GPX Export for nodes + GPX …
(edit) @7509   12 years stoecker remove tabs
(edit) @7502   12 years Don-vip see #10483 - fix error message
(edit) @7501   12 years Don-vip fix #10483 - drastic improvement of data consistency test performance
(edit) @7500   12 years Don-vip see #10483 - print elapsed time of data consistency test + update javadoc
(edit) @7497   12 years Don-vip fix #10480 - False positive with lanes validation if source:lanes is …
(edit) @7489   12 years Don-vip fix #10393 - Validation of URLs and e-mails in relevant tags, using …
(edit) @7486   12 years Don-vip fix #10469 - Way tagged aeroway=taxiway causes warning in validator
(edit) @7478   12 years bastiK fixed #10446 - Strange Text all over display on Mac
(edit) @7477   12 years bastiK see #10446 - add switch to override glyph bug test and add debug …
(edit) @7476   12 years Don-vip fix NPE seen in continuous integration, reproducible in offline mode
(edit) @7472   12 years bastiK typo
(edit) @7471   12 years bastiK fixed #10383 - nodes hidden by street name
(edit) @7464   12 years Don-vip fix #10438 - give an error if addr:streetname of …
(edit) @7459   12 years Don-vip fix #10419 - improved label placement inside areas (ex: …
(edit) @7451   12 years bastiK applied #10434 - Initial classes to hold Notes data (patch by ToeBee)
(edit) @7448   12 years bastiK see #10425 - fix [7447]: lock prevented mappaint code in …
(edit) @7447   12 years bastiK fixed #10425 - ConcurrentModificationException when auto update …
(edit) @7445   12 years Don-vip fix #10416 - conditional keys: add maxstay restriction + detect …
(edit) @7436   12 years Don-vip global use of Utils.copyArray()
(edit) @7434   12 years Don-vip fix #8885 (see #4614) - add offline mode with new command line …
(edit) @7432   12 years Don-vip fix #10388 - Incomplete download of relation members
(edit) @7425   12 years Don-vip fix #3916 - WMS: Improve exception handling. Proper message is now …
(edit) @7423   12 years Don-vip see #9680, see #4626 - multithreaded multipolygon creation
(edit) @7422   12 years Don-vip see #9680 - small multipolygon computation optimization (reduces time …
(edit) @7417   12 years Don-vip fix #10380 - throw IllegalDataException instead of RuntimeException …
(edit) @7416   12 years Don-vip fix #9835 - Crossing barriers with different layer tags are reported …
(edit) @7402   12 years Don-vip fix some Sonar issues
(edit) @7395   12 years Don-vip javadoc update/cleanup
(edit) @7392   12 years Don-vip code cleanup, javadoc update
(edit) @7386   12 years bastiK see #10043 - Mappaint: print name of street along residential
(edit) @7378   12 years bastiK see #10363 - show place=* icons on |z11- * special handling for …
(edit) @7371   12 years Don-vip make fields final
(edit) @7370   12 years Don-vip Make CustomProjection.Param public so it can be used by plugins + javadoc
(edit) @7356   12 years Don-vip fix #10206 - Check MapCSS validator assertions for local rules if new …
(edit) @7335   12 years Don-vip see #10230, see #10033 - big rework of HTTPS support for Remote …
(edit) @7330   12 years Don-vip remove XML version of default map style. Moved to wiki for reference: …
(edit) @7319   12 years akks Add colorbar for active GPX layer, big GpxLayer class refactoring, see …
(edit) @7315   12 years Don-vip code simplification with some Java 7 new NIO2 Files methods …
(edit) @7309   12 years akks fix #10256: incorrect "Highway link is not linked" warning for closed ways
(edit) @7308   12 years bastiK fix strings in validator
(edit) @7300   12 years Don-vip fix #10251 - NPE with malformed validator rule (invalid fixAdd/fixRemove)
(edit) @7299   12 years Don-vip fix #10121 - Add a new look-and-feel preference to display ISO 8601 …
(edit) @7298   12 years Don-vip fix #10243 - concurrency issue in MapCSS tagchecker
(edit) @7295   12 years Don-vip see #10244 - ignore empty ways in Multipolygon.joinWays
(edit) @7294   12 years Don-vip fix #10242 - catch NoClassDefFoundError when …
(edit) @7290   12 years Don-vip fix #10227 - exclude boundary relations from "No style for …
(edit) @7276   12 years Don-vip fix #9518 - Automatically reload MapCSS tagchecker validator rules …
(edit) @7275   12 years Don-vip see #9518 - refactor internals of MapCSSTagChecker to prepare later …
(edit) @7273   12 years Don-vip fix #10204 - restrict roundabout test to classified highways
(edit) @7268   12 years Don-vip fix #10180 - tagchecker: "Property values start or end with white …
(edit) @7258   12 years bastiK make validator aware of bicycle roads
(edit) @7254   12 years simon04 see #9844 - RelationChecker: add unit tests, fix detected problem …
(edit) @7252   12 years simon04 fix #10141 - Validate unclosed boundarys
(edit) @7248   12 years bastiK reworked MirroredInputStream (renamed to CachedFile): * no more …
(edit) @7245   12 years Don-vip fix #10143 - Untranslatable "Crossing buildings" string in validator
(edit) @7240   12 years Don-vip fix #10118 - fix message in validator panel
(edit) @7237   12 years bastiK fixed #10130 - add mapcss expression to get number of tags new mapcss …
(edit) @7236   12 years bastiK fixed #10115 - increase number of digits saved to file
(edit) @7234   12 years Don-vip see #10118 - robustness in mapcss tagchecker (exception occurs with …
(edit) @7213   12 years Don-vip fix #10096 - robustness in MapCSS parsing
(edit) @7203   12 years bastiK fixed #10088 - Can't use custom TMS layer anymore (see #9914)
(edit) @7197   12 years bastiK fixed #10085 - give warning for fixme=yes
(edit) @7193   12 years bastiK added right- and left-hand traffic database (new mapcss …
(edit) @7186   12 years bastiK see #9914 - automatic update for imagery entries using id
(edit) @7184   12 years Don-vip fix #10077 - typos in error messages
(edit) @7145   12 years simon04 see #10037 - Improve node-inside-multipolygon matching by handling …
(edit) @7140   12 years Don-vip fix compilation warnings with JDK8 - equals() and hashcode() must …
(edit) @7133   12 years Don-vip remove generated Java files from SVN, integrate JAXB 2.2.7 to build …
(edit) @7132   12 years Don-vip fix #9984 - Add support for WMS tiles defining a transparent color in …
(edit) @7120   12 years Don-vip code refactoring/cleanup
(edit) @7111   12 years simon04 fix #9865 - Hide oneway arrows for aerialway=station
(edit) @7109   12 years Don-vip see #8671 - some code refactoring done in an unsuccessful attempt to …
Note: See TracRevisionLog for help on using the revision log.