Nick Davis
ca2a4e5b2b
Extracted hard coded strings. Commented strings that shouldn't be extracted using NON-NLS. Used @NbBundle.Messages() style annotations for strings. Verified it correctly builds.
2016-02-02 12:56:17 -05:00
Richard Cordovano
96c966002a
Revert "Revert "Revert "1501 ja image gallery - redo 1"""
2016-02-01 13:32:20 -05:00
Richard Cordovano
2a25dab4c6
Revert "Revert "1501 ja image gallery - redo 1""
2016-02-01 12:49:13 -05:00
Richard Cordovano
e6e91fa9be
Revert "1501 ja image gallery - redo 1"
2016-01-30 18:27:15 -05:00
Nick Davis
ee516a45d5
Ran searches. Tagged strings. Moved hard coded strings into @NbBundle.Messages() annotations.
2016-01-30 16:48:14 -05:00
Richard Cordovano
94a7a4addd
Revert "1501 ja imagegallery"
2016-01-30 09:42:45 -05:00
Nick Davis
f7ec38cb5f
Tagged several strings with NON-NLS. Extracted hard coded strings.
2016-01-27 21:10:44 -05:00
jmillman
2d29d55329
add option to return default humbnail to task; pull getReadFullSizeImageTask into DrawableFile using template method pattern;
...
create TaskUtils class to create tasks from callables/thunks
2016-01-04 15:51:13 -05:00
jmillman
960a2b5b61
comments, and cleanup
2016-01-04 14:31:21 -05:00
jmillman
85759dc786
introduce logContentError; abstract basic image meta data reading;
2015-12-31 14:34:32 -05:00
millmanorama
1455dd3a6d
refactor read image tasks, support cancellation
2015-12-31 14:34:14 -05:00
millmanorama
4b9ec7958f
taskify thumbnail loading
2015-12-31 14:33:53 -05:00
jmillman
8dc7208876
move ReadImageTask to ImageUtils, refactoring in IG to use readImageTask
2015-12-31 14:33:14 -05:00
jmillman
54cb82d924
catch and log ALL exceptions when reading an Image file.
2015-12-09 09:23:56 -05:00
jmillman
de6805cdc2
Merge remote-tracking branch 'upstream/develop' into show_hash_in_metadata
...
Conflicts:
ImageGallery/src/org/sleuthkit/autopsy/imagegallery/gui/Toolbar.java
ImageGallery/src/org/sleuthkit/autopsy/imagegallery/gui/drawableviews/MetaDataPane.java
2015-07-28 13:39:15 -04:00
jmillman
26c979395d
fix image/video support in content viewer
2015-07-27 16:44:33 -04:00
jmillman
3715e717e7
merge resolution to support both twelvemonkey image loading and opencv video thumbnails
2015-07-24 17:16:31 -04:00
jmillman
f15ee9426a
Merge remote-tracking branch 'upstream/develop' into data_result_viewer_video_thumbnails
...
Conflicts:
Core/src/org/sleuthkit/autopsy/corecomponents/DataContentViewerMedia.java
Core/src/org/sleuthkit/autopsy/corecomponents/ThumbnailViewNode.java
Core/src/org/sleuthkit/autopsy/coreutils/ImageUtils.java
ImageGallery/src/org/sleuthkit/autopsy/imagegallery/ThumbnailCache.java
ImageGallery/src/org/sleuthkit/autopsy/imagegallery/datamodel/ImageFile.java
ImageGallery/src/org/sleuthkit/autopsy/imagegallery/datamodel/VideoFile.java
2015-07-24 16:07:34 -04:00
jmillman
84d96d38ec
fixes and cleanup
...
pull up imageRef to DrawableFile and make sure both image and media are bing cahce din videofile
distinguish isDisplayableAsImage and isdisplayableAsMedia
ignore defaut icon for .swf files in IG
restore error display for undisplayable file sin slideshowview
2015-07-16 15:29:05 -04:00
jmillman
8368665a53
show Preview collage for videos rather thanjust warning about undisplayable media
...
factor common background loading code into DrawableTileBase
only rebuild cached image if it is smaller than max icon size
2015-07-15 16:44:27 -04:00
jmillman
94c8e7b6fe
Merge remote-tracking branch 'upstream/develop' into expand_image_format_support
...
Conflicts:
ImageGallery/src/org/sleuthkit/autopsy/imagegallery/datamodel/ImageFile.java
2015-07-15 09:53:56 -04:00
jmillman
66e9277f5f
Merge remote-tracking branch 'upstream/develop' into data_result_viewer_video_thumbnails
...
Conflicts:
ImageGallery/src/org/sleuthkit/autopsy/imagegallery/datamodel/ImageFile.java
2015-07-15 09:43:56 -04:00
jmillman
69d299222d
refactor imagutils , have Thumbnail cache do in memory caching but let IamgeUtils handle disk based cache. Fix tga support in IG
2015-07-09 16:29:16 -04:00
jmillman
865b7f8498
fix caching of full images to improve performance
2015-07-07 12:24:56 -04:00
jmillman
4db07ba65e
add "undisplayable" icon to DrawableTile.fxml and SlideShow.fxml; show this icon , when we can't display the contents of a drawable file.
2015-07-02 15:04:37 -04:00
jmillman
798ce18f0b
fix animated gif loading; add "undisplayable" icon to DrawableTile.fxml
2015-07-02 14:14:53 -04:00
jmillman
64e887b098
work towards showing a filetype icon even when we can't show the file
2015-07-01 15:58:30 -04:00
jmillman
e2cb9544f8
experimental work to show mimetype icon for undisplayable images/videos
2015-07-01 15:58:24 -04:00
APriestman
09671b5ba8
Finishing renaming.
2015-03-23 14:14:24 -04:00