source: josm/trunk/src/org/openstreetmap/josm/data/Preferences.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @12649   7 years Don-vip see #15182 - code refactoring to avoid dependence on GUI packages from …
(edit) @12634   7 years Don-vip see #15182 - deprecate Main.worker, replace it by …
(edit) @12620   7 years Don-vip see #15182 - deprecate all Main logging methods and introduce …
(edit) @12601   7 years Don-vip see #15149 - less verbose logs when starting JOSM in debug
(edit) @12537   7 years Don-vip PMD - VariableNamingConventions
(edit) @12409   7 years Don-vip see #11924 - fix javadoc warnings new in 9-ea+173
(edit) @12374   7 years michael2402 Javadoc for the data package.
(edit) @12306   7 years bastiK fixed #14877 - make projection setting transient
(edit) @12130   7 years Don-vip see #11924 - do not try old workaround with java 9 (pollutes console …
(edit) @12095   7 years michael2402 Extract color key searching (migration code) to new method. This is …
(edit) @11913   7 years Don-vip sonar - squid:S1192 - String literals should not be duplicated
(edit) @11746   7 years Don-vip PMD - Strict Exceptions
(edit) @11728   7 years michael2402 Partial revert of [11726]: Committed to much.
(edit) @11726   7 years michael2402 Don't use null to indicate a rotation of 0 degrees, simply set the …
(edit) @11553   7 years Don-vip refactor handling of null values - use Java 8 Optional where possible
(edit) @11527   7 years stoecker drop imagery entries which have an id, but are no longer in default list
(edit) @11461   7 years Don-vip sonar - fb-contrib:SPP_USE_CONTAINSKEY - Style - Method calls keySet() …
(edit) @11452   7 years Don-vip sonar - fb-contrib:SEO_SUBOPTIMAL_EXPRESSION_ORDER - Performance - …
(edit) @11443   7 years Don-vip fix #14211, see #11924 - InaccessibleObjectException with JDK 9 b148+
(edit) @11436   7 years Don-vip fix recent Sonar issues
(edit) @11424   7 years Don-vip fix #10387, fix #12914 - enable territorial rules by default
(edit) @11400   7 years Don-vip drop old stuff
(edit) @11374   7 years Don-vip sonar - squid:S00112 - Generic exceptions should never be thrown: …
(edit) @11288   7 years simon04 see #13376 - Use TimeUnit instead of combinations of 1000/60/60/24
(edit) @11162   7 years bastiK fixed #6664 - use XDG Base Directory Specification on Linux If …
(edit) @11161   7 years stoecker properly handling of HDOP - not restricting it to the range of 0 to 1
(edit) @11098   8 years Don-vip sonar - squid:S2959 - Unnecessary semicolons should be omitted
(edit) @11058   8 years simon04 fix #13581 - Preferences: migrate old color keys
(edit) @10952   8 years Don-vip simplify uses of PrintWriter
(edit) @10920   8 years michael2402 See #13309: Do not add 'color.' prefix twice in getColor()
(edit) @10876   8 years Don-vip fix #13309 - fix unit tests (patch by michael2402) - gsoc-core
(edit) @10839   8 years Don-vip see #13309 - remove deprecated color stuff not used outside of JOSM
(edit) @10824   8 years Don-vip see #13309 - Caching and notifying preferences (patch by michael2402) …
(edit) @10788   8 years simon04 Remove superfluous FilteredCollection Not used by any plugin in SVN
(edit) @10657   8 years Don-vip see #11390, see #12890 - use Java 8 Predicates
(edit) @10626   8 years Don-vip simplify handling of ignored/traced exceptions
(edit) @10608   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) @10580   8 years Don-vip see #11390 - switch to Java 8
(edit) @10469   8 years Don-vip sonar - squid:S1166 - Exception handlers should preserve the original …
(edit) @10380   8 years Don-vip fix #12963 - ConcurrentModificationException in …
(edit) @10378   8 years Don-vip Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
(edit) @10322   8 years Don-vip fix #12894 - JOSM does not start with Java 9b116+
(edit) @10223   8 years Don-vip findbugs: DP_DO_INSIDE_DO_PRIVILEGED + UWF_UNWRITTEN_FIELD + …
(edit) @10212   8 years Don-vip sonar - squid:S2221 - "Exception" should not be caught when not …
(edit) @10208   8 years Don-vip see #11924 - Java 9 - JDK-6850612 deprecates Class.newInstance() ==> …
(edit) @10181   8 years Don-vip sonar - squid:S2184 - Math operands should be cast before assignment
(edit) @10063   8 years Don-vip fix #12691 - Include custom presets, map paint styles and validator …
(edit) @9978   8 years Don-vip sonar - remove useless initializations
(edit) @9966   8 years Don-vip sonar - remove redundant null-checks
(edit) @9965   8 years Don-vip fix #12282 - drop XML mappaint support - keep XML detection in order …
(edit) @9911   8 years simon04 Remove code to be removed end of 2015
(edit) @9829   8 years Don-vip fix warnings, add unit test
(edit) @9827   8 years Don-vip checkstyle, javadoc
(edit) @9823   8 years bastiK move preference writing to new class; some refactoring
(edit) @9822   8 years bastiK fix warnings
(edit) @9821   8 years bastiK fixed #12522 - Advanced preferences: display default entries …
(edit) @9805   8 years Don-vip javadoc
(edit) @9793   8 years Don-vip checkstyle
(edit) @9781   8 years bastiK whitespace
(edit) @9780   8 years bastiK refactor Preferences (move reader to new class)
(edit) @9759   8 years Don-vip refactor preferences settings classes
(edit) @9755   8 years bastiK add preference type MultiMap (closes #12437)
(edit) @9717   8 years Don-vip checkstyle
(edit) @9715   8 years stoecker fix #12474 - exception due to preferences update
(edit) @9618   8 years stoecker fix Jenkins warning, coding style fixes
(edit) @9617   8 years stoecker see #12437 - support new Map<String, List<String>> type in preferences
(edit) @9371   8 years simon04 Java 7: use Objects.equals and Objects.hash
(edit) @9312   8 years simon04 Preferences: backup before resetting the preference file
(edit) @9311   8 years simon04 fix #6044 - Do not overwrite preferences_backup when loading …
(edit) @9296   8 years Don-vip fix #12249 - Fix Findbugs warnings "Exceptional return value of …
(edit) @9246   8 years Don-vip javadoc update
(edit) @9243   8 years Don-vip javadoc update
(edit) @9224   8 years Don-vip fix #12260 - adjust colors contrast in preferences tables (imagery, …
(edit) @9218   8 years Don-vip fix #12152 - re-enable SNI by default
(edit) @9217   8 years Don-vip checkstyle, code cleanup
(edit) @9216   8 years stoecker fix #12189 - properly handle the file version
(edit) @9206   8 years simon04 see #12189 - Another attempt to update presets/style URLs
(edit) @9129   8 years bastiK javadoc
(edit) @9120   8 years stoecker see #12189 - also update http to https
(edit) @9119   8 years stoecker see #12189 - try again to update presets and style URL's
(edit) @9074   8 years Don-vip pmd - Ternary operator with a boolean literal can be simplified with a …
(edit) @9070   8 years Don-vip Sonar - squid:S2293 - The diamond operator ("<>") should be used
(edit) @9067   8 years Don-vip sonar - Immutable Field
(edit) @8926   8 years Don-vip javadoc fixes
(edit) @8924   8 years Don-vip update references to Java bugs
(edit) @8870   9 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(edit) @8846   9 years Don-vip sonar - fb-contrib - minor performance improvements: * Method passes …
(edit) @8840   9 years Don-vip sonar - squid:S3052 - Fields should not be initialized to default values
(edit) @8836   9 years Don-vip fix Checkstyle issues
(edit) @8817   9 years Don-vip see #11924 - JDK9 Jigsaw: do not run code in headless environment (for …
(edit) @8816   9 years Don-vip see #11924 - JDK9 Jigsaw: workaround for …
(edit) @8557   9 years Don-vip checkstyle
(edit) @8541   9 years wiktorn Cast JsonValue to JsonString and use getString instead of toString on …
(edit) @8513   9 years Don-vip checkstyle: blocks
(edit) @8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8509   9 years Don-vip fix many checkstyle violations
(edit) @8471   9 years Don-vip offer to automatically download missing required plugins and restart. …
(edit) @8465   9 years Don-vip minor code style issues
(edit) @8443   9 years Don-vip remove extra whitespaces
Note: See TracRevisionLog for help on using the revision log.