source: josm/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @11088   8 years Don-vip sonar - squid:S3398 - "private" methods called only by inner classes …
(edit) @11087   8 years Don-vip sonar - squid:S1141 - Try-catch blocks should not be nested
(edit) @11085   8 years Don-vip sonar - squid:S2162 - "equals" methods should be symmetric and work …
(edit) @11083   8 years Don-vip fix #13762 - allow meta[lang=xx] in validator mapcss rules
(edit) @11082   8 years simon04 fix #13763 - ImproveWayAccuracy sometimes creates way with 1 node
(edit) @11081   8 years Don-vip update new TLD from IANA
(edit) @11079   8 years michael2402 Fix #13665: A way is only selectable if it is drawable.
(edit) @11078   8 years michael2402 Fix #13744: If a layer removal triggers the removal of an other layer …
(edit) @11073   8 years simon04 see #13749 - Enhance supported URLs for downloading GPS data * …
(edit) @11072   8 years simon04 fix #13748 - Focus in the "coordinates" field when adding a node
(edit) @11071   8 years simon04 see #13175 - Document deprecated method usage
(edit) @11070   8 years simon04 see #13724 - refactor constructors and add parameters validation to …
(edit) @11069   8 years simon04 fix #10260 - Do not switch (absolute) cardinal directions / degrees
(edit) @11068   8 years Don-vip update new TLD from IANA
(edit) @11066   8 years Don-vip update new TLD from IANA
(edit) @11065   8 years stoecker see #13682 - silently drop also converted_by - remove duplicate
(edit) @11064   8 years stoecker fix #13682 - silently drop also converted_by
(edit) @11063   8 years simon04 fix #13561 - Cannot go out of "Adjust imagery offset" even after …
(edit) @11062   8 years simon04 fix #13643 - NoSuchElementException in DuplicateNode.isFixable
(edit) @11061   8 years simon04 fix #10260 - Warning on reversing ways with direction-dependent nodes
(edit) @11060   8 years simon04 Checkstyle, fix deprecated usage
(edit) @11059   8 years simon04 fix #13709 - Copyright is not clickable at the map in the history dialog
(edit) @11058   8 years simon04 fix #13581 - Preferences: migrate old color keys
(edit) @11057   8 years simon04 Template engine: fix string representations
(edit) @11056   8 years michael2402 Utils#clamp(): Fix since tag.
(edit) @11055   8 years michael2402 Fix #13703: Allow mouse wheel to change visibility slider value.
(edit) @11054   8 years michael2402 Add more crash report info to the StyledMapRenderer. See #13665
(edit) @11053   8 years simon04 fix #13709 - Copyright is missing at the map in the history dialog
(edit) @11048   8 years Don-vip sonar
(edit) @11045   8 years Don-vip fix #13674 - allow case insensitive lat/lon input + reject more …
(edit) @11044   8 years simon04 fix #13687 - Use CachedFile class for /data/help-browser.css in …
(edit) @11043   8 years Don-vip see #13683 - display proper error message instead of throwing a …
(edit) @11042   8 years simon04 Use CachedFile#getContentReader where possible
(edit) @11041   8 years Don-vip update new TLD from IANA
(edit) @11040   8 years Don-vip checkstyle
(edit) @11039   8 years simon04 fix #13574 - Waypoint labelling "None" doesn't work Store space …
(edit) @11038   8 years simon04 Use Relation.getMemberPrimitivesList where possible to avoid …
(edit) @11037   8 years simon04 fix #13668 - Simplify ImageEntry#extractExif
(edit) @11035   8 years simon04 see #13376 - Replace Calendar usages with Java 8 Date API
(edit) @11033   8 years simon04 fix #13663 - Two data layers with the same name Counting starts from …
(edit) @11032   8 years simon04 see #13664 - Correct SideButton icon loading
(edit) @11031   8 years simon04 see #12224 - Search menu item: make shortcut work when MOTD is focused
(edit) @11030   8 years simon04 fix #13664 - Open selected note in an external browser
(edit) @11029   8 years michael2402 MapView: Use AtomicBoolean instead of custom synchronization.
(edit) @11028   8 years michael2402 Clean MapView nonChangedLayers logic: Use sub list instead of looping …
(edit) @11027   8 years michael2402 See #13636: Speed up map paint by clipping the way segments.
(edit) @11026   8 years michael2402 See #13636: Add automated clipping to MapViewPath.
(edit) @11024   8 years Don-vip unit test, javadoc
(edit) @11023   8 years Don-vip checkstyle
(edit) @11022   8 years michael2402 Comment about LayerManager synchronization.
(edit) @11021   8 years Don-vip clear image provider cache before/after integration tests. The …
(edit) @11018   8 years Don-vip sonar - pmd:UseVarargs - Use Varargs
(edit) @11017   8 years Don-vip sonar - pmd:OptimizableToArrayCall - Optimizable To Array Call
(edit) @11016   8 years Don-vip javadoc
(edit) @11015   8 years Don-vip sonar - pmd:ImmutableField - Immutable Field
(edit) @11014   8 years Don-vip fix #13630 - proper validation of invalid mapcss rules
(edit) @11013   8 years Don-vip checkstyle / sonar
(edit) @11012   8 years Don-vip update new TLD from IANA
(edit) @11011   8 years michael2402 Change LayerManager#getLayers() to not require a lock any more. Fixes …
(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) @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) @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) @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) @10987   8 years Don-vip sonar - squid:S2156 - "final" classes should not have "protected" members
(edit) @10985   8 years Don-vip code cleanup/simplification
(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) @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) @10975   8 years Don-vip remove deprecated stuff - gsoc-core
(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) @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) @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) @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) @10948   8 years Don-vip fix #13491 - fix EDT violation (patch by Gerd Petermann, modified)
(edit) @10946   8 years Don-vip fix #13395 - fix serialization issue causing bugs in copy/paste
(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
Note: See TracRevisionLog for help on using the revision log.