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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @10596   8 years Don-vip see #11390, see #13120, see #13190 - sonar - squid:S1612 - Lambdas …
(edit) @10593   8 years Don-vip see #11390 - sonar - squid:S2293 - improved use of diamond operator …
(edit) @10592   8 years Don-vip see #11390, fix #13192 - Update LayerPositionStrategy to be a java 8 …
(edit) @10591   8 years Don-vip see #13191 - fix typos - gsoc-core
(edit) @10590   8 years Don-vip see #11390, fix #13191 - Documentation and migration to java 8 of …
(edit) @10589   8 years Don-vip see #12472 - fix "Non-exhaustive switch" compilation warning
(edit) @10588   8 years Don-vip see #11390, fix #13120 - Use a new memory manager for imagery layers …
(edit) @10586   8 years Don-vip see #11390, fix #13190 - Allow Lambda bug report parameters (patch by …
(edit) @10576   8 years Don-vip fix #13174 - Use invalidate instead of redraw to repaint the layer …
(edit) @10571   8 years Don-vip fix #13172 - Move ImageryLayer.d[xy] to the settings (patch by …
(edit) @10568   8 years Don-vip fix #13169 - Extract imagery layer settings to new class (patch by …
(edit) @10567   8 years stoecker see #13084 - remove workaround - it will probably cause more trouble …
(edit) @10566   8 years stoecker see #13084 - fix some errors in icon move
(edit) @10549   8 years simon04 see #13137 - Remove MapQuest Open from SlippyMapBBoxChooser
(edit) @10547   8 years Don-vip fix #13159 - Move image processors out of imagery layer (patch by …
(edit) @10545   8 years wiktorn Use stale cache tiles if IOException occurs * small pretty print …
(edit) @10542   8 years wiktorn Allow ButtonColumn to override rendered button text
(edit) @10541   8 years wiktorn Use Main.worker instead of private worker.
(edit) @10536   8 years wiktorn Extract ButtonColumn to separate class Make cache stats public so …
(edit) @10534   8 years wiktorn Do not use 180 meridian hack when drawing tiles from different zoom * …
(edit) @10527   8 years Don-vip fix #12994 - Old style SideButton usage errors
(edit) @10525   8 years Don-vip fix #12994 - Old style SideButton usage errors
(edit) @10520   8 years Don-vip fix #13115 - fix NPE, improve WMS errors handling
(edit) @10508   8 years Don-vip fix #13078 - Add new listener that fires before first layer is added …
(edit) @10507   8 years Don-vip fix #13095 - Exception on closing layers (patch by michael2402) - gsoc-core
(edit) @10505   8 years bastiK see #9995 - change default gui scale from 'auto' (0) to 1.0 for stable …
(edit) @10504   8 years Don-vip fix #12919 - scale indicator regression (patch by michael2402)
(edit) @10496   8 years Don-vip fix #13072 - Change missing layer painter action from crash to error …
(edit) @10494   8 years stoecker Don't use SideButton outside toggle dialogs, fix #12994
(edit) @10491   8 years Don-vip fix #13000 - Exception when deleting last layer for 2nd time (patch by …
(edit) @10490   8 years Don-vip fix #13003 - IllegalArgumentException: Attempted to remove listener …
(edit) @10489   8 years Don-vip checkstyle
(edit) @10488   8 years wiktorn Improve message. Closes: #13031
(edit) @10486   8 years Don-vip fix #13049 - Inform map view of Projection updates (patch by …
(edit) @10484   8 years stoecker see #9995 - don't expose GuiSizesHelper for image purpose
(edit) @10482   8 years stoecker see #12994 - don't warn about SideButton without icon
(edit) @10481   8 years stoecker Don't use SideButton outside toggle dialogs, see #12994, see #13054
(edit) @10480   8 years stoecker fix #13038 - patch by Michael Zangl - gsoc-core - fix exception
(edit) @10479   8 years stoecker Don't use SideButton outside toggle dialogs, see #12994
(edit) @10478   8 years stoecker fix #13040 - patch by Michael Zangl - gsoc-core - fix exception
(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) @10471   8 years Don-vip fix #13043 - NPE
(edit) @10470   8 years Don-vip see #13043 - fix typo
(edit) @10467   8 years Don-vip fix #13037 - Small fixes for unit tests (patch by michael2402) - gsoc-core
(edit) @10466   8 years wiktorn Get intermediate steps when needed. Closes: #13035
(edit) @10465   8 years stoecker Old style SideButton usage, see #12994
(edit) @10462   8 years Don-vip sonar - Performance - Method passes constant String of length 1 to …
(edit) @10461   8 years Don-vip see #13029 - fix javadoc warnings
(edit) @10458   8 years Don-vip fix #13029 - Replace hookUpMapView by attachToMapView (patch by …
(edit) @10454   8 years Don-vip fix #12999 - Exception after resolving conflicts (patch by …
(edit) @10453   8 years Don-vip fix #13023 - Replace uses of hasEditLayer() with new layer manager …
(edit) @10452   8 years Don-vip fix #13019 - Make commands trigger an implicit layer redraw (patch by …
(edit) @10448   8 years Don-vip fix more deprecation warnings
(edit) @10447   8 years Don-vip see #12994, see #13018 - checkstyle
(edit) @10446   8 years Don-vip see #13001 - replace calls to Main.main.getCurrentDataSet() by …
(edit) @10444   8 years Don-vip fix #13018 - Use new test rules for AutosaveTaskTest, increase …
(edit) @10442   8 years Don-vip fix #13009 - NPE on startup of JOSM (patch by michael2402) - gsoc-core
(edit) @10440   8 years wiktorn Restore call to setNativeScaleLayer incidentally removed during …
(edit) @10438   8 years stoecker see #12994 - Old style SideButton
(edit) @10436   8 years Don-vip see #13001 - replace calls to Main.main.[add|remove]Layer by …
(edit) @10433   8 years Don-vip checkstyle
(edit) @10432   8 years Don-vip fix #13001 - Add MainPanel + some new methods (patch by michael2402, …
(edit) @10428   8 years stoecker see #9995 - patch mainly by strump - improve HIDPI behaviour
(edit) @10424   8 years stoecker see #12994 - don't use SideButton outside side panel
(edit) @10423   8 years wiktorn fix NPE when tileCache is null Closes: #12995
(edit) @10422   8 years Don-vip fix #12992 - Way with waterway=dam cause false validator warning
(edit) @10420   8 years Don-vip sonar - squid:S1166 - Exception handlers should preserve the original …
(edit) @10418   8 years wiktorn Checkstyle fixes.
(edit) @10417   8 years wiktorn Fix block cache growing outside the limit. * Missing setting of the …
(edit) @10413   8 years Don-vip fix #12983 - replace calls to Main.main.get[Active|Edit]Layer() by …
(edit) @10412   8 years Don-vip fix #12981 - mimic the old behavior of the layer listeners (patch by …
(edit) @10409   8 years Don-vip * remove duplicated code * fix various sonar warnings * add some …
(edit) @10405   8 years Don-vip fix #12959 - Do not make unit tests rely on JFrame for headless mode …
(edit) @10404   8 years Don-vip findbugs security - XML Parsing Vulnerable to XXE - enable …
(edit) @10401   8 years Don-vip fix #12976 - MapView is not refreshed when the active layer is …
(edit) @10399   8 years Don-vip gsoc-core - cleanup forgotten @since xxx
(edit) @10398   8 years Don-vip fix #12975 - areas in the mapview are not filled anymore (patch by …
(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) @10392   8 years bastiK see #9995 - add advanced preference value 'gui.scale' can be set to …
(edit) @10391   8 years wiktorn Fixes for LayerManager. * LayerManager: invoke hookupMapView at the …
(edit) @10386   8 years Don-vip gsoc-core - remove more deprecation warnings
(edit) @10384   8 years Don-vip fix #12954 - IllegalComponentStateException with detached dialogs
(edit) @10383   8 years Don-vip replace .get*Selected().isEmpty() by .selectionEmpty()
(edit) @10382   8 years Don-vip see #12943 - gsoc-core - fix most of deprecation warnings (static …
(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) @10372   8 years Don-vip fix #12945 - Better exception wrapping for …
(edit) @10371   8 years Don-vip fix #12944 - Reduce use of addLayer(..., bounds) - patch by …
(edit) @10369   8 years stoecker see #9995 - patch by strump - improve HIDPI
(edit) @10368   8 years stoecker checkstyle again
(edit) @10367   8 years stoecker don't use SideButton outside side panel
(edit) @10365   8 years stoecker checkstyle fixes
(edit) @10364   8 years stoecker gsoc-core - patch by Michael Zangl - see #12953 - remove deprecation usage
(edit) @10363   8 years stoecker gsoc-core - patch by Michael Zangl - fix #12955 - remove deprecation usage
(edit) @10362   8 years stoecker javadoc and style fixes
(edit) @10360   8 years stoecker fix unit tests
Note: See TracRevisionLog for help on using the revision log.