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) @15800   4 years simon04 AlignImageryPanel: add hand cursor to close button
(edit) @15775   4 years simon04 Use (correct) magic constants
(edit) @15759   4 years simon04 GpxLayer: use Map.getOrDefault (Java 8)
(edit) @15755   4 years simon04 Introduce Stopwatch class to measure elapsed time
(edit) @15736   4 years simon04 Java 8: simplify Stream API usage
(edit) @15735   4 years simon04 Java 8: replace .stream().forEach() with .forEach()
(edit) @15734   4 years simon04 see #17220 - LayerListDialog: re-enable previous offset on click
(edit) @15733   4 years simon04 see #17220 - LayerListDialog: show imagery offset in tooltip
(edit) @15716   4 years simon04 Java 8: use String.join
(edit) @15664   4 years simon04 fix #18015 - Fix timezone in ImageViewerDialog
(edit) @15662   4 years simon04 Fix typo: overriden↦overridden
(edit) @15659   4 years simon04 ImageryFilterSettings: fix typo
(edit) @15654   4 years Don-vip fix #18530 - upload dialog: support validator and notes layers as …
(edit) @15646   4 years Don-vip fix #18494 - GPX layers should use the name from the file instead of …
(edit) @15606   4 years Don-vip fix #18444 - Changed default to "all" and also revert …
(edit) @15586   4 years Don-vip code cleanup
(edit) @15565   4 years Don-vip fix #18302 - support national taginfo instances
(edit) @15503   4 years Don-vip see #16796 - fix 3 forgotten Checkstyle violations
(edit) @15502   4 years Don-vip see #16796 - use IGpxTrack in GpxData (patch by Bjoeni)
(edit) @15498   4 years Don-vip fix #12209 - CorrelateGpxWithImages refactor (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) @15456   5 years wiktorn Allow zoom in TMS layer up to 24. See: #18064
(edit) @15445   5 years Don-vip fix #18210 - fix mode menu (add items properly to display shortcuts) …
(edit) @15422   5 years Don-vip see #2760 - javadoc
(edit) @15421   5 years Don-vip display GPX creator field in GPX layer info component
(edit) @15419   5 years Don-vip fix #2760 - simplify track during GPX layer -> data layer conversion …
(edit) @15397   5 years Don-vip fix #18012 - create track segment names from gpx layer name if there …
(edit) @15390   5 years Don-vip remove deprecated code
(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   5 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
Note: See TracRevisionLog for help on using the revision log.