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) @17867   3 years simon04 see #17177 - fix @since xxx
(edit) @17865   3 years simon04 fix #20204 - Preferences dialog inconsistent scroll pane borders …
(edit) @17862   3 years simon04 fix #17177 - Add support for Mapbox Vector Tile (patch by …
(edit) @17830   3 years simon04 Use ICache.NAME_COMPONENT_DELIMITER for clarity
(edit) @17787   3 years simon04 fix #20741 - Various code simplifications (patch by gaben)
(edit) @17713   3 years simon04 Extract interface DocumentAdapter
(edit) @17657   3 years wiktorn Allow adding WMS imageries by URL. Add support for special case, …
(edit) @17602   3 years simon04 Java Warnings
(edit) @17594   3 years simon04 fix #19857 - Select WMS layers: option to only show layers for current view
(edit) @17552   3 years wiktorn Do not allow adding WMS imagery when no layer is selected When no …
(edit) @17543   3 years Don-vip fix #20535 - strip leading/trailing whitespace from URLs entered in …
(edit) @17314   4 years Don-vip see #7548 - make clear which preferences settings allow new tabs from …
(edit) @17230   4 years simon04 CacheSettingsPanel: fix IllegalArgumentException: bytes must be >= 0
(edit) @17227   4 years simon04 see #7548 - Re-organize the preference dialog (remove "settings" from …
(edit) @17060   4 years Klumbumbus Add button icons in preferences
(edit) @16965   4 years simon04 fix #19731 - Imagery providers: move reload button next to activate button
(edit) @16960   4 years simon04 see #8334 - Add advanced option to scale the table font Advanced …
(edit) @16953   4 years simon04 Java 8: use Comparator.comparing
(edit) @16913   4 years simon04 fix #19698 - Refactoring: make private fields final
(edit) @16555   4 years Don-vip see #19334 - avoid ConcurrentModificationException while iterating …
(edit) @16553   4 years Don-vip see #19334 - javadoc fixes + protected constructors for abstract classes
(edit) @16438   4 years simon04 see #19251 - Java 8: use Stream
(edit) @16398   4 years simon04 see #19208 - JCS: update package to org.apache.commons.jcs3
(edit) @15805   4 years Don-vip fix #18652 - proper error feedback when adding invalid WMTS …
(edit) @15717   4 years simon04 Java 8: use Collectors.joining
(edit) @15586   5 years Don-vip code cleanup
(edit) @15456   5 years wiktorn Allow zoom in TMS layer up to 24. See: #18064
(edit) @15357   5 years Don-vip fix #18142 - fix AIOOBE after changing imagery source filter in …
(edit) @15228   5 years Don-vip fix #17801 - use selected image format when building WMS URL
(edit) @15209   5 years Don-vip fix #17801 - create WMS URL correctly
(edit) @15158   5 years Don-vip fix #17781 - filter imagery list by (localized) country name
(edit) @15153   5 years Don-vip see #16301 - fix activation problem when filtering imagery sources
(edit) @15145   5 years Don-vip see #17772 - make sure all JMapViewer instances in JOSM behave the same
(edit) @15121   5 years Don-vip sonarqube, javadoc
(edit) @15116   5 years Don-vip fix #16301 - add filter for default imagery entries
(edit) @15115   5 years Don-vip see #16301 - extract ImageryProvidersPanel
(edit) @15114   5 years Don-vip see #16301 - display tooltips for all columns
(edit) @15049   5 years Don-vip see #16301 - add category icons in imagery preferences
(edit) @14731   5 years simon04 see #15817 - CacheSettingsPanel: add i18n hint
(edit) @14632   5 years simon04 fix #15817 - Imagery Preferences: collect all cache settings in the …
(edit) @14631   5 years simon04 see #15817 - Imagery Preferences: harmonize cache size units
(edit) @14629   5 years simon04 fix #15918 - Confusing English texts (Imagery preferences)
(edit) @14495   6 years Don-vip fix #17054 - prefer JOSM imagery entry "OpenStreetMap Carto …
(edit) @14390   6 years simon04 fix #15918 - Confusing English texts (thanks to Hb---)
(edit) @14367   6 years Don-vip fix #16897 - catch InvalidPathException for invalid WMS GetCapabilities URL
(edit) @14327   6 years Don-vip checkstyle/unit test fixes
(edit) @14302   6 years Don-vip see #16781 - fix more typos using https://github.com/vlajos/misspell-fixer
(edit) @14295   6 years wiktorn Always check if tile cache files are oversized If tile cache file is …
(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   7 years Don-vip fix #15572 - use ImageProvider attach API for all JOSM actions to …
(edit) @13111   7 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
Note: See TracRevisionLog for help on using the revision log.