source: josm

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @12216   8 years bastiK deprecate unused methods
(edit) @12215   8 years Klumbumbus fix #14786 - Test for proper "ele" values (patch by naoliv)
(edit) @12214   8 years Don-vip see #14817 - better assertion error message, include preset source url
(edit) @12213   8 years michael2402 See #13415: Make code shorter by using LatLon.getEastNorth()
(edit) @12212   8 years michael2402 ValidateUploadHook: Invalidate the error layer instead of relying on a …
(edit) @12211   8 years michael2402 Invalidate the validation layer after a valdiation finished.
(edit) @12210   8 years michael2402 Documentation of ReverseWayAction
(edit) @12209   8 years michael2402 Reverse way action: Do not fire selection updated to repaint. The …
(edit) @12208   8 years michael2402 See #14485: Fix order of disabled style elements
(edit) @12207   8 years michael2402 Add documentation on WeakPreferenceAdapter
(edit) @12206   8 years michael2402 Fix #14814: repaint nodes layer on note click.
(edit) @12205   8 years Don-vip see #11924 - add Add-Exports / Add-Opens manifest entries so the …
(edit) @12204   8 years Don-vip remove unused code (pre-HttpClient)
(edit) @12203   8 years stoecker drop CycleMap from JOSM core
(edit) @12202   8 years stoecker drop CycleMap from JOSM core
(edit) @12201   8 years Klumbumbus fix #14812 - Don't warn that amenity=weighbridge is connected to a highway
(edit) @12200   8 years Don-vip fix #14811 - NPE
(edit) @12199   8 years Don-vip checkstyle/PMD/findbugs
(edit) @12198   8 years Don-vip remove TLD from IANA
(edit) @12197   8 years michael2402 Fix gpx WayPointTest of equals.
(edit) @12196   8 years michael2402 Remove listeners from parent preference if they were added to both …
(edit) @12195   8 years michael2402 Keep a reference to the weak listener, to not let gc remove it.
(edit) @12194   8 years Klumbumbus fix #14807 - don't warn for missing ref if explizit noref=yes is set
(edit) @12193   8 years Don-vip fix #14810 - partial revert of r12190
(edit) @12192   8 years michael2402 Fix some Sonar warnings for ListenableWeakReference
(edit) @12191   8 years michael2402 Add missing javadoc on data.oauth package.
(edit) @12190   8 years michael2402 See #14794: More javadoc for data.osm package
(edit) @12189   8 years michael2402 See #14794: Javadoc for data.osm package
(edit) @12188   8 years michael2402 Use OsmUtils constants.
(edit) @12187   8 years michael2402 Add javadoc to OsmUtils, fix constant naming.
(edit) @12186   8 years michael2402 See #14794: Add javadoc for all gpx classes.
(edit) @12185   8 years michael2402 Fix #12926: Draw the last arrow of the selected object every time
(edit) @12184   8 years michael2402 Do not rely on the List cast, wrap the collection in an array list instead.
(edit) @12183   8 years michael2402 Allow null as parameter for BBox#add.
(edit) @12182   8 years michael2402 Move viewport following option to DrawAction and make it persistent.
(edit) @12181   8 years michael2402 Add a new ListenableWeakReference. Use it to not lose references to …
(edit) @12180   8 years michael2402 Fix caching property put.
(edit) @12179   8 years stoecker see #14655 - drop two more skip types
(edit) @12178   8 years michael2402 Remove repaint on conflict resolution - SequenceCommand will do it for us.
(edit) @12177   8 years michael2402 Remove MapView repaint in MapFrame - map view does it by itself.
(edit) @12176   8 years michael2402 Only invalidate single OSM layer after merge
(edit) @12175   8 years michael2402 Trigger a GPX layer invalidation on SoM change.
(edit) @12174   8 years michael2402 Map paint style: Invalidate the affected layers instead of triggering …
(edit) @12173   8 years michael2402 Use invalidate() on the gpx layer instead of triggering a map view …
(edit) @12172   8 years michael2402 Remove unneccessary Main.map.repaint() - invalidate is enough.
(edit) @12171   8 years michael2402 Fixed checkstyle warnings.
(edit) @12170   8 years michael2402 "See #13175, see #14120: Remove isChanged() method call in map view - …
(edit) @12169   8 years michael2402 Fix lat/lon swapped for GPX conversion, add asymetric test case
(edit) @12168   8 years michael2402 Add a gap to the gpx line if the coordinates of a WayPoint are not known.
(edit) @12167   8 years michael2402 Make WayPoint implement ILatLon.
(edit) @12166   8 years michael2402 Implement GpxData tests.
(edit) @12165   8 years michael2402 Use identity instead of equality to add / remove gpx tracks.
(edit) @12164   8 years michael2402 Added missing ILatLon.java file.
(edit) @12163   8 years michael2402 Make use of ILatLon#getEastNorth
(edit) @12162   8 years michael2402 See #13415: Fix @since tags.
(edit) @12161   8 years michael2402 See #13415: Add the ILatLon interface, unify handling of Nodes and …
(edit) @12160   8 years michael2402 Fix PMD Warnings on StringBuilder
(edit) @12159   8 years michael2402 Fix data layer tooltip test.
(edit) @12158   8 years michael2402 Fix DrawAction helper line not being painted while imagery …
(edit) @12157   8 years michael2402 See #13124: Refresh the heat map on every invalidation (visible tacks …
(edit) @12156   8 years michael2402 See #14120: Don't make gpx tracks depend on the isChanged method, use …
(edit) @12155   8 years michael2402 GpxLayer: Javadoc
(edit) @12154   8 years michael2402 Fix #12926: Don't draw direction arrows on short selection segments.
(edit) @12153   8 years michael2402 Use a data counter + StringBuilder to create the data set tooltip. Add …
(edit) @12152   8 years michael2402 Do not invalidate inactive data layers on selection change in active layer.
(edit) @12151   8 years michael2402 AbstractListMergeModel: Add documentation
(edit) @12150   8 years Don-vip fix #14792 - fix --version handling: restore a single main() method
(edit) @12149   8 years bastiK fixed #4799 - Imagery offset not working in WGS 84
(edit) @12148   8 years bastiK see #14794 - javadoc
(edit) @12147   8 years Don-vip fix #14793 - fix WMTS CRS identification as per OGC specification …
(edit) @12146   8 years Don-vip remove symbol font entry, already defined
(edit) @12145   8 years stoecker see #14655 - add missing apostrophe
(edit) @12144   8 years stoecker see #14655 - don't report missing projections for ELI TMS
(edit) @12143   8 years stoecker see #14655 - drop some SKIP texts not needed anymore
(edit) @12142   8 years stoecker fix #14789 - allow to override toolbar image and toolbar name for presets
(edit) @12141   8 years bastiK update netbeans project
(edit) @12140   8 years bastiK update unit test (see #14773)
(edit) @12139   8 years Don-vip see #14773 - checkstyle
(edit) @12138   8 years Don-vip improve unit tests of OsmReader
(edit) @12137   8 years Don-vip see #14788 - add non-regression test
(edit) @12136   8 years Don-vip fix #14788 - add robustness against invalid coordinates in .osm files
(edit) @12135   8 years bastiK fixed #13100 - NPE on launch (2)
(edit) @12134   8 years bastiK see #14773 - improve session export/import for imagery layer offset data
(edit) @12133   8 years Don-vip see #14741 - findbugs
(edit) @12132   8 years Don-vip fix #14784 - Main toolbar/side toolbar keep reappearing after using Tab
(edit) @12131   8 years Don-vip see #11889, see #11924, see #13387 - use backported versions of …
(edit) @12130   8 years Don-vip see #11924 - do not try old workaround with java 9 (pollutes console …
(edit) @12129   8 years Don-vip fix #14776 - NPE
(edit) @12128   8 years Don-vip see #14741 - rework initialization of Main.contentPanePrivate
(edit) @12127   8 years Don-vip fix #14783 - fix NPE when loading early plugins. Restored the static …
(edit) @12126   8 years stoecker see #14655 - add (commented) ID check
(edit) @12125   8 years Don-vip see #14741 - rework initialization of Main.Panel so that it is done …
(edit) @12124   8 years Don-vip fix #13855 - abort HTTPS certificate setup if JDK-8172244 occurs
(edit) @12123   8 years Don-vip see #14741 - proper registration of application name on macOS
(edit) @12122   8 years Don-vip sonar - squid:S2178
(edit) @12121   8 years Don-vip fix #14762 - fix NPE (for good?)
(edit) @12120   8 years bastiK new script to insert revision number for Javadoc @since xxx (see #14734)
(edit) @12119   8 years michael2402 Fix weak projection listener of NavigatableComponent being lost.
(edit) @12118   8 years Don-vip see #14734 - fix checkstyle warnings
(edit) @12117   8 years Don-vip see #14734 - fix PMD warning
Note: See TracRevisionLog for help on using the revision log.