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) @17793   3 years simon04 Fix PMD Warnings
(edit) @17786   3 years simon04 see #20741 - Fix typos in code and strings (patch by gaben)
(edit) @17783   3 years simon04 fix #17072 - Geotagged images viewer should not clear between pictures …
(edit) @17782   3 years simon04 fix #20035 - Geotagged images are pixelated on retina displays (patch …
(edit) @17757   3 years simon04 fix #20750 - Explain * and ∅ in Layer info window (patch by …
(edit) @17749   3 years simon04 see #14176 - Migrate OsmPrimitive to Instant
(edit) @17740   3 years simon04 fix #20659 - Add contrast/gamma/... on image viewer
(edit) @17733   3 years simon04 see #16163 - Prefer SwingConstants.LEADING over SwingConstants.LEFT
(edit) @17732   3 years simon04 see #16163 - Prefer GridBagConstraints.LINE_START over …
(edit) @17718   3 years simon04 see #14176 - Utils.getDurationString in GpxLayer.formatTimespan
(edit) @17715   3 years simon04 see #14176 - Migrate GPX to Instant
(edit) @17712   3 years simon04 see #14176 - Migrate Note/NoteComment to Instant
(edit) @17626   3 years simon04 fix #12326 - Layer list: "dirty" and "modified" indicators for data layers
(edit) @17586   3 years simon04 see #20613 - Use Tagged.keys() and Tagged.visitKeys()
(edit) @17584   3 years simon04 see #20613 - Introduce Tagged.keys() Avoids creating a temporary …
(edit) @17580   3 years Don-vip fix #20598 - fix ImageEntryTest.testEqualsContract (patch by …
(edit) @17579   3 years Don-vip fix #20598 - Add method to indicate that a temporary copy has been …
(edit) @17577   3 years Don-vip see #20598 - javadoc
(edit) @17576   3 years simon04 Checkstyle
(edit) @17574   3 years Don-vip fix #20598 - Update the bucket with the new bbox (patch by taylor.smock)
(edit) @17553   3 years Don-vip fix #20341 - fix Jenkins warnings and NPE caused by malformed images …
(edit) @17548   3 years Don-vip fix #20341 - Support metadata from more image formats (patch by Bjoeni)
(edit) @17516   3 years wiktorn Fine tune cache sizing Reduce the cache size, by not counting the …
(edit) @17509   3 years wiktorn Checkstyle fixes
(edit) @17507   3 years wiktorn Add documentation for changes from [17495] Reverse links in code, so …
(edit) @17504   3 years wiktorn Correct memory information Correct message sent to logging when …
(edit) @17496   3 years wiktorn Fix regression from [17494] Do not shutdown the thread pool, if this …
(edit) @17495   3 years wiktorn Extend the size of MemoryTileCache Include in the computations: * all …
(edit) @17494   3 years wiktorn Remove unneeded WMS download threads. Once the WMS layer is …
(edit) @17492   3 years GerdP see #20014: see #20014: Tiles constantly reloading - implement named …
(edit) @17486   3 years GerdP see #20014: Tiles constantly reloading - change synchronization a bit. …
(edit) @17459   3 years Don-vip fix #20363 - Extract necessary method for QuadBuckets into separate …
(edit) @17440   3 years GerdP see #17184: Memory leaks - remove more listeners in destroy() - reset …
(edit) @17439   3 years GerdP see #17184: Memory leaks - implement method clear() in GpxData and …
(edit) @17402   3 years wiktorn Refuse to download tiles if the tileset is too large Use TileSet in …
(edit) @17399   3 years GerdP fix #20213: Command stack: Edits in relation editor are listed in …
(edit) @17379   4 years GerdP see #17196 Undo/Redo may change data in inactive layer - fix sonar …
(edit) @17363   4 years simon04 see #20141 - Extract BufferedImageCacheEntry.pngEncoded
(edit) @17361   4 years GerdP Fix #18372: Notes description does not fit in box (sometimes) - …
(edit) @17333   4 years Don-vip see #20129 - Fix typos and misspellings in the code (patch by gaben)
(edit) @17321   4 years Don-vip fix #20026 - fix tooltip for Date/time in gpx filter dialog
(edit) @17188   4 years Klumbumbus fix #19851 - Fix shortcut names
(edit) @17181   4 years simon04 fix #19918 - AutosaveTask: sort files by modify time (patch by gaben, …
(edit) @17166   4 years simon04 fix #19914 - Deal with DateTimeException when using DateUtils
(edit) @17165   4 years Don-vip see #17387 - see #19746 - add more debug information in case of …
(edit) @17093   4 years simon04 Use Collection.addAll
(edit) @17047   4 years GerdP fix #19789: memory leak with gpx waypoints - implement destroy in …
(edit) @16977   4 years simon04 Fix typo in Javadoc
(edit) @16970   4 years simon04 Fix typo in Javadoc
(edit) @16967   4 years simon04 fix #19510 - Add "Zoom to layer" in context menu of layers in the …
(edit) @16960   4 years simon04 see #8334 - Add advanced option to scale the table font Advanced …
(edit) @16953   4 years simon04 Java 8: use Comparator.comparing
(edit) @16949   4 years Klumbumbus see #15240 - Remove wrongly used addsegment icon
(edit) @16942   4 years simon04 see #19716 - ChooseTrackVisibilityAction: do not report unspecified …
(edit) @16941   4 years simon04 fix #19716 - ChooseTrackVisibilityAction: fix sorting by timespan
(edit) @16940   4 years simon04 see #19716 - ChooseTrackVisibilityAction: replace TrackLength with …
(edit) @16913   4 years simon04 fix #19698 - Refactoring: make private fields final
(edit) @16895   4 years Klumbumbus see #15240 - Change some png icons to svg: - imagery_menu, …
(edit) @16879   4 years simon04 fix #8227 - MarkerLayer: allow to customize marker size/stroke …
(edit) @16867   4 years simon04 see #10488 - PMD
(edit) @16864   4 years simon04 fix #15441 - Separate GpxRouteLayer
(edit) @16863   4 years simon04 SplitTrackSegmentsToTracksAction: fix typo
(edit) @16850   4 years simon04 fix #17836 - Download along several gpx tracks at once
(edit) @16847   4 years simon04 fix #10488 - GpxLayer: jump to previous/next segment
(edit) @16827   4 years Klumbumbus see #15240 - Change a lot png icons to svg: - misc/statusreport, …
(edit) @16800   4 years Klumbumbus see #15240 - Change some png icons to svg: - dialogs/duplicatelayer, …
(edit) @16766   4 years simon04 fix #19241 - Do not report "JOSM Validator" as data source on upload
(edit) @16670   4 years stoecker fix #18193 - typo
(edit) @16669   4 years stoecker fix #18193 - reduce flickering when paning map by loading a little bit …
(edit) @16643   4 years simon04 see #19334 - https://errorprone.info/bugpattern/StringSplitter
(edit) @16630   4 years simon04 see #19334 - https://errorprone.info/bugpattern/UnnecessaryParentheses
(edit) @16628   4 years simon04 see #19334 - https://errorprone.info/bugpattern/MixedMutabilityReturnType
(edit) @16625   4 years simon04 see #19334 - https://errorprone.info/bugpattern/UnusedVariable
(edit) @16620   4 years simon04 see #19360 - Fix NPE in TileCoordinateConverter
(edit) @16619   4 years simon04 fix #19360 - Calculating default zoom offset should use existing code …
(edit) @16615   4 years simon04 fix #19376 - Offer an option to disable the imagery layer popup menu …
(edit) @16601   4 years simon04 Add TableHelper.setSelectedIndices
(edit) @16570   4 years GerdP see #19199: There should be some way to determine how many nodes are …
(edit) @16553   4 years Don-vip see #19334 - javadoc fixes + protected constructors for abstract classes
(edit) @16548   4 years simon04 fix #18801 - Allow layers to determine autosave functionality (patch …
(edit) @16488   4 years simon04 fix #19281, see #19174 - Use Objects.hash where it is not used (patch …
(edit) @16438   4 years simon04 see #19251 - Java 8: use Stream
(edit) @16436   4 years simon04 see #19251 - Java 8: use Stream
(edit) @16398   4 years simon04 see #19208 - JCS: update package to org.apache.commons.jcs3
(edit) @16396   4 years simon04 Fix typo in Javadoc
(edit) @16284   4 years simon04 see #19067 - ImageDisplay: tune logging
(edit) @16187   4 years Don-vip fix #18962 - introduce DataSet.update to avoid repetitive …
(edit) @16155   4 years Don-vip fix #18943 - add data types caption in Download along dialogues
(edit) @16107   4 years simon04 see #18643: I18n: improve plural forms (patch by Hb---)
(edit) @16081   4 years simon04 checkstyle
(edit) @16080   4 years simon04 see #18886 - AbstractReader.parseTimestamp: use LRU cache
(edit) @16076   4 years simon04 fix #18643 - I18n: improve plural forms
(edit) @16071   4 years simon04 see #18752 - ImageDisplay: improve logging
(edit) @16070   4 years simon04 ImageCenterViewAction: reuse autoscale icon
(edit) @16069   4 years simon04 see #18752 - Harmonize stopwatch logging
(edit) @16056   4 years simon04 CheckParameterUtil: replace ensure() with ensureThat() Makes code …
(edit) @15971   4 years GerdP fix #18818: "Download from OSM along selected ways" disallows area …
(edit) @15970   4 years GerdP fix #18818: "Download from OSM along selected ways" disallows value < …
(edit) @15963   4 years Don-vip see #17516 - update to error-prone 2.3.5-SNAPSHOT plus following …
(edit) @15924   4 years Don-vip fix #18761 - only consider source=survey for local GPX files, not the …
Note: See TracRevisionLog for help on using the revision log.