source: josm/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @6169   12 years Don-vip fix #8987 - Fix NPE and Findbugs/Sonar violations
(edit) @6168   12 years Don-vip see #8987 - make it public
(edit) @6167   12 years Don-vip see #8987 - add missing clone() methods to fix broken plugins
(edit) @6166   12 years Don-vip see #8987 - refactor/add missing distance() methods to fix broken plugins
(edit) @6165   12 years Don-vip see #8987 - Move distanceSq() from EastNorth to Coordinate to fix …
(edit) @6164   12 years Don-vip fix some warnings
(edit) @6163   12 years Don-vip fix #8987 - fix Coordinate.equals() broken in r6162
(edit) @6162   12 years bastiK applied #8987 - immutable coordinates (patch by shinigami)
(edit) @6160   12 years Don-vip code cleanup in ImageResource
(edit) @6158   12 years Don-vip fix #8985 - Presets checkboxes inside checkgroups do nothing …
(edit) @6157   12 years Don-vip fix #8962 - Deprecate fence_type=chain + new validator tests for …
(edit) @6156   12 years Don-vip fix #8971 - ArrayIndexOutOfBoundsException when combining single node …
(edit) @6155   12 years bastiK fixed #8945 - another NPE + unit test (patch by AlfonZ)
(edit) @6152   12 years bastiK see #8972 - fix path separator
(edit) @6151   12 years bastiK #8972 - Receiving nullpointer exception when loading map style whose …
(edit) @6150   12 years bastiK see #4029 - fix: strings not updated after copy & paste
(edit) @6149   12 years bastiK see #4029 - disable session save action when mapview is not showing
(edit) @6148   12 years bastiK fixed #8686 - Allow ZIP files whose paths are relative to the ZIP root …
(edit) @6147   12 years Don-vip sonar - move duplicated class between history and conflict to util
(edit) @6146   12 years Don-vip sonar - refactor inner classes of ListMerger to avoid lots of …
(edit) @6145   12 years Don-vip fix #8967 - Tagging preset tester shows unwrapped error message (patch …
(edit) @6143   12 years Don-vip see #8885 - cleanup in command line arguments and website URL handling
(edit) @6142   12 years Don-vip see #8902 - fix compilation warnings
(edit) @6140   12 years Don-vip fix #8951 - fix clearing of primitive metadata
(edit) @6139   12 years Don-vip fix #8954 - checkboxes not displayed in presets if they are the last …
(edit) @6138   12 years Don-vip see #8847, fix #8961 - rendering of power=plant, deprecation of …
(edit) @6137   12 years Don-vip fix warning
(edit) @6135   12 years Don-vip fix javadoc/warnings
(edit) @6132   12 years bastiK see #6963 - new message after successful upload; use notification for …
(edit) @6131   12 years bastiK see #6963 - optional help button for notifications; use notifications …
(edit) @6130   12 years bastiK see #6963 - converted popups to notifications for all actions in the …
(edit) @6129   12 years bastiK see #4029 - session menu now visible in expert mode - Please report …
(edit) @6128   12 years bastiK see #8895 - add most recent changes
(edit) @6127   12 years bastiK applied #8895 - Upgrade metadata-extractor to v. 2.6.4 (patch by ebourg)
(edit) @6126   12 years bastiK applied #8953 - sorting by name relations with accented letters (patch …
(edit) @6125   12 years bastiK see #7275 - allow script to handle restart When JOSM was started with …
(edit) @6124   12 years bastiK see #6963 - new unintrusive notification messages
(edit) @6123   12 years Don-vip fix #8904 - Disable Java HTTP caching, enabled by default with Java …
(edit) @6122   12 years bastiK fixed #8934 - Text-halo-color and text-halo-radius Properties are not …
(edit) @6119   12 years framm fix hash url parsing, npe introduced in r6118
(edit) @6118   12 years framm apply patch by Peter Wendorff. closes #8945
(edit) @6117   12 years Don-vip see #8941 - display gpx parsing error on stderr
(edit) @6116   12 years Don-vip fix EDT violations
(edit) @6115   12 years Don-vip see #8735 - Presets: fix cases without checkgroup
(edit) @6114   12 years Don-vip fix #8735 - Presets: add new checkgroup item to specify group of …
(edit) @6113   12 years Don-vip fix some compilation warnings
(edit) @6111   12 years Don-vip see #8720 - should fix restart with JNLP
(edit) @6110   12 years bastiK fixed typo from [6103]
(edit) @6109   12 years Don-vip fix #8870 - Data layer context menu: Go to OSM wiki page does not …
(edit) @6108   12 years Don-vip fix #8912 - language command line option evaluated too late
(edit) @6107   12 years Don-vip fix #8919 - fix memory leaks, including one introduced with r5982
(edit) @6106   12 years Don-vip see #8902 - Small performance enhancements / coding style (patch by …
(edit) @6105   12 years Don-vip see #8902 - Small performance enhancements / coding style (patch by …
(edit) @6104   12 years Don-vip see #8902 - Small performance enhancements / coding style (patch by …
(edit) @6103   12 years bastiK see #8921 - add Java package version to the status report
(edit) @6102   12 years Don-vip see #8902 - Small performance enhancements / coding style (patch by …
(edit) @6101   12 years akks revert 6099: seems it was not the described bug
(edit) @6100   12 years bastiK fixed - #8903 Unglueing tagged node moves it to viewport corner (patch …
(edit) @6099   12 years akks see #8921: avoid setTooltipText(null) (gives NPE when tooltip is shown …
(edit) @6098   12 years akks see #6355: do not create "Imagery/More" submenu if there is enough …
(edit) @6097   12 years akks see #6355: move Rectified Image and plugin imagery layers to …
(edit) @6096   12 years akks should fix #8927: NPE in select mode after delete active data layer
(edit) @6095   12 years akks fix #8926: Add Value: Double-clicking on entry produced two changes
(edit) @6094   12 years Don-vip fix #8918 - Handle Zero width space char since Java 7 changes related …
(edit) @6093   12 years akks see #8902 - collection size ==/!= 0 -> isEmpty()/!isEmpty() (patch by …
(edit) @6092   12 years akks fix #7352: add "Paste tags" button to the relation editor
(edit) @6091   12 years akks see #8612, #8228: remote control - add examples [patch by simon04, …
(edit) @6090   12 years akks see #8902 - long literals readability 4321l => 4321L (patch by shinigami)
(edit) @6089   12 years akks see #8902 - patch by shinigami str != null && str.equals("CONST") => …
(edit) @6088   12 years akks see #8900 [patch by AlfonZ] - prevent menu-related exceptions for …
(edit) @6087   12 years Don-vip see #8902 - string.equals("") => string.isEmpty() (patch by shinigami)
(edit) @6086   12 years Don-vip see #8902 - (indexOf(X) >= 0) => contains(X) (patch by shinigami)
(edit) @6085   12 years Don-vip see #8902 - c-like array definitions changed to java-like (patch by …
(edit) @6084   12 years bastiK see #8902 - add missing @Override annotations (patch by shinigami)
(edit) @6083   12 years bastiK see #8902 - Small performance enhancements (patch by shinigami)
(edit) @6082   12 years akks see #6355: add new menus (More Tools, Data, Selection, GPS) to be used …
(edit) @6081   12 years Don-vip fix #8896 - Do not use null names for recent tag shortcuts
(edit) @6080   12 years bastiK fixed #8893 - Cannot load GPX file
(edit) @6078   12 years Don-vip fix #8894 - IndexOutOfBoundsException opening tagging preset selector …
(edit) @6077   12 years stoecker better style
(edit) @6076   12 years stoecker fix #8875 - update JOSM key for OAuth, smooth transition for old key.
(edit) @6075   12 years Don-vip fix #8823 - enable map paint styles switching with marker layers
(edit) @6074   12 years Don-vip code cleanup in TaggingPreset* classes
(edit) @6073   12 years Don-vip fix #8886 - Allow to download plugin jars redirected from https to …
(edit) @6072   12 years akks see #8853: minor fixes in tagging preset selector (working without …
(edit) @6071   12 years akks for #8879: correct preset list reloading
(edit) @6070   12 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
(edit) @6069   12 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
(edit) @6068   12 years akks see #8853: Massive (and dumb) refactoring of TaggingPreset class …
(edit) @6067   12 years stoecker #see 8875 - add new key (disabled for now) - TODO: should be used as …
(edit) @6066   12 years stoecker see #8875 - more oauth rights
(edit) @6065   12 years akks see #8861: Selecting "duplicate" nodes etc. : if way is selected, …
(edit) @6064   12 years akks see #8125, #6221 (possibly): improve TAB switching in Relation Editor
(edit) @6063   12 years akks fix #8551: JOSM Relation Editor was resetting mouse speed on Windows …
(edit) @6062   12 years Don-vip fix #8866 - NoSuchElementException after deleting an empty relation
(edit) @6061   12 years Don-vip see #8865 - fix NPE in core
(edit) @6059   12 years Don-vip fix #8858 - Add SK53_bulk:load to discardable keys
(edit) @6058   12 years akks see #7503: allow to disable highlighting of members/primitives (for …
(edit) @6056   12 years Don-vip fix #6515 - Allow switching system of measurement from a single click …
(edit) @6054   12 years Don-vip see #2283 - download GPX data along a track + code refactorization to …
Note: See TracRevisionLog for help on using the revision log.