source: josm/trunk/src/org/openstreetmap/josm/gui/preferences/projection/ProjectionPreference.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @19112   2 years stoecker javadoc fixes
(edit) @18871   3 years taylor.smock See #23218: Use newer error_prone versions when compiling on Java 11+ …
(edit) @18417   4 years stoecker text fix, fix #21865
(edit) @18222   5 years Don-vip see #21319 - fix NPE
(edit) @17865   5 years simon04 fix #20204 - Preferences dialog inconsistent scroll pane borders …
(edit) @17648   5 years simon04 fix #20652 - Preferences: Update context-sensitive help page links to …
(edit) @17248   6 years Don-vip fix #19976 - add SWEREF99 TM (EPSG:3006) in default projection choices
(edit) @17245   6 years Klumbumbus - see #7548 - Change/add icons, remove file extension - ignore …
(edit) @17161   6 years simon04 see #7548 - Re-organize the preference dialog (map preferences)
(edit) @16985   6 years simon04 fix #19736 - MapStatus displays non-localized SystemOfMeasurement name
(edit) @16438   6 years simon04 see #19251 - Java 8: use Stream
(edit) @14153   8 years Don-vip see #15229 - deprecate Main.parent and Main itself
(edit) @14120   8 years Don-vip see #15229 - deprecate all Main methods related to projections. New …
(edit) @14005   8 years Don-vip remove deprecated API
(edit) @13206   9 years Don-vip enable PMD rule OptimizableToArrayCall
(edit) @13182   9 years Don-vip see #15310 - cacheDir is unused, deprecate new methods
(edit) @12846   9 years bastiK see #15229 - use Config.getPref() wherever possible
(edit) @12841   9 years bastiK see #15229 - fix deprecations caused by [12840]
(edit) @12786   9 years bastiK see #15182 - remove GUI references from Projections class
(edit) @12735   9 years bastiK see #15229 - move CoordinateFormat code out of LatLon class
(edit) @12674   9 years Don-vip see #15182 - move PROP_SYSTEM_OF_MEASUREMENT from …
(edit) @12486   9 years bastiK see #15013, see #14877 - remember projection when session is saved to …
(edit) @12485   9 years bastiK remember projection choice sub-preferences (e.g. last selected UTM …
(edit) @12306   9 years bastiK fixed #14877 - make projection setting transient
(edit) @11374   10 years Don-vip sonar - squid:S00112 - Generic exceptions should never be thrown: …
(edit) @11017   10 years Don-vip sonar - pmd:OptimizableToArrayCall - Optimizable To Array Call
(edit) @10611   10 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
(edit) @10310   10 years Don-vip fix javadoc
(edit) @10306   10 years Don-vip sonar - pmd:ImmutableField + remove unused code
(edit) @10179   10 years Don-vip sonar - squid:AssignmentInSubExpressionCheck - Assignments should not …
(edit) @9783   10 years Don-vip checkstyle
(edit) @9778   10 years bastiK see #12507 - fix mouse wheel scrolling at some places
(edit) @9543   10 years Don-vip refactoring - global simplification of use of setLayout method - …
(edit) @9100   11 years bastiK applied #12181 - Add Netherlands RD projection (patch by vholten)
(edit) @9078   11 years Don-vip sonar - Immutable Field
(edit) @8870   11 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(edit) @8554   11 years bastiK applied #11634 - Moved global SOM management out of …
(edit) @8540   11 years Don-vip fix remaining checkstyle issues
(edit) @8510   11 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8444   11 years Don-vip remove extra whitespaces
(edit) @8426   11 years Don-vip Accessibility - global use of JLabel.setLabelFor() + various fixes …
(edit) @7021   12 years Don-vip see #8465 - enable -Xlint:cast and fix associated warnings
(edit) @7015   12 years Don-vip see #8465 - fix generics for JComboBox/JList
(edit) @7005   12 years Don-vip see #8465 - use diamond operator where applicable
(edit) @6992   12 years Don-vip cleanup/refactor of NavigatableComponent
(edit) @6920   12 years Don-vip fix #9778, fix #9806 - access OSM API and JOSM website in HTTPS by …
(edit) @6889   12 years Don-vip fix some Sonar issues (JLS order)
(edit) @6529   13 years Don-vip Various stuff: * see #9414: remove old DeprecatedTags test * …
(edit) @6488   13 years Don-vip cleanup in data folder
(edit) @6380   13 years Don-vip update license/copyright information
(edit) @6246   13 years Don-vip Sonar/FindBugs - various bugfixes / violation fixes
(edit) @6084   13 years bastiK see #8902 - add missing @Override annotations (patch by shinigami)
(edit) @6070   13 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
(edit) @6056   13 years Don-vip fix #6515 - Allow switching system of measurement from a single click …
(edit) @5891   13 years stoecker fix javadoc
(edit) @5634   13 years bastiK add option to select projection by code this means it is no longer …
(edit) @5631   14 years Don-vip Allow to access directly to validator preferences from validator …
(edit) @5604   14 years Don-vip Allow plugins to interact with projection preferences tab in …
(edit) @5553   14 years bastiK expose objects for plugins
(edit) @5551   14 years bastiK see #4029 - remember layer visibility/opacity
(edit) @5548   14 years bastiK remove Projection classes (replaced by data/epsg file) concludes the …
(edit) @5546   14 years bastiK remove old migration code
(edit) @5429   14 years Don-vip fix #7917 - Control the number of items displayed at once in all …
(edit) @5235   14 years bastiK no rounding for projection bounds, to avoid 42 being dispayed as …
(edit) @5234   14 years bastiK separate preference gui from core projection code (there may be bugs)
(copy) @5226   14 years bastiK improvements for custom projection
copied from trunk/src/org/openstreetmap/josm/gui/preferences/map/ProjectionPreference.java
(copy) @4968   14 years Don-vip fix #7386 - Major rework of preferences GUI settings in order to speed …
Note: See TracRevisionLog for help on using the revision log.