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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @11806   7 years Don-vip see #7427 - checkstyle
(edit) @11786   7 years Don-vip see #7427 - checkstyle
(edit) @11785   7 years bastiK Imagery: remove fade setting (superseded by layer opacity), see #7427
(edit) @11746   7 years Don-vip PMD - Strict Exceptions
(edit) @11713   7 years Don-vip add Ant target to run PMD (only few rules for now), fix violations
(edit) @11705   7 years michael2402 Use Utils.clamp instead of Math.max(Math.min())
(edit) @11677   7 years Don-vip fix #14457 - CCE in imagery menu (regression from r11654)
(edit) @11657   7 years Don-vip fix #14451 - Local imagery toolbar buttons disappear on restart
(edit) @11655   7 years Don-vip fix java warning
(edit) @11654   7 years Don-vip fix #14450 - Cannot add local imagery to toolbar
(edit) @11651   7 years Don-vip FindBugs - MS_MUTABLE_COLLECTION
(edit) @11649   7 years Don-vip sonar - pmd:UseStringBufferForStringAppends
(edit) @11641   7 years Don-vip do not fail fast (1s) when fetching imagery list, as JOSM server may …
(edit) @11636   7 years michael2402 Fix #14370: Allow all characters in plugin versions, except for ( and ).
(edit) @11620   7 years Don-vip checkstyle - enable CatchParameterName rule
(edit) @11570   7 years stoecker add date field to imagery definition, allow to select mirror layers in …
(edit) @11568   7 years Don-vip silent checkstyle rule for GUI initialization stuff
(edit) @11566   7 years Don-vip fix #14343 - GPS heat map should also support point clouds (modified …
(edit) @11565   7 years michael2402 See #14370: Explain that pattern
(edit) @11564   7 years michael2402 See #14370: Allow a(lpha), b(eta) in plugin version names as well. …
(edit) @11563   7 years Don-vip fix #14370 - plugin list import function has trouble with more …
(edit) @11558   7 years Don-vip fix #14359 - use correct listener to avoid spurious events called …
(edit) @11553   7 years Don-vip refactor handling of null values - use Java 8 Optional where possible
(edit) @11508   7 years Don-vip fix #14282 - add robustness to GPX settings panel (patch by kidelo)
(edit) @11493   7 years Don-vip see #12627, see #14289 - add non regression unit tests
(edit) @11489   7 years Don-vip error-prone - enums should be immutable, and cannot have non-final fields
(edit) @11483   7 years Don-vip fix #14247 - add icon as a visual indication of chosen gpx heatmap …
(edit) @11474   7 years bastiK fixed #14244 - Expand combobox in preferences; add translation context
(edit) @11438   7 years wiktorn Fix thread pool for WMS Because threds in WMS download ThreadPool …
(edit) @11435   7 years Don-vip fix #14199 - JOSM drops empty tags on loading and thus prevents …
(edit) @11431   7 years Don-vip fix #13124 - Enhanced GPS data rendering: add new heatmap mode (patch …
(edit) @11397   7 years Don-vip sonar - squid:S2259 - Null pointers should not be dereferenced
(edit) @11387   7 years Don-vip javadoc
(edit) @11386   7 years Don-vip sonar - squid:S1066 - Collapsible "if" statements should be merged
(edit) @11374   7 years Don-vip sonar - squid:S00112 - Generic exceptions should never be thrown: …
(edit) @11367   7 years Don-vip javadoc + diamond operator
(edit) @11366   7 years Don-vip findbugs - SIC_INNER_SHOULD_BE_STATIC_ANON
(edit) @11365   7 years Don-vip fix #14090 - use DefaultListSelectionModel adjusting selection mode to …
(edit) @11344   7 years Don-vip javadoc
(edit) @11339   7 years simon04 Loop can be replaced with Collection.removeIf()
(edit) @11308   7 years Don-vip fix #14031 - change focus with TAB in "add imagery" dialogs
(edit) @11289   7 years wiktorn Use explicit ImageryTypes when adding layers Closes: #14017
(edit) @11287   7 years michael2402 Fix #14004: Check range of thread count and image size.
(edit) @11247   7 years Don-vip see #9400 - see #10387 - see #12914 - initial implementation of …
(edit) @11198   7 years Don-vip fix #13881 - handle cases where JOptionPane.showInputDialog returns …
(edit) @11183   7 years Don-vip fix #13851 - missing copyright text at the minimap in imagery …
(edit) @11173   7 years simon04 Shortcut.findShortcut: return Optional object
(edit) @11090   8 years simon04 fix #13743 - Draw segment order numbers on selected way
(edit) @11087   8 years Don-vip sonar - squid:S1141 - Try-catch blocks should not be nested
(edit) @11039   8 years simon04 fix #13574 - Waypoint labelling "None" doesn't work Store space …
(edit) @11023   8 years Don-vip checkstyle
(edit) @11017   8 years Don-vip sonar - pmd:OptimizableToArrayCall - Optimizable To Array Call
(edit) @10982   8 years Don-vip sonar - squid:S2386 - Mutable fields should not be "public static"
(edit) @10880   8 years Don-vip fix #13429 - Clean validator tree and use listener to find changes …
(edit) @10853   8 years Don-vip see #13309 - fix most of deprecation warnings
(edit) @10828   8 years Don-vip fix #13368 - plugin list starts scrolled down
(edit) @10824   8 years Don-vip see #13309 - Caching and notifying preferences (patch by michael2402) …
(edit) @10811   8 years Don-vip fix #13010 - Load plugins from list (modified patch by michael2402) - …
(edit) @10791   8 years simon04 see #13319 - Use InputMapUtils where applicable (VK_ESCAPE)
(edit) @10763   8 years Don-vip sonar - squid:S2156 - "final" classes should not have "protected" members
(edit) @10733   8 years Don-vip checkstyle
(edit) @10662   8 years Don-vip see #12472, fix #13230, fix #13225, fix #13228 - disable …
(edit) @10659   8 years Don-vip see #12472 - fix more warnings, increase maximum number of reported …
(edit) @10657   8 years Don-vip see #11390, see #12890 - use Java 8 Predicates
(edit) @10647   8 years Don-vip see #11390 - use functional comparators
(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) @10626   8 years Don-vip simplify handling of ignored/traced exceptions
(edit) @10619   8 years Don-vip see #11390 - Java 8: use List.sort(Comparator) instead of …
(edit) @10613   8 years Don-vip see #12478 - do not try to enable dragging in headless mode
(edit) @10611   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
(edit) @10600   8 years Don-vip see #11390 - sonar - squid:S1609 - Java 8: @FunctionalInterface …
(edit) @10593   8 years Don-vip see #11390 - sonar - squid:S2293 - improved use of diamond operator …
(edit) @10568   8 years Don-vip fix #13169 - Extract imagery layer settings to new class (patch by …
(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) @10520   8 years Don-vip fix #13115 - fix NPE, improve WMS errors handling
(edit) @10482   8 years stoecker see #12994 - don't warn about SideButton without icon
(edit) @10462   8 years Don-vip sonar - Performance - Method passes constant String of length 1 to …
(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) @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) @10378   8 years Don-vip Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
(edit) @10369   8 years stoecker see #9995 - patch by strump - improve HIDPI
(edit) @10362   8 years stoecker javadoc and style fixes
(edit) @10358   8 years stoecker see #9995 - improve handling for HIDPI screens, patch by strump …
(edit) @10355   8 years stoecker don't use SideButton outside side panel
(edit) @10310   8 years Don-vip fix javadoc
(edit) @10306   8 years Don-vip sonar - pmd:ImmutableField + remove unused code
(edit) @10294   8 years Don-vip sonar - squid:S1848 - refactor URL checks
(edit) @10293   8 years Don-vip sonar - squid:S2681 - fix indentation
(edit) @10242   8 years Don-vip sonar - pmd:InsufficientStringBufferDeclaration - Insufficient String …
(edit) @10235   8 years Don-vip sonar - squid:S00112 - Generic exceptions should never be thrown
(edit) @10228   8 years Don-vip findbugs: SC_START_IN_CTOR + UW_UNCOND_WAIT + UM_UNNECESSARY_MATH + …
(edit) @10217   8 years Don-vip findbugs - SF_SWITCH_NO_DEFAULT + various sonar fixes
(edit) @10212   8 years Don-vip sonar - squid:S2221 - "Exception" should not be caught when not …
(edit) @10210   8 years Don-vip see #11924 - Java 9 - replace calls to deprecated classes …
(edit) @10196   8 years Don-vip fix #9795 - Fetch from Overpass API using HTTPS
Note: See TracRevisionLog for help on using the revision log.