15 Commits

Author SHA1 Message Date
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
26c979395d fix image/video support in content viewer 2015-07-27 16:44:33 -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
210f36b642 add progressHandle to video export for playback in Ig ; export video to same loation for IG as for FXVideoPanel 2015-07-17 12:57:50 -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
bdeead6462 Ig temp commit 2015-07-13 17:06:20 -04:00
jmillman
faa0c886cf build video thumbnails in background thread, build video thumbnail based on entire file not just short snippet 2015-07-10 16:08:28 -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
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
beb8efaa6a Extract FileTypeUtils from ImageGalleryModule
remove FileTypeIcons
remove deprecated method from GroupManager
2015-07-01 15:58:37 -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
APriestman
09671b5ba8 Finishing renaming. 2015-03-23 14:14:24 -04:00