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
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
Brian Carrier
39d79d1ba4
minor doc updates for reports
2013-04-09 17:12:15 -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
Tim McIver
c6f97f6f96
Merge branch 'master' of https://github.com/sleuthkit/autopsy
2013-03-29 17:22:09 -04:00
Tim McIver
386ac703b6
Many changes in support of AUT-776 (Tag creation improvements).
2013-03-29 17:21:41 -04:00
adam-m
1f13c8da3a
upgrade commons-lang to 3. Keep 2 for other 3rd party modules that depend on it at runtime (there is no collision with 2 and 3)
...
Update EscapeUtil wrapper to use version 3.
2013-03-29 12:22:27 -04:00
adam-m
8e2bcdfae0
limit the scope of mutext when getting IngestManager singleton instance
2013-03-28 12:38:27 -04:00
adam-m
a3545379ea
update string viewer tooltip (to ASCII and Unicode)
2013-03-28 10:57:38 -04:00
adam-m
bb770ea958
add core method to query multiple pids matching a query
2013-03-28 09:47:16 -04:00
adam-m
e1742c3215
add util method for getting a java process pid and killing a process by pid
2013-03-27 19:58:24 -04:00
adam-m
64f4a8edc4
improve synchronization when opening ingest messages top component
2013-03-27 12:34:36 -04:00
adam-m
34a4b73776
Enable new ingest modules by default (track of disabled modules rather than enabled modules)
2013-03-27 11:15:02 -04:00
adam-m
f5e69fe373
better message when large number of match in file search. Using baloon msg. Increased the trigger from 1k to 10k matches.
2013-03-27 10:26:13 -04:00
Tim McIver
f0cb03b717
Fixed issue that was giving the wrong color to rows in the ingest
...
message box. Changed height and width of inges message box window.
2013-03-25 16:51:18 -04:00
Tim McIver
e22ed9e80e
Merge branch 'master' of https://github.com/sleuthkit/autopsy
2013-03-25 15:27:49 -04:00
Tim McIver
ecd2f1605f
Fixed bug causing the number of new messages displayed by the
...
ingest inbox icon to be wrong.
2013-03-25 15:22:18 -04:00
adam-m
8329c18625
Cleanly handle the case where javafx is not installed and components that depend on it at runtime (timeline, image viewer) cannot initialize
2013-03-25 11:16:40 -04:00
Adam
48f0ccefb5
better log exception from javafx init
2013-03-25 10:46:46 -04:00
adam-m
fd9c7bfba6
video viewer: align progress label better
2013-03-25 10:23:40 -04:00
adam-m
e8aae2c1a7
update comments
2013-03-25 10:16:53 -04:00
adam-m
80ff3c7582
change base case dir dialog from save to select
2013-03-25 09:42:28 -04:00
Tim McIver
fccb4cd1b5
Merge branch 'master' of https://github.com/sleuthkit/autopsy
2013-03-22 15:54:18 -04:00
Tim McIver
8bd585b909
Added code to propagate changes to MessageTableModel to the
...
IngestMessagePanel which then propagates this change to listeners
via its PropertyChangeSupport member. There is one problem: at
the end of the RecentActivity ingest the message inbox icon shows
two new messages when there should be only one.
2013-03-22 15:54:02 -04:00
adam-m
7375c9283c
Fix "View in New Window" action after the recent fix with duplicate content viewers
2013-03-22 15:46:21 -04:00
adam-m
187f24302e
video player cleaner switching between deleted and not deleted videos
2013-03-22 13:55:50 -04:00