source: josm

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @11296   7 years simon04 fix #14030 - Add tags: preselect second property if first is already used
(edit) @11295   7 years Klumbumbus update readme
(edit) @11294   7 years simon04 Fix http://errorprone.info/bugpattern/NarrowingCompoundAssignment
(edit) @11293   7 years simon04 Checkstyle
(edit) @11292   7 years simon04 see #14025 - Merge layers performance: run quick/decisive checks first
(edit) @11291   7 years simon04 see #14025 - Store workinprogress/uninteresting/discardable keys in HashSet
(edit) @11290   7 years simon04 see #14025 - Merge layer: log duration
(edit) @11289   7 years wiktorn Use explicit ImageryTypes when adding layers Closes: #14017
(edit) @11288   7 years simon04 see #13376 - Use TimeUnit instead of combinations of 1000/60/60/24
(edit) @11287   7 years michael2402 Fix #14004: Check range of thread count and image size.
(edit) @11286   7 years michael2402 Fix #14008: Do not break loop.
(edit) @11285   7 years michael2402 More Javadoc for AreaElement
(edit) @11284   7 years michael2402 Fix #14005: Initialize Territories before RightAndLefthandTraffic
(edit) @11283   7 years michael2402 See #13976: Add progress monitor information to the bug report
(edit) @11282   7 years simon04 Fix OsmLinkPasterTest due to r11279
(edit) @11281   7 years Klumbumbus allow waterway=lockgate on ways and add mappaint style, add mappaint …
(edit) @11280   7 years Klumbumbus see #13953 - add lock checkbox to canal and river preset, move name …
(edit) @11279   7 years michael2402 Make paste (Ctrl+V) support all urls that are supported by …
(edit) @11278   7 years Don-vip improve test coverage
(edit) @11277   7 years Don-vip sonar - fix recently added warnings
(edit) @11276   7 years Don-vip see #13361 - fix unit test
(edit) @11275   7 years Don-vip see #10387 - fix unit test
(edit) @11274   7 years Don-vip update build and classpath to latest Apache compress changes
(edit) @11273   7 years Don-vip update new TLD from IANA
(edit) @11272   7 years michael2402 See #13361: Cleanup code and formatting - Add javadoc to public …
(edit) @11271   7 years michael2402 See #13361: Add WayTest unit tests. Patch by Gerd Petermann.
(edit) @11270   7 years michael2402 See #13309: Make download dialog use preferences interface.
(edit) @11269   7 years michael2402 Fix #13361: Use a more consistent invalid bbox for primitives. Patch …
(edit) @11268   7 years simon04 fix #13995 - Duplicate nodes validator warnings are not translated
(edit) @11267   7 years simon04 see #10387 - Fix build due to r11264
(edit) @11266   7 years simon04 see #10387 - Fix build due to r11264
(edit) @11265   7 years Klumbumbus fix #13876 - add tourism=apartment to internal presets and mappaint …
(edit) @11264   7 years bastiK refactor GeoProperty implementation of RightAndLefthandTraffic to …
(edit) @11263   7 years Klumbumbus see #13953 - deprecate lock in favor of lockable for …
(edit) @11262   7 years simon04 fix #13982 - Wrong links to OSM website if different API is used
(edit) @11261   7 years simon04 fix #13985 - Freezes when creating a layer named "Data Layer "
(edit) @11260   7 years stoecker reflect file rename inside the script
(edit) @11259   7 years Don-vip see #10387 - see #12914 - add debug info for failing unit test, remove …
(edit) @11258   7 years Don-vip fix #13980 - Tell Mac OS X we don't always need a dedicated graphics …
(edit) @11257   7 years wiktorn Make DefaultLayer a type that can have layerName and tileMatrixSet As …
(edit) @11256   7 years Don-vip see #10387 - Gibraltar and British Indian Ocean Territory are the only …
(edit) @11255   7 years simon04 fix #13913 - Update commandline usage
(edit) @11254   7 years bastiK see #13913 - update man page
(edit) @11253   7 years Don-vip update new TLD from IANA
(edit) @11252   7 years Don-vip see #10387 - refactor actions to fix taginfo script
(edit) @11251   7 years wiktorn Do not timeout when run with Eclipse debugger
(edit) @11250   7 years wiktorn Add response debug printing on HTTP Status code >= 300 Closes: #13961
(edit) @11249   7 years Don-vip fix NPE that occurs with Taginfo script
(edit) @11248   7 years Don-vip tools update (error_prone 2.0.14, Proguard 5.3.1)
(edit) @11247   7 years Don-vip see #9400 - see #10387 - see #12914 - initial implementation of …
(edit) @11246   7 years Klumbumbus see #12706 - typos
(edit) @11245   7 years Klumbumbus see #12706 - use a dark yellow color (two greens are too similar)
(edit) @11244   7 years Don-vip update new TLD from IANA
(edit) @11243   7 years Don-vip see #10387 - fix unit tests
(edit) @11242   7 years stoecker see #12706 - change regexp, so that «blancos for copy» don't produce …
(edit) @11241   7 years Don-vip sonar - fix warnings
(edit) @11240   7 years Don-vip see #10387 - refactor various actions and commands so they can be used …
(edit) @11239   7 years stoecker see #12706 - move skiplist to wiki, add a second color code for …
(edit) @11238   7 years stoecker see #12706 - move skiplist to wiki, add a second color code for ignores
(edit) @11237   7 years bastiK applied #13933 - Simplify QuadBuckets and improve memory footprint …
(edit) @11236   7 years Don-vip update new TLD from IANA
(edit) @11235   7 years bastiK applied #13948 - Validator seems to hang in last executed test (patch …
(edit) @11234   7 years Klumbumbus see #12706 - update EII ignore list
(edit) @11233   7 years Klumbumbus fix #13910 - add amenity=watering_place to internal presets and …
(edit) @11232   7 years Klumbumbus * fix #13877 - warn about linear waterway tags used on areas (modified …
(edit) @11231   7 years Klumbumbus fix #13909 - add delivery combo to some food presets; see #13926 - …
(edit) @11230   7 years Klumbumbus fix #13926 - enhance track and path presets
(edit) @11229   7 years Klumbumbus fix #13897 - outsource the tiger underlay to …
(edit) @11228   7 years bastiK see #13307 - fix unit test (patch by Gerd Petermann)
(edit) @11227   7 years bastiK applied #13307 - various improvements to MultipolygonTest (patch by …
(edit) @11226   7 years michael2402 MapView: Allow public access to paintLayer. This allows plugins like …
(edit) @11225   7 years michael2402 MapViewPath: Add @FunctionalInterface, clean formatting.
(edit) @11224   7 years michael2402 Simplify ExpertToggleAction Make ExpertToggleAction use the listener …
(edit) @11223   7 years simon04 fix #13703 - Fine tune mouse wheel action on layer visibility sliders …
(edit) @11222   7 years Don-vip fix #13923 - Select the relation instead open ends with "Multipolygon …
(edit) @11221   7 years Don-vip update new TLD from IANA
(edit) @11220   7 years bastiK fixed #13809 - Jenkins build hangs (disable AudioPlayerTest)
(edit) @11219   7 years wiktorn Use all information from wms_endpoint definition. After the user …
(edit) @11218   7 years Don-vip sonar - fix various recent issues
(edit) @11217   7 years wiktorn Javadoc + checkstyle
(edit) @11216   7 years wiktorn Move WMTS layer selection out of WMTSLayer constructor and …
(edit) @11215   7 years bastiK see #13907 - add unit test for problem fixed in [11212]
(edit) @11214   7 years Don-vip see #13907 - fix unit test
(edit) @11213   7 years Don-vip checkstyle
(edit) @11212   7 years Don-vip fix #13907 - StyleCache broken (regression from r9284, patch by Gerd …
(edit) @11211   7 years simon04 see #13850 - BugReportQueue output original exception to console Make …
(edit) @11210   7 years simon04 I18n update
(edit) @11209   7 years Klumbumbus fix #13875 - remove "lcn without highway" warning
(edit) @11208   7 years simon04 fix #13899 - EDT violation in SaveLayersDialog via PluginHandler
(edit) @11207   7 years simon04 fix #13808 see #12030 - Custom system shortcuts are broken
(edit) @11206   7 years michael2402 Fix #13703: Layer visibility popup: Improve mouse wheel hit boxes and …
(edit) @11205   7 years Don-vip update new TLD from IANA
(edit) @11204   7 years simon04 I18n update
(edit) @11203   7 years Don-vip fix #13888 - make sure popup parent is displayed before attempting to …
(edit) @11202   7 years Don-vip increase test coverage
(edit) @11201   7 years Don-vip sonar - squid:S3578 - Test methods should comply with a naming convention
(edit) @11200   7 years Don-vip tools update (checkstyle 7.2, equalsverifier 2.1.6)
(edit) @11199   7 years Don-vip extract some classes from AbstractTileSourceLayer
(edit) @11198   7 years Don-vip fix #13881 - handle cases where JOptionPane.showInputDialog returns …
(edit) @11197   7 years Don-vip fix #13880 - AbstractTileSourceLayer: Allow additional layer context …
Note: See TracRevisionLog for help on using the revision log.