adam-m
d683f2ff55
add missing actions for local directory nodes
2013-05-09 16:35:43 -04:00
adam-m
a35daf8660
Fix file search feature to work on ALL files and no only fscontent files, including local files.
...
Make File and Directory nodes more generic.
2013-05-09 15:52:09 -04:00
adam-m
411f43d940
set icon for KeyValue node if has file content
2013-05-09 12:44:57 -04:00
adam-m
6ef8dd02bf
when adding dir, add parent dir for context
2013-05-09 12:19:05 -04:00
adam-m
81309ee135
more of handling when Image can be null for some Content
2013-05-09 11:51:22 -04:00
adam-m
51ee558af7
image-level ingest scheduler - make sure only image content objects are enqueued
2013-05-09 11:25:20 -04:00
adam-m
f03afc640b
update action name
2013-05-09 10:59:23 -04:00
adam-m
a04de7afa9
Update IngestScheduler to support also imageless Content objects such as local files, make file counting code (for progress) also working for non-image sources
2013-05-09 10:57:29 -04:00
adam-m
3523baccb9
initial generalization of ingest configuration to use Content
2013-05-08 17:47:15 -04:00
adam-m
d8721094c6
update comments
2013-05-08 17:32:39 -04:00
adam-m
ab05925e74
initial changes to generalize ingest to input Content not just Image
2013-05-08 15:56:35 -04:00
adam-m
53375b6cb1
update comments
2013-05-07 17:18:43 -04:00
adam-m
c4cc786353
better expansion of virt dir children in dir tree
2013-05-07 15:46:51 -04:00
adam-m
ce4ee992ea
Recursive local file support in FileManager and dir tree
2013-05-07 15:44:55 -04:00
adam-m
e5c83bc9ce
rename Images node, autorefresh content tree after adding local files
2013-05-07 12:53:33 -04:00
adam-m
509a2bca78
use generics for ScheduledImageTask
2013-05-07 12:40:19 -04:00
adam-m
14db785dd5
file manager and visitor additions for local files
2013-05-07 12:27:32 -04:00
adam-m
c77b2d44ee
Merge branch 'master' into scalpel-carver
2013-05-06 17:00:35 -04:00
adam-m
f66905831c
new methods in FileManager to add single local file
2013-05-06 16:22:08 -04:00
adam-m
6007a0c915
make LocalFileNode more generic
2013-05-06 15:10:17 -04:00
adam-m
18225e2bfc
Initial addition of LocalFile in autopsy and local file node (handles both local and derived files)
2013-05-03 17:56:03 -04:00
adam-m
1af6c363fd
- fix case when no image to get timezone (for top level virt dir)
...
- set icons for virt dirs for reserved virt dir names
2013-05-03 12:51:59 -04:00
adam-m
b641b54394
Better logic in ingest scheduler for not processing unalloc blocks
2013-05-02 11:28:39 -04:00
adam-m
b64089fc7f
change error msg from Sun to Oracle
2013-05-02 09:32:57 -04:00
adam-m
f4d0a48ccf
fixes AUT-945 "Process Unallocated Space" option doesn't do anything
2013-05-01 14:48:09 -04:00
adam-m
efe98d59d2
Abstracts out startup window, added StartupWindowProvider doing runtime discovery and choosing the right window to use
2013-04-30 13:19:35 -04:00
adam-m
b53e5783ce
add double click option on layout files that have derived children
2013-04-29 18:51:19 -04:00
adam-m
36f1bae2b1
fix bug showing nothing in file views if hash ingest hasn't run
2013-04-29 18:05:55 -04:00
adam-m
8d4a262075
add support to properly show carved files in dir tree, also in case if there is no FS.
...
Add support to show derived children of carved files.
2013-04-29 16:31:41 -04:00
adam-m
57ffa25d32
add support for carved files in file by type view
2013-04-26 00:04:44 -04:00
adam-m
9c4ddb10c8
make data member private in search filters view
2013-04-25 23:53:12 -04:00
adam-m
1c1d3c52ae
add support for carved files in thumbnail view
2013-04-25 23:43:32 -04:00
adam-m
f43e89e874
add .raw to image extensions
2013-04-25 23:40:17 -04:00
adam-m
360b1c020e
add custom icon for carved files
2013-04-25 23:35:15 -04:00
adam-m
4d0a445901
adjust deleted files view
2013-04-19 13:35:00 -04:00
adam-m
4752947860
restructure DeletedContent classes to export public nodes types properly. Add defautl double-click actions
2013-04-17 10:05:45 -04:00
adam-m
5c19398b3e
add initial new view in dir tree with all deleted content
2013-04-16 18:02:43 -04:00
adam-m
6c7970d16b
Merge branch 'scalpel-carver' of https://github.com/tmciver-basis/autopsy into scalpel-carver
2013-04-11 13:56:40 -04:00
Tim McIver
bad30a1621
Added method FileManager.addCarvedFile() which delegates to new method
...
SleuthkitCase.addCarvedFile()
2013-04-10 17:00:02 -04:00
Brian Carrier
39d79d1ba4
minor doc updates for reports
2013-04-09 17:12:15 -04:00
Tim McIver
78179975f8
Fixed possible concurrency bug in MediaViewVideoPanel.captureFrames()
...
method. Changed frame capture timeout value from 100ms to 1 second.
2013-04-08 14:19:44 -04:00
Tim McIver
e2e4e05597
Changed the way problematic video files are tracked: now using a set of
...
strings that are the file names of the bad video files rather than a set
of the java.io.Files themselves.
2013-04-05 11:22:19 -04:00
Tim McIver
4b571295dd
Created a constant for the media player error string and display it in
...
the info JLabel on various gstreamer errors.
2013-04-05 10:32:11 -04:00
Tim McIver
3c4d5cf342
Updates to media player code to handle errors when calling play, pause,
...
stop and setState on PlayBin2 object. An error message will be displayed
in the infor label if there is an error. Satisfies requirements of
AUT-905.
2013-04-04 17:39:40 -04:00
Tim McIver
10100788f6
Added try/catch around call to lock.wait to better deal with the case
...
that a timeout has occurred. Also reduced the timeout time from 500 ms
to 100 ms.
2013-04-04 14:40:58 -04:00
Tim McIver
cd0940ec97
Made MediaViewVideoPanel.captureFrames method more robust by checking for
...
errors in return status of calls to play, pause and stop methods of the
PlayBin2 object. Also, removed loop that waited for a frame to be captured
by using a synchronization lock with timeout to communicate between instance
of RGBDataSink.Listener and the captureFrames method.
2013-04-03 16:37:59 -04:00
Tim McIver
8396bd8521
Merge branch 'master' of https://github.com/sleuthkit/autopsy
2013-04-02 17:23:51 -04:00
Tim McIver
0533655d80
Removed dependency of MediaViewVideoPanel.captureFrames
...
method on 'currentImage' member variable removing any
concurrency issues involving that member variable.
2013-04-02 16:44:25 -04:00
adam-m
4f2ad6c24c
Add support to get viewers from data result top component
2013-04-02 09:49:24 -04:00
Tim McIver
469b62e669
Fixed bug that was causing a file/result to be tagged even after
...
the user cancels the tag creation dialog. This only happened after
the user had previously created a tag.
2013-04-01 13:50:12 -04:00