source: josm/trunk/src/org/openstreetmap/josm/gui/MapView.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @11173   7 years simon04 Shortcut.findShortcut: return Optional object
(edit) @11071   8 years simon04 see #13175 - Document deprecated method usage
(edit) @11048   8 years Don-vip sonar
(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) @10975   8 years Don-vip remove deprecated stuff - gsoc-core
(edit) @10972   8 years Don-vip remove deprecated stuff - gsoc-core
(edit) @10965   8 years Don-vip sonar - squid:S1226 - Method parameters, caught exceptions and foreach …
(edit) @10941   8 years Don-vip sonar - squid:S1612 - Lambdas should be replaced with method references
(edit) @10940   8 years Don-vip javadoc
(edit) @10898   8 years Don-vip fix #13454 - Memory leak in MapView (patch by Gerd Petermann)
(edit) @10819   8 years Don-vip fix #13352 - new bug report queue (patch by michael2402) - gsoc-core
(edit) @10809   8 years Don-vip fix #13175 - Use invalidation event instead of isChanged() (patch by …
(edit) @10806   8 years Don-vip fix #13303 - Fixes for hatched texture (modified patch by michael2402) …
(edit) @10755   8 years Don-vip sonar - various fixes
(edit) @10742   8 years Don-vip sonar - squid:CallToDeprecatedMethod - remove calls to deprecated methods
(edit) @10669   8 years Don-vip fix #13237 - Should not duplicate layer names in the changeset source
(edit) @10634   8 years Don-vip sonar - pmd:UselessQualifiedThis - Useless qualified this usage in the …
(edit) @10627   8 years Don-vip sonar - squid:S1166 - Exception handlers should preserve the original …
(edit) @10611   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
(edit) @10604   8 years Don-vip fix #12478, fix #12565, fix #11114 - Use ​Swing Copy/Paste instead of …
(edit) @10600   8 years Don-vip see #11390 - sonar - squid:S1609 - Java 8: @FunctionalInterface …
(edit) @10598   8 years Don-vip sonar - pmd:ImmutableField - Immutable Field - gsoc-core
(edit) @10596   8 years Don-vip see #11390, see #13120, see #13190 - sonar - squid:S1612 - Lambdas …
(edit) @10586   8 years Don-vip see #11390, fix #13190 - Allow Lambda bug report parameters (patch by …
(edit) @10496   8 years Don-vip fix #13072 - Change missing layer painter action from crash to error …
(edit) @10477   8 years Don-vip checkstyle
(edit) @10476   8 years Don-vip fix #13046 - Warn if layer calls removeLayer during attachToMapView …
(edit) @10474   8 years wiktorn Use WarningLayerPainter as a temporary painter for layers during …
(edit) @10458   8 years Don-vip fix #13029 - Replace hookUpMapView by attachToMapView (patch by …
(edit) @10440   8 years wiktorn Restore call to setNativeScaleLayer incidentally removed during …
(edit) @10432   8 years Don-vip fix #13001 - Add MainPanel + some new methods (patch by michael2402, …
(edit) @10412   8 years Don-vip fix #12981 - mimic the old behavior of the layer listeners (patch by …
(edit) @10401   8 years Don-vip fix #12976 - MapView is not refreshed when the active layer is …
(edit) @10395   8 years Don-vip gsoc-core - remove more deprecation warnings
(edit) @10394   8 years wiktorn Fix zoom to bounds. Patch by: michael2402 See: #12964
(edit) @10378   8 years Don-vip Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
(edit) @10375   8 years Don-vip fix #12959 - Move state changes to MapViewState class (patch by …
(edit) @10374   8 years Don-vip fix #12957 - BoxTextElement and LineElement: More documentation and …
(edit) @10364   8 years stoecker gsoc-core - patch by Michael Zangl - see #12953 - remove deprecation usage
(edit) @10340   8 years Don-vip fix #12927 - Move title management and main frame layout to new class …
(edit) @10332   8 years stoecker Do not use deprecated EditLayerChangedListener - patch my Michael …
(edit) @10304   8 years Don-vip sonar - squid:S3052 - Fields should not be initialized to default values
(edit) @10300   8 years Don-vip sonar - Performance - Method passes constant String of length 1 to …
(edit) @10285   8 years Don-vip fix #12875 - Add data to bug report (patch by michael2402)
(edit) @10282   8 years Don-vip GSOC core rework - LayerManager, see #12863, need a LayerManager …
(edit) @10281   8 years Don-vip GSOC core rework - LayerManager, see #12863, restore a public method …
(edit) @10279   8 years Don-vip GSOC core rework - LayerManager, see #12863, rename …
(edit) @10277   8 years Don-vip GSOC core rework - LayerManager, see #12863, fix checkstyle violations
(edit) @10271   8 years stoecker GSOC core rework - LayerManager, fix #12863, by Michael Zangl
(edit) @10239   8 years Don-vip see #11002 - add some robustness against JDK bug
(edit) @10078   8 years wiktorn New nicer map slider. Patch submitted by: michael2402 Closes: #12644
(edit) @10055   8 years Don-vip fix #12652 - Do not ...snip... bug report messages after 6000 …
(edit) @10041   8 years Don-vip update to checkstyle 6.17
(edit) @10031   8 years Don-vip fix #12654 - Add layer invalidation listener (patch by michael2402)
(edit) @10008   8 years Don-vip fix #12633 - Make layer order more flexible by letting each layer …
(edit) @9818   8 years wiktorn Snap scale to mercator zoom levels. See #12350 Patch submitted by: …
(edit) @9623   8 years Don-vip fix transient/serializable findbugs warnings
(edit) @9532   8 years bastiK see #12186 - add Oblique Mercator projection (imports pieces of code …
(edit) @9246   8 years Don-vip javadoc update
(edit) @9243   8 years Don-vip javadoc update
(edit) @9198   8 years simon04 fix #11918 - Make obtain sources from current layers add only visible …
(edit) @9078   8 years Don-vip sonar - Immutable Field
(edit) @8925   8 years Don-vip see #11631 - see #11689 - remove commented code causing javadoc warnings
(edit) @8840   9 years Don-vip sonar - squid:S3052 - Fields should not be initialized to default values
(edit) @8646   9 years wiktorn Move listeners notification outside synchronized sections. Addresses: …
(edit) @8642   9 years wiktorn Temporary fix lockups on data layer removal when Validation layer is …
(edit) @8631   9 years wiktorn Move lock aquires closer to try/catch/finally, to silent FindBugs …
(edit) @8625   9 years bastiK applied #11713 - JOSM raster layers filters plugin development (patch …
(edit) @8615   9 years bastiK fixed a Collections.reverse that should not be there (fixes #11496, …
(edit) @8613   9 years bastiK fixed #11496 - getVisibleLayersInZOrder() -> Comparator is not …
(edit) @8612   9 years Don-vip fix QA issues (javadoc, findbugs, checkstyle)
(edit) @8573   9 years bastiK fixed #11647 - Regression: relation list empty (patch by michael2402)
(edit) @8557   9 years Don-vip checkstyle
(edit) @8555   9 years bastiK applied #11635 - Move creation of the MapView children to new method. …
(edit) @8553   9 years bastiK applied #11633 - MapView: Made paint() method shorter by moving draw …
(edit) @8552   9 years bastiK applied #11632 - Synchronized access to temporary layers and added a …
(edit) @8551   9 years bastiK applied #11631 new enhancement - Synchronized access to MapView#layers …
(edit) @8548   9 years bastiK applied #11627 - Added Repaint listener to MapView (patch by michael2402)
(edit) @8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8509   9 years Don-vip fix many checkstyle violations
(edit) @8454   9 years Don-vip fix #11493 - Wrong warning in validation of roundabouts (regression, …
(edit) @8395   9 years Don-vip convention - An open curly brace should be located at the end of a line
(edit) @8390   9 years Don-vip Sonar - various performance improvements
(edit) @8378   9 years Don-vip fix copyright/license headers globally
(edit) @8365   9 years Don-vip fix Findbugs performance issues
(edit) @8318   9 years Don-vip fix various Sonar issues: - squid:S1068: Unused private fields should …
(edit) @8308   9 years Don-vip fix potential NPEs and Sonar issues related to serialization
(edit) @8291   9 years Don-vip fix squid:RedundantThrowsDeclarationCheck + consistent Javadoc for …
(edit) @8029   9 years bastiK see #11090 - new option for LayerChangeListener to get an initial …
(edit) @7817   9 years bastiK fixed #10861 - Zoom to layer when opening new file (see #10860)
(edit) @7816   9 years bastiK fixed #10860 - set initial viewport correctly when mapview is opened
(edit) @7575   10 years Don-vip fix #7976 - Get downloaded gpx areas, on the same model as osm data
(edit) @7534   10 years Don-vip see #10511 - add unit test
(edit) @7484   10 years Don-vip see #10455 - use OS X Window-Modified Indicator with …
(edit) @7005   10 years Don-vip see #8465 - use diamond operator where applicable
(edit) @6992   10 years Don-vip cleanup/refactor of NavigatableComponent
(edit) @6883   10 years Don-vip fix some Sonar issues
(edit) @6830   10 years Don-vip javadoc fixes for jdk8 compatibility
(edit) @6654   10 years simon04 fix #9514 fix #9484 fix #9502 - Upload dialog: make source field …
Note: See TracRevisionLog for help on using the revision log.