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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @12318   7 years Don-vip see #14895 - checkstyle
(edit) @12316   7 years michael2402 Add a method to undo/redo to get the last command.
(edit) @12312   7 years Don-vip fix #14891 - improve roundabout/links validator test
(edit) @12311   7 years Don-vip fix #14895 - allow addr:neighbourhood as assignment additional to …
(edit) @12306   7 years bastiK fixed #14877 - make projection setting transient
(edit) @12305   7 years Don-vip update new TLD from IANA
(edit) @12295   7 years bastiK forgot annotation
(edit) @12294   7 years bastiK fix
(edit) @12293   7 years bastiK deprecate CustomProjection constructor + change removal date for …
(edit) @12292   7 years Don-vip sonar - squid:CommentedOutCodeLine - Sections of code should not be …
(edit) @12289   7 years Don-vip sonar - squid:CallToDeprecatedMethod - "@Deprecated" code should not …
(edit) @12285   7 years Don-vip remove some deprecated code, unused by now
(edit) @12283   7 years Don-vip fix #14858 - "Similarly named ways" test: detect accent and case …
(edit) @12282   7 years Don-vip move Swing action to gui package (causes failure when running …
(edit) @12279   7 years Don-vip sonar - squid:S3878 - Arrays should not be created for varargs parameters
(edit) @12275   7 years Don-vip see #14847 - optimization during gpx parsing: don't construct change …
(edit) @12267   7 years Don-vip sonar - fix various recent violations
(edit) @12260   7 years Don-vip checkstyle
(edit) @12258   7 years stoecker see #14832 - add access to raw logo information
(edit) @12256   7 years Don-vip see #14832 - display the URL as attribution is text is missing
(edit) @12250   7 years Don-vip update new TLD from IANA
(edit) @12236   7 years Don-vip checkstyle - add @deprecated javadoc tag
(edit) @12233   7 years Don-vip add missing @Deprecated tag
(edit) @12232   7 years Don-vip see #11924 - fix deprecation warning
(edit) @12224   7 years Don-vip fix #14825 - Support WMTS Dimensions
(edit) @12220   7 years Don-vip suppress Java warning
(edit) @12218   7 years Don-vip code cleanup - catch ReflectiveOperationException when possible
(edit) @12216   7 years bastiK deprecate unused methods
(edit) @12208   7 years michael2402 See #14485: Fix order of disabled style elements
(edit) @12207   7 years michael2402 Add documentation on WeakPreferenceAdapter
(edit) @12199   7 years Don-vip checkstyle/PMD/findbugs
(edit) @12198   7 years Don-vip remove TLD from IANA
(edit) @12196   7 years michael2402 Remove listeners from parent preference if they were added to both …
(edit) @12193   7 years Don-vip fix #14810 - partial revert of r12190
(edit) @12191   7 years michael2402 Add missing javadoc on data.oauth package.
(edit) @12190   7 years michael2402 See #14794: More javadoc for data.osm package
(edit) @12189   7 years michael2402 See #14794: Javadoc for data.osm package
(edit) @12188   7 years michael2402 Use OsmUtils constants.
(edit) @12187   7 years michael2402 Add javadoc to OsmUtils, fix constant naming.
(edit) @12186   7 years michael2402 See #14794: Add javadoc for all gpx classes.
(edit) @12185   7 years michael2402 Fix #12926: Draw the last arrow of the selected object every time
(edit) @12183   7 years michael2402 Allow null as parameter for BBox#add.
(edit) @12181   7 years michael2402 Add a new ListenableWeakReference. Use it to not lose references to …
(edit) @12180   7 years michael2402 Fix caching property put.
(edit) @12171   7 years michael2402 Fixed checkstyle warnings.
(edit) @12169   7 years michael2402 Fix lat/lon swapped for GPX conversion, add asymetric test case
(edit) @12167   7 years michael2402 Make WayPoint implement ILatLon.
(edit) @12165   7 years michael2402 Use identity instead of equality to add / remove gpx tracks.
(edit) @12164   7 years michael2402 Added missing ILatLon.java file.
(edit) @12163   7 years michael2402 Make use of ILatLon#getEastNorth
(edit) @12162   7 years michael2402 See #13415: Fix @since tags.
(edit) @12161   7 years michael2402 See #13415: Add the ILatLon interface, unify handling of Nodes and …
(edit) @12156   7 years michael2402 See #14120: Don't make gpx tracks depend on the isChanged method, use …
(edit) @12154   7 years michael2402 Fix #12926: Don't draw direction arrows on short selection segments.
(edit) @12149   7 years bastiK fixed #4799 - Imagery offset not working in WGS 84
(edit) @12147   7 years Don-vip fix #14793 - fix WMTS CRS identification as per OGC specification …
(edit) @12139   7 years Don-vip see #14773 - checkstyle
(edit) @12134   7 years bastiK see #14773 - improve session export/import for imagery layer offset data
(edit) @12131   7 years Don-vip see #11889, see #11924, see #13387 - use backported versions of …
(edit) @12130   7 years Don-vip see #11924 - do not try old workaround with java 9 (pollutes console …
(edit) @12122   7 years Don-vip sonar - squid:S2178
(edit) @12121   7 years Don-vip fix #14762 - fix NPE (for good?)
(edit) @12118   7 years Don-vip see #14734 - fix checkstyle warnings
(edit) @12116   7 years michael2402 Sonar: Make AbstractListenerInfo an interface.
(edit) @12113   7 years michael2402 See #13467: Preserve order of removed / added fields for selection events.
(edit) @12109   7 years michael2402 SelectionEventManager: Typo / checkstyle
(edit) @12100   7 years michael2402 See #14765: Use a try-lock for map painting code: Don't freeze JOSM if …
(edit) @12098   7 years michael2402 Allow to globally add the new selection listeners that get detailed events.
(edit) @12097   7 years michael2402 Improve documentation of data selection listener.
(edit) @12096   7 years michael2402 Document fire mode parameter for selection event manager.
(edit) @12095   7 years michael2402 Extract color key searching (migration code) to new method. This is …
(edit) @12093   7 years bastiK fixed #14734 - Handling imagery offsets when reprojecting
(edit) @12084   7 years bastiK offset bookmarks: migrate preferences from lists to key=value maps …
(edit) @12078   7 years michael2402 See #14485: Fix and test MapCSS sorting. This adds support for real …
(edit) @12071   7 years michael2402 Fix #14736: Make removePrimitve(Primitive) do a full removal including …
(edit) @12070   7 years michael2402 Reset the SelectionEventManager listeners for each test.
(edit) @12069   7 years michael2402 Fix #14737: Preserve selection order and add comments that it is …
(edit) @12065   7 years michael2402 More ds.beginUpdate()/endUpdate() try/finally fixes, checked all calls …
(edit) @12062   7 years michael2402 DataSet: Replace manual node filtering by getNodes()
(edit) @12058   7 years Don-vip fix Java/PMD/Checkstyle warnings
(edit) @12057   7 years michael2402 Make cleanupDeletedPrimitives code nicer, only use one bulk update
(edit) @12056   7 years michael2402 Use node.getParentWays() instead of filtered list.
(edit) @12055   7 years michael2402 Disable the read lock of the dataset while selection listeners are …
(edit) @12054   7 years michael2402 Fix #14485: Increase sorting speed by removing compareTo complexity.
(edit) @12050   7 years michael2402 Fix sonar warnings (modifiers, parameters)
(edit) @12049   7 years michael2402 Move quad bucket store of dataset to separate class.
(edit) @12048   7 years michael2402 Add per-layer selection listeners. Make selection listener code more …
(edit) @12042   7 years bastiK applied #13956 - memory optimization with presets cache (patch by GerdP)
(edit) @12040   7 years michael2402 Long segment test: Make condition for using nodes/ways easier to read.
(edit) @12037   7 years michael2402 See #14708: For long segment test, notify the user about the exact …
(edit) @12036   7 years Don-vip add more unit tests, javadoc
(edit) @12033   7 years Don-vip add more unit tests
(edit) @12032   7 years Don-vip fix #14708 - no warning about potentially erroneous movement of …
(edit) @12031   7 years Don-vip add Node.getParentWays()
(edit) @12020   7 years Don-vip see #14120 - checkstyle
(edit) @12018   7 years Don-vip add OsmPrimitiveType.newVersionedInstance() + javadoc and unit tests
(edit) @12017   7 years Don-vip *Data: new constructors with a given id
(edit) @12014   7 years michael2402 See #14120: Use a listener to get notified of way segment / virtual …
(edit) @12013   7 years bastiK see #11889 - backport improved version of Math.toDegrees and …
(edit) @12009   7 years michael2402 See #13883: Use parallel sort for style elems
Note: See TracRevisionLog for help on using the revision log.