|
|
@3000
|
15 years |
jttt |
Fix #4536 Exception after upload
|
|
|
@2998
|
15 years |
mjulius |
fixes #4539 - Exception copying layer
in DataSet.clone() substitute …
|
|
|
@2996
|
15 years |
jttt |
Fix #4406 tags disapear: merging node with ID:0 and tag to existing …
|
|
|
@2990
|
15 years |
jttt |
Fix some eclipse warnings
|
|
|
@2987
|
15 years |
bastiK |
fixed #4289 - rendering goes crazy at high zoom levels,
fixed #4424 - …
|
|
|
@2986
|
15 years |
jttt |
Fix some of FindBugs warnings
|
|
|
@2985
|
15 years |
jttt |
Make DataChangedListener deprecated (replaced by DatasetListener), …
|
|
|
@2982
|
15 years |
jttt |
Calculate bbox for relations, use it in mappaint.
|
|
|
@2979
|
15 years |
Gubaer |
fixed #4386: "There are unsolved conflicts in layer X" holds up any …
|
|
|
@2978
|
15 years |
jttt |
Fix #4521 …
|
|
|
@2975
|
15 years |
Gubaer |
applied #4517: patch by Petr Dlouhý: JOSM is crashing, when Tracer …
|
|
|
@2970
|
15 years |
jttt |
Throw DataIntergrityException also when Way/Relation with broken …
|
|
|
@2963
|
15 years |
jttt |
Throw DatasetIntegrityException when somebody is trying to add …
|
|
|
@2961
|
15 years |
Gubaer |
fixed #4392: exception in version history dialog on re-downloading a …
|
|
|
@2958
|
15 years |
jttt |
Fix #4468 Status -> OutOfMemory after copying layer
|
|
|
@2954
|
15 years |
mjulius |
fixes #4491 - Exception after typo in oneway tag
|
|
|
@2949
|
15 years |
jttt |
Show only one message box in conflicts dialog when multiple members …
|
|
|
@2948
|
15 years |
jttt |
Multipolygon with multiple outer polygons optimization - test bbox …
|
|
|
@2944
|
15 years |
jttt |
Fix unlinking primitive from relation
|
|
|
@2943
|
15 years |
mjulius |
generally round Bounds to LatLon.MAX_SERVER_PRECISION
|
|
|
@2942
|
15 years |
mjulius |
fixes #4441 - error downloading/sync
when updating data round bounding …
|
|
|
@2941
|
15 years |
bastiK |
fix gpx drawing ("intersects" is to strict on horizontal/vertical …
|
|
|
@2936
|
15 years |
jttt |
Fixed #4408 confict manager: do not have to solve tag- and …
|
|
|
@2935
|
15 years |
mjulius |
fixes #4476 - Deleted nodes cause an conflict if the data is …
|
|
|
@2933
|
15 years |
mjulius |
fixes #4467 - Don't silently drop locally deleted member primitives …
|
|
|
@2932
|
15 years |
mjulius |
bring PrimitiveData.getId() in line with OsmPrimitive.getId()
remove …
|
|
|
@2926
|
15 years |
mjulius |
Fix NPE when CONTRIBUTION|LICENSE|README files are not found
|
|
|
@2925
|
15 years |
jttt |
Better log from DatasetConsistencyTest
|
|
|
@2923
|
15 years |
mjulius |
New action: DownloadPrimitiveAction
This allows to download a specific …
|
|
|
@2920
|
15 years |
jttt |
Fixed NPE from log in #4409
|
|
|
@2915
|
15 years |
stoecker |
close #4458 - text fixes - patch by Andre
|
|
|
@2912
|
15 years |
jttt |
Fixed #4330 java.lang.ArrayIndexOutOfBoundsException: 6 >= 6, added …
|
|
|
@2911
|
15 years |
jttt |
Fixed #4456 Ways disappear in wireframe, still show up in mappaint but …
|
|
|
@2908
|
15 years |
jttt |
Improve gpx loading performance
|
|
|
@2907
|
15 years |
jttt |
Gpx refactoring - GpxTrack and GpxTrackSegment is now interface, …
|
|
|
@2906
|
15 years |
mjulius |
remove OsmPrimitive.entrySet()
using keySet()/get() or getKeys() instead
|
|
|
@2903
|
15 years |
bastiK |
a few minor issues:
* fixed #2316 - Improve Inactive Presets handling …
|
|
|
@2896
|
15 years |
jttt |
Fixed #4057 JOSM loses data on save: Approx 20% data loss of ways but …
|
|
|
@2891
|
15 years |
bastiK |
Made the bbox display in the 'Bookmarks' tab of the download dialog …
|
|
|
@2890
|
15 years |
bastiK |
Reverse Arrows for 'oneway=-1' and similar (see #2387).
More …
|
|
|
@2883
|
15 years |
jttt |
Fixed #2809 Change what "interesting direction hints" means
|
|
|
@2881
|
15 years |
jttt |
Fixed #4412 after confict management: selecting a relation does not …
|
|
|
@2879
|
15 years |
jttt |
Remove bogus warning in data consistency test
|
|
|
@2874
|
15 years |
bastiK |
use PrimaryDateParser to parse time of GPS points (for geoimage)
|
|
|
@2871
|
15 years |
jttt |
Partially fix situation after last layer removal - most objects still …
|
|
|
@2868
|
15 years |
jttt |
Fixed #4324 New ways not displayed
|
|
|
@2867
|
15 years |
jttt |
Better gpx layer tooltip, don't add gpx layer if gpx file is empty
|
|
|
@2863
|
15 years |
jttt |
Fixed #4377 routes plugin search for user names defect, added boolean …
|
|
|
@2854
|
15 years |
mjulius |
fix some translation contexts
|
|
|
@2845
|
15 years |
mjulius |
fix messages for data
|
|
|
@2822
|
15 years |
Gubaer |
see #4339: applied patch by andre68: MessageFormat fixes
|
|
|
@2818
|
15 years |
mjulius |
don't paste incomplete members
When relations with incomplete members …
|
|
|
@2817
|
15 years |
Gubaer |
fixed #3063: Downloading a plugin yields 3 dialogs at the same time: …
|
|
|
@2815
|
15 years |
mjulius |
fixed potential problem when different primitive types with same IDs …
|
|
|
@2805
|
15 years |
jttt |
Use double instead of latlon (slightly faster)
|
|
|
@2801
|
15 years |
stoecker |
fixed line endings of recent checkins
|
|
|
@2795
|
15 years |
jttt |
Allow to load incomplete gpx files
|
|
|
@2793
|
15 years |
jttt |
Fixed #4329: Multipolygon painting broken
|
|
|
@2789
|
15 years |
jttt |
Fixed some FindBugs warnings
|
|
|
@2788
|
15 years |
jttt |
Move most of multipolygon handling from MapPaintVisitor to the new …
|
|
|
@2762
|
15 years |
jttt |
Remove error checks form MapPaintVisitor that are already done in validator
|
|
|
@2753
|
15 years |
Gubaer |
fixed #4295: Relations don't update properly
|
|
|
@2748
|
15 years |
Gubaer |
new: JOSM now supports OAuth
See also …
|
|
|
@2747
|
15 years |
Gubaer |
Partial commit due to #4137. Comment to follow in another commit.
|
|
|
@2741
|
15 years |
jttt |
Fixed #4261 Selection information is not updated after undo/redo, …
|
|
|
@2730
|
15 years |
stoecker |
fix #4287 - typo
|
|
|
@2725
|
15 years |
stoecker |
close #4279 - use previous node size defaults
|
|
|
@2722
|
15 years |
stoecker |
fixed #4278 - nagging warnings
|
|
|
@2717
|
15 years |
stoecker |
close #4128 - new name search server
|
|
|
@2714
|
15 years |
mjulius |
fixes #4272 - OsmPrimitive.setDisabled() not public
|
|
|
@2713
|
15 years |
stoecker |
removed obsolete code (re-add when necessary)
|
|
|
@2711
|
15 years |
stoecker |
fix bad line endings
|
|
|
@2706
|
15 years |
stoecker |
fix #4234 - fix anti-aliasing - patch by Upliner
|
|
|
@2699
|
15 years |
mjulius |
moved MAX_SERVER_PRECISION from Projection to LatLon …
|
|
|
@2696
|
15 years |
Gubaer |
see #4208: temporary fix
|
|
|
@2694
|
15 years |
Gubaer |
fixed one off in getRoundedToOsmPrecision()
|
|
|
@2693
|
15 years |
Gubaer |
added getRoundedToOsmPrecision(), going to be used in the validator …
|
|
|
@2686
|
15 years |
Gubaer |
Partial commit due to issue described in #4137
Breaks the build
|
|
|
@2683
|
15 years |
mjulius |
fixes #4149 - exception when undoing reversal of way with tag …
|
|
|
@2682
|
15 years |
stoecker |
added update modified action
|
|
|
@2679
|
15 years |
jttt |
Fixed #4230 NPE when searching for name$:[a-z] in Iceland.osm
|
|
|
@2678
|
15 years |
jttt |
Minor cleanup in multipolygon code
|
|
|
@2676
|
15 years |
jttt |
Fix some of the warnings found by FindBugs
|
|
|
@2675
|
15 years |
jttt |
MapPaintVisitor - delegate drawing to styles, MapPaintVisitor should …
|
|
|
@2671
|
15 years |
jttt |
Make MapPaintVisitor independent of SimplePaintVisitor
|
|
|
@2670
|
15 years |
mjulius |
fixed more typos.
|
|
|
@2669
|
15 years |
stoecker |
fixed typo
|
|
|
@2668
|
15 years |
jttt |
Fixed #4207 getCurrentDataSet() returns null after adding new layers …
|
|
|
@2667
|
15 years |
jttt |
Split MapPaintVisitor into two classes - MapPainter do the actual …
|
|
|
@2666
|
15 years |
jttt |
Minor mappaint cleanup, use constants for colors
|
|
|
@2664
|
15 years |
jttt |
Fix color in inactive mode
|
|
|
@2663
|
15 years |
jttt |
Simplified MapPaintVisitor (removed current* global state)
|
|
|
@2659
|
15 years |
jttt |
Minor fixes in mappaint code
|
|
|
@2658
|
15 years |
jttt |
Do not update properties and selection dialogs when hidden
|
|
|
@2657
|
15 years |
jttt |
Cache list of used tags in properties dialog (faster adding of keys in …
|
|
|
@2656
|
15 years |
jttt |
Optimalization of two hotspots found by profiler. Makes drawing in …
|
|
|
@2655
|
15 years |
jttt |
Fixed #4161 Major slowdown in recent versions, used correct pattern …
|
|
|
@2652
|
15 years |
jttt |
Added listener for edit layer change (not just active layer)
|
|
|
@2651
|
15 years |
Gubaer |
getDirectionKeys() put in after removal in r2645. validator still …
|
|
|
@2645
|
15 years |
jttt |
SearchCompiler refactoring, use search pattern for …
|
|
|