source: josm/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @10437   7 years Klumbumbus add detailed icons to the preset combos of entrance and crossing
(edit) @10436   7 years Don-vip see #13001 - replace calls to Main.main.[add|remove]Layer by …
(edit) @10435   7 years Don-vip better fix
(edit) @10434   7 years Don-vip fix ignore rules in presets integration test to avoid false positive
(edit) @10433   7 years Don-vip checkstyle
(edit) @10432   7 years Don-vip fix #13001 - Add MainPanel + some new methods (patch by michael2402, …
(edit) @10431   7 years Don-vip fix #13005 - No coverage for performance builds (patch by michael2402, …
(edit) @10430   7 years bastiK applied #13002 - Use /etc/default/josm to configure Java options …
(edit) @10429   7 years Klumbumbus see #11006 - rework of public transport mappaint style and presets, …
(edit) @10428   7 years stoecker see #9995 - patch mainly by strump - improve HIDPI behaviour
(edit) @10427   7 years Klumbumbus see #12646, fix #12992 - limit "Unconnected waterway or wrong way …
(edit) @10426   7 years Don-vip add Eclipse Java code style formatter configuration file
(edit) @10425   7 years Don-vip see #11924 - update to FindBugs 3.1.0_preview2
(edit) @10424   7 years stoecker see #12994 - don't use SideButton outside side panel
(edit) @10423   7 years wiktorn fix NPE when tileCache is null Closes: #12995
(edit) @10422   7 years Don-vip fix #12992 - Way with waterway=dam cause false validator warning
(edit) @10421   7 years Klumbumbus fix @since 10420
(edit) @10420   7 years Don-vip sonar - squid:S1166 - Exception handlers should preserve the original …
(edit) @10419   7 years Klumbumbus fix #12973 - fix intermittent-dashes for natural=water and …
(edit) @10418   7 years wiktorn Checkstyle fixes.
(edit) @10417   7 years wiktorn Fix block cache growing outside the limit. * Missing setting of the …
(edit) @10416   7 years Don-vip checkstyle: force UTF-8 charset
(edit) @10415   7 years Don-vip make checkstyle SuppressionFilter optional to ease reuse of config …
(edit) @10414   7 years Don-vip fix ignored presets (happened again)
(edit) @10413   7 years Don-vip fix #12983 - replace calls to Main.main.get[Active|Edit]Layer() by …
(edit) @10412   7 years Don-vip fix #12981 - mimic the old behavior of the layer listeners (patch by …
(edit) @10411   7 years Don-vip update new TLD from IANA
(edit) @10410   7 years stoecker do not use full archive name, but only hashCode for cache name
(edit) @10409   7 years Don-vip * remove duplicated code * fix various sonar warnings * add some …
(edit) @10408   7 years wiktorn Set core pool size to 1, so minimum number of thread can be 1. …
(edit) @10407   7 years Don-vip sonar - squid:S2386 - Mutable fields should not be "public static"
(edit) @10406   7 years Don-vip sonar - squid:S899 - Return values should not be ignored when they …
(edit) @10405   7 years Don-vip fix #12959 - Do not make unit tests rely on JFrame for headless mode …
(edit) @10404   7 years Don-vip findbugs security - XML Parsing Vulnerable to XXE - enable …
(edit) @10403   7 years stoecker see #12966 - don't mix caching of resource and zip-archive images
(edit) @10402   7 years Don-vip fix #12977 - Use test rules for NavigatableComponentTest (patch by …
(edit) @10401   7 years Don-vip fix #12976 - MapView is not refreshed when the active layer is …
(edit) @10400   7 years Don-vip fix #12974 - Unit tests hang (patch by michael2402) - gsoc-core
(edit) @10399   7 years Don-vip gsoc-core - cleanup forgotten @since xxx
(edit) @10398   7 years Don-vip fix #12975 - areas in the mapview are not filled anymore (patch by …
(edit) @10397   7 years Don-vip gsoc-core - fix LayerManagerTest with new custom JUnit rule/matcher to …
(edit) @10396   7 years Don-vip gsoc-core - remove more deprecation warnings (unit tests)
(edit) @10395   7 years Don-vip gsoc-core - remove more deprecation warnings
(edit) @10394   7 years wiktorn Fix zoom to bounds. Patch by: michael2402 See: #12964
(edit) @10393   7 years Don-vip update to JavaCC 6.1.9 + patch for TokenMgrError.template
(edit) @10392   7 years bastiK see #9995 - add advanced preference value 'gui.scale' can be set to …
(edit) @10391   7 years wiktorn Fixes for LayerManager. * LayerManager: invoke hookupMapView at the …
(edit) @10390   7 years Don-vip cleanup unit tests
(edit) @10389   7 years Klumbumbus fix #10717 - add an Error-warning for "Coastline inside water"
(edit) @10388   7 years Klumbumbus fix #9182 - warn about waterways with negative layer but without a …
(edit) @10387   7 years Don-vip fix #12970 - NPE in Main.exitJosm when a restart occurs during IPv6 check
(edit) @10386   7 years Don-vip gsoc-core - remove more deprecation warnings
(edit) @10385   7 years Don-vip update to EqualsVerifier 2.1.1
(edit) @10384   7 years Don-vip fix #12954 - IllegalComponentStateException with detached dialogs
(edit) @10383   7 years Don-vip replace .get*Selected().isEmpty() by .selectionEmpty()
(edit) @10382   7 years Don-vip see #12943 - gsoc-core - fix most of deprecation warnings (static …
(edit) @10381   7 years Don-vip see #12959 - fix javadoc warning
(edit) @10380   7 years Don-vip fix #12963 - ConcurrentModificationException in …
(edit) @10379   7 years Don-vip see #12963 - ignore warning on Linux systems which do not provide …
(edit) @10378   7 years Don-vip Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
(edit) @10377   7 years Don-vip update new TLD from IANA
(edit) @10376   7 years Klumbumbus fix #12961 - don't warn about unclosed natural=cave
(edit) @10375   7 years Don-vip fix #12959 - Move state changes to MapViewState class (patch by …
(edit) @10374   7 years Don-vip fix #12957 - BoxTextElement and LineElement: More documentation and …
(edit) @10373   7 years Don-vip fix #12949 - Use test rule instead of JOSMFixture to speed up tests …
(edit) @10372   7 years Don-vip fix #12945 - Better exception wrapping for …
(edit) @10371   7 years Don-vip fix #12944 - Reduce use of addLayer(..., bounds) - patch by …
(edit) @10370   7 years stoecker it's not so easy to add 1, I need two tries often :-)
(edit) @10369   7 years stoecker see #9995 - patch by strump - improve HIDPI
(edit) @10368   7 years stoecker checkstyle again
(edit) @10367   7 years stoecker don't use SideButton outside side panel
(edit) @10366   7 years Klumbumbus fix #12818 - add descriptions to tracktype values (from iD …
(edit) @10365   7 years stoecker checkstyle fixes
(edit) @10364   7 years stoecker gsoc-core - patch by Michael Zangl - see #12953 - remove deprecation usage
(edit) @10363   7 years stoecker gsoc-core - patch by Michael Zangl - fix #12955 - remove deprecation usage
(edit) @10362   7 years stoecker javadoc and style fixes
(edit) @10361   7 years Klumbumbus fix #12948 - slightly improve cables, circuits and capacity
(edit) @10360   7 years stoecker fix unit tests
(edit) @10359   7 years stoecker see #9995 - overlooked part of the code
(edit) @10358   7 years stoecker see #9995 - improve handling for HIDPI screens, patch by strump …
(edit) @10357   7 years stoecker see #9995, see #10684 - remove more hardcoded places of images
(edit) @10356   7 years stoecker see #9995, see #10684 - remove more hardcoded places of images
(edit) @10355   7 years stoecker don't use SideButton outside side panel
(edit) @10354   7 years stoecker fix revision texts
(edit) @10353   7 years stoecker gsoc-core - patch by Michael Zangl - fix #12943 - cleanup josm action, …
(edit) @10352   7 years stoecker gsoc-core - patch by Michael Zangl - fix #12941 - unfreed resources
(edit) @10351   7 years Klumbumbus remove old unmaintained tagging schema "openGeoDB:..." from mappaint …
(edit) @10350   7 years Klumbumbus fix #12942 - improve oneway warning
(edit) @10349   7 years Klumbumbus fix #12940 - don't warn about a amenity=ferry_terminal node …
(edit) @10348   7 years Don-vip see #11924 - update to FindBugs 3.1.0_preview1 to add Java 9 support
(edit) @10347   7 years Don-vip sonar - add unit test to see if squid:S1244 can be safely disabled
(edit) @10346   7 years Don-vip fix #12936 - Do not use clone() on Dataset (patch by michael2402) - …
(edit) @10345   7 years Don-vip fix #12937 - Use the new LayerChangeListener (patch by michael2402) - …
(edit) @10344   7 years Don-vip fix #12935 - One pixel is out of order in the hatched texture (patch …
(edit) @10343   7 years Don-vip fix #12934 - Add new MapViewState class that stores the current state …
(edit) @10342   7 years Don-vip fix #12933 - remove unused methods from NavigatableComponent (patch …
(edit) @10341   7 years Don-vip update new TLD from IANA
(edit) @10340   7 years Don-vip fix #12927 - Move title management and main frame layout to new class …
(edit) @10339   7 years Don-vip fix unit tests
(edit) @10338   7 years Don-vip update to Commons Validator 1.5.1
Note: See TracRevisionLog for help on using the revision log.