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
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
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
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
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
Eugene Livis
182d88a87c
Removed notification for first services scan, bug fix
2015-07-08 16:23:17 -04:00
esaunders
3581be77a8
Merge pull request #1427 from esaunders/solr_spin
...
Moved Solr query outside for loop in LuceneQuery.performLuceneQuery().
2015-07-08 13:55:29 -04:00
Eamonn Saunders
b975f230f9
Moved Solr query outside for loop in LuceneQuery.performLuceneQuery().
...
Modified Server.openCore() to check Solr server connectivity.
2015-07-08 13:52:39 -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
esaunders
81087f9742
Merge pull request #1425 from esaunders/create_keys_fix
...
Updated ChildFactory.createKeys() implementations to not return false…
2015-07-07 15:49:33 -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
jmillman
865b7f8498
fix caching of full images to improve performance
2015-07-07 12:24:56 -04:00
sidheshenator
c53636c8ef
Current open case not displayed in Open Recent Cases
2015-07-07 11:18:49 -04:00
jmillman
6854454e0f
Merge remote-tracking branch 'upstream/develop' into include_all_drawable_mimetypes
2015-07-07 10:50:58 -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