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) @8624   9 years bastiK add missing svn:eol-style=native
(edit) @8621   9 years wiktorn Fix artifacts on clicks in CacheContentsPanel. Closes: #11703
(edit) @8604   9 years wiktorn Better error reporting in JCS, checkstyle fixes
(edit) @8600   9 years wiktorn * fix sonar issues * implement cache clear for "clear" button Closes: …
(edit) @8598   9 years wiktorn TileSource: * added method - getTileId that returns unique identifier …
(edit) @8570   9 years Don-vip checkstyle
(edit) @8568   9 years wiktorn Basic WMTS support. * added information about units and to_meter to …
(edit) @8540   9 years Don-vip fix remaining checkstyle issues
(edit) @8526   9 years wiktorn Introduce WMS layer based on TMS. (closes: #11255) HEADS UP: After …
(edit) @8513   9 years Don-vip checkstyle: blocks
(edit) @8512   9 years Don-vip checkstyle: redundant modifiers
(edit) @8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8444   9 years Don-vip remove extra whitespaces
(edit) @8426   9 years Don-vip Accessibility - global use of JLabel.setLabelFor() + various fixes …
(edit) @8403   9 years wiktorn Rework the per host limit, so the queue will never reject the submited …
(edit) @8401   9 years Don-vip fix some minor Sonar issues
(edit) @8392   9 years Don-vip remove useless code (Method implemented with an exact copy of its …
(edit) @8390   9 years Don-vip Sonar - various performance improvements
(edit) @8379   9 years Don-vip Consecutively calls to StringBuffer/StringBuilder .append should reuse …
(edit) @8377   9 years Don-vip performance - remove useless boxing of boolean constants
(edit) @8308   9 years Don-vip fix potential NPEs and Sonar issues related to serialization
(edit) @8307   9 years bastiK applied #10902 - TMS simultaneous connections (patch by wiktorn)
(edit) @8285   9 years Don-vip fix sonar squid:S2039 - Member variable visibility should be specified
(edit) @8168   9 years bastiK see #11216 - Limit size of TMS cache (patch by wiktorn)
(edit) @8066   9 years stoecker version off by one
(edit) @8065   9 years stoecker display imagery description in preferences dialog tooltip
(edit) @7937   9 years bastiK add subversion property svn:eol=native
(edit) @7860   9 years Don-vip fix #10850 - clear imagery providers map preview when reloading …
(edit) @7719   9 years stoecker fix #10719 - refresh in imagery preferences when map list loaded
(edit) @7668   10 years stoecker cleanup icons, mark undetected icons, set proper mimetype, delete …
(edit) @7509   10 years stoecker remove tabs
(edit) @7312   10 years Don-vip see #10267 - display HTML error page sent by WMS server when applicable
(edit) @7288   10 years bastiK fixed #10088 - changes to table entry are discarded if you click OK …
(edit) @7203   10 years bastiK fixed #10088 - Can't use custom TMS layer anymore (see #9914)
(edit) @7186   10 years bastiK see #9914 - automatic update for imagery entries using id
(edit) @7015   10 years Don-vip see #8465 - fix generics for JComboBox/JList
(edit) @7005   10 years Don-vip see #8465 - use diamond operator where applicable
(edit) @6986   10 years Don-vip sonar - fix various minor issues
(edit) @6930   10 years simon04 Add WMS: filter unsupported image formats, preselect jpeg or png
(edit) @6890   10 years Don-vip fix some Sonar issues (Constructor Calls Overridable Method)
(edit) @6733   10 years Don-vip update javadoc
(edit) @6690   10 years Don-vip code/javadoc cleanup in imagery code
(edit) @6529   10 years Don-vip Various stuff: * see #9414: remove old DeprecatedTags test * …
(edit) @6460   10 years simon04 see #7563 - put WMS auto zoom default setting to preference dialog
(edit) @6364   10 years Don-vip fix #3744 - Refresh list of TMS layers of download dialog when imagery …
(edit) @6362   10 years Don-vip Checkstyle: - private constructors for util classes - final classes - …
(edit) @6361   10 years Don-vip Sonar/Findbugs - Unused formal parameter
(edit) @6248   11 years Don-vip Rework console output: - new log level "error" - Replace nearly all …
(edit) @6203   11 years Don-vip fix #9024 - bbox/bounds memory optimizations (modified patch by …
(edit) @6104   11 years Don-vip see #8902 - Small performance enhancements / coding style (patch by …
(edit) @6084   11 years bastiK see #8902 - add missing @Override annotations (patch by shinigami)
(edit) @6070   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
(edit) @6016   11 years Don-vip fix #8812 - NPE in add wms panel
(edit) @6000   11 years simon04 Add combobox for image format to dialog when creating WMS layer
(edit) @5889   11 years Don-vip fix potential bugs detected by FindBugs
(edit) @5886   11 years Don-vip see #4429 - Right click menu "undo, cut, copy, paste, delete, select …
(edit) @5808   11 years akks fix #8549, patch by Zverikk: Remove [deprecated] imagery offset server …
(edit) @5733   11 years bastiK fixed #8446 - Can't put imagery sources in the toolbar anymore after r5728
(edit) @5731   11 years Don-vip fix #8444 - NPE when no WMS url is entered in WMS add dialog + various …
(edit) @5729   11 years bastiK applied #8441 - show local imagery sources in menu instead of popup
(edit) @5666   11 years simon04 fix #8360 - designated icons for adding WMS/TMS
(edit) @5650   11 years simon04 see #8254 - suggest WMS layer name based on selection
(edit) @5649   11 years simon04 fix #8310 - fix scrollbar of WMS layers tree
(edit) @5631   11 years Don-vip Allow to access directly to validator preferences from validator …
(edit) @5617   11 years simon04 see #8254 - new imagery entry wms_endpoint: Store WMS endpoint only, …
(edit) @5587   11 years Don-vip Single entry point in Utils to open HTTP connections
(edit) @5541   12 years Don-vip fix #8159 - NPE in imagery providers panel
(edit) @5493   12 years Don-vip see #8011 - Small improvements in About dialog
(edit) @5465   12 years Don-vip Refactor Imagery preferences settings panels to allow future reuse
(edit) @5464   12 years Don-vip Rework Properties a bit to simplify management of Color properties
(edit) @5461   12 years Don-vip fix #5567 - Do not mix case in WMS requests parameters
(edit) @5429   12 years Don-vip fix #7917 - Control the number of items displayed at once in all …
(edit) @5368   12 years simon04 Fix a IndexOutOfBoundsException bug IndexOutOfBoundsException …
(edit) @5295   12 years stoecker fix #7752, change language link in EULA to follow wiki syntax
(edit) @5234   12 years bastiK separate preference gui from core projection code (there may be bugs)
(edit) @5224   12 years bastiK remove unnecessary projection lookup
(edit) @4987   12 years bastiK expose imagery preference tab for plugin
(add) @4968   12 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.