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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @6650   10 years simon04 see #9414 see #9542 - MapCSS validator: handle BOM in config files
(edit) @6643   10 years Don-vip global replacement of e.printStackTrace() by Main.error(e)
(edit) @6642   10 years Don-vip Improve handling of network errors at startup, suggest to change proxy …
(edit) @6634   10 years simon04 fix #9537 - Can't read bz2 file which has been created by pbzip2
(edit) @6621   10 years Don-vip fix #9262 - Cancelling opening file should not result in an error message
(edit) @6617   10 years Don-vip Replace non-working Sun bugtracker links to new OpenJDK one
(edit) @6582   10 years bastiK fixed #9505 - Defaults for osm-server.url differ = !null
(edit) @6552   10 years simon04 Refactoring: introduce Utils.UTF_8 charset to avoid handling of …
(edit) @6536   10 years simon04 fix #8228 - remote control: add command description to usage page
(edit) @6523   10 years Don-vip Ask user to change proxy settings when proxy errors occur at startup …
(edit) @6517   10 years simon04 fix #9387 - remote control: add ability to add changeset tags This …
(edit) @6485   10 years Don-vip see #7307 - GeoJSON export: add generator:JOSM and bbox
(edit) @6484   10 years Don-vip see #7307, fix #8474 - use org.json as lightweight internal json …
(edit) @6474   10 years Don-vip fix #9434 - Robustness in hash URLs parsing
(edit) @6453   10 years Don-vip global use of osm website url and new url scheme
(edit) @6450   10 years Don-vip Sonar/Findbugs: fix recent issues
(edit) @6440   10 years simon04 Load and display changeset comment in history dialog
(edit) @6392   10 years Don-vip fix #9274 - GeoImageLayer functionality enhancements (patch by holgerosm)
(edit) @6380   10 years Don-vip update license/copyright information
(edit) @6365   10 years Don-vip Sonar/Findbugs - fix of recent violations
(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) @6360   10 years Don-vip Sonar/Findbugs - Hide Utility Class Constructor
(edit) @6350   10 years Don-vip fix #9201 - Remote control: Additional validation of arguments of …
(edit) @6349   10 years Don-vip fix #9234 - For identified users, notifies periodically (every 5 …
(edit) @6348   10 years Don-vip fix #7019 - Don't perform proxy resolution when not needed (slows down …
(edit) @6342   10 years Don-vip various fixes
(edit) @6334   10 years Don-vip Sonar/Findbugs - Format string should use %n rather than \n
(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) @6317   11 years Don-vip Sonar/FindBugs - Loose coupling
(edit) @6316   11 years Don-vip Sonar/FindBugs - Loose coupling
(edit) @6313   11 years Don-vip cosmetics in error reporting
(edit) @6310   11 years Don-vip Sonar/FindBugs - Nested blocks of code should not be left empty
(edit) @6296   11 years Don-vip Sonar/Findbugs - Avoid commented-out lines of code, javadoc
(edit) @6289   11 years Don-vip Sonar/Findbugs - fix various problems
(edit) @6287   11 years Don-vip Sonar/Findbugs - Avoid Throwing Null Pointer Exception
(edit) @6271   11 years Don-vip fix #9116 - Remember active layer in session
(edit) @6268   11 years Don-vip Sonar/FindBugs - Bad practice - Method may fail to close stream
(edit) @6265   11 years Don-vip Sonar/FindBugs: - Dodgy - Redundant nullcheck of value known to be …
(edit) @6258   11 years Don-vip Sonar/Findbugs - Performance - Inefficient use of keySet iterator …
(edit) @6248   11 years Don-vip Rework console output: - new log level "error" - Replace nearly all …
(edit) @6246   11 years Don-vip Sonar/FindBugs - various bugfixes / violation fixes
(edit) @6245   11 years Don-vip see #9032, see #4029 - Allow to load session from standard I/O …
(edit) @6244   11 years Don-vip fix #9091 - rework osm/gpx download tasks - take into account recent …
(edit) @6223   11 years Don-vip Sonar - fix various violations
(edit) @6222   11 years Don-vip Make some more defensive copies of user-supplied arrays, javadoc
(edit) @6203   11 years Don-vip fix #9024 - bbox/bounds memory optimizations (modified patch by …
(edit) @6201   11 years Don-vip history/changeset parsing: refactor lots of duplicated code + update …
(edit) @6150   11 years bastiK see #4029 - fix: strings not updated after copy & paste
(edit) @6148   11 years bastiK fixed #8686 - Allow ZIP files whose paths are relative to the ZIP root …
(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) @6132   11 years bastiK see #6963 - new message after successful upload; use notification for …
(edit) @6117   11 years Don-vip see #8941 - display gpx parsing error on stderr
(edit) @6106   11 years Don-vip see #8902 - Small performance enhancements / coding style (patch by …
(edit) @6104   11 years Don-vip see #8902 - Small performance enhancements / coding style (patch by …
(edit) @6102   11 years Don-vip see #8902 - Small performance enhancements / coding style (patch by …
(edit) @6093   11 years akks see #8902 - collection size ==/!= 0 -> isEmpty()/!isEmpty() (patch by …
(edit) @6091   11 years akks see #8612, #8228: remote control - add examples [patch by simon04, …
(edit) @6090   11 years akks see #8902 - long literals readability 4321l => 4321L (patch by shinigami)
(edit) @6089   11 years akks see #8902 - patch by shinigami str != null && str.equals("CONST") => …
(edit) @6087   11 years Don-vip see #8902 - string.equals("") => string.isEmpty() (patch by shinigami)
(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) @6080   11 years bastiK fixed #8893 - Cannot load GPX file
(edit) @6073   11 years Don-vip fix #8886 - Allow to download plugin jars redirected from https to …
(edit) @6070   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
(edit) @6009   11 years Don-vip fix #8799 - Follow conventional visitor design pattern by renaming …
(edit) @6000   11 years simon04 Add combobox for image format to dialog when creating WMS layer
(edit) @5996   11 years Don-vip fix #8771 - <changeset> with no ID rejected
(edit) @5927   11 years bastiK add missing license information
(edit) @5926   11 years bastiK clean up imports
(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) @5886   11 years Don-vip see #4429 - Right click menu "undo, cut, copy, paste, delete, select …
(edit) @5881   11 years stoecker javadoc fixes
(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) @5874   11 years Don-vip see #8570, #7406 - I/O refactorization: - Move different file copy …
(edit) @5872   11 years Don-vip fix #8556 - Remote Control: add new_layer parameter to import handler
(edit) @5868   11 years stoecker see #8606 - use JOSM agent also for WebStart, join help browser and …
(edit) @5863   11 years stoecker javadoc fixes
(edit) @5861   11 years Don-vip Remote control: start/stop HTTP server without restarting JOSM
(edit) @5859   11 years akks see #8274, #8601 : cancel now works while parsing OSM
(edit) @5855   11 years bastiK typo in last commit
(edit) @5854   11 years bastiK fixed #7648 - GPS-Download in JOSM in specific area not possible
(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) @5836   11 years stoecker javadoc fixes
(edit) @5835   11 years stoecker Javadoc fixes
(edit) @5832   11 years stoecker i18n update and javadoc fixes
(edit) @5819   11 years stoecker add system name to user agent string, remove direct setting of user …
(edit) @5808   11 years akks fix #8549, patch by Zverikk: Remove [deprecated] imagery offset server …
(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) @5749   11 years Don-vip fix #8473 - Export GeoJSON as UTF-8 (patch by oschrenk)
(edit) @5745   11 years Don-vip see #8453 - Do not consider remote .gpx files as downloaded from OSM …
Note: See TracRevisionLog for help on using the revision log.