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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @15371   5 years Don-vip fix #18160 - Ask layers for source, don't hardcode source for layer …
(edit) @15363   5 years Don-vip fix #18050 - DownloadAlong: download as new layer
(edit) @15348   5 years Don-vip fix #18119 - Deselect and remove multiple images in the …
(edit) @15333   5 years Don-vip see #11905 - Option to move multiple images at once (core part, patch …
(edit) @15292   5 years Don-vip checkstyle/pmd/sonar
(edit) @15282   5 years Don-vip fix #18002 - ignore negative width in GpxDrawHelper
(edit) @15280   5 years Don-vip fix #17979 - display number of incomplete objects in OSM data layer …
(edit) @15249   5 years Don-vip see #17829 - fix gpx conversion issues
(edit) @15247   5 years Don-vip see #17829 - support RTKLib Positioning Solution files. Add new …
(edit) @15219   5 years Don-vip fix #17848 - read and display IPTC metadata from jpeg/tiff images …
(edit) @15204   5 years Don-vip fix #17877 - NPE
(edit) @15121   5 years Don-vip sonarqube, javadoc
(edit) @15045   5 years Don-vip fix #17576 - Fix timezones and DST for image correlation (patch by …
(edit) @15030   5 years Don-vip fix #17301 - robustness to untranslatable error messages
(edit) @15007   5 years Don-vip remove deprecated API
(edit) @15001   5 years GerdP fix #17596: No lines displayed for GPX tracks without tags Patch by Bjoeni
(edit) @14995   5 years GerdP Fix PMD warning "Avoid excessively long variable names like …
(edit) @14993   5 years GerdP fix #17591: Add new preference …
(edit) @14981   5 years Don-vip fix #16846 - Manual adjust in geotagging images does not take last …
(edit) @14962   5 years GerdP fix #17551: Download along track doesn't completely download areas …
(edit) @14903   5 years Don-vip fix #17487 - NPE
(edit) @14902   5 years Don-vip fix #17481 - NPE
(edit) @14875   5 years GerdP fix sonar issue: Add underscores to this numeric value for readability
(edit) @14872   5 years GerdP see #17443: increase threshold value reg. display of progress bar to …
(edit) @14868   5 years GerdP fix #17443: improve performance for GPX layer action "Download from …
(edit) @14837   5 years GerdP simplify code and avoid use of CopyList constructor
(edit) @14823   5 years Don-vip see #17311 - revert changes from r14747 / r14759, cause …
(edit) @14816   5 years Don-vip see #17387 - add more details when NegativeArraySizeException occurs …
(edit) @14802   5 years Don-vip fix #17131 - add mapcss function gpx_distance to get the distance to …
(edit) @14759   5 years simon04 Marker: avoid ConcurrentModificationException Relates to r14747.
(edit) @14757   5 years Don-vip fix #17276 - catch and ignore ImagingOpException when applying image …
(edit) @14748   5 years GerdP fix #17263: GpxLayer sometimes shows "ghost lines"
(edit) @14747   5 years simon04 Refactoring: use Map.computeIfAbsent in Marker
(edit) @14746   5 years simon04 Refactoring: use StandardCharsets
(edit) @14668   5 years simon04 fix #17185 - Do not offer unsupported file types for saving OsmDataLayer
(edit) @14667   5 years simon04 see #17185 - Allow to save active ValidatorLayer
(edit) @14648   5 years simon04 fix #17067 - Duplicate settings for display of hatching area
(edit) @14625   5 years Don-vip add copy constructor, needed for plugins
(edit) @14615   5 years Don-vip fix recent sonar issues
(edit) @14592   5 years Don-vip fix minor code style issues
(edit) @14590   5 years Don-vip fix #17050 - Refactor the GeoImageLayer and related to use a Data …
(edit) @14558   5 years GerdP fix checkstyle issue
(edit) @14556   5 years GerdP see #17040 more cleanup in OsmDataLayer.destroy() - remove …
(edit) @14537   5 years GerdP see #17040 call Dataset.clear() in OsmDataLayer.destroy() Without …
(edit) @14532   5 years Don-vip see #16073 - avoid spurious warnings
(edit) @14505   5 years Don-vip see #17061 - more helpful exception
(edit) @14504   5 years Don-vip fix #17065 - spurious UnsupportedFlavorException displayed in console
(edit) @14500   5 years Don-vip see #17040 - fix memory leak after primitives are copied to clipboard
(edit) @14472   5 years GerdP see #17040 call removeZoomChangeListener in destroy()
(edit) @14470   5 years GerdP see #17040 Fix various memory leaks Not sure if this will break Unit …
(edit) @14459   5 years Don-vip see #16995 - remove unused imports
(edit) @14456   5 years Don-vip fix #16995 - de-duplicate storage of timestamp within WayPoint and …
(edit) @14451   5 years Don-vip fix #16963 - do not draw lines for GPX unordered tracks
(edit) @14448   5 years Don-vip see #16995 - proper fix to timestamp formatting in GPX files, does not …
(edit) @14447   5 years Don-vip fix #16995 - fix spotbugs regressions (patch by cmuelle8)
(edit) @14446   5 years Don-vip see #16995 - use_Date exclusively for PT_TIME attribute (patch by cmuelle8)
(edit) @14435   5 years Don-vip fix SonarQube issues
(edit) @14434   5 years Don-vip fix #16995 - fix timestamp in GPX exports (patch by cmuelle8) + use …
(edit) @14430   5 years Don-vip fix #17003 - catch UncheckedParseException when converting OSM data to GPX
(edit) @14428   5 years wiktorn Checkstyle & PMD
(edit) @14427   5 years wiktorn Fix canceling precaching imageries along GPX track * when GPX is big …
(edit) @14390   5 years simon04 fix #15918 - Confusing English texts (thanks to Hb---)
(edit) @14388   5 years simon04 Add checkbox to main menu to toggle hatched background rendering of …
(edit) @14360   5 years Don-vip fix #16890, see #16824 - NPE
(edit) @14349   6 years Don-vip fix #16855 - OsmDataLayerTest: fix for non-headless mode (patch by ris)
(edit) @14338   6 years Don-vip fix #16755 - Cut overlapping GPX layers when merging (patch by Bjoeni, …
(edit) @14337   6 years Don-vip fix #16845 - ChooseTrackVisibilityActionTest: fix for non-headless …
(edit) @14336   6 years Don-vip see #16841 - checkstyle
(edit) @14332   6 years Don-vip fix #16841 - MergeLayerActionTest, DownloadWmsAlongTrackActionTest: …
(edit) @14329   6 years Don-vip see #16824 - remove unneeded null-check
(edit) @14311   6 years Don-vip see #16824 - better display of WMS errors
(edit) @14302   6 years Don-vip see #16781 - fix more typos using https://github.com/vlajos/misspell-fixer
(edit) @14288   6 years Don-vip fix unit test / checkstyle
(edit) @14287   6 years wiktorn Rollback [14260]. Because of regressions rollback of [14260]. See: …
(edit) @14273   6 years stoecker fix typos - patch by naoliv - fix #16781 - Thanks a lot
(edit) @14269   6 years wiktorn Remove unnecessary colons See: #16747
(edit) @14268   6 years wiktorn Retry tile download on transient errors. Till now there was no …
(edit) @14260   6 years wiktorn Fix unnecessary tile downloads. Only download tiles from upper levels …
(edit) @14248   6 years Don-vip fix #16730 - make sure we try to display popup menus only if their …
(edit) @14212   6 years Don-vip sonarqube - various minor issues
(edit) @14209   6 years Don-vip see #16681 - spotbugs / pmd
(edit) @14205   6 years Don-vip fix #16681 - Various enhancements for GPX correlation (patch by …
(edit) @14182   6 years Don-vip fix #16686 - add robustness when drawing hatched area for …
(edit) @14156   6 years Don-vip fix #16615 - make sure dataset can be garbage collected after removal …
(edit) @14155   6 years Don-vip javadoc
(edit) @14153   6 years Don-vip see #15229 - deprecate Main.parent and Main itself
(edit) @14134   6 years Don-vip see #15229 - deprecate Main*.undoRedo - make UndoRedoHandler a …
(edit) @14129   6 years Don-vip code refactoring
(edit) @14120   6 years Don-vip see #15229 - deprecate all Main methods related to projections. New …
(edit) @14119   6 years Don-vip see #15229 - deprecate all Main methods returning an URL
(edit) @14108   6 years Don-vip SonarQube fixes
(edit) @14103   6 years Don-vip fix #16572 - Conversion options for tags GPX -> OSM (patch by Bjoeni)
(edit) @14102   6 years Don-vip update unit test
(edit) @14101   6 years Don-vip see #8765, fix #11086 - Support notes in osmChange (.osc) files …
(edit) @14079   6 years Don-vip see #16550 - use UTC by default for GPX timestamps
(edit) @14075   6 years Don-vip fix #16550 - fix regressions in OSM -> GPX conversion
(edit) @14060   6 years Don-vip see #16128 - add new advanced property …
(edit) @14055   6 years Don-vip fix #14103 - GPX → OSM: convert additional tags
(edit) @14051   6 years Don-vip see #14103 - add ele tag during GPX->OSM conversion
(edit) @14037   6 years Don-vip fix #16501 - NPE
Note: See TracRevisionLog for help on using the revision log.