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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @7509   10 years stoecker remove tabs
(edit) @7502   10 years Don-vip see #10483 - fix error message
(edit) @7501   10 years Don-vip fix #10483 - drastic improvement of data consistency test performance
(edit) @7500   10 years Don-vip see #10483 - print elapsed time of data consistency test + update javadoc
(edit) @7497   10 years Don-vip fix #10480 - False positive with lanes validation if source:lanes is …
(edit) @7489   10 years Don-vip fix #10393 - Validation of URLs and e-mails in relevant tags, using …
(edit) @7486   10 years Don-vip fix #10469 - Way tagged aeroway=taxiway causes warning in validator
(edit) @7478   10 years bastiK fixed #10446 - Strange Text all over display on Mac
(edit) @7477   10 years bastiK see #10446 - add switch to override glyph bug test and add debug …
(edit) @7476   10 years Don-vip fix NPE seen in continuous integration, reproducible in offline mode
(edit) @7472   10 years bastiK typo
(edit) @7471   10 years bastiK fixed #10383 - nodes hidden by street name
(edit) @7464   10 years Don-vip fix #10438 - give an error if addr:streetname of …
(edit) @7459   10 years Don-vip fix #10419 - improved label placement inside areas (ex: …
(edit) @7451   10 years bastiK applied #10434 - Initial classes to hold Notes data (patch by ToeBee)
(edit) @7448   10 years bastiK see #10425 - fix [7447]: lock prevented mappaint code in …
(edit) @7447   10 years bastiK fixed #10425 - ConcurrentModificationException when auto update …
(edit) @7445   10 years Don-vip fix #10416 - conditional keys: add maxstay restriction + detect …
(edit) @7436   10 years Don-vip global use of Utils.copyArray()
(edit) @7434   10 years Don-vip fix #8885 (see #4614) - add offline mode with new command line …
(edit) @7432   10 years Don-vip fix #10388 - Incomplete download of relation members
(edit) @7425   10 years Don-vip fix #3916 - WMS: Improve exception handling. Proper message is now …
(edit) @7423   10 years Don-vip see #9680, see #4626 - multithreaded multipolygon creation
(edit) @7422   10 years Don-vip see #9680 - small multipolygon computation optimization (reduces time …
(edit) @7417   10 years Don-vip fix #10380 - throw IllegalDataException instead of RuntimeException …
(edit) @7416   10 years Don-vip fix #9835 - Crossing barriers with different layer tags are reported …
(edit) @7402   10 years Don-vip fix some Sonar issues
(edit) @7395   10 years Don-vip javadoc update/cleanup
(edit) @7392   10 years Don-vip code cleanup, javadoc update
(edit) @7386   10 years bastiK see #10043 - Mappaint: print name of street along residential
(edit) @7378   10 years bastiK see #10363 - show place=* icons on |z11- * special handling for …
(edit) @7371   10 years Don-vip make fields final
(edit) @7370   10 years Don-vip Make CustomProjection.Param public so it can be used by plugins + javadoc
(edit) @7356   10 years Don-vip fix #10206 - Check MapCSS validator assertions for local rules if new …
(edit) @7335   10 years Don-vip see #10230, see #10033 - big rework of HTTPS support for Remote …
(edit) @7330   10 years Don-vip remove XML version of default map style. Moved to wiki for reference: …
(edit) @7319   10 years akks Add colorbar for active GPX layer, big GpxLayer class refactoring, see …
(edit) @7315   10 years Don-vip code simplification with some Java 7 new NIO2 Files methods …
(edit) @7309   10 years akks fix #10256: incorrect "Highway link is not linked" warning for closed ways
(edit) @7308   10 years bastiK fix strings in validator
(edit) @7300   10 years Don-vip fix #10251 - NPE with malformed validator rule (invalid fixAdd/fixRemove)
(edit) @7299   10 years Don-vip fix #10121 - Add a new look-and-feel preference to display ISO 8601 …
(edit) @7298   10 years Don-vip fix #10243 - concurrency issue in MapCSS tagchecker
(edit) @7295   10 years Don-vip see #10244 - ignore empty ways in Multipolygon.joinWays
(edit) @7294   10 years Don-vip fix #10242 - catch NoClassDefFoundError when …
(edit) @7290   10 years Don-vip fix #10227 - exclude boundary relations from "No style for …
(edit) @7276   10 years Don-vip fix #9518 - Automatically reload MapCSS tagchecker validator rules …
(edit) @7275   10 years Don-vip see #9518 - refactor internals of MapCSSTagChecker to prepare later …
(edit) @7273   10 years Don-vip fix #10204 - restrict roundabout test to classified highways
(edit) @7268   10 years Don-vip fix #10180 - tagchecker: "Property values start or end with white …
(edit) @7258   10 years bastiK make validator aware of bicycle roads
(edit) @7254   10 years simon04 see #9844 - RelationChecker: add unit tests, fix detected problem …
(edit) @7252   10 years simon04 fix #10141 - Validate unclosed boundarys
(edit) @7248   10 years bastiK reworked MirroredInputStream (renamed to CachedFile): * no more …
(edit) @7245   10 years Don-vip fix #10143 - Untranslatable "Crossing buildings" string in validator
(edit) @7240   10 years Don-vip fix #10118 - fix message in validator panel
(edit) @7237   10 years bastiK fixed #10130 - add mapcss expression to get number of tags new mapcss …
(edit) @7236   10 years bastiK fixed #10115 - increase number of digits saved to file
(edit) @7234   10 years Don-vip see #10118 - robustness in mapcss tagchecker (exception occurs with …
(edit) @7213   10 years Don-vip fix #10096 - robustness in MapCSS parsing
(edit) @7203   10 years bastiK fixed #10088 - Can't use custom TMS layer anymore (see #9914)
(edit) @7197   10 years bastiK fixed #10085 - give warning for fixme=yes
(edit) @7193   10 years bastiK added right- and left-hand traffic database (new mapcss …
(edit) @7186   10 years bastiK see #9914 - automatic update for imagery entries using id
(edit) @7184   10 years Don-vip fix #10077 - typos in error messages
(edit) @7145   10 years simon04 see #10037 - Improve node-inside-multipolygon matching by handling …
(edit) @7140   10 years Don-vip fix compilation warnings with JDK8 - equals() and hashcode() must …
(edit) @7133   10 years Don-vip remove generated Java files from SVN, integrate JAXB 2.2.7 to build …
(edit) @7132   10 years Don-vip fix #9984 - Add support for WMS tiles defining a transparent color in …
(edit) @7120   10 years Don-vip code refactoring/cleanup
(edit) @7111   10 years simon04 fix #9865 - Hide oneway arrows for aerialway=station
(edit) @7109   10 years Don-vip see #8671 - some code refactoring done in an unsuccessful attempt to …
(edit) @7108   10 years bastiK extend last commit
(edit) @7107   10 years bastiK mappaint: hold read lock on Dataset during painting, so modifications …
(edit) @7100   10 years Don-vip refactor tagging presets to allow presets-dependent unit tests to …
(edit) @7091   10 years bastiK fixed #9716 - Mappaint style for osm object not updated when tags change
(edit) @7090   10 years Don-vip code refactoring to avoid classes in methods (cause problems for code …
(edit) @7085   10 years Don-vip allow to disable auto-save of preferences file for unit tests (ant …
(edit) @7084   10 years Don-vip see #8465 - use AssertionError constructor accepting a cause, new in …
(edit) @7083   10 years Don-vip see #8465 - replace Utils.equal by Objects.equals, new in Java 7
(edit) @7082   10 years Don-vip see #8465 - replace Utils.UTF_8 by StandardCharsets.UTF_8, new in …
(edit) @7081   10 years Don-vip fixes for unit tests
(edit) @7080   10 years bastiK see #9691 - on single core machine do nothing fancy and stay in EDT - …
(edit) @7079   10 years Don-vip fix some unit tests
(edit) @7073   10 years bastiK see #9691 - really fix broken MapCSSTagChecker unit test
(edit) @7069   10 years bastiK see #9691 - fix broken MapCSSTagChecker unit test
(edit) @7064   10 years bastiK see #9691 - add back reverted optimization [7056] (modified so it is …
(edit) @7062   10 years Don-vip fix #9976 - false positive: missing power=tower/pole
(edit) @7061   10 years Don-vip fix #9844 - incorrect validator warnings if relation preset contain …
(edit) @7059   10 years bastiK mapcss: use multiple threads for style creation (see #9691) …
(edit) @7057   10 years bastiK reverting [7056] because it won't work for execution in multiple …
(edit) @7056   10 years bastiK mapcss: optimization by converting very hot double loop into single …
(edit) @7055   10 years bastiK mapcss: optimisation by adding an extra class for the most common type …
(edit) @7053   10 years bastiK fixed #9669 - key-press 3 on node goes down to 6 meter new advanced …
(edit) @7048   10 years Don-vip sonar - Throwable and Error classes should not be caught
(edit) @7046   10 years Don-vip see #9923 - update opening_hours.js + translate/shorten a bit error …
(edit) @7043   10 years bastiK see #9691 - added command line option to enable debug level trace
(edit) @7040   10 years Don-vip tests/build update: * update Jacoco to version 0.7.0 * compile …
(edit) @7037   10 years Don-vip see #8465 - last batch of try-with-resources
(edit) @7033   10 years Don-vip see #8465 - global use of try-with-resources, according to * …
Note: See TracRevisionLog for help on using the revision log.