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) @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   4 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   5 years Don-vip fix #16893 - DownloadOpenChangesetsTaskTest: fix for non-headless mode …
(edit) @14358   5 years Don-vip fix #16878 - SaveLayersDialogTest: fix for non-headless mode (patch by ris)
(edit) @14355   5 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
(edit) @13761   6 years Don-vip see #16288 - replace similar i18n strings (removes 35 strings from …
(edit) @13660   6 years Don-vip fix #15883 - Zoom on element when double-clicking on elements of …
(edit) @13654   6 years Don-vip More uses of OsmDataLayer.getDataSet()
(edit) @13647   6 years Don-vip see #16204 - Allow to start and close JOSM in WebStart sandbox mode …
(edit) @13564   6 years Don-vip introduce PrimitiveRenderer to replace OsmPrimitivRenderer (now …
(edit) @13534   6 years Don-vip fix #16096 - allow only positive ids in …
(edit) @13493   6 years Don-vip see #11924, see #15560, see #16048 - tt HTML tag is deprecated in …
(edit) @13486   6 years Don-vip fix #8039, see #10456 - fix bugs with non-downloadable layers
(edit) @13453   6 years Don-vip fix #8039, fix #10456: final fixes for the read-only/locked layers: - …
(edit) @13440   6 years Don-vip fix #15969 - upload broken (regression from r13434)
(edit) @13437   6 years Don-vip fix #15967 - proper loading of notes layers
(edit) @13392   6 years Don-vip fix #15888 - Add changeset link to upload confirmation notification
(edit) @13352   6 years Don-vip fix #15816 - full XZ support
(edit) @13331   6 years Don-vip see #14097, see #15783 - robustness to situations where JavaScript …
(edit) @13268   6 years Don-vip see #11924, see #14097 - ensure JavaScript engine will always be found …
(edit) @13206   6 years Don-vip enable PMD rule OptimizableToArrayCall
(edit) @13204   6 years Don-vip enable new PMD rule AvoidFileStream - see …
(edit) @13198   6 years Don-vip fix #15651 - new property upload.changeset.hashtags to disable …
(edit) @13173   6 years Don-vip see #15310 - remove most of deprecated APIs
(edit) @13146   6 years Don-vip javadoc/PMD
(edit) @13144   6 years Don-vip see #13747 - fix focus/selection/size issues in upload dialog
(edit) @13133   6 years bastiK applied #8509 - Background uploading (patch by udit, minor changes)
(edit) @13130   6 years Don-vip fix #15572 - use ImageProvider attach API for all JOSM actions to …
(edit) @13115   6 years Don-vip fix #12086 - fix EDT violation when no file exporter is found + choose …
(edit) @13114   6 years Don-vip fix #11537 - Autosave also note layer
(edit) @13109   6 years Don-vip fix #15537 - Support changeset hashtags (hashtags changeset tag, …
(edit) @13071   6 years Don-vip fix #12994 - Old style SideButton usage errors
Note: See TracRevisionLog for help on using the revision log.