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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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) @6362   10 years Don-vip Checkstyle: - private constructors for util classes - final classes - …
(edit) @6350   10 years Don-vip fix #9201 - Remote control: Additional validation of arguments of …
(edit) @6342   10 years Don-vip various fixes
(edit) @6333   10 years Don-vip fix #9189 - NPE when deleting data layer + additional usage of …
(edit) @6332   10 years Don-vip fix #9201 - fix remote control usage examples for handlers with …
(edit) @6316   11 years Don-vip Sonar/FindBugs - Loose coupling
(edit) @6296   11 years Don-vip Sonar/Findbugs - Avoid commented-out lines of code, javadoc
(edit) @6265   11 years Don-vip Sonar/FindBugs: - Dodgy - Redundant nullcheck of value known to be …
(edit) @6248   11 years Don-vip Rework console output: - new log level "error" - Replace nearly all …
(edit) @6223   11 years Don-vip Sonar - fix various violations
(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) @6142   11 years Don-vip see #8902 - fix compilation warnings
(edit) @6104   11 years Don-vip see #8902 - Small performance enhancements / coding style (patch by …
(edit) @6091   11 years akks see #8612, #8228: remote control - add examples [patch by simon04, …
(edit) @6085   11 years Don-vip see #8902 - c-like array definitions changed to java-like (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) @5927   11 years bastiK add missing license information
(edit) @5894   11 years stoecker remove static variable
(edit) @5893   11 years stoecker see #8562 - remote control using dual stack
(edit) @5889   11 years Don-vip fix potential bugs detected by FindBugs
(edit) @5880   11 years akks remote control: new public static method AddTagsDialog.addTags() to …
(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) @5861   11 years Don-vip Remote control: start/stop HTTP server without restarting JOSM
(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) @5784   11 years akks Auto adjust column width in remote control add_tags table. (noticed by …
(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) @5651   11 years simon04 remotecontrol: stop reading request if end of input stream is reached
(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) @5189   12 years simon04 remote control: increase the possible request size (from 1KiB to 1MiB)
(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
(edit) @5009   12 years bastiK Remotecontol (binary) API is obsolete since plugin got integrated in …
(edit) @5008   12 years bastiK remotecontrol: tolerate '?' in query part of url (see #7434)
(edit) @4946   12 years simon04 remotecontrol: do not attempt to override AutoScaleAction shortcuts …
(edit) @4945   12 years simon04 remotecontrol: do not attempt to override AutoScaleAction shortcuts
(edit) @4944   12 years xeen fix #2410
(edit) @4884   12 years simon04 fix #7342 - IndexOutOfBoundsException while using remote control
(edit) @4883   12 years simon04 fix #5920 - remotecontrol: add option for "new layer" to preference dialog
(edit) @4861   12 years bastiK remotecontrol: add 'type' parameter for /imagery request (this should …
(edit) @4858   12 years bastiK fixed remotecontrol new_layer: do not subtract download area of …
(edit) @4834   12 years simon04 remotecontrol: primt more helpful Bad Request errors, i.e., list …
(edit) @4833   12 years simon04 fix #5324 - remotecontrol: add ways (e.g., …
(edit) @4799   12 years simon04 see #6425 - fix compile error introduced in r4798
(edit) @4798   12 years simon04 see #6425 - follow naming convention
(edit) @4797   12 years simon04 fix #4062 - remotecontrol prints stack trace when it can't bind to the …
(edit) @4796   12 years simon04 fix #6425 - remotecontrol: make download objects available (e.g., …
(edit) @4795   12 years simon04 fix #5796 - remotecontrol: load_and_zoom/zoom: select relations in the …
(edit) @4791   12 years simon04 fix #5920 - remotecontrol: option for "new layer" added (e.g., …
(edit) @4724   12 years jttt Fix some of errors found by FindBugs
(edit) @4191   13 years stoecker remove old debug stuff
(edit) @3851   13 years bastiK remove tabs
(edit) @3850   13 years bastiK applied #5843 (patch by Christoph and Kolossos) - Add Tags with …
(edit) @3720   13 years bastiK added missing svn:eol-style
(edit) @3719   13 years bastiK added missing license information
(edit) @3715   13 years Upliner Added imagery plugin to josm core. Imagery plugin is union of …
(add) @3707   13 years bastiK Added remotecontrol plugin to josm core. This plugin was initially …
Note: See TracRevisionLog for help on using the revision log.