source: josm/trunk/src/org/openstreetmap/josm/gui/layer/geoimage/GeoImageLayer.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @18265   3 years Don-vip fix new defects reported by coverity
(edit) @18263   3 years Don-vip see #16472 - draw direction arrow of 360 images
(edit) @18248   3 years Don-vip fix #15498 - Load folders containing pictures in separate layers if …
(edit) @18246   3 years Don-vip see #16472 - add initial working 360 viewer, minimal tests, many tests …
(edit) @18078   3 years Don-vip see #21144 - Images correlation: temporary editable support layer to …
(edit) @18068   3 years Don-vip fix #21136 - Export GeoImage layer to GPX
(edit) @18065   3 years Don-vip fix #21131 - allow to edit direction/position of sequence of …
(edit) @18035   3 years Don-vip GeoImageLayer : code cleanup, extract Loader class
(edit) @18034   3 years Don-vip fix #20795 - fix #20797 - fix wrong correlate to gpx behaviour (patch …
(edit) @17548   3 years Don-vip fix #20341 - Support metadata from more image formats (patch by Bjoeni)
(edit) @17459   3 years Don-vip fix #20363 - Extract necessary method for QuadBuckets into separate …
(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) @16913   4 years simon04 fix #19698 - Refactoring: make private fields final
(edit) @16548   4 years simon04 fix #18801 - Allow layers to determine autosave functionality (patch …
(edit) @16438   4 years simon04 see #19251 - Java 8: use Stream
(edit) @15826   4 years Klumbumbus fix #18690 - Obtain source from current layers: use untranslated text …
(edit) @15445   5 years Don-vip fix #18210 - fix mode menu (add items properly to display shortcuts) …
(edit) @15371   5 years Don-vip fix #18160 - Ask layers for source, don't hardcode source for layer …
(edit) @15333   5 years Don-vip see #11905 - Option to move multiple images at once (core part, patch …
(edit) @15007   5 years Don-vip remove deprecated API
(edit) @14802   5 years Don-vip fix #17131 - add mapcss function gpx_distance to get the distance to …
(edit) @14615   5 years Don-vip fix recent sonar issues
(edit) @14590   5 years Don-vip fix #17050 - Refactor the GeoImageLayer and related to use a Data …
(edit) @14472   5 years GerdP see #17040 call removeZoomChangeListener in destroy()
(edit) @14302   6 years Don-vip see #16781 - fix more typos using https://github.com/vlajos/misspell-fixer
(edit) @14153   6 years Don-vip see #15229 - deprecate Main.parent and Main itself
(edit) @13843   6 years Don-vip fix #16319 - scale bookmark and toolbar icons properly
(edit) @13375   6 years bastiK see #15240 - replace image for geoimage layer with svg version (from …
(edit) @13289   6 years Don-vip fix #15709 - revert r13264 to restore proper lazy initialization of …
(edit) @13265   6 years Don-vip see #15709 - fix a lot of memory leaks. Now gui.layer.geoImage.*
(edit) @13264   6 years Don-vip see #15709 - proper singleton for ImageryViewerDialog
(edit) @13206   6 years Don-vip enable PMD rule OptimizableToArrayCall
(edit) @12671   7 years Don-vip see #15182 - move file importers/exporters from io package to …
(edit) @12636   7 years Don-vip see #15182 - deprecate Main.getLayerManager(). Replacement: …
(edit) @12634   7 years Don-vip see #15182 - deprecate Main.worker, replace it by …
(edit) @12630   7 years Don-vip see #15182 - deprecate Main.map and Main.isDisplayingMapView(). …
(edit) @12620   7 years Don-vip see #15182 - deprecate all Main logging methods and introduce …
(edit) @12340   7 years michael2402 Fix #14893: Invalidate geo image / marker layer instead of repainting …
(edit) @12279   7 years Don-vip sonar - squid:S3878 - Arrays should not be created for varargs parameters
(edit) @12131   7 years Don-vip see #11889, see #11924, see #13387 - use backported versions of …
(edit) @12072   7 years bastiK remove property change events in NavigatableComponent (can use …
(edit) @11848   7 years Don-vip fix #14613 - Special HTML characters not escaped in GUI error messages
(edit) @11434   7 years Don-vip fix #14181 - GeoImageLayer: Improvements of display of selected photo …
(edit) @11425   7 years Don-vip fix #14179 - remove duplicated code
(edit) @11397   7 years Don-vip sonar - squid:S2259 - Null pointers should not be dereferenced
(edit) @11383   7 years Don-vip findbugs - BC_UNCONFIRMED_CAST
(edit) @10763   8 years Don-vip sonar - squid:S2156 - "final" classes should not have "protected" members
(edit) @10634   8 years Don-vip sonar - pmd:UselessQualifiedThis - Useless qualified this usage in the …
(edit) @10627   8 years Don-vip sonar - squid:S1166 - Exception handlers should preserve the original …
(edit) @10611   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
(edit) @10604   8 years Don-vip fix #12478, fix #12565, fix #11114 - Use ​Swing Copy/Paste instead of …
(edit) @10436   8 years Don-vip see #13001 - replace calls to Main.main.[add|remove]Layer by …
(edit) @10386   8 years Don-vip gsoc-core - remove more deprecation warnings
(edit) @10364   8 years stoecker gsoc-core - patch by Michael Zangl - see #12953 - remove deprecation usage
(edit) @10173   8 years Don-vip sonar - squid:S1186 - Methods should not be empty
(edit) @10031   8 years Don-vip fix #12654 - Add layer invalidation listener (patch by michael2402)
(edit) @9999   8 years Don-vip sonar - do not copy collection contents from one to another with a loop
(edit) @9751   8 years Don-vip see #12462 - Extend Save Layers dialog for more layer types (patch by …
(edit) @9660   8 years Don-vip GeoImageLayer: add unit test, fix sonar issues, add javadoc
(edit) @9296   8 years Don-vip fix #12249 - Fix Findbugs warnings "Exceptional return value of …
(edit) @9270   8 years simon04 see #12255 - GeoImageLayer: ImageEntry enhancements for image property …
(edit) @9243   8 years Don-vip javadoc update
(edit) @9078   8 years Don-vip sonar - Immutable Field
(edit) @8870   9 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(edit) @8846   9 years Don-vip sonar - fb-contrib - minor performance improvements: * Method passes …
(edit) @8840   9 years Don-vip sonar - squid:S3052 - Fields should not be initialized to default values
(edit) @8836   9 years Don-vip fix Checkstyle issues
(edit) @8818   9 years simon04 fix #11925, see #11897 - Re-enable merging of gpx, marker, geoimage …
(edit) @8734   9 years simon04 see #11843 - Give all started threads sensible names …
(edit) @8660   9 years Don-vip fix #11756 - NPEs
(edit) @8658   9 years Don-vip fix #11756 - NPEs
(edit) @8540   9 years Don-vip fix remaining checkstyle issues
(edit) @8512   9 years Don-vip checkstyle: redundant modifiers
(edit) @8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8449   9 years Don-vip remove extra whitespaces
(edit) @8444   9 years Don-vip remove extra whitespaces
(edit) @8405   9 years Don-vip remove duplicated class JpegFileFilter
(edit) @8395   9 years Don-vip convention - An open curly brace should be located at the end of a line
(edit) @8378   9 years Don-vip fix copyright/license headers globally
(edit) @8376   9 years Don-vip code style - remove useless calls to toString()
(edit) @8373   9 years Don-vip code style - Method makes literal string comparisons passing the …
(edit) @8342   9 years Don-vip code style - Close curly brace and the next "else", "catch" and …
(edit) @8318   9 years Don-vip fix various Sonar issues: - squid:S1068: Unused private fields should …
(edit) @8285   9 years Don-vip fix sonar squid:S2039 - Member variable visibility should be specified
(edit) @8243   9 years Don-vip fix #11359 - update to metadata-extractor 2.8.1
(edit) @8132   9 years Don-vip fix #11162 - update to metadata-extractor 2.7.2
(edit) @8126   9 years Don-vip fix Sonar issue squid:S2444 - Lazy initialization of "static" fields …
(edit) @8061   9 years bastiK see #11096 - strip .png
(edit) @8041   9 years bastiK applied #11059 - New method unflagNewGpsData(), modified infoText …
(edit) @7983   9 years Don-vip fix #10987 - EDT violation during GeoImageLayer merge
(edit) @7954   9 years stoecker see #10854 - fix typos
(edit) @7935   9 years bastiK applied #10920, applied #10854 - Move 'Toggle image thumbnail preview' …
(edit) @7912   9 years bastiK applied #10894 - Show photo direction arrow for thumbnail (patch by …
(edit) @7788   9 years bastiK applied #10812 - new copy path feature for geotagged image dialog …
(edit) @7784   9 years Don-vip fix #10811 - Handle GeoImageLayer thumbnail load status during layer …
(edit) @7764   9 years Don-vip fix #10809 - Cannot click on geotagged pictures in 'Lasso Select Mode'
(edit) @7005   10 years Don-vip see #8465 - use diamond operator where applicable
(edit) @7004   10 years Don-vip see #8465 - use multi-catch where applicable
(edit) @6792   10 years Don-vip Sonar - fix various issues
Note: See TracRevisionLog for help on using the revision log.