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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @9829   8 years Don-vip fix warnings, add unit test
(edit) @9828   8 years Don-vip findbugs, javadoc, unit tests
(edit) @9827   8 years Don-vip checkstyle, javadoc
(edit) @9825   8 years wiktorn Improvements for native scales. * make ScaleList immutable object * …
(edit) @9823   8 years bastiK move preference writing to new class; some refactoring
(edit) @9822   8 years bastiK fix warnings
(edit) @9821   8 years bastiK fixed #12522 - Advanced preferences: display default entries …
(edit) @9818   8 years wiktorn Snap scale to mercator zoom levels. See #12350 Patch submitted by: …
(edit) @9805   8 years Don-vip javadoc
(edit) @9802   8 years bastiK fix NPE
(edit) @9800   8 years stoecker fix r9798 - variable is not used in JOSM, but in tests
(edit) @9799   8 years stoecker fix Coverity issues 1349911, 1349912, 1349913, 1349917, 1349918, …
(edit) @9798   8 years stoecker fix Coverity issues 1351364 and 1351265
(edit) @9796   8 years bastiK applied #12524 - heading calculation reversed longitudes (patch by kolesar)
(edit) @9793   8 years Don-vip checkstyle
(edit) @9790   8 years bastiK use intended units for east/north coordinates (see #12186) When …
(edit) @9788   8 years bastiK Jenkins truncates stdout, try to shorten it a bit
(edit) @9786   8 years bastiK new mappaint performance test tests different features separately
(edit) @9783   8 years Don-vip checkstyle
(edit) @9781   8 years bastiK whitespace
(edit) @9780   8 years bastiK refactor Preferences (move reader to new class)
(edit) @9774   8 years Don-vip fix coverity (1350239, 1350240, 1350241) defects corresponding to …
(edit) @9768   8 years simon04 Avoid array creation for every WMTSTileSource.getTileMatrix call
(edit) @9759   8 years Don-vip refactor preferences settings classes
(edit) @9755   8 years bastiK add preference type MultiMap (closes #12437)
(edit) @9744   8 years Don-vip fix #12499 - detect and fix multiple spaces in tag values
(edit) @9743   8 years bastiK applied #12438 - hide items from list of recently added tags (patch by …
(edit) @9738   8 years simon04 GPX: Avoid unnecessary update of PT_TIME Relates to r9383.
(edit) @9717   8 years Don-vip checkstyle
(edit) @9716   8 years Don-vip fix #12467, see #12412 - presets no longer fit correct for boundary
(edit) @9715   8 years stoecker fix #12474 - exception due to preferences update
(edit) @9709   8 years simon04 Refactoring (final fields)
(edit) @9703   8 years simon04 see #12472 - Fix warnings identified by error-prone
(edit) @9695   8 years simon04 see #12457 - MapCSS "modified" not updating after uploading changes
(edit) @9693   8 years simon04 fix #12464 see #12464 - Regression: Validator did not longer warn …
(edit) @9689   8 years bastiK applied #12454 - set default values of preferences on construct (patch …
(edit) @9678   8 years Don-vip javadoc
(edit) @9675   8 years Don-vip add more unit tests
(edit) @9669   8 years bastiK add missing svn:eol-style=native (see #12410)
(edit) @9665   8 years stoecker fix eol-style issues and similar formating stuff, see #12410
(edit) @9664   8 years wiktorn Fix NPE and hang when adding erroneus imageries. When user points to …
(edit) @9658   8 years stoecker see #12313 - support mirror URLs in editor compare and JOSM imagery loader
(edit) @9656   8 years Don-vip see #12355 - fix NPE (regression from r9649)
(edit) @9649   8 years bastiK applied #12355 - add a new TagMap as Set<String, String> (patch by …
(edit) @9645   8 years Don-vip fix findbugs issue RV_RETURN_VALUE_IGNORED_BAD_PRACTICE for …
(edit) @9642   8 years wiktorn Correct METER_PER_UNIT_DEGREE to match values in OpenLayers and QGIS. …
(edit) @9639   8 years stoecker fix possible resource leaks
(edit) @9636   8 years bastiK remove unnecessary assignment (see #12186)
(edit) @9631   8 years Don-vip checkstyle
(edit) @9630   8 years wiktorn Document source of METER_PER_UNIT_DEGREE. See #12186
(edit) @9628   8 years bastiK fix WMTS with EPSG:4326 broken in [9608] (see #12186)
(edit) @9627   8 years stoecker fix a Coverity issuea and r9626
(edit) @9626   8 years stoecker fix r9618 checkin
(edit) @9623   8 years Don-vip fix transient/serializable findbugs warnings
(edit) @9620   8 years wiktorn Refactor structure of TMS based classes. Move OsmMercator …
(edit) @9619   8 years wiktorn Finish removal of tile-size workaround code started in [9617]. Now …
(edit) @9618   8 years stoecker fix Jenkins warning, coding style fixes
(edit) @9617   8 years stoecker see #12437 - support new Map<String, List<String>> type in preferences
(edit) @9614   8 years stoecker development is much too fast…
(edit) @9613   8 years stoecker fix #12437 - see #12425 - fix handling of equal no tile headers with …
(edit) @9610   8 years stoecker fix #12425 - add checksum based no-tile detection
(edit) @9608   8 years bastiK change default unit to meter (see #12186)
(edit) @9604   8 years Don-vip fix #12436 - untagged node validator test: do not remove empty nodes …
(edit) @9603   8 years Don-vip fix some Sonar issues
(edit) @9600   8 years bastiK fix Coverity Scan warning (see #12186)
(edit) @9597   8 years bastiK remove GRS80 as datum code (see #12186)
(edit) @9586   8 years Don-vip fix #12374 - compression option for autosave (patch by kolesar)
(edit) @9584   8 years Don-vip fix #12377 - detect intersecting rings in multipolygon validator test
(edit) @9583   8 years Don-vip see #12377 - simplify multipolygon geometry checks
(edit) @9582   8 years Don-vip see #12377 - code refactoring to cleanup multipolygon test
(edit) @9580   8 years bastiK update hermannskogel datum (followin proj.4) - see #12186
(edit) @9579   8 years bastiK fix bounds that are too large and make tests fail (see #12186)
(edit) @9578   8 years bastiK update carthage datum (following proj.4)
(edit) @9577   8 years bastiK use proj.4 id for Clarke 1880 IGN ellipsoid (see #12186)
(edit) @9574   8 years Don-vip see #12412 - add a new preset type "multipolygon". TODO: make a better icon
(edit) @9573   8 years Don-vip see #12186 - checkstyle
(edit) @9569   8 years Don-vip fix #12393 - Fix parsing note hiding events (patch by ToeBee) + add …
(edit) @9565   8 years bastiK add 2 standard parallel & non-spherical variants for Mercator …
(edit) @9562   8 years Don-vip see #12186 - checkstyle
(edit) @9560   8 years bastiK added Lambert Azimuthal Equal Area projection (see #12186) (imports …
(edit) @9559   8 years bastiK auto-detect poles in view (see #12186)
(edit) @9558   8 years bastiK always normalize longitude before projection and after inverse …
(edit) @9555   8 years Don-vip see #12186 - checkstyle
(edit) @9553   8 years stoecker see #12377 - added relevant way to the validator message
(edit) @9552   8 years Klumbumbus fix #10290 - remove wadi direction arrows; see #12404 - improve …
(edit) @9549   8 years bastiK see #12186 - add Cassini-Soldner Projection (imports pieces of code …
(edit) @9545   8 years Don-vip fix javadoc errors/warnings
(edit) @9539   8 years simon04 fix #10290 - Improve ReverseWayNoTagCorrector It evaluates its own …
(edit) @9538   8 years simon04 see #10290 - Consider waterway=canal as not directional, …
(edit) @9536   8 years simon04 Refactoring (make Tag implement the Tagged interface)
(edit) @9535   8 years bastiK see #12186 - update tests
(edit) @9534   8 years Don-vip see #12186 - checkstyle
(edit) @9532   8 years bastiK see #12186 - add Oblique Mercator projection (imports pieces of code …
(edit) @9524   8 years Don-vip CustomConfigurator - add unit test, javadoc, and use JavaScript
(edit) @9519   8 years simon04 fix #7090 - Upload dialog allow select another user open changeset
(edit) @9498   8 years Don-vip add unit tests, code cleanup
(edit) @9490   8 years Don-vip see #12377 - add multipolygon unit test
(edit) @9487   8 years Don-vip see #12376 - checkstyle
(edit) @9480   8 years Don-vip fix #12376 - Multipolygon test hangs (patch by cmuelle8), regression …
(edit) @9468   8 years simon04 fix #8804 - Add version info to conflict dialog
Note: See TracRevisionLog for help on using the revision log.