jmillman
4f04fa641a
add mimetypes that are supported but seam to be missing from the ones reported.
2015-07-30 13:19:58 -04:00
jmillman
c74f204808
fix potential NPE
2015-07-30 13:01:17 -04:00
jmillman
9fe0e26cef
cleanup DataContentViewerMedia.isSupported
2015-07-30 12:51:12 -04:00
jmillman
240a46221c
refactor isSupportedLogic to provide a clearer distinction between video and images while reusing more code.
2015-07-30 12:38:50 -04:00
jmillman
ea0cdffe1c
only show application/octet-stream if the file has a supported extension
2015-07-30 11:30:46 -04:00
momo
db40bf6104
change init name
2015-07-29 15:53:46 -04:00
momo
38a460d269
cleanup code
2015-07-29 15:49:30 -04:00
momo
899369a0ed
initialized IngestJobs at startup for photorec, and making sure we are using the same monitor for IngestJobs in both photorec and hashdb
2015-07-29 13:15:27 -04:00
momo
a04de48c02
fix nullpointer exception
2015-07-29 12:22:49 -04:00
jmillman
852a54fbf7
re-remove thumbnail support check from DataResultViewerThumbnail
2015-07-28 17:19:15 -04:00
Richard Cordovano
cbffefae60
Merge pull request #1458 from mhmdfy/photorec-index-message
...
Photorec index message
2015-07-28 13:21:24 -04:00
Richard Cordovano
30f38c7077
Merge pull request #1465 from sidheshenator/patch-1
...
Unassigned moduleSettingsFilePath variable assigned
2015-07-28 13:05:42 -04:00
Richard Cordovano
7e5ef75b2c
Merge pull request #1452 from sidheshenator/non-ascii-usersitepackages-path-handles
...
exceptions handled in case usersitepackage paths contain nonascii cha…
2015-07-28 13:03:02 -04:00
Richard Cordovano
5dd33cd80e
Merge pull request #1451 from millmanorama/missing_resource_fix
...
fix missing resource exception
2015-07-28 13:02:35 -04:00
jmillman
692cd8a4a5
Merge branch 'video_thumbs_merge_resolution' into data_result_viewer_video_thumbnails
2015-07-27 17:03:22 -04:00
jmillman
26c979395d
fix image/video support in content viewer
2015-07-27 16:44:33 -04:00
jmillman
5638cf790b
fix image/video support in content viewer
2015-07-27 16:40:17 -04:00
Sidhesh Mhatre
a90d8d2d07
Unassigned moduleSettingsFilePath variable assigned
2015-07-27 15:53:54 -04:00
jmillman
33faf9cba8
fix merge problems
2015-07-27 14:05:10 -04:00
momo
ec0cc450c0
changed variable name to represent more than just photos
2015-07-27 09:42:35 -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
Richard Cordovano
19d525e87e
Merge pull request #1433 from millmanorama/expand_image_format_support
...
Expand image format support
2015-07-24 15:17:24 -04:00
Richard Cordovano
549653872d
Merge pull request #1437 from mhmdfy/aut-1699-close-confirmation
...
Aut 1699 close confirmation
2015-07-24 13:23:51 -04:00
Richard Cordovano
f1f0b23653
Merge pull request #1420 from sidheshenator/copy_paste_hashes
...
add hashes to databse implemented
2015-07-24 12:31:41 -04:00
sidheshenator
b374e9bb0b
Case class merge conflict - report delete events and tag events - resolved
2015-07-24 09:34:19 -04:00
momo
05b4d42b45
removing the list of carved files from message
2015-07-23 16:32:47 -04:00
momo
cdbb3de0bf
changing to more appropriate variable names and descriptions
2015-07-23 15:51:37 -04:00
momo
f63e84741f
added index message to PhotoRec Module
2015-07-23 15:19:03 -04:00
sidheshenator
7159d7d10c
Event name changed from DELETE_REPORTS to DELETE_REPORT
2015-07-23 12:53:22 -04:00
sidheshenator
23f4c0140e
exceptions handled in case usersitepackage paths contain nonascii characters
2015-07-21 14:57:27 -04:00
jmillman
c52607f8f9
fix missing resource exception
2015-07-21 13:54:04 -04:00
Richard Cordovano
be93867c89
Fix results view node count as in collaborative branch
2015-07-20 11:07:03 -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
c8ac16f713
cleanup GstVideoPanel to bring into closer alignment with FXVideoPanel in preparation for further abstraction
...
check if file exists before exporting in GstVideoPanel
move getTempVideoFile and generateVideoThumbnail to new VideoUtils class
2015-07-17 12:50:53 -04:00
jmillman
eae987ba5b
cleanup FXVideoPanel; check if file exists before exporting
2015-07-17 12:26:17 -04:00
jmillman
205e48246b
save videos for thumbnails in temp folder
2015-07-17 12:23:25 -04:00
jmillman
a0949033a4
loosen restriction on worker passed into ContentUtils.writeToFile
2015-07-17 12:22:31 -04:00
jmillman
bd7c5f8d3b
use extension instead of name
2015-07-17 11:23:31 -04:00
jmillman
dabcf0cb0a
use extension rather than whole name
2015-07-17 10:15:40 -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
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
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