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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @12275   7 years Don-vip see #14847 - optimization during gpx parsing: don't construct change …
(edit) @12274   7 years michael2402 Fix #14847: Fix reload of colors if data was added to/removed from gpx …
(edit) @12273   7 years Don-vip fix #14850 - NPE on launch: make sure RestartAction (and all the GUI …
(edit) @12272   7 years Don-vip fix #14849 - fix crash at startup when two initialization tasks have …
(edit) @12269   7 years Don-vip sonar - squid:S1319 - Declarations should use Java collection …
(edit) @12268   7 years Don-vip see #11924 - fix macOS dock icon with Java 9
(edit) @12267   7 years Don-vip sonar - fix various recent violations
(edit) @12265   7 years michael2402 Fix #5676: Force a reload of the edit summary field if the user …
(edit) @12260   7 years Don-vip checkstyle
(edit) @12259   7 years bastiK see #14794 - javadoc
(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) @12253   7 years Don-vip findbugs - NM_SAME_SIMPLE_NAME_AS_SUPERCLASS
(edit) @12250   7 years Don-vip update new TLD from IANA
(edit) @12244   7 years Don-vip see #11924 - simplify DNSName copy by using reflection
(edit) @12241   7 years Don-vip see #11924, see #14649 - java 9 does not seem to include Dutch …
(edit) @12240   7 years Don-vip fix #14831 - handle null bounds
(edit) @12239   7 years Don-vip fix Java package version detection on localized rpm-based systems …
(edit) @12238   7 years Don-vip see #11924 - make the JRE expiration date detection system work with Java 9
(edit) @12236   7 years Don-vip checkstyle - add @deprecated javadoc tag
(edit) @12235   7 years Don-vip fix #14605 - catch IllegalStateException
(edit) @12234   7 years Don-vip see #11924 - see JDK-8165641: Object.finalize() is deprecated
(edit) @12233   7 years Don-vip add missing @Deprecated tag
(edit) @12232   7 years Don-vip see #11924 - fix deprecation warning
(edit) @12231   7 years Don-vip see #11924 - fix javadoc warnings
(edit) @12225   7 years Don-vip findbugs - DP_DO_INSIDE_DO_PRIVILEGED
(edit) @12224   7 years Don-vip fix #14825 - Support WMTS Dimensions
(edit) @12223   7 years Don-vip fix javadoc warnings
(edit) @12220   7 years Don-vip suppress Java warning
(edit) @12219   7 years Don-vip see #14652 - ask Windows/macOS users to update their version of Java …
(edit) @12218   7 years Don-vip code cleanup - catch ReflectiveOperationException when possible
(edit) @12217   7 years Don-vip see #14821 - workaround for JDK-8180379/JDK-8179014 : prevent JVM …
(edit) @12216   7 years bastiK deprecate unused methods
(edit) @12213   7 years michael2402 See #13415: Make code shorter by using LatLon.getEastNorth()
(edit) @12212   7 years michael2402 ValidateUploadHook: Invalidate the error layer instead of relying on a …
(edit) @12211   7 years michael2402 Invalidate the validation layer after a valdiation finished.
(edit) @12210   7 years michael2402 Documentation of ReverseWayAction
(edit) @12209   7 years michael2402 Reverse way action: Do not fire selection updated to repaint. The …
(edit) @12208   7 years michael2402 See #14485: Fix order of disabled style elements
(edit) @12207   7 years michael2402 Add documentation on WeakPreferenceAdapter
(edit) @12206   7 years michael2402 Fix #14814: repaint nodes layer on note click.
(edit) @12204   7 years Don-vip remove unused code (pre-HttpClient)
(edit) @12203   7 years stoecker drop CycleMap from JOSM core
(edit) @12202   7 years stoecker drop CycleMap from JOSM core
(edit) @12200   7 years Don-vip fix #14811 - NPE
(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) @12195   7 years michael2402 Keep a reference to the weak listener, to not let gc remove it.
(edit) @12193   7 years Don-vip fix #14810 - partial revert of r12190
(edit) @12192   7 years michael2402 Fix some Sonar warnings for ListenableWeakReference
(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) @12182   7 years michael2402 Move viewport following option to DrawAction and make it persistent.
(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) @12178   7 years michael2402 Remove repaint on conflict resolution - SequenceCommand will do it for us.
(edit) @12177   7 years michael2402 Remove MapView repaint in MapFrame - map view does it by itself.
(edit) @12176   7 years michael2402 Only invalidate single OSM layer after merge
(edit) @12175   7 years michael2402 Trigger a GPX layer invalidation on SoM change.
(edit) @12174   7 years michael2402 Map paint style: Invalidate the affected layers instead of triggering …
(edit) @12173   7 years michael2402 Use invalidate() on the gpx layer instead of triggering a map view …
(edit) @12172   7 years michael2402 Remove unneccessary Main.map.repaint() - invalidate is enough.
(edit) @12171   7 years michael2402 Fixed checkstyle warnings.
(edit) @12170   7 years michael2402 "See #13175, see #14120: Remove isChanged() method call in map view - …
(edit) @12169   7 years michael2402 Fix lat/lon swapped for GPX conversion, add asymetric test case
(edit) @12168   7 years michael2402 Add a gap to the gpx line if the coordinates of a WayPoint are not known.
(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) @12160   7 years michael2402 Fix PMD Warnings on StringBuilder
(edit) @12158   7 years michael2402 Fix DrawAction helper line not being painted while imagery …
(edit) @12157   7 years michael2402 See #13124: Refresh the heat map on every invalidation (visible tacks …
(edit) @12156   7 years michael2402 See #14120: Don't make gpx tracks depend on the isChanged method, use …
(edit) @12155   7 years michael2402 GpxLayer: Javadoc
(edit) @12154   7 years michael2402 Fix #12926: Don't draw direction arrows on short selection segments.
(edit) @12153   7 years michael2402 Use a data counter + StringBuilder to create the data set tooltip. Add …
(edit) @12152   7 years michael2402 Do not invalidate inactive data layers on selection change in active layer.
(edit) @12151   7 years michael2402 AbstractListMergeModel: Add documentation
(edit) @12150   7 years Don-vip fix #14792 - fix --version handling: restore a single main() method
(edit) @12149   7 years bastiK fixed #4799 - Imagery offset not working in WGS 84
(edit) @12148   7 years bastiK see #14794 - javadoc
(edit) @12147   7 years Don-vip fix #14793 - fix WMTS CRS identification as per OGC specification …
(edit) @12146   7 years Don-vip remove symbol font entry, already defined
(edit) @12142   7 years stoecker fix #14789 - allow to override toolbar image and toolbar name for presets
(edit) @12139   7 years Don-vip see #14773 - checkstyle
(edit) @12138   7 years Don-vip improve unit tests of OsmReader
(edit) @12136   7 years Don-vip fix #14788 - add robustness against invalid coordinates in .osm files
(edit) @12135   7 years bastiK fixed #13100 - NPE on launch (2)
(edit) @12134   7 years bastiK see #14773 - improve session export/import for imagery layer offset data
(edit) @12133   7 years Don-vip see #14741 - findbugs
Note: See TracRevisionLog for help on using the revision log.