source: josm

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @11823   7 years bastiK snapcraft.yaml: mark as grade: devel (see #14576)
(edit) @11822   7 years michael2402 See #14528: Revert join areas algorithm to old version for 17.03 release.
(edit) @11821   7 years Don-vip findbugs - EI_EXPOSE_REP2 - Note dates
(edit) @11820   7 years stoecker i18n update
(edit) @11819   7 years Don-vip sonar - squid:S1172 - Unused method parameters should be removed
(edit) @11818   7 years bastiK fixed #14495 - stale ElemStyles.defaultLinesIdx
(edit) @11817   7 years Don-vip sonar - squid:S1610 - Abstract classes without fields should be …
(edit) @11816   7 years Don-vip sonar - squid:S1612 - Lambdas should be replaced with method references
(edit) @11815   7 years Don-vip sonar - squid:S3398 - "private" methods called only by inner classes …
(edit) @11814   7 years Don-vip sonar - squid:UnusedPrivateMethod
(edit) @11813   7 years Don-vip sonar - squid:S1228 - Packages should have a javadoc file …
(edit) @11812   7 years Don-vip sonar - xml:IllegalTabCheck - Tabulation characters should not be used
(edit) @11811   7 years Don-vip sonar - squid:S3052 - Fields should not be initialized to default values
(edit) @11810   7 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(edit) @11809   7 years Don-vip findbugs - BC_UNCONFIRMED_CAST
(edit) @11808   7 years bastiK 2nd try with MapCSSRendererTest
(edit) @11807   7 years Don-vip fix PMD violations
(edit) @11806   7 years Don-vip see #7427 - checkstyle
(edit) @11805   7 years bastiK see #14495 - add debugging output
(edit) @11804   7 years Don-vip fix #14527 - Add Tag - last entry disabled for partial dataset
(edit) @11803   7 years bastiK fix test
(edit) @11802   7 years bastiK fix font for unit test
(edit) @11801   7 years Don-vip see #14595 - catch UnsupportedOperationException
(edit) @11800   7 years bastiK fixed #14425 - fix wikipedia tag validator regexes
(edit) @11799   7 years bastiK fix "Area style way is not closed" validation test
(edit) @11798   7 years bastiK WMTS: add mimetype produced by ESRI
(edit) @11797   7 years bastiK see #14495 - fix immutable class non-constant field (by removing it)
(edit) @11796   7 years Don-vip sonar - squid:S2259 - Null pointers should not be dereferenced
(edit) @11795   7 years Don-vip fix #14579 - Assertion error when saving a modified session
(edit) @11794   7 years bastiK applied #14576 - Add snapcraft.yaml (patch by michael.vogt)
(edit) @11793   7 years Don-vip update blacklist in style integration test
(edit) @11792   7 years bastiK fixed #14590 - WMTS: Show layer title, not layer identifier in layer …
(edit) @11791   7 years bastiK WMTS: don't show layer selection dialog if there is only one layer …
(edit) @11790   7 years bastiK WMTS: fix case with multiple tilesets per projection and layer …
(edit) @11789   7 years bastiK WMTS: fix autozoom in WGS84
(edit) @11788   7 years bastiK make it possible to switch between 2 supported projections for a …
(edit) @11787   7 years Don-vip add …
(edit) @11786   7 years Don-vip see #7427 - checkstyle
(edit) @11785   7 years bastiK Imagery: remove fade setting (superseded by layer opacity), see #7427
(edit) @11784   7 years Don-vip fix #13922 - fix GPX and Note download area computation
(edit) @11783   7 years stoecker get rid of many useless validator warnings
(edit) @11782   7 years stoecker see #10529 - increase important multipolygon problems to error level, …
(edit) @11781   7 years michael2402 Update StyleCacheTest: Clear the style cache before each test. Add …
(edit) @11780   7 years Don-vip update to error_prone 2.0.19
(edit) @11779   7 years Don-vip fix #14572 - Don't index MultipolygonCache by NavigatableComponent
(edit) @11778   7 years stoecker typo
(edit) @11777   7 years michael2402 See #14495 - move style source reset to JOSM test rules.
(edit) @11776   7 years michael2402 Reduce startup time of StyleCacheTest, use test rules, do not leak …
(edit) @11775   7 years stoecker i18n update
(edit) @11774   7 years Don-vip fix #13922 - zoom only once when downloading several data types
(edit) @11773   7 years wiktorn Fix NPE when there is no supported format for WMTS Tile Source * …
(edit) @11772   7 years Don-vip fix #14475 - Deadlock while starting unit tests: remove the need to …
(edit) @11771   7 years Don-vip fix #14425 - reduce wikidata warning to info level
(edit) @11770   7 years stoecker see #14142 - fix another help link
(edit) @11769   7 years stoecker see #14142 - fix help link
(edit) @11768   7 years stoecker catch one more exception in NMEA reader
(edit) @11767   7 years stoecker fix JavaBug
(edit) @11766   7 years stoecker typo
(edit) @11765   7 years michael2402 See #13604: Add more debug info to trace this.
(edit) @11764   7 years michael2402 Fix #14271: Deleting a tag in a filtered list was using the wrong index.
(edit) @11763   7 years michael2402 Make NodeElement#toString() hide image angle if no image is provided.
(edit) @11762   7 years michael2402 See #13999: Add reference test for area icons.
(edit) @11761   7 years michael2402 See #10176: Allow icons in multipolygons, use even/odd winding rule …
(edit) @11760   7 years michael2402 See #10176: Make area icon position setable by user.
(edit) @11759   7 years michael2402 MapCSS performance: Skip drawing multipolygons earlier.
(edit) @11758   7 years michael2402 See #13309: Use cached preferences for map drawing; align box text to …
(edit) @11757   7 years michael2402 Remove old PositionForAreaStrategy java file, since it was moved.
(edit) @11756   7 years Don-vip fix #14425 - Improve Wikipedia tag validators (patch by nyurik, modified)
(edit) @11755   7 years Don-vip see #14528 - typos
(edit) @11754   7 years michael2402 Throw UnsupportedOperationException if implementation does not support …
(edit) @11753   7 years Don-vip see #14528 - make code compile with Eclipse Neon.2 (4.6.2) Build id: …
(edit) @11752   7 years michael2402 Document OnLineStrategy better.
(edit) @11751   7 years michael2402 Remove orderFont preference - Fonts are stored locally with text …
(edit) @11750   7 years michael2402 Skip empty strings when rendering box texts.
(edit) @11749   7 years Don-vip see #14528 - checkstyle
(edit) @11748   7 years michael2402 Move label / icon placement code to new package. Unify the handling of …
(edit) @11747   7 years Don-vip checkstyle - NoWhiteSpaceBefore ...
(edit) @11746   7 years Don-vip PMD - Strict Exceptions
(edit) @11745   7 years Don-vip fix #14536 - Improved ExifReader.readTime(), Refactored …
(edit) @11744   7 years Don-vip see #10717, fix #14535 - restrict "Coastline inside water" test to …
(edit) @11743   7 years Don-vip fix #13922 - make sure Download*InViewAction download their …
(edit) @11742   7 years stoecker fix JavaDoc
(edit) @11741   7 years Don-vip fix java warnings
(edit) @11740   7 years Don-vip fix javadoc warnings
(edit) @11739   7 years Don-vip enable more PMD rules
(edit) @11738   7 years bastiK add unit test for join areas action
(edit) @11737   7 years Don-vip fix #5262 - do not change selection after splitting a way in "draw …
(edit) @11736   7 years Klumbumbus fix #14395 - Add building attached to road as a validation warning
(edit) @11735   7 years Don-vip fix #5092 - Synchronization issue with nodes deleted on server
(edit) @11734   7 years stoecker improve SequenceCommandTest, see #14526 - patch by Tyndare
(edit) @11733   7 years stoecker see #14526 - fix error handling in SequenceCommand
(edit) @11732   7 years Klumbumbus * typo from r11721 * fix #14539 - allow leisure=fitness_centre as …
(edit) @11731   7 years michael2402 Clean icon drawing code style.
(edit) @11730   7 years michael2402 Add a new style element for area icon styles. Use the same placement …
(edit) @11729   7 years michael2402 Fix #10511: Use new algorithm to check which side of the way is the …
(edit) @11728   7 years michael2402 Partial revert of [11726]: Committed to much.
(edit) @11727   7 years michael2402 Fix [11726]: Add missing mapcss test files.
(edit) @11726   7 years michael2402 Don't use null to indicate a rotation of 0 degrees, simply set the …
(edit) @11725   7 years michael2402 Add hashcode / equals to rotation angle.
(edit) @11724   7 years michael2402 Fix @since version (this should be all of them).
Note: See TracRevisionLog for help on using the revision log.