3760 Commits

Author SHA1 Message Date
Eugene Livis
43e23bb00e First scan is done in constructor, removed UNKNOWN service status 2015-07-15 16:26:57 -04:00
Eugene Livis
e81a8d74b3 Merge branch 'collaborative' of https://github.com/sleuthkit/autopsy into services_monitor 2015-07-15 16:06:01 -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
Ann Priestman
b9db444e6d Moving event publishing off the EDT 2015-07-15 12:23:16 -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
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
Richard Cordovano
b4ee3471eb Merge develop branch into collaborative branch 2015-07-13 16:43:28 -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
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
Eugene Livis
bdc7ca047f Only display notification if there are currently running ingest jobs 2015-07-10 15:55:00 -04:00
Ann Priestman
130c21cd2f Clean up errors when at least one ingest module fails to start. 2015-07-10 14:32:51 -04:00
jmillman
43fdb127a1 video thumbs temp 2015-07-10 10:47:59 -04:00
Eugene Livis
02fe277622 Merge branch 'collaborative' of https://github.com/sleuthkit/autopsy into services_monitor 2015-07-10 10:10:51 -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
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
Eugene Livis
182d88a87c Removed notification for first services scan, bug fix 2015-07-08 16:23:17 -04:00
esaunders
52c6e8d70f Merge pull request #1426 from APriestman/menu
Add tagging to context menu for artifacts linked to a datasource
2015-07-08 13:48:52 -04:00
Eugene Livis
4f35fa0ce7 Added comments 2015-07-08 13:46:44 -04:00
Eugene Livis
ad5a0219f1 Removed unused imports, cleanup 2015-07-08 13:40:22 -04:00
Ann Priestman
8b8685097b Add tagging to context menu for artifacts linked to a datasource 2015-07-08 13:37:20 -04:00
Eugene Livis
cfc7cf33e2 Synchronization for status setting, immediate execution of first services check 2015-07-08 13:29:05 -04:00
Eugene Livis
e28ec27c36 Refactroed service monitor for better code reuse 2015-07-08 11:30:58 -04:00
Eugene Livis
b47a3a05ad Exception texts via NbBundle.getMessage 2015-07-07 16:48:44 -04:00
Eugene Livis
c9f2863e27 Refactored service monitor to perform on-demand checks when service status is unknown 2015-07-07 16:38:56 -04:00
Eamonn Saunders
e1b32a9274 Updated ChildFactory.createKeys() implementations to not return false when they are unable to create keys. Returning false means "the list has only been partially populated and this method should be called again to batch more keys". 2015-07-07 15:46:58 -04:00
Eugene Livis
f4bc81f93e Minor changes 2015-07-07 13:53:27 -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
sidheshenator
c53636c8ef Current open case not displayed in Open Recent Cases 2015-07-07 11:18:49 -04:00
Eugene Livis
a99d4eed11 Using NbBundle.getMessage for error dialogs 2015-07-07 09:51:50 -04:00
Eugene Livis
9bb0a4d8bd Ingest manager cancels ingest jobs upon service outage events 2015-07-06 17:01:07 -04:00
Eugene Livis
4bd8356fa8 Modified HashMap to operate on strings, added UnknownServiceException 2015-07-06 15:56:09 -04:00
Eugene Livis
041f2644ee Changed how service status updates are set and obtained 2015-07-06 15:12:41 -04:00
Eugene Livis
01e19c3bc3 Added publishing of KWS and messaging events 2015-07-06 14:16:30 -04:00
Eugene Livis
50708fc211 Updated javadocs 2015-07-06 12:30:20 -04:00