source: osm/applications/editors/josm/plugins/wmsplugin/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @23454   14 years jttt Fix #5511 NPE in WMS Plugin when retrieving layer list for WMS server
(edit) @23358   14 years stoecker add missing setValueAt()
(edit) @23325   14 years pieren Handle a fourth optional parameter in the sources.cfg preconfigured …
(edit) @23304   14 years yellowbkpk Reading the GetMap HTTP URL when it exists.
(edit) @23303   14 years yellowbkpk Dropping a couple sysouts.
(edit) @23207   14 years stoecker rework preferences and layer storage
(edit) @22964   14 years yellowbkpk A little nicer handling of the root URL building.
(edit) @22963   14 years yellowbkpk Keeping track of the original URL the user entered instead of the one …
(edit) @22962   14 years yellowbkpk Setting the XML parser to ignore schema and DTD.
(edit) @22960   14 years bomm changed remotecontrol incompatibility message to not bother the user …
(edit) @22954   14 years bomm fix for bug #5389: Don't call startGrabberThreads() from constructor …
(edit) @22942   14 years yellowbkpk Be a little more loose with Service URL checking. Fix the projection check.
(edit) @22941   14 years yellowbkpk Should be handling all of the available projections and subprojections now.
(edit) @22936   14 years yellowbkpk A better interface for adding WMS layers using the GetCapabilities …
(edit) @22929   14 years jttt Fix #5400 WMS plugin change it's zoom level
(edit) @22902   14 years jttt Memory leak
(edit) @22854   14 years bastik fixed josm bug 4822 - Loading WMS layer from file throws exception
(edit) @22794   14 years jttt Fix #5378 Ghost images appear when wmsplugin.url.overlap=true
(edit) @22779   14 years jttt - do not redraw when nothing changed - resize GeorefImage array when …
(edit) @22761   14 years jttt Fix #5368 WMS adjust tool can only be used when a wms-layer is active
(edit) @22735   14 years bomm use RemoteControlPlugin.getVersion to check API version explicitly …
(edit) @22720   14 years jttt Fix #5357 JOSM blocks due to WMS-Plugin / unhandled exception
(edit) @22719   14 years jttt Fix #5356 WMS adjustment button is disabled when there is more than …
(edit) @22712   14 years jttt Speed optimizations: - use always the same size for tile, so no …
(edit) @22686   14 years bomm bug #5348: use reflection to call RemoteControlPlugin
(edit) @22677   14 years bomm register remote command handler with remotecontrol plug-in if …
(edit) @22581   14 years jttt Fix alpha painting preference
(edit) @22550   14 years jttt Adapt to latest josm
(edit) @22286   14 years stoecker better handling of grey tiles
(edit) @22008   14 years bastik insert line back in; fixes josm bug 5180
(edit) @21796   14 years stoecker fix josm 5152
(edit) @21795   14 years stoecker fix josm 5155
(edit) @21235   14 years stoecker remember correct PPD value
(edit) @20891   15 years vsandre costum agent
(edit) @20566   15 years bastik 'filter control characters that are send to the consol and create …
(edit) @19626   15 years jttt Fixed #4385 Error when using josm at higher resolution with WMS
(edit) @19507   15 years jttt Use alpha in cached image only if source image also has alpha
(edit) @19417   15 years jttt Cleanup
(edit) @19415   15 years guggis 'Uses new constructor for plugin'
(edit) @19411   15 years guggis 'Update to JOSM 2817'
(edit) @19306   15 years guggis 'Update to JOSM 2748'
(edit) @19240   15 years petrdlouhy search in cache is not threaded
(edit) @19239   15 years petrdlouhy Improvements to offline usability: fix bookmarks grab tiles from …
(edit) @18949   15 years guggis 'added Activate to layer popup menu'
(edit) @18942   15 years stoecker cleanup
(edit) @18762   15 years stoecker fix josm bug 3294
(edit) @18761   15 years stoecker fixed code indentation
(edit) @18712   15 years stoecker added some new URLs
(edit) @18670   15 years guggis 'Updated build.xml'
(edit) @18625   15 years stoecker moved help into JOSM helpsystem
(edit) @18597   15 years jttt Updated to new MapViewPaintable.paint arguments
(edit) @18408   15 years stoecker fixed i18n error I made in last checkin
(edit) @18404   15 years stoecker updated some stuff to current JOSM
(edit) @17817   15 years guggis Updating to JOSM r2196
(edit) @17704   15 years stoecker fixed typos
(edit) @17561   15 years petrdlouhy fix of adjust action
(edit) @17556   15 years petrdlouhy Adding ovelapping again.
(edit) @17552   15 years guggis Updating to JOSM r2082
(edit) @17522   15 years stoecker fix josm bug 2752 - patch by xeen
(edit) @17407   15 years guggis applied #2907: patch by xeen: Add duplicate detection to WMS Plugin …
(edit) @17403   15 years guggis printing stack trace, improves diagnostics for cases like #3335
(edit) @17397   15 years guggis fixed saving/loading wms layer improved file filter defaults for .wms files
(edit) @17390   15 years guggis removed dependency to OptionPaneUtil
(edit) @17343   15 years petrdlouhy grabber priority set to minimum
(edit) @17340   15 years petrdlouhy Code cosmetics
(edit) @17339   15 years petrdlouhy fix of "Reload erroneous tiles" action
(edit) @17334   15 years stoecker minor fixes
(edit) @17277   15 years dmuecke [o3325] - Minor fix to make plugin compatible with latest JOSM
(edit) @16872   15 years guggis fixing
(edit) @16860   15 years stoecker fixed zoom level display bug
(edit) @16781   15 years guggis Updated to JOSM release 1893
(edit) @16442   15 years stoecker added missing &
(edit) @16363   15 years stoecker wrong URL
(edit) @16351   15 years stoecker fixed #2828.
(edit) @16308   15 years stoecker modernized WMS plugin, many settings of older WMS will need some adjustment
(edit) @16290   15 years stoecker adapted plugins to JOSm 1722, UtilsPlugin still has a problem
(edit) @15961   15 years stoecker fix build issues
(edit) @15960   15 years stoecker fixed typos
(edit) @15940   15 years stoecker fix prefs display
(edit) @15890   15 years stoecker fixed #2722
(edit) @15858   15 years stoecker close #2719
(edit) @15827   15 years stoecker fix #2713 - patch by xeen - Improve WMS Rectified Image-dialog
(edit) @15725   15 years stoecker new sources
(edit) @15707   15 years stoecker lots of updates due to josm changes
(edit) @15649   15 years rcernoch CzechAddress: Version 0.2.0 release
(edit) @15185   15 years stoecker use JOSM's new cache methods - patch by xeen
(edit) @15091   15 years stoecker close #2589, #2310
(edit) @14120   16 years stoecker fix the menu changes in JOSM
(edit) @14110   16 years stoecker close #2291 - add pattern support to URL
(edit) @14063   16 years hampelratte added configurable connect and read timeouts for the http connection
(edit) @13927   16 years stoecker patch by xeen
(edit) @13796   16 years stoecker apply patch from #2096
(edit) @13741   16 years stoecker close #2176
(edit) @13673   16 years stoecker close #2164 and #1954. patch by xeen
(edit) @13667   16 years stoecker close #1905
(edit) @13666   16 years stoecker apply fix of #1954
(edit) @13654   16 years hampelratte added menu item to toggle the alpha channel of the wms images
(edit) @13652   16 years hampelratte added menu item to toggle the alpha channel of the wms images
(edit) @13648   16 years stoecker fixed path
(edit) @13645   16 years stoecker apply patches from xeen: #1954 and #1906
Note: See TracRevisionLog for help on using the revision log.