source: josm/trunk/src/org

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @6257   11 years Don-vip fix #8862, see #9101 - UI message when plugin list/icons download fail
(edit) @6253   11 years stoecker fix #5133 - add command to remove nodes from ways - patch by Giuseppe …
(edit) @6252   11 years stoecker fix #8798 - patch by AlfonZ - fix extruder
(edit) @6251   11 years stoecker see #8687 - add validator tests for number values
(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) @6243   11 years Don-vip FindBugs - fix potential NPE
(edit) @6242   11 years Don-vip FindBugs - fix blocker issue (Performance - The equals and hashCode …
(edit) @6241   11 years Don-vip fix more warnings/javadoc in data.validation.tests
(edit) @6240   11 years Don-vip Sonar - fix some issues in data.validation.tests
(edit) @6239   11 years stoecker fix #7713 - do not warn about label role
(edit) @6238   11 years Don-vip fix #9087 - deprecated fix for barrier=wire_fence created deprecated …
(edit) @6235   11 years Don-vip Sonar - fix recently introduced issues
(edit) @6234   11 years Don-vip fix #9077 - Restart doesn't work if jar path contains spaces
(edit) @6233   11 years Don-vip fix #9084 - Add KSJ tags to discardable keys
(edit) @6232   11 years Don-vip Sonar - Avoid unused local variables
(edit) @6231   11 years Don-vip Sonar - Avoid instantiating Integer objects. Call Integer.valueOf() …
(edit) @6230   11 years Don-vip Sonar - Don't create instances of already existing BigInteger ZERO
(edit) @6229   11 years Don-vip Sonar - Avoid throwing NullPointerException
(edit) @6228   11 years Don-vip Sonar - replace array copy loops by more efficient calls to …
(edit) @6227   11 years Don-vip fix #9055 - Changing Paste shortcut to a single key pasted in the …
(edit) @6226   11 years Don-vip fix #9057 - see #8987 - fix Coordinate.hashCode() broken in r6162
(edit) @6224   11 years Don-vip update to Diff v1.15 (2013/04/01) from http://www.bmsi.com/java/#diff
(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) @6221   11 years Don-vip Make some defensive copies of user-supplied arrays, move …
(edit) @6220   11 years Don-vip refactor Toggle actions, use Action.SELECTED_KEY since we have …
(edit) @6219   11 years Don-vip fix NoSuchElementException when purging a way member of a multipolygon
(edit) @6215   11 years Don-vip fix #9042 - Robustness to invalid .osm files containing null coordinates
(edit) @6214   11 years Don-vip refactor duplicated code, add javadoc
(edit) @6211   11 years bastiK see #8997 - add more debug output in case of error
(edit) @6209   11 years Don-vip fix #8895, fix #9030 - fix regression in geottaged pictures support …
(edit) @6207   11 years Don-vip Sonar - refactor duplicate code in history browsing panels
(edit) @6206   11 years bastiK fixed #8323 - Add support for GPX routes (<rte> element)
(edit) @6205   11 years bastiK see #4029 - fix problem when MapView is about to be loaded (nmea import)
(edit) @6204   11 years Don-vip fix #9024 - fix problems introduced in r6203
(edit) @6203   11 years Don-vip fix #9024 - bbox/bounds memory optimizations (modified patch by …
(edit) @6202   11 years Don-vip fix #2447 - Unnessary changes of a target node by dragging another …
(edit) @6201   11 years Don-vip history/changeset parsing: refactor lots of duplicated code + update …
(edit) @6199   11 years Don-vip fix #9017 - NPE in AbstractUploadTask.handleUploadConflict()
(edit) @6198   11 years Don-vip fix #9019, fix #9020 - add new item_separator element in presets + …
(edit) @6192   11 years Don-vip fix #9000 - add a new validator test on barrier=entrance not set on …
(edit) @6190   11 years Don-vip fix #8973 - presets: allow text attribute on optional item to set …
(edit) @6182   11 years Don-vip fix #8849 - allow map icons up to 24x24 pixels without rescaling
(edit) @6181   11 years Don-vip see #9002 - fix QuadBuckets
(edit) @6180   11 years Don-vip MainMenu: make changesetManager entry public + javadoc
(edit) @6178   11 years Don-vip fix #9002 - QuadBuckets improvements (patch by shinigami)
(edit) @6177   11 years Don-vip see #9000 - wrong copy/paste
(edit) @6176   11 years Don-vip fix #9000 - add entrance to presets + deprecate building=entrance
(edit) @6175   11 years Don-vip see #8902 - Small performance enhancements / coding style (patches by …
(edit) @6174   11 years Don-vip see #8849 - use scaled down version of images in recently added tags panel
(edit) @6173   11 years Don-vip fix #8987 - immutable coordinates (patch by shinigami)
(edit) @6172   11 years Don-vip fix #8849: * Used scaled down (16x16 pixels) of large (.svg) images if …
(edit) @6171   11 years Don-vip fix #8986 - Data loading/bbox index counting optimization (patch by …
(edit) @6170   11 years Don-vip make ToggleDialog Destroyable
(edit) @6169   11 years Don-vip fix #8987 - Fix NPE and Findbugs/Sonar violations
(edit) @6168   11 years Don-vip see #8987 - make it public
(edit) @6167   11 years Don-vip see #8987 - add missing clone() methods to fix broken plugins
(edit) @6166   11 years Don-vip see #8987 - refactor/add missing distance() methods to fix broken plugins
(edit) @6165   11 years Don-vip see #8987 - Move distanceSq() from EastNorth to Coordinate to fix …
(edit) @6164   11 years Don-vip fix some warnings
(edit) @6163   11 years Don-vip fix #8987 - fix Coordinate.equals() broken in r6162
(edit) @6162   11 years bastiK applied #8987 - immutable coordinates (patch by shinigami)
(edit) @6160   11 years Don-vip code cleanup in ImageResource
(edit) @6158   11 years Don-vip fix #8985 - Presets checkboxes inside checkgroups do nothing …
(edit) @6157   11 years Don-vip fix #8962 - Deprecate fence_type=chain + new validator tests for …
(edit) @6156   11 years Don-vip fix #8971 - ArrayIndexOutOfBoundsException when combining single node …
(edit) @6155   11 years bastiK fixed #8945 - another NPE + unit test (patch by AlfonZ)
(edit) @6152   11 years bastiK see #8972 - fix path separator
(edit) @6151   11 years bastiK #8972 - Receiving nullpointer exception when loading map style whose …
(edit) @6150   11 years bastiK see #4029 - fix: strings not updated after copy & paste
(edit) @6149   11 years bastiK see #4029 - disable session save action when mapview is not showing
(edit) @6148   11 years bastiK fixed #8686 - Allow ZIP files whose paths are relative to the ZIP root …
(edit) @6147   11 years Don-vip sonar - move duplicated class between history and conflict to util
(edit) @6146   11 years Don-vip sonar - refactor inner classes of ListMerger to avoid lots of …
(edit) @6145   11 years Don-vip fix #8967 - Tagging preset tester shows unwrapped error message (patch …
(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) @6140   11 years Don-vip fix #8951 - fix clearing of primitive metadata
(edit) @6139   11 years Don-vip fix #8954 - checkboxes not displayed in presets if they are the last …
(edit) @6138   11 years Don-vip see #8847, fix #8961 - rendering of power=plant, deprecation of …
(edit) @6137   11 years Don-vip fix warning
(edit) @6135   11 years Don-vip fix javadoc/warnings
(edit) @6132   11 years bastiK see #6963 - new message after successful upload; use notification for …
(edit) @6131   11 years bastiK see #6963 - optional help button for notifications; use notifications …
(edit) @6130   11 years bastiK see #6963 - converted popups to notifications for all actions in the …
(edit) @6129   11 years bastiK see #4029 - session menu now visible in expert mode - Please report …
(edit) @6128   11 years bastiK see #8895 - add most recent changes
(edit) @6127   11 years bastiK applied #8895 - Upgrade metadata-extractor to v. 2.6.4 (patch by ebourg)
(edit) @6126   11 years bastiK applied #8953 - sorting by name relations with accented letters (patch …
(edit) @6125   11 years bastiK see #7275 - allow script to handle restart When JOSM was started with …
(edit) @6124   11 years bastiK see #6963 - new unintrusive notification messages
(edit) @6123   11 years Don-vip fix #8904 - Disable Java HTTP caching, enabled by default with Java …
(edit) @6122   11 years bastiK fixed #8934 - Text-halo-color and text-halo-radius Properties are not …
(edit) @6119   11 years framm fix hash url parsing, npe introduced in r6118
(edit) @6118   11 years framm apply patch by Peter Wendorff. closes #8945
(edit) @6117   11 years Don-vip see #8941 - display gpx parsing error on stderr
(edit) @6116   11 years Don-vip fix EDT violations
Note: See TracRevisionLog for help on using the revision log.