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) @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
(edit) @8395   9 years Don-vip convention - An open curly brace should be located at the end of a line
(edit) @8394   9 years Don-vip - global use of String.isEmpty() - Correctness - Method throws …
(edit) @8390   9 years Don-vip Sonar - various performance improvements
(edit) @8357   9 years Don-vip fix some Findbugs violations
(edit) @8344   9 years bastiK applied #10454 - Mapbox "empty" tile (imagery with zoom level > 17) …
(edit) @8339   9 years stoecker fix #11409 - Remotecontrol on IPv6 and IPv4
(edit) @8324   9 years Don-vip squid:S1133 - remove deprecated code
(edit) @8315   9 years stoecker remove old migration code
(edit) @8299   9 years stoecker see #8562 - text correction
(edit) @8296   9 years stoecker see #8562 - move IPv6 detection to main class instead of preferences
(edit) @8295   9 years stoecker fix #8562 - autodetect working IPv6 - hopefully solve bad Java IPv6 support
(edit) @8100   9 years stoecker fix #10581 - rewrite old URL's to JOSM server
(edit) @8071   9 years Don-vip fix #10960 - Add note API search dialog (modified patch by ToeBee). …
(edit) @7987   9 years Don-vip update presets lang, update Groovy, remove deprecated stuff, fix some …
(edit) @7894   9 years Don-vip Enable CLDR and add support for Khmer language (km) for Java 8 users
(edit) @7841   9 years bastiK rework command line switches to set JOSM directories: …
(edit) @7834   9 years Don-vip see #10026 - use recommended user data directory on OSX (distinct from …
(edit) @7831   9 years Don-vip see #10026 - use recommended preferences directory on OSX. Linux and …
(edit) @7829   9 years Don-vip see #6248, #10026 - use recommended cache directories on Windows and …
(edit) @7655   9 years stoecker support data: style URL's for icon in plugin list, see #10581, drop …
(edit) @7536   10 years Don-vip fix #8430 - Download along: rework selection panel to allow smaller areas
(edit) @7315   10 years Don-vip code simplification with some Java 7 new NIO2 Files methods …
(edit) @7248   10 years bastiK reworked MirroredInputStream (renamed to CachedFile): * no more …
(edit) @7140   10 years Don-vip fix compilation warnings with JDK8 - equals() and hashcode() must …
(edit) @7085   10 years Don-vip allow to disable auto-save of preferences file for unit tests (ant …
(edit) @7083   10 years Don-vip see #8465 - replace Utils.equal by Objects.equals, new in Java 7
(edit) @7082   10 years Don-vip see #8465 - replace Utils.UTF_8 by StandardCharsets.UTF_8, new in …
(edit) @7033   10 years Don-vip see #8465 - global use of try-with-resources, according to * …
(edit) @7027   10 years Don-vip fix more warnings (-Xlint:rawtypes), remove deprecated method and …
(edit) @7026   10 years stoecker fix #3142 - drop applet code finally
(edit) @7012   10 years Don-vip see #8465 - use String switch/case where applicable
(edit) @7005   10 years Don-vip see #8465 - use diamond operator where applicable
(edit) @7004   10 years Don-vip see #8465 - use multi-catch where applicable
(edit) @6990   10 years Don-vip sonar - place Strings literals on the left side when checking for …
(edit) @6986   10 years Don-vip sonar - fix various minor issues
(edit) @6950   10 years Don-vip see #9875 - implement fallback via advanced preference …
(edit) @6946   10 years Don-vip fix #9875 - disable jsse.enableSNIExtension
(edit) @6941   10 years Don-vip fix #9720 - Remote control: listen also in HTTPS
(edit) @6905   10 years stoecker see #9778 - delay initialisation of plugin download URL
(edit) @6897   10 years stoecker see #9778 - use TLS for JOSM website access
(edit) @6889   10 years Don-vip fix some Sonar issues (JLS order)
(edit) @6851   10 years Don-vip see #9710 - enable OAuth debug output with --debug + single endpoint …
(edit) @6798   10 years Don-vip fix some Sonar issues
(edit) @6792   10 years Don-vip Sonar - fix various issues
(edit) @6780   10 years Don-vip see #9632 - print debug message when setting system property
(edit) @6774   10 years simon04 fix #9633 - MapCSS: allow (named) colours with alpha
(edit) @6671   10 years simon04 fix #9560 - IllegalArgumentException when color.layer contains "{ }"
(edit) @6670   10 years Don-vip fix #9508 - Centralized service for validator rules
(edit) @6656   10 years bastiK don't override previous default value with null
(edit) @6643   10 years Don-vip global replacement of e.printStackTrace() by Main.error(e)
(edit) @6626   10 years Don-vip fix #9530 - NPE in color preferences
(edit) @6624   10 years Don-vip fix #9521 - Colors no more displayed in preferences dialog since …
(edit) @6617   10 years Don-vip Replace non-working Sun bugtracker links to new OpenJDK one
(edit) @6599   10 years bastiK fixed #9505 - Defaults for osm-server.url differ = !null Loosen the …
(edit) @6593   10 years stoecker cleanup validator prefs to better support prefs format (resets some …
(edit) @6580   10 years simon04 see #6536 - Refactor crossing way test in order to decrease memory …
(edit) @6578   10 years bastiK Preferences rework. Merges the 4 maps for the 4 setting types into a …
(edit) @6552   10 years simon04 Refactoring: introduce Utils.UTF_8 charset to avoid handling of …
(edit) @6380   10 years Don-vip update license/copyright information
(edit) @6367   10 years Don-vip Sonar/Findbugs - unused code
(edit) @6317   11 years Don-vip Sonar/FindBugs - Loose coupling
(edit) @6312   11 years Don-vip fix #9161 - "java.lang.IllegalStateException" errors when accessing …
(edit) @6310   11 years Don-vip Sonar/FindBugs - Nested blocks of code should not be left empty
(edit) @6248   11 years Don-vip Rework console output: - new log level "error" - Replace nearly all …
(edit) @6235   11 years Don-vip Sonar - fix recently introduced issues
(edit) @6232   11 years Don-vip Sonar - Avoid unused local variables
(edit) @6164   11 years Don-vip fix some warnings
(edit) @6143   11 years Don-vip see #8885 - cleanup in command line arguments and website URL handling
(edit) @6142   11 years Don-vip see #8902 - fix compilation warnings
(edit) @6087   11 years Don-vip see #8902 - string.equals("") => string.isEmpty() (patch by shinigami)
(edit) @6084   11 years bastiK see #8902 - add missing @Override annotations (patch by shinigami)
(edit) @6076   11 years stoecker fix #8875 - update JOSM key for OAuth, smooth transition for old key.
(edit) @6069   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
(edit) @6054   11 years Don-vip see #2283 - download GPX data along a track + code refactorization to …
(edit) @5977   11 years Don-vip fix #8712 - workaround to "Comparison method violates its general …
(edit) @5900   11 years stoecker Java IPv6 is so broekn, it can't be enabled by default (fix #8627, see …
(edit) @5892   11 years stoecker fix #8562 - use IPv6 when existing
(edit) @5890   11 years akks Minor Javadoc fixes and adding @Override annotations
(edit) @5874   11 years Don-vip see #8570, #7406 - I/O refactorization: - Move different file copy …
(edit) @5871   11 years Don-vip fix #8611 (audio slower broken) + update all audio javadoc
(edit) @5865   11 years stoecker fix user agent handling a bit (applet code now sets user agent
(edit) @5761   11 years stoecker drop outdated configfile handling routines
(edit) @5698   11 years bastiK fix problem with making multisplitpanelayout persistent (avoid loop …
Note: See TracRevisionLog for help on using the revision log.