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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @10938   8 years Don-vip sonar - squid:S1450 - Private fields only used as local variables in …
(edit) @10763   8 years Don-vip sonar - squid:S2156 - "final" classes should not have "protected" members
(edit) @10647   8 years Don-vip see #11390 - use functional comparators
(edit) @10634   8 years Don-vip sonar - pmd:UselessQualifiedThis - Useless qualified this usage in the …
(edit) @10632   8 years Don-vip sonar - squid:RedundantThrowsDeclarationCheck - Throws declarations …
(edit) @10627   8 years Don-vip sonar - squid:S1166 - Exception handlers should preserve the original …
(edit) @10619   8 years Don-vip see #11390 - Java 8: use List.sort(Comparator) instead of …
(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) @10420   8 years Don-vip sonar - squid:S1166 - Exception handlers should preserve the original …
(edit) @10386   8 years Don-vip gsoc-core - remove more deprecation warnings
(edit) @10378   8 years Don-vip Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
(edit) @10364   8 years stoecker gsoc-core - patch by Michael Zangl - see #12953 - remove deprecation usage
(edit) @10345   8 years Don-vip fix #12937 - Use the new LayerChangeListener (patch by michael2402) - …
(edit) @10309   8 years Don-vip sonar - squid:S1182 - Classes that override "clone" should be …
(edit) @10308   8 years Don-vip sonar - squid:S1854 - Dead stores should be removed
(edit) @10300   8 years Don-vip sonar - Performance - Method passes constant String of length 1 to …
(edit) @10234   8 years Don-vip findbugs - DB_DUPLICATE_SWITCH_CLAUSES + REC_CATCH_EXCEPTION + …
(edit) @10212   8 years Don-vip sonar - squid:S2221 - "Exception" should not be caught when not …
(edit) @10209   8 years Don-vip see #11924 - Java 9 - fixes more deprecation warnings
(edit) @10181   8 years Don-vip sonar - squid:S2184 - Math operands should be cast before assignment
(edit) @10176   8 years Don-vip fix #12776 - "Correlate to gpx" doesn't refresh combo box after GPX …
(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) @10001   8 years Don-vip sonar - Local variable and method parameter names should comply with a …
(edit) @9999   8 years Don-vip sonar - do not copy collection contents from one to another with a loop
(edit) @9997   8 years Don-vip sonar - various fixes + javadoc
(edit) @9880   8 years Don-vip findbugs
(edit) @9850   8 years Don-vip findbugs
(edit) @9752   8 years Don-vip see #12486 - findbugs
(edit) @9751   8 years Don-vip see #12462 - Extend Save Layers dialog for more layer types (patch by …
(edit) @9742   8 years simon04 fix #12486 - Gpx/image correlation: allow sub-second offset The …
(edit) @9741   8 years simon04 see #12486 - Gpx/image correlation: factor out classes Timezone, Offset
(edit) @9727   8 years simon04 Add further CorrelateGpxWithImages unit tests
(edit) @9726   8 years simon04 see #12485 - Wrong GPX Correlation, add unit test Regression from …
(edit) @9698   8 years simon04 Fix warning NumberFormatException: "empty String"
(edit) @9660   8 years Don-vip GeoImageLayer: add unit test, fix sonar issues, add javadoc
(edit) @9543   8 years Don-vip refactoring - global simplification of use of setLayout method - …
(edit) @9416   8 years Don-vip fix #12322 - GeoImageLayer: Add method isCenterView() to …
(edit) @9384   8 years simon04 Add unit test for CorrelateGpxWithImages
(edit) @9383   8 years simon04 Deprecate PrimaryDateParser in favour of DateUtils
(edit) @9331   8 years Don-vip see #12255 - add robustness
(edit) @9329   8 years Don-vip fix #12255 - fix EXIF time parsing regression
(edit) @9296   8 years Don-vip fix #12249 - Fix Findbugs warnings "Exceptional return value of …
(edit) @9277   8 years simon04 see #12255 - Add ImageEntry#loadThumbnail (based on patch by holgermappt)
(edit) @9270   8 years simon04 see #12255 - GeoImageLayer: ImageEntry enhancements for image property …
(edit) @9243   8 years Don-vip javadoc update
(edit) @9079   8 years Don-vip update to CheckStyle 6.13
(edit) @9078   8 years Don-vip sonar - Immutable Field
(edit) @9075   8 years Don-vip pmd - Useless qualified this usage in the same class
(edit) @8905   9 years Don-vip sonar minor fixes
(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) @8765   9 years Don-vip fix #11867 - ThumbsLoader freezes if EXIF orientation is not set …
(edit) @8764   9 years Don-vip fix Checkstyle issues
(edit) @8762   9 years wiktorn Replace CacheFiles with JCS and remove CacheFiles Closes: #11869
(edit) @8736   9 years simon04 see #11843 - Give all directly started threads sensible names
(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) @8653   9 years Don-vip fix #11756 - NPE
(edit) @8645   9 years Don-vip fix #11756, fix #11759 - NPEs
(edit) @8624   9 years bastiK add missing svn:eol-style=native
(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) @8509   9 years Don-vip fix many checkstyle violations
(edit) @8506   9 years Don-vip fix some Sonar issues
(edit) @8469   9 years Don-vip Add some more package-info.java to enhance Javadoc. Refactor package …
(edit) @8449   9 years Don-vip remove extra whitespaces
(edit) @8444   9 years Don-vip remove extra whitespaces
(edit) @8426   9 years Don-vip Accessibility - global use of JLabel.setLabelFor() + various fixes …
(edit) @8405   9 years Don-vip remove duplicated class JpegFileFilter
(edit) @8404   9 years Don-vip When doing a String.toLowerCase()/toUpperCase() call, use a …
(edit) @8395   9 years Don-vip convention - An open curly brace should be located at the end of a line
(edit) @8394   9 years Don-vip - global use of String.isEmpty() - Correctness - Method throws …
(edit) @8393   9 years Don-vip see #11447 - partial revert of r8384
(edit) @8384   9 years Don-vip squid:S1244 - Floating point numbers should not be tested for equality
(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) @8345   9 years Don-vip code style - Useless parentheses around expressions should be removed …
(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) @8308   9 years Don-vip fix potential NPEs and Sonar issues related to serialization
(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) @8069   9 years Don-vip fix #11074 - Cannot collapse geotagged images dialog
(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) @7956   9 years bastiK fixed #10962 - Photo orientation should not be ignored for thumbnails
(edit) @7954   9 years stoecker see #10854 - fix typos
(edit) @7935   9 years bastiK applied #10920, applied #10854 - Move 'Toggle image thumbnail preview' …
Note: See TracRevisionLog for help on using the revision log.