source: josm

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @11011   8 years michael2402 Change LayerManager#getLayers() to not require a lock any more. Fixes …
(edit) @11010   8 years Klumbumbus add ford=stepping_stones to preset and mappaint style; new icon …
(edit) @11009   8 years Don-vip fix recent sonar/checkstyle issues
(edit) @11008   8 years Don-vip fix #13646 - NPE + unit test
(edit) @11007   8 years Don-vip fix #13643 - prevent creation of DuplicateNode errors with empty list …
(edit) @11006   8 years Don-vip see #11924 - use new JEP 293 options introduced in JDK9b135
(edit) @11005   8 years Klumbumbus fix #13515 - add aeroway=holding_position to preset and mappaint …
(edit) @11004   8 years simon04 fix #13414 - Allow non-default file formats with native file chooser
(edit) @11003   8 years simon04 fix #11975 - Evaluate extended Overpass queries bbox, geocodeArea
(edit) @11002   8 years simon04 see #11975 - Extract NameFinder for Nominatim queries
(edit) @11001   8 years Don-vip see #11924 - use new JEP 293 options introduced in JDK9b135
(edit) @11000   8 years michael2402 Add layer manager test for resetState() and scheduleRemoval()
(edit) @10999   8 years michael2402 Force resetState() to run in the EDT thread to prevent deadlocks. …
(edit) @10998   8 years michael2402 Make layer remove event fire after the layer has been removed. This …
(edit) @10997   8 years michael2402 Make layer read access synchronized.
(edit) @10996   8 years Klumbumbus fix #13515 - add building=ruins and natural=shingle to preset and …
(edit) @10995   8 years Klumbumbus see #11529 - more validation of different number of lanes
(edit) @10994   8 years Don-vip update extensions blacklist in integration tests to ignore new …
(edit) @10993   8 years wiktorn WMTS TileSource refactor * introduced GetCapabilitiesParseHelper, …
(edit) @10992   8 years Don-vip sonar - squid:S00118 - Abstract class names should comply with a …
(edit) @10991   8 years Don-vip fix #13570 - Coastline validator doesn't report some problems and is …
(edit) @10990   8 years wiktorn Small refactor of WMS TileSource * Introduce AbstractWMSTileSource, …
(edit) @10989   8 years Don-vip add new unit test for AuthorizationProcedureComboBox
(edit) @10988   8 years Don-vip improve plugin integration test
(edit) @10987   8 years Don-vip sonar - squid:S2156 - "final" classes should not have "protected" members
(edit) @10986   8 years Don-vip improve plugin integration test, increase unit test timeout
(edit) @10985   8 years Don-vip code cleanup/simplification
(edit) @10984   8 years Don-vip update unitils-core and some of its dependencies
(edit) @10983   8 years Don-vip fix #13609 - --version and --help are too verbose
(edit) @10982   8 years Don-vip sonar - squid:S2386 - Mutable fields should not be "public static"
(edit) @10981   8 years Don-vip fix #13536 - multipolygon role verification: do not warn about …
(edit) @10980   8 years Don-vip fix timeout
(edit) @10979   8 years Don-vip add unit test for ApiUrlTestTask
(edit) @10978   8 years Don-vip fix #13597 - No such function prettifyValue in OpeningHourTest
(edit) @10977   8 years Don-vip add/update unit tests, fix indentation
(edit) @10976   8 years Don-vip add unit test
(edit) @10975   8 years Don-vip remove deprecated stuff - gsoc-core
(edit) @10974   8 years Don-vip fix #13564 - add unit test with valid URL
(edit) @10973   8 years Don-vip see #13564 - proper management of invalid URLs in remote control …
(edit) @10972   8 years Don-vip remove deprecated stuff - gsoc-core
(edit) @10971   8 years Don-vip sonar - squid:S138 - Methods should not have too many lines
(edit) @10970   8 years Don-vip see #13491 - remove unused parameter
(edit) @10969   8 years Don-vip sonar - squid:ClassVariableVisibilityCheck - Class variable fields …
(edit) @10968   8 years Don-vip see #13537 - refactor constructors and add parameters validation to …
(edit) @10967   8 years Klumbumbus fix #13554 - Allow multipolygon as street member in associatedStreet …
(edit) @10966   8 years Don-vip fix unit tests hanging on Jenkins
(edit) @10965   8 years Don-vip sonar - squid:S1226 - Method parameters, caught exceptions and foreach …
(edit) @10964   8 years wiktorn Load tiles from lower zoom levels if not all of them are loaded …
(edit) @10963   8 years stoecker don't reference plugins already included in core
(edit) @10962   8 years Don-vip improve unit tests
(edit) @10961   8 years Don-vip increase unit test timeout
(edit) @10960   8 years Don-vip increase unit test timeout
(edit) @10959   8 years Don-vip fix #13507 - safer management of listeners for Layer color property
(edit) @10958   8 years Don-vip fix #13479 - safer management of listeners
(edit) @10957   8 years Don-vip see #13479 - make ConflictResolutionDialog inherit from ExtendedDialog
(edit) @10956   8 years Don-vip see #11924 - suppress some equalsverifier warnings to workaround …
(edit) @10955   8 years Don-vip increase unit test timeout
(edit) @10954   8 years simon04 I18n update
(edit) @10953   8 years Don-vip sonar - squid:S3655 - Optional value should only be accessed after …
(edit) @10952   8 years Don-vip simplify uses of PrintWriter
(edit) @10951   8 years Don-vip see #13515 - ignore natural=shingle for 16.08 release
(edit) @10950   8 years Don-vip fix unit test
(edit) @10949   8 years Don-vip fix #13232 - fix proguard configuration with serialization methods
(edit) @10948   8 years Don-vip fix #13491 - fix EDT violation (patch by Gerd Petermann, modified)
(edit) @10947   8 years Don-vip fix/update PreferencesTest
(edit) @10946   8 years Don-vip fix #13395 - fix serialization issue causing bugs in copy/paste
(edit) @10945   8 years Don-vip convert more unit tests to JOSMTestRules
(edit) @10944   8 years Don-vip add unit test for OsmTransferHandler
(edit) @10943   8 years Don-vip sonar - squid:RedundantThrowsDeclarationCheck - "throws" declarations …
(edit) @10942   8 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(edit) @10941   8 years Don-vip sonar - squid:S1612 - Lambdas should be replaced with method references
(edit) @10940   8 years Don-vip javadoc
(edit) @10939   8 years Don-vip sonar - pmd:ImmutableField - Immutable Field
(edit) @10938   8 years Don-vip sonar - squid:S1450 - Private fields only used as local variables in …
(edit) @10937   8 years Don-vip sonar - squid:S3658 - Unit tests should throw exceptions
(edit) @10936   8 years Don-vip sonar
(edit) @10935   8 years Klumbumbus see #13515 - add some tags to validator ignore list
(edit) @10934   8 years Don-vip see #13503 - add more debug info
(edit) @10933   8 years Don-vip rework status report to avoid additional comma at the end of display …
(edit) @10932   8 years Don-vip checkstyle, jenkins
(edit) @10931   8 years Don-vip fix #13513 - Registers a protocol handler for data: URLs allowing to …
(edit) @10930   8 years michael2402 Fix #13512: Do not attempt to restore old map mode when imagery dialog …
(edit) @10929   8 years wiktorn Add screen size information in status report
(edit) @10928   8 years Don-vip update to error-prone 2.0.12
(edit) @10927   8 years simon04 see #13217 - Only one location for deprecated icon names
(edit) @10926   8 years michael2402 fix #13506 - Do not show deprecated.svg icon in add/edit tag dialog
(edit) @10925   8 years Don-vip see #11924 - fix javadoc warnings seen with jdk9b133
(edit) @10924   8 years Don-vip fix #13494 - Disable "Fix" Button for "Duplicate Node" that is outside …
(edit) @10923   8 years Don-vip update new TLD from IANA
(edit) @10922   8 years michael2402 See #13309: Make PreferencesTest compile again.
(edit) @10921   8 years simon04 Re-add SuppressWarnings (got lost in r10608)
(edit) @10920   8 years michael2402 See #13309: Do not add 'color.' prefix twice in getColor()
(edit) @10919   8 years simon04 fix #11852 - NPE in SearchCompiler
(edit) @10918   8 years Klumbumbus improve generator source icons
(edit) @10917   8 years simon04 I18n update
(edit) @10916   8 years Klumbumbus fix #7225 - remove autofix for highway=ford ways and suggest to use …
(edit) @10915   8 years michael2402 Trim interpolate in EastNorth/LatLon for performance and add comment …
(edit) @10914   8 years michael2402 Use Utils.clamp in LatLon. Document public methods.
(edit) @10913   8 years Don-vip fix #13483 - Exclude .svn directory from Checkstyle processing …
(edit) @10912   8 years Don-vip see #13232 - fix jmapviewer build
Note: See TracRevisionLog for help on using the revision log.