source: josm/trunk/src/org/openstreetmap/josm/gui

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @11145   8 years michael2402 See #13793: Fix dash offset sign.
(edit) @11144   8 years michael2402 Fix #13793: Clip paths in a way that let's the dashes stay in place.
(edit) @11141   8 years michael2402 More checks for MapViewState parameters.
(edit) @11137   8 years bastiK javadoc
(edit) @11132   8 years simon04 fix #11072 - Sort validator warnings
(edit) @11128   8 years simon04 see #13798 - Refactoring: better variable names No functional change.
(edit) @11127   8 years simon04 fix #13798 - Grouping in validator is broken
(edit) @11125   8 years wiktorn Activate "Flush tile cache" menu item on file:/// TileSources Closes: …
(edit) @11121   8 years Don-vip checkstyle
(edit) @11120   8 years bastiK fixed #6649 - open conflict toggle dialog after creating conflict with …
(edit) @11115   8 years simon04 fix #13785 - Use streams, add unit tests (patch by alno, modified)
(edit) @11113   8 years Don-vip sonar - pmd:AppendCharacterWithChar - Avoid appending characters as …
(edit) @11112   8 years Don-vip sonar - squid:S1228 - Packages should have a javadoc file …
(edit) @11110   8 years Don-vip add more unit tests
(edit) @11105   8 years Don-vip sonar - fix various issues
(edit) @11103   8 years Don-vip fix NPE seen in jenkins
(edit) @11101   8 years Don-vip add more unit tests
(edit) @11100   8 years Don-vip sonar - squid:S2148 - Underscores should be used to make large numbers …
(edit) @11097   8 years Don-vip sonar - squid:S1612 - Lambdas should be replaced with method references
(edit) @11093   8 years simon04 fix #13320 - Use restart text and icon in unsaved changes dialog
(edit) @11091   8 years simon04 fix #13745 - Changeset manager: allow to download objects from a changeset
(edit) @11090   8 years simon04 fix #13743 - Draw segment order numbers on selected way
(edit) @11089   8 years simon04 fix #13717 - Enhance and allow customization of tag mapping when …
(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) @11078   8 years michael2402 Fix #13744: If a layer removal triggers the removal of an other layer …
(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) @11059   8 years simon04 fix #13709 - Copyright is not clickable at the map in the history dialog
(edit) @11055   8 years michael2402 Fix #13703: Allow mouse wheel to change visibility slider value.
(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) @11042   8 years simon04 Use CachedFile#getContentReader where possible
(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) @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) @11017   8 years Don-vip sonar - pmd:OptimizableToArrayCall - Optimizable To Array Call
(edit) @11015   8 years Don-vip sonar - pmd:ImmutableField - Immutable Field
(edit) @11013   8 years Don-vip checkstyle / sonar
(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) @11004   8 years simon04 fix #13414 - Allow non-default file formats with native file chooser
(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) @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) @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) @10977   8 years Don-vip add/update unit tests, fix indentation
(edit) @10975   8 years Don-vip remove deprecated stuff - gsoc-core
(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) @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) @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) @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) @10936   8 years Don-vip sonar
(edit) @10934   8 years Don-vip see #13503 - add more debug info
(edit) @10931   8 years Don-vip fix #13513 - Registers a protocol handler for data: URLs allowing to …
(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) @10910   8 years Don-vip improve javadoc, unit tests, reduce visibility of some public fields
(edit) @10909   8 years michael2402 See #13318. MainApplication: Make log message for log level display …
(edit) @10905   8 years Don-vip see #13232 - remove SingleLayerTransferable
(edit) @10899   8 years Don-vip fix #13318 - Clean up program startup (parameters, logging) - patch by …
(edit) @10898   8 years Don-vip fix #13454 - Memory leak in MapView (patch by Gerd Petermann)
(edit) @10893   8 years Don-vip fix #13447 - Clean notification manager, merge properties and remove …
(edit) @10890   8 years Don-vip fix #13441 - add robustness against JDK-6322854
(edit) @10889   8 years Don-vip fix #13439 - Node.toString() and Way.toString() causing performance …
(edit) @10882   8 years Don-vip fix #13396 - improve performance in Renderer (patch by Gerd Petermann, …
(edit) @10881   8 years Don-vip fix #13430 - Allow paste of OSM links (patch by michael2402) - gsoc-core
(edit) @10880   8 years Don-vip fix #13429 - Clean validator tree and use listener to find changes …
(edit) @10879   8 years Don-vip fix #13424 - Remove unneccessary isChanged flag (patch by michael2402, …
Note: See TracRevisionLog for help on using the revision log.