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) @12537   7 years Don-vip PMD - VariableNamingConventions
(edit) @12530   7 years Don-vip fix #15081 - "Add Imagery URL" help link does not exist - use …
(edit) @12523   7 years Don-vip see #11924 - fix remaining warnings about extended modifiers
(edit) @12497   7 years Don-vip fix #8340 - shortcuts using up/down/left/right arrows not reassignable
(edit) @12486   7 years bastiK see #15013, see #14877 - remember projection when session is saved to …
(edit) @12485   7 years bastiK remember projection choice sub-preferences (e.g. last selected UTM …
(edit) @12460   7 years bastiK see #14794 - javadoc
(edit) @12400   7 years Don-vip see #14929 - Automatic filters on numeric tag values (level, …
(edit) @12347   7 years michael2402 Use preferences to store modeless setting and toggle dialog widht
(edit) @12306   7 years bastiK fixed #14877 - make projection setting transient
(edit) @12296   7 years bastiK respect default preferences when writing preset/style/rule entries …
(edit) @12293   7 years bastiK deprecate CustomProjection constructor + change removal date for …
(edit) @12292   7 years Don-vip sonar - squid:CommentedOutCodeLine - Sections of code should not be …
(edit) @12289   7 years Don-vip sonar - squid:CallToDeprecatedMethod - "@Deprecated" code should not …
(edit) @12280   7 years Don-vip drop remaining png extensions from few icons in java code so we can …
(edit) @12279   7 years Don-vip sonar - squid:S3878 - Arrays should not be created for varargs parameters
(edit) @12231   7 years Don-vip see #11924 - fix javadoc warnings
(edit) @12223   7 years Don-vip fix javadoc warnings
(edit) @12216   7 years bastiK deprecate unused methods
(edit) @12148   7 years bastiK see #14794 - javadoc
(edit) @12135   7 years bastiK fixed #13100 - NPE on launch (2)
(edit) @12093   7 years bastiK fixed #14734 - Handling imagery offsets when reprojecting
(edit) @12084   7 years bastiK offset bookmarks: migrate preferences from lists to key=value maps …
(edit) @12005   7 years Don-vip fix #14667 - IOOBE at PreferenceTabbedPane.stateChanged
(edit) @11960   7 years stoecker checkstyle
(edit) @11959   7 years stoecker add a link to the wiki in imagery preferences
(edit) @11873   7 years Don-vip findbugs - NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE
(edit) @11848   7 years Don-vip fix #14613 - Special HTML characters not escaped in GUI error messages
(edit) @11810   7 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(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 …
Note: See TracRevisionLog for help on using the revision log.