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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @16866   4 years simon04 GpxImporter: compute markerLayerName
(edit) @16864   4 years simon04 fix #15441 - Separate GpxRouteLayer
(edit) @16823   4 years simon04 fix #19248 - Allow to toggle offline mode in the file menu ("Work …
(edit) @16807   4 years Klumbumbus see #15240 - Change some png icons to svg: - mapmode/rope, …
(edit) @16730   4 years simon04 see #19381 - Upload dialog: hopefully fix layout issue
(edit) @16697   4 years simon04 see #19381 - Upload dialog: avoid unnecessary UI updates when validating
(edit) @16696   4 years simon04 see #19381 - Upload dialog: (re)validate when showing the dialog
(edit) @16695   4 years simon04 see #19381 - Upload dialog: allow to disable text validation - …
(edit) @16673   4 years simon04 fix #19381 - Upload dialog: warn about large bounding box
(edit) @16672   4 years simon04 see #19381 - Upload dialog: make warnings less intrusive
(edit) @16643   4 years simon04 see #19334 - https://errorprone.info/bugpattern/StringSplitter
(edit) @16629   4 years simon04 see #19334 - https://errorprone.info/bugpattern/JavaTimeDefaultTimeZone
(edit) @16625   4 years simon04 see #19334 - https://errorprone.info/bugpattern/UnusedVariable
(edit) @16611   4 years GerdP fix #12303: When downloading objects with Overpass API, use recurse up …
(edit) @16553   4 years Don-vip see #19334 - javadoc fixes + protected constructors for abstract classes
(edit) @16468   4 years simon04 Java 8: use Collection.removeIf
(edit) @16453   4 years simon04 see #19251, see #19252 - fix findFirst/map/orElse sequence
(edit) @16438   4 years simon04 see #19251 - Java 8: use Stream
(edit) @16407   4 years GerdP fix #18915: "Precondition violation" not fixable from within JOSM - …
(edit) @16366   4 years GerdP fix #19124:Update data: "Check on server" for "deleted or moved …
(edit) @16337   4 years simon04 Checkstyle, PMD
(edit) @16329   4 years simon04 fix #18830 - Remove PreferencesUtils#readPrefsFromJS due to Nashorn removal
(edit) @16267   4 years simon04 Use non-optional ImageResource without null check
(edit) @16237   4 years Don-vip see #18429 - advanced preference upload.show.automatic.source to …
(edit) @16236   4 years Don-vip see #15232 - advanced preference upload.show.review.request to …
(edit) @16204   4 years GerdP fix #18979: Improve display of PrimitiveIds Show e.g. "w2, r123456789" …
(edit) @16203   4 years GerdP see #18985: avoid to download parents of deleted (invisble) objects - …
(edit) @16092   4 years simon04 fix #18619 - Upload dialog: add border, reorder summary
(edit) @16084   4 years simon04 see #18752 - FileImporter: add stopwatch logging
(edit) @15865   4 years Don-vip fix #18722 - exclude json file extension from GeoJsonImporter + add …
(edit) @15846   4 years GerdP fix #18701: Simplify MultiFetchServerObjectReader implementation
(edit) @15811   4 years GerdP fix #18566: Download object: member of relations always downloaded …
(edit) @15802   4 years Don-vip fix #18523 - fix upload dialog layout (patch by taylor.smock)
(edit) @15796   4 years simon04 see #18429 - Upload dialog: put "just once" in parentheses
(edit) @15787   4 years GerdP see #18624: Download parent ways/relations downloads way nodes twice …
(edit) @15778   4 years Don-vip fix #18523 - fix upload dialog layout (patch by taylor.smock)
(edit) @15752   4 years Don-vip fix #18523 - Upload dialog: Switch from BorderLayout to GridBagLayout …
(edit) @15746   4 years GerdP fix misleading typos in javadoc (singular -> plural)
(edit) @15717   4 years simon04 Java 8: use Collectors.joining
(edit) @15662   4 years simon04 Fix typo: overriden↦overridden
(edit) @15623   4 years Don-vip fix #18484 - NPE
(edit) @15604   4 years Don-vip fix #18429 - Adds an ancestor listener that listens for the …
(edit) @15600   4 years Don-vip fix #18429 - Allow users to automatically get the source tags (patch …
(edit) @15593   4 years GerdP fix #18397: Provide more helpful error message when loading an invalid …
(edit) @15588   4 years Don-vip tools update: checkstyle 8.27, pmd 6.20, spotbugs 3.1.12
(edit) @15586   4 years Don-vip code cleanup
(edit) @15560   4 years GerdP fix #18389: GPX track with color black is invisible (Patch by Bjoeni) …
(edit) @15497   4 years Don-vip see #16796 - fix most of checkstyle/pmd/findbugs violations
(edit) @15496   4 years Don-vip fix #16796 - Rework of GPX track colors / layer preferences (patch by …
(edit) @15474   5 years Don-vip fix #17350 - don't fire post-save event when autosaving a file (patch …
(edit) @15427   5 years Don-vip fix recent SonarQube issues
(edit) @15424   5 years Don-vip fix #10564 - add GeoJSON import (adapted from geojson plugin)
(edit) @15247   5 years Don-vip see #17829 - support RTKLib Positioning Solution files. Add new …
(edit) @15231   5 years Don-vip fix more Spotbugs warnings
(edit) @15121   5 years Don-vip sonarqube, javadoc
(edit) @15117   5 years Don-vip make sure upload comments are not remembered if …
(edit) @15051   5 years Don-vip see #17634 - allow to define exceptions to the list of forbidden …
(edit) @15040   5 years Don-vip see #17634 - remove google from default list of forbidden terms. …
(edit) @15034   5 years Don-vip checkstyle/PMD
(edit) @15015   5 years Don-vip see #17634 - use case insensitive comparison, forbid google as source
(edit) @15011   5 years GerdP fix #15558: apply 15558-v3.patch
(edit) @15010   5 years Don-vip fix #17634 - Reject uploads that do not follow comment/source upload …
(edit) @14984   5 years GerdP fix checkstyle issue
(edit) @14983   5 years GerdP fix #17578: catch IllegalStateException
(edit) @14982   5 years GerdP fix #17237: Poor error handling with write protected files
(edit) @14977   5 years Don-vip ensures consistency of upload comment: * fix #11168 - ctrl-z/undo …
(edit) @14950   5 years GerdP fix #17238 Don't know why I forgot to commit this patch.
(edit) @14880   5 years Don-vip fix #17448 - Same buttons in Upload Selection as in other upload …
(edit) @14817   5 years Don-vip add new unit tests for DuplicateWay and DuplicateRelation, fix NPE …
(edit) @14761   5 years GerdP fix #13195 1) BoundingBoxDownloader: Reduce number of gpx api calls: …
(edit) @14729   5 years simon04 fix #15824 - Display non default API URL in upload dialog
(edit) @14717   5 years GerdP revert r14716, is not compatible with poly plugin
(edit) @14716   5 years GerdP see #17201: Improve progress monitor: Let OsmImporter decide what task …
(edit) @14658   5 years simon04 see #17178 - Upload selection: fix help topic, make help button visible
(edit) @14624   5 years Don-vip fix various SonarQube issues
(edit) @14470   5 years GerdP see #17040 Fix various memory leaks Not sure if this will break Unit …
(edit) @14366   6 years Don-vip fix #16893 - DownloadOpenChangesetsTaskTest: fix for non-headless mode …
(edit) @14358   6 years Don-vip fix #16878 - SaveLayersDialogTest: fix for non-headless mode (patch by ris)
(edit) @14355   6 years Don-vip fix #16865 - UploadDialogTest: fix for non-headless mode (patch by …
(edit) @14345   6 years Don-vip fix #16853 - increase osm-server.upload-strategy.chunk-size default …
(edit) @14302   6 years Don-vip see #16781 - fix more typos using https://github.com/vlajos/misspell-fixer
(edit) @14296   6 years Don-vip fix #16806 - include class name in error message
(edit) @14273   6 years stoecker fix typos - patch by naoliv - fix #16781 - Thanks a lot
(edit) @14257   6 years Don-vip fix #16739 - fix NPE. Upload dialog mechanics to review to avoid …
(edit) @14251   6 years Don-vip fix memory leaks after upload, validation and primitives combining
(edit) @14214   6 years Don-vip sonarqube - squid:S4551 - Enum values should be compared with "=="
(edit) @14153   6 years Don-vip see #15229 - deprecate Main.parent and Main itself
(edit) @14149   6 years Don-vip see #15229 - deprecate Main.pref
(edit) @14134   6 years Don-vip see #15229 - deprecate Main*.undoRedo - make UndoRedoHandler a …
(edit) @14119   6 years Don-vip see #15229 - deprecate all Main methods returning an URL
(edit) @14108   6 years Don-vip SonarQube fixes
(edit) @14106   6 years simon04 DownloadDialog, PreferenceDialog: bind Ctrl+Enter to main action
(edit) @14101   6 years Don-vip see #8765, fix #11086 - Support notes in osmChange (.osc) files …
(edit) @14052   6 years Don-vip see #16010 - use JMockit to enable more extensive test coverage (patch …
(edit) @14010   6 years Don-vip fix #16471 - Support NMEA files when correlating images to a GPX track
(edit) @13994   6 years Don-vip fix #16447 - Improve detection of changeset hashtags
(edit) @13901   6 years Don-vip add new XmlUtils class with more "safe factories" methods
(edit) @13849   6 years Don-vip SonarQube - fix minor code issues
(edit) @13842   6 years Don-vip see #16319 - scale properly all icons using ButtonSpec
(edit) @13838   6 years Don-vip fix #16316 - catch InvalidPathException
Note: See TracRevisionLog for help on using the revision log.