source: josm/trunk/src/org/openstreetmap/josm/io/remotecontrol/handler

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @10587   8 years Don-vip fix #13187 - Set encoding of remote control error pages to UTF-8 and …
(edit) @10453   8 years Don-vip fix #13023 - Replace uses of hasEditLayer() with new layer manager …
(edit) @10446   8 years Don-vip see #13001 - replace calls to Main.main.getCurrentDataSet() by …
(edit) @10436   8 years Don-vip see #13001 - replace calls to Main.main.[add|remove]Layer by …
(edit) @10364   8 years stoecker gsoc-core - patch by Michael Zangl - see #12953 - remove deprecation usage
(edit) @10300   8 years Don-vip sonar - Performance - Method passes constant String of length 1 to …
(edit) @10212   8 years Don-vip sonar - squid:S2221 - "Exception" should not be caught when not …
(edit) @10131   8 years Don-vip fix coverity 1354553, 1347477, 1347476, 1347474, 1347472, 1347471 - NPE
(edit) @10116   8 years Don-vip add more unit tests
(edit) @9990   8 years Don-vip sonar - Inner classes which do not reference their owning classes …
(edit) @9732   8 years Don-vip remote control: add more unit tests, robustness
(edit) @9231   8 years Don-vip javadoc update
(edit) @8929   9 years Don-vip javadoc fixes
(edit) @8927   9 years Don-vip fix #11998 - add two new protected boolean members to simplify …
(edit) @8846   9 years Don-vip sonar - fb-contrib - minor performance improvements: * Method passes …
(edit) @8811   9 years simon04 see #11916 - Refactoring of SearchAction/SearchCompiler
(edit) @8540   9 years Don-vip fix remaining checkstyle issues
(edit) @8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8509   9 years Don-vip fix many checkstyle violations
(edit) @8470   9 years Don-vip javadoc fixes. Removed one duplicated method in exception handling
(edit) @8464   9 years Don-vip Singular fields
(edit) @8444   9 years Don-vip remove extra whitespaces
(edit) @8415   9 years Don-vip code style/cleanup - Uncommented Empty Constructor
(edit) @8400   9 years Don-vip fix #11457 - use global action to benefit from custom download tasks …
(edit) @8395   9 years Don-vip convention - An open curly brace should be located at the end of a line
(edit) @8394   9 years Don-vip - global use of String.isEmpty() - Correctness - Method throws …
(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) @8338   9 years Don-vip fix squid:S1319 - Declarations should use Java collection interfaces …
(edit) @8332   9 years Don-vip fix various issues: - performance - inefficient use of keySet iterator …
(edit) @8318   9 years Don-vip fix various Sonar issues: - squid:S1068: Unused private fields should …
(edit) @8308   9 years Don-vip fix potential NPEs and Sonar issues related to serialization
(edit) @8304   9 years Don-vip simplify URL encoding/decoding
(edit) @8285   9 years Don-vip fix sonar squid:S2039 - Member variable visibility should be specified
(edit) @8249   9 years simon04 see #11356 - Remote control: fix opening overpass query The …
(edit) @8221   9 years simon04 see #11000 - Remote control: allow to specify layer_name for …
(edit) @8197   9 years simon04 see #9907 - Remote control: let the user decide which suitable …
(edit) @8193   9 years simon04 Remote control: improve, harmonize, test URL parsing
(edit) @8191   9 years simon04 see #10646 - Remote Control: simplify load_data implementation
(edit) @7999   9 years Don-vip fix #11061 - Remote API imagery cookies parameter is not handled …
(edit) @7937   9 years bastiK add subversion property svn:eol=native
(edit) @7871   9 years Don-vip fix #10878 - do not add new imagery layer through remote control if it …
(edit) @7817   9 years bastiK fixed #10861 - Zoom to layer when opening new file (see #10860)
(edit) @7760   9 years Don-vip see #10798 - remote control: special handling of Bing (default title …
(edit) @7749   9 years bastiK remotecontrol /import: only allow whitelisted download tasks to be …
(edit) @7637   10 years Don-vip see #10511 - disable unit test until we fix the bug
(edit) @7636   10 years Don-vip fix #10646 - Remote Control v1.6: new load_data handler to load OSM …
(edit) @7521   10 years bastiK fixed #10498 - do not rely on current selection when adding tags to …
(edit) @7509   10 years stoecker remove tabs
(edit) @7251   10 years simon04 Remote control, load_and_zoom/zoom: allow to select objects by a …
(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) @6973   10 years bastiK applied #9634 - Downloading Referrers Grabs Focus (patch by Balaitous, …
(edit) @6972   10 years bastiK see #9906 - remotecontrol import handler: add workaround when URLs …
(edit) @6920   10 years Don-vip fix #9778, fix #9806 - access OSM API and JOSM website in HTTPS by …
(edit) @6902   10 years Don-vip fix #9791 - IllegalArgumentException when clicking an imagery link from HOT
(edit) @6897   10 years stoecker see #9778 - use TLS for JOSM website access
(edit) @6883   10 years Don-vip fix some Sonar issues
(edit) @6869   10 years Don-vip fix #9731 - fix a bunch of problems occuring when validating …
(edit) @6798   10 years Don-vip fix some Sonar issues
(edit) @6792   10 years Don-vip Sonar - fix various issues
(edit) @6782   10 years Don-vip fix #9635 - remote control: new referrers argument to load_object
(edit) @6690   10 years Don-vip code/javadoc cleanup in imagery code
(edit) @6674   10 years simon04 Make strings like foo relation/123 and way/345 but also node/789
(edit) @6643   10 years Don-vip global replacement of e.printStackTrace() by Main.error(e)
(edit) @6536   10 years simon04 fix #8228 - remote control: add command description to usage page
(edit) @6517   10 years simon04 fix #9387 - remote control: add ability to add changeset tags This …
(edit) @6350   10 years Don-vip fix #9201 - Remote control: Additional validation of arguments of …
(edit) @6333   11 years Don-vip fix #9189 - NPE when deleting data layer + additional usage of …
(edit) @6332   11 years Don-vip fix #9201 - fix remote control usage examples for handlers with …
(edit) @6316   11 years Don-vip Sonar/FindBugs - Loose coupling
(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) @6143   11 years Don-vip see #8885 - cleanup in command line arguments and website URL handling
(edit) @6091   11 years akks see #8612, #8228: remote control - add examples [patch by simon04, …
(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) @5927   11 years bastiK add missing license information
(edit) @5889   11 years Don-vip fix potential bugs detected by FindBugs
(edit) @5876   11 years akks Remote control: allow adding tags without confirmation for current …
(edit) @5872   11 years Don-vip fix #8556 - Remote Control: add new_layer parameter to import handler
(edit) @5845   11 years akks fix #8599: Remote control command add_way now creates closed ways …
(edit) @5844   11 years akks Remote control: fix table cell editing in add_tags dialog, fixed all …
(edit) @5837   11 years Don-vip fix #8586 - Remote Control: allow imagery handler to work without any …
(edit) @5790   11 years akks fix #8426: add_tags in remote control: better changed tags detection, …
(edit) @5707   11 years akks RemoteControl API version 1.5: addtags supported by add_node, add_way …
(edit) @5706   11 years akks remote control load_and_zoom+addtags improvemens, allow to delete tags …
(edit) @5691   11 years Don-vip see #8148 - Remote control: URL validation in import handler + find …
(edit) @5680   11 years Don-vip fix #8148 - Improve remote control handlers (requests validation, …
(edit) @5668   11 years Don-vip fix #8372 - Remote control: robustness in processing of addtags
(edit) @5629   11 years Don-vip Remote control: don't try to zoom to an empty selection in …
(edit) @5600   11 years simon04 fix #8142 - Remote control: add zoom_mode parameter to …
(edit) @5460   12 years Don-vip global use of Main.isDisplayingMapView()
(edit) @5445   12 years Don-vip fix #7963 - remotecontrol v1.4 : Add min_zoom and max_zoom
(edit) @5444   12 years Don-vip fix #7964 - remotecontrol imagery name encoding
(edit) @5116   12 years simon04 fix #7518 - Remote Control: make addtags really work when using …
(edit) @5103   12 years simon04 fix #5824 - remote control: decode URL
(edit) @5095   12 years simon04 fix #7518 - Remote Control "load_object" doesn't work with addtags
(edit) @5085   12 years simon04 fix #5824 - remotecontrol: add command for opening local files + …
(edit) @5010   12 years bastiK fixed #7434 - remotecontrol: URLs with "&" and "?" character don't work
Note: See TracRevisionLog for help on using the revision log.