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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @14184   6 years Don-vip see #16671 - checkstyle
(edit) @14175   6 years wiktorn Fix NPE when providing only WMS URL in AddImageryPanel Closes: #16671
(edit) @14153   6 years Don-vip see #15229 - deprecate Main.parent and Main itself
(edit) @14120   6 years Don-vip see #15229 - deprecate all Main methods related to projections. New …
(edit) @14119   6 years Don-vip see #15229 - deprecate all Main methods returning an URL
(edit) @13829   6 years Don-vip SonarQube - fix minor issues
(edit) @13828   6 years wiktorn Sonar fixes, javadocs. See: #16249
(edit) @13825   6 years Don-vip SonarQube - squid:S3878 - Arrays should not be created for varargs …
(edit) @13824   6 years Don-vip SonarQube - fix code style issues
(edit) @13797   6 years Don-vip fix #13937 - save imagery offset bookmarks by locale-insensitive id …
(edit) @13777   6 years wiktorn Use setRememberWindowGeometry instead overriding setVisible See: #16249
(edit) @13774   6 years wiktorn Remember Add Imagery dialog position See: #16249
(edit) @13773   6 years wiktorn Add numbering to get layers button on Add WMTS Layer See: #16249
(edit) @13772   6 years wiktorn Fix Add WMS Panel layout See: #16249
(edit) @13761   6 years Don-vip see #16288 - replace similar i18n strings (removes 35 strings from …
(edit) @13758   6 years Don-vip checkstyle, javadoc
(edit) @13756   6 years wiktorn Fix layout for "is properly georeferenced" See: #16249
(edit) @13755   6 years wiktorn Fix NPE when no layer selected See: #16249
(edit) @13752   6 years wiktorn Default layer name for WMTS
(edit) @13751   6 years wiktorn More precise add imagery verification if all data is provided See: #16249
(edit) @13746   6 years wiktorn Add filter for WMTS layers, calculate preferred widths for columns. …
(edit) @13745   6 years wiktorn Layout fixes See: #16249
(edit) @13743   6 years wiktorn Fix bugs spotted by findbugs
(edit) @13742   6 years wiktorn Checkstyle fixes
(edit) @13741   6 years wiktorn PMD fixes
(edit) @13734   6 years wiktorn GUI for imagery definitions refactor Extend preferences panel by: - …
(edit) @13733   6 years wiktorn Imagery definition refactor Extend imagery definitions by: - allowing …
(edit) @13591   6 years Klumbumbus fix #15939 - improve adding TMS/WMS/WMTS dialog texts, reduce …
(edit) @13456   6 years Don-vip fix #16005 - add robustness in imagery preferences tooltip
(edit) @13438   6 years Don-vip fix #15966 - reduce vertical space in imagery preferences by 20px
(edit) @13431   6 years Don-vip fix #15950 - Preferences Help button should go directly to selected …
(edit) @13427   6 years Don-vip fix #15934 - add a legend for imagery boundaries preview
(edit) @13426   6 years Don-vip fix typo: setZoomContolsVisible => setZoomControlsVisible
(edit) @13425   6 years Klumbumbus fix #15933 - improve tooltip
(edit) @13415   6 years Don-vip fix #15911 - safe handling of WMS exceptions
(edit) @13206   6 years Don-vip enable PMD rule OptimizableToArrayCall
(edit) @13130   6 years Don-vip fix #15572 - use ImageProvider attach API for all JOSM actions to …
(edit) @13111   6 years Don-vip fix #11217, fix #12623 - major rework of notes tooltips: - display …
(edit) @12987   7 years bastiK see #15410 - change preferences scheme for named colors - makes …
(edit) @12643   7 years Don-vip see #15182 - deprecate Main.main.menu. Replacement: …
(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) @12530   7 years Don-vip fix #15081 - "Add Imagery URL" help link does not exist - use …
(edit) @12279   7 years Don-vip sonar - squid:S3878 - Arrays should not be created for varargs parameters
(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) @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) @11810   7 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(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) @11705   7 years michael2402 Use Utils.clamp instead of Math.max(Math.min())
(edit) @11655   7 years Don-vip fix java warning
(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) @11570   7 years stoecker add date field to imagery definition, allow to select mirror layers in …
(edit) @11438   7 years wiktorn Fix thread pool for WMS Because threds in WMS download ThreadPool …
(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) @11183   7 years Don-vip fix #13851 - missing copyright text at the minimap in imagery …
(edit) @11017   8 years Don-vip sonar - pmd:OptimizableToArrayCall - Optimizable To Array Call
(edit) @10853   8 years Don-vip see #13309 - fix most of deprecation warnings
(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) @10619   8 years Don-vip see #11390 - Java 8: use List.sort(Comparator) instead of …
(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) @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) @10462   8 years Don-vip sonar - Performance - Method passes constant String of length 1 to …
(edit) @10418   8 years wiktorn Checkstyle fixes.
(edit) @10417   8 years wiktorn Fix block cache growing outside the limit. * Missing setting of the …
(edit) @10179   8 years Don-vip sonar - squid:AssignmentInSubExpressionCheck - Assignments should not …
(edit) @10134   8 years Don-vip sonar, javadoc
(edit) @10099   8 years Don-vip fix HeadlessException in unit tests
(edit) @10043   8 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(edit) @10021   8 years bastiK see #6301 - fix issues detected by the test
(edit) @10016   8 years bastiK fixed #12650 - Error when click on Imagery providers (see #6301)
(edit) @10000   8 years Don-vip sonar - fix various issues
(edit) @9976   8 years Don-vip sonar - code simplification
(edit) @9778   8 years bastiK see #12507 - fix mouse wheel scrolling at some places
(edit) @9682   8 years wiktorn Check if the imagery is valid before returning the info object. I …
(edit) @9665   8 years stoecker fix eol-style issues and similar formating stuff, see #12410
(edit) @9414   8 years simon04 see #8824 - Fail fast when initializing imagery entries while starting …
(edit) @9412   8 years simon04 see #8824 - Allow to cancel updating of imagery entries in the preferences
(edit) @9231   8 years Don-vip javadoc update
(edit) @9224   8 years Don-vip fix #12260 - adjust colors contrast in preferences tables (imagery, …
(edit) @9078   8 years Don-vip sonar - Immutable Field
(edit) @8870   9 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(edit) @8861   9 years wiktorn Remove MEMORY_SIZE based settings and fix high cpu usage when showing …
(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) @8769   9 years wiktorn Make column headers translable. Closes: #11881
Note: See TracRevisionLog for help on using the revision log.