8544 Commits

Author SHA1 Message Date
jmillman
a755d56b9d mroe refactoring of asynch loader tasks 2015-07-16 13:40:43 -04:00
jmillman
d1a1519ed5 load gifs with JavaFX to ensure animated playback. 2015-07-16 13:19:38 -04:00
jmillman
fcbc270459 fix animation of spinner by using timer to force repaint. 2015-07-16 13:04:27 -04:00
jmillman
93f8782fd5 format DataResultViewerThumbnail; replace ScrollPane with IconView and remove casting. 2015-07-16 13:03:26 -04:00
momo
8d03d36615 clarify comment 2015-07-16 12:53:56 -04:00
momo
8d08feac18 adding confirm message before closing case 2015-07-16 12:40:36 -04:00
jmillman
f7dd01c260 Merge remote-tracking branch 'upstream/develop' into data_result_viewer_video_thumbnails 2015-07-16 10:09:06 -04:00
jmillman
64fd5aaea8 more refactoring and inclusion of MetaDataPane in async loading scheme. 2015-07-15 17:49:52 -04:00
jmillman
eae9b25330 rename static constant 2015-07-15 16:45: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
Richard Cordovano
e03d26d5e8 Merge pull request #1432 from sidheshenator/thunderbird_NPE
NPE and other runtime exceptions possibly thrown handled
2015-07-15 15:41:58 -04:00
Richard Cordovano
322ef9ec94 Merge pull request #1431 from sidheshenator/photorec_dox
dox updated for photorec custom signature
2015-07-15 15:41:08 -04:00
Richard Cordovano
fad8a0aaa1 Merge pull request #1435 from mhmdfy/update-property-url
changed the url to use netbeans (more reliable source)
2015-07-15 15:40:19 -04:00
jmillman
c2eb9af862 fix implementation of Background loading of video thumbs in IG
don't transition through null file when reassigning file to DrawableTiles, prevents buildup of load tasks
bring GrouPane methods in line with current nomenclature
reduce calls to FileSyncListener
2015-07-15 14:27:28 -04:00
momo
3298ebcfa3 changed the url to use netbeans (more reliable source) 2015-07-15 13:29:55 -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
Richard Cordovano
63cc98bcd4 Merge pull request #1424 from millmanorama/caching_fix
fix caching of full images to improve performance
2015-07-14 16:48:34 -04:00
Richard Cordovano
0cafa619ad Merge pull request #1421 from millmanorama/use_filetypedetector_in_media_viewer
use FileTypeDetector in DataContentViewerMedia and only fall back on isMimeType
2015-07-14 16:48:20 -04:00
jmillman
0fcd572595 work on Ig backgroundloading of video thumbnails 2015-07-14 16:07:29 -04:00
jmillman
4afb53166d cleanup, modify ImageUtils API to be about "thumbnails" not "icons" and deprecate old API 2015-07-14 12:06:10 -04:00
jmillman
64769e7761 fix typo in comment 2015-07-14 11:25:12 -04:00
jmillman
66d5ed99d5 remove unsused members form DataContentViewerMedia 2015-07-14 11:24:58 -04:00
jmillman
47b814cca3 fix typo in comment 2015-07-14 11:21:35 -04:00
jmillman
a14e321f8b verify is delegating appropriately to Image and refactor ThumbnailCache 2015-07-14 11:12:29 -04:00
sidheshenator
1ed5e02e75 NPE and other runtime exceptions possibly thrown handled 2015-07-14 09:34:30 -04:00
jmillman
bdeead6462 Ig temp commit 2015-07-13 17:06:20 -04:00
jmillman
de996bf16b more cleanup; deprecated method that takes Content and replaced with one that takes AbstractFile 2015-07-13 16:19:46 -04:00
jmillman
a20dd52877 load default thumbnail correctly 2015-07-13 15:46:44 -04:00
jmillman
4f33fe25cc add image/x-rgb to supported mime types (SGI-RGB) 2015-07-13 15:26:52 -04:00
jmillman
5e375dd557 minor improvements to new image support
restore isImageSupported code lost in merge
more cleanup in ImageUtils and MediaViewImagePanel
lazily instantiate static fileTypeDetector
better notification of errorsl loading images
special case to display iff images incorectly identifiead as audio/x-aiff
show image icon in result viewers for more files
2015-07-13 15:12:51 -04:00
jmillman
dc65afc62b Merge branch 'include_all_drawable_mimetypes' into twelvemonkeys_imageio
Conflicts:
	Core/src/org/sleuthkit/autopsy/corecomponents/DataContentViewerMedia.java
	Core/src/org/sleuthkit/autopsy/corecomponents/MediaViewImagePanel.java
	Core/src/org/sleuthkit/autopsy/coreutils/ImageUtils.java
2015-07-13 11:55:03 -04:00
sidheshenator
439087436a dox updated for photorec custom signature 2015-07-13 11:19:27 -04:00
jmillman
733c4ee9c2 video thumbs IG temp 2015-07-10 16:23:02 -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
43fdb127a1 video thumbs temp 2015-07-10 10:47:59 -04:00
jmillman
e148978437 reduce duplication in DataContentViewerMEdia and MediaViewImagePanel by moving common code to ImageUtils 2015-07-09 17:43:22 -04:00
jmillman
c9bcf48acc cleanup logic in DataContentViewerMedia 2015-07-09 17:24:19 -04:00
jmillman
0a5d3fe988 further cleanup in MediaViewImagePanel 2015-07-09 17:14:52 -04:00
jmillman
7654604526 use twelevemonkeys library to decode lots more image formats and update the media viewers to display them.
refactor ImageUtils and prepare to base the image Gallery ThumbnailCache on it
use the FileTypeDetector in media viewer
2015-07-09 16:54:42 -04:00
jmillman
47156eb9ad reorder lines for readability 2015-07-09 16:48:24 -04:00
jmillman
8d6523906e cleanup project files 2015-07-09 16:46:02 -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
e823cd9536 cleanup MediaViewPanel and allow image content to scale as size of MediaViewPanel is changed 2015-07-09 13:46:45 -04:00
jmillman
b0670b3992 use twelvemnkeys to load lots more image formats 2015-07-09 13:09:18 -04:00
jmillman
82bd19f639 Merge branch 'use_filetypedetector_in_media_viewer' into include_all_drawable_mimetypes 2015-07-09 13:02:28 -04:00
jmillman
347dce3a9c Merge branch 'include_all_drawable_mimetypes' into data_result_viewer_video_thumbnails 2015-07-07 13:14:33 -04:00
jmillman
afaed0ab18 Merge remote-tracking branch 'upstream/develop' into data_result_viewer_video_thumbnails 2015-07-07 13:00:40 -04:00
jmillman
865b7f8498 fix caching of full images to improve performance 2015-07-07 12:24:56 -04:00
jmillman
6854454e0f Merge remote-tracking branch 'upstream/develop' into include_all_drawable_mimetypes 2015-07-07 10:50:58 -04:00