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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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) @10475   8 years Don-vip fix #13045 - Inconsistent timezone handling in tests/nmea (patch by …
(edit) @10474   8 years wiktorn Use WarningLayerPainter as a temporary painter for layers during …
(edit) @10472   8 years Don-vip see #10862 - https://issues.apache.org/jira/browse/VALIDATOR-290 has …
(edit) @10471   8 years Don-vip fix #13043 - NPE
(edit) @10470   8 years Don-vip see #13043 - fix typo
(edit) @10469   8 years Don-vip sonar - squid:S1166 - Exception handlers should preserve the original …
(edit) @10468   8 years Don-vip update new TLD from IANA
(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) @10464   8 years stoecker don't add Resource, when it should not, see #12994
(edit) @10463   8 years Don-vip sonar - squid:S1166 - Exception handlers should preserve the original …
(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) @10460   8 years Don-vip update new TLD from IANA
(edit) @10459   8 years Don-vip see #13033 - fix javadoc warning
(edit) @10458   8 years Don-vip fix #13029 - Replace hookUpMapView by attachToMapView (patch by …
(edit) @10457   8 years Don-vip fix #13033 - JoinAreasActionTest: Do not set status line (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) @10421   8 years Klumbumbus fix @since 10420
(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) @10411   8 years Don-vip update new TLD from IANA
(edit) @10410   8 years stoecker do not use full archive name, but only hashCode for cache name
(edit) @10409   8 years Don-vip * remove duplicated code * fix various sonar warnings * add some …
(edit) @10408   8 years wiktorn Set core pool size to 1, so minimum number of thread can be 1. …
(edit) @10407   8 years Don-vip sonar - squid:S2386 - Mutable fields should not be "public static"
(edit) @10406   8 years Don-vip sonar - squid:S899 - Return values should not be ignored when they …
(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) @10403   8 years stoecker see #12966 - don't mix caching of resource and zip-archive images
(edit) @10401   8 years Don-vip fix #12976 - MapView is not refreshed when the active layer is …
(edit) @10400   8 years Don-vip fix #12974 - Unit tests hang (patch by michael2402) - gsoc-core
(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) @10387   8 years Don-vip fix #12970 - NPE in Main.exitJosm when a restart occurs during IPv6 check
(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) @10381   8 years Don-vip see #12959 - fix javadoc warning
(edit) @10380   8 years Don-vip fix #12963 - ConcurrentModificationException in …
(edit) @10379   8 years Don-vip see #12963 - ignore warning on Linux systems which do not provide …
(edit) @10378   8 years Don-vip Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
(edit) @10377   8 years Don-vip update new TLD from IANA
(edit) @10376   8 years Klumbumbus fix #12961 - don't warn about unclosed natural=cave
(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) @10373   8 years Don-vip fix #12949 - Use test rule instead of JOSMFixture to speed up tests …
(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) @10370   8 years stoecker it's not so easy to add 1, I need two tries often :-)
(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
(edit) @10359   8 years stoecker see #9995 - overlooked part of the code
(edit) @10358   8 years stoecker see #9995 - improve handling for HIDPI screens, patch by strump …
(edit) @10357   8 years stoecker see #9995, see #10684 - remove more hardcoded places of images
(edit) @10356   8 years stoecker see #9995, see #10684 - remove more hardcoded places of images
(edit) @10355   8 years stoecker don't use SideButton outside side panel
(edit) @10354   8 years stoecker fix revision texts
(edit) @10353   8 years stoecker gsoc-core - patch by Michael Zangl - fix #12943 - cleanup josm action, …
(edit) @10352   8 years stoecker gsoc-core - patch by Michael Zangl - fix #12941 - unfreed resources
(edit) @10347   8 years Don-vip sonar - add unit test to see if squid:S1244 can be safely disabled
(edit) @10346   8 years Don-vip fix #12936 - Do not use clone() on Dataset (patch by michael2402) - …
(edit) @10345   8 years Don-vip fix #12937 - Use the new LayerChangeListener (patch by michael2402) - …
(edit) @10344   8 years Don-vip fix #12935 - One pixel is out of order in the hatched texture (patch …
(edit) @10343   8 years Don-vip fix #12934 - Add new MapViewState class that stores the current state …
(edit) @10342   8 years Don-vip fix #12933 - remove unused methods from NavigatableComponent (patch …
Note: See TracRevisionLog for help on using the revision log.