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