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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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
(edit) @12006   7 years Don-vip see #14692 - checkstyle
(edit) @12002   7 years stoecker fix #14692 - relatation checker test broken
(edit) @11998   7 years Don-vip see #14692 - checkstyle
(edit) @11997   7 years Don-vip see #5144 - fix NPE
(edit) @11993   7 years Don-vip fix #5144 - Cannot draw new ways when filter is active (patch by …
(edit) @11992   7 years Don-vip fix #13665 - handle deleted nodes in way rendering
(edit) @11989   7 years stoecker add support for type=building relation and support variable role names …
(edit) @11977   7 years Don-vip see #14655 - fix javadoc warnings
(edit) @11975   7 years stoecker see #14655 - implement nearly all features in ELI sync XML output
(edit) @11973   7 years Don-vip add unit tests
(edit) @11971   7 years Don-vip javadoc
(edit) @11970   7 years Don-vip sonar - squid:S1871 - Two branches in the same conditional structure …
(edit) @11958   7 years bastiK see #7427 - clear memory cache on projection change
(edit) @11942   7 years Don-vip sonar - fb-contrib:PME_POOR_MANS_ENUM - Style - Simple field is used …
(edit) @11940   7 years Don-vip revert r11934, causes javac warning "Compound assignments to bytes, …
(edit) @11936   7 years Don-vip sonar - squid:S1694 - An abstract class should have both abstract and …
(edit) @11934   7 years Don-vip sonar - squid:S1905 - Redundant casts should not be used
(edit) @11931   7 years Don-vip improve unit test coverage
(edit) @11930   7 years Don-vip PMD - enable subset of optimizations rules
(edit) @11928   7 years Don-vip improve unit tests, javadoc
(edit) @11921   7 years Don-vip improve unit test coverage of utilities classes thanks to …
(edit) @11920   7 years Don-vip remove orientexpress TLD from IANA
(edit) @11914   7 years Don-vip sonar - squid:S2972 - Inner classes should not have too many lines of code
(edit) @11913   7 years Don-vip sonar - squid:S1192 - String literals should not be duplicated
(edit) @11912   7 years Don-vip fix unit test conflict
(edit) @11909   7 years Don-vip switch a unit test from Groovy to Java + fix a bug found after …
(edit) @11905   7 years Don-vip sonar - squid:S2301 - Public methods should not contain selector arguments
(edit) @11899   7 years Don-vip fix #14646 - extra space in JOSM user agent since r11889 (regression)
(edit) @11893   7 years Don-vip sonar - squid:S1126 - Return of boolean expressions should not be …
(edit) @11889   7 years Don-vip PMD - fix some InefficientEmptyStringCheck (new in PMD 5.5.5)
(edit) @11881   7 years Don-vip findbugs - BC_UNCONFIRMED_CAST_OF_RETURN
(edit) @11880   7 years Don-vip sonar - …
(edit) @11878   7 years Don-vip findbugs - EI_EXPOSE_REP2 + javadoc
(edit) @11877   7 years bastiK see #7427 - WMTS: if no default layer specified, choose first …
(edit) @11870   7 years Don-vip findbugs - RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE
(edit) @11861   7 years Don-vip update new TLD from IANA
(edit) @11860   7 years Don-vip see #7427 - checkstyle
(edit) @11858   7 years bastiK fixed #7427 - Support reprojection (warping) of imagery layer
(edit) @11853   7 years Don-vip reduce visibility of Projections maps
(edit) @11852   7 years Don-vip sonar - squid:S1444 - "public static" fields should be constant
Note: See TracRevisionLog for help on using the revision log.