source: josm/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @11360   7 years bastiK fixed #10387 - efficiency for "inside(...)" function in MapCSS
(edit) @11359   7 years bastiK update netbeans project
(edit) @11358   7 years Don-vip update new TLD from IANA
(edit) @11357   7 years Don-vip findbugs - SIC_INNER_SHOULD_BE_STATIC_ANON
(edit) @11356   7 years Don-vip update new TLD from IANA
(edit) @11355   7 years Don-vip update new TLD from IANA
(edit) @11354   7 years Don-vip fix #14078 - NPE
(edit) @11353   7 years Klumbumbus see #13804 - move parking in "{0} inside {1}" validator group
(edit) @11352   7 years Don-vip javadoc
(edit) @11351   7 years Don-vip findbugs - SE_BAD_FIELD_INNER_CLASS
(edit) @11350   7 years Don-vip fix unit test
(edit) @11349   7 years Don-vip javadoc
(edit) @11348   7 years Don-vip findbugs - fix some SIC_INNER_SHOULD_BE_STATIC_ANON
(edit) @11347   7 years wiktorn Fix mis-reporting unsupported projections String.split() on empty …
(edit) @11346   7 years Klumbumbus * fix #14034 - add shop=dairy to presets and mappaint style, icon from …
(edit) @11345   7 years simon04 fix #14059 - Unmaintained plugins: NanoLog, irsrectify, surveyor2
(edit) @11344   7 years Don-vip javadoc
(edit) @11343   7 years Don-vip findbugs - disable SE_TRANSIENT_FIELD_NOT_RESTORED, fix some …
(edit) @11342   7 years Don-vip javadoc
(edit) @11341   7 years simon04 Search menu items: display shortcut
(edit) @11340   7 years simon04 fix #13950 see #12030 - Custom interchanged shortcuts are broken
(edit) @11339   7 years simon04 Loop can be replaced with Collection.removeIf()
(edit) @11338   7 years Klumbumbus see #14057 - validate direction values (forgotten part of r11337)
(edit) @11337   7 years Klumbumbus * fix #14057 - validate direction values, deprecate direction=up/down …
(edit) @11336   7 years simon04 see #13799 see #14040 - Make TestError#getPrimitives return an …
(edit) @11335   7 years simon04 fix #13948 fix #14040 - UnsupportedOperationException in ValidatorTreePanel
(edit) @11334   7 years simon04 see #13717 - ConvertToDataLayerAction: use GpxConstants
(edit) @11333   7 years simon04 fix #14056 - Add src to GPX to OSM data layer conversion (patch by …
(edit) @11332   7 years Don-vip javadoc
(edit) @11331   7 years Don-vip findbugs - RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE
(edit) @11330   7 years Don-vip sonar - fix recent issues
(edit) @11329   7 years simon04 see #13201 - OsmUrlToBounds: also take Geo URLs into account This …
(edit) @11328   7 years simon04 I18n update
(edit) @11327   7 years Don-vip add building=bungalow to default presets (used more than 10.000 times)
(edit) @11326   7 years Don-vip code refactorization, javadoc
(edit) @11325   7 years Don-vip ignore test committed by mistake
(edit) @11324   7 years Don-vip findbugs
(edit) @11323   7 years Don-vip fix #14016 - NPE
(edit) @11322   7 years Don-vip fix #14032 - include editor (retrieved from created_by changeset …
(edit) @11321   7 years Don-vip fix #14049 - NPE
(edit) @11320   7 years wiktorn Better handle of null in readBytesFromStream. See: #14033
(edit) @11319   7 years wiktorn Fix NPE when stream is null (ex. null error stream when no useful …
(edit) @11318   7 years Don-vip refactor conflict classes
(edit) @11317   7 years Don-vip fix OsmUrlToBoundsTest
(edit) @11316   7 years Don-vip findbugs - SA_FIELD_DOUBLE_ASSIGNMENT - proper fix
(edit) @11315   7 years Don-vip findbugs - UC_USELESS_OBJECT
(edit) @11314   7 years Don-vip findbugs - SA_FIELD_DOUBLE_ASSIGNMENT
(edit) @11313   7 years Don-vip findbugs - NP_NULL_PARAM_DEREF
(edit) @11312   7 years Don-vip findbugs - OS_OPEN_STREAM
(edit) @11311   7 years Don-vip update new TLD from IANA
(edit) @11310   7 years Don-vip update to checkstyle 7.3
(edit) @11309   7 years Don-vip see #14015 see #13799 - remove deprecated stuff
(edit) @11308   7 years Don-vip fix #14031 - change focus with TAB in "add imagery" dialogs
(edit) @11307   7 years Don-vip fix #14040 see #13799 - Regression: primitives collection must support …
(edit) @11306   7 years Don-vip fix #14042 - NPE
(edit) @11305   7 years Klumbumbus limit some * validator rules to node or way when the tag is only used …
(edit) @11304   7 years Don-vip checkstyle
(edit) @11303   7 years bastiK see #13948 - always listen to dataset events of the current edit layer
(edit) @11302   7 years simon04 OsmUrlToBounds: Make getZoom return the previously parsed zoom level …
(edit) @11301   7 years simon04 Jump to Position: automatically paste URL from clipboard Also, use …
(edit) @11300   7 years simon04 Jump to Position: focus first input, select text in textfield on focus
(edit) @11299   7 years simon04 Use Projection inside OsmUrlToBounds
(edit) @11298   7 years simon04 Replace TestError#getSelectablePrimitives by Java 8 stream usage
(edit) @11297   7 years simon04 see #13960 - Enhance exception 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 "
Note: See TracRevisionLog for help on using the revision log.