544 Commits

Author SHA1 Message Date
adam-m
59ee127492 fixes #165
Activate media tab for deleted files and attempt to read / display them.
2013-03-12 11:12:10 -04:00
adam-m
4d65533e22 fix log typo 2013-03-11 16:59:25 -04:00
adam-m
abdfeb4dd8 log memory usage when changing case 2013-03-11 16:56:28 -04:00
adam-m
961492a7b2 log memory usage after adding image 2013-03-07 19:29:20 -05:00
adam-m
2a9154c49a correct getting virt memory in getAllMemInfo() 2013-03-07 19:29:06 -05:00
adam-m
6cd9190881 move out all methods to get memory from memorymonitor to PlatformUtil so they can be used elsewhere 2013-03-07 19:11:19 -05:00
adam-m
fe33f67efb log virtual memory used periodically in ingest monitor 2013-03-07 14:36:44 -05:00
adam-m
7037fb8403 Better integration of sigar instrumentation library. Should work on windows, linux, mac.
Added PID and virt memory used to log when application starts.
2013-03-07 14:31:22 -05:00
adam-m
55077002d3 remove stub methods in action visitor and use defaultVisit() 2013-03-06 10:24:53 -05:00
adam-m
10c22b9fda cleanup remaining content actions that needed be - move the default ones to nodes classes 2013-03-06 10:18:47 -05:00
adam-m
f2dee04f57 refactor and cleanup dir tree selection event handler, remove redundant code potentially causing issues 2013-03-04 14:41:18 -05:00
adam-m
26b67977ca minimize potentially unneeded calls to expandNode() in dir tree 2013-03-04 14:24:13 -05:00
adam-m
ea0e35fea1 Dir tree improve back and forward buttons behavior.
Use paths instead of nodes to keep track and do not reset history when tree is refreshed.
2013-03-04 13:31:12 -05:00
adam-m
bd8e76f279 preserve selections when refreshing content tree 2013-03-04 09:56:31 -05:00
adam-m
ded8558545 add a comment about a bug 2013-03-01 11:50:31 -05:00
adam-m
101192f0f3 Merge branch 'master' of https://github.com/sleuthkit/autopsy 2013-02-28 22:28:56 -05:00
adam-m
06eaa86407 Added support to refresh content tree by modules 2013-02-28 22:27:57 -05:00
adam-m
582facd39d make get system name() util method public 2013-02-26 21:38:47 -05:00
adam-m
23d5497760 add getter for content to abstract content node 2013-02-26 21:38:26 -05:00
Tim McIver
47982e4d69 Removed extraneous print statement. 2013-02-26 17:15:58 -05:00
Tim McIver
9d9116fbcd Merge branch 'master' of https://github.com/sleuthkit/autopsy 2013-02-26 16:35:01 -05:00
Tim McIver
3aba72182d Fixed bug in DataContentViewerMedia.captureFrames() that was causing
problems capturing frames for some video files.
2013-02-26 16:33:34 -05:00
adam-m
67bb174a68 Merge branch 'master' of https://github.com/sleuthkit/autopsy into zipmodule 2013-02-26 13:26:20 -05:00
Tim McIver
ea05517665 Created FrameCapture interface and made DataContentViewerMedia implement it.
Added ServiceProvider annotation so that lookup can be used to gain access
to this implementation. Added support class VideoFrame. Added apache commons
io to corelibs project.xml.
2013-02-25 17:57:07 -05:00
adam-m
decee14451 show dir children count in dir tree 2013-02-25 14:23:43 -05:00
adam-m
f39bf71303 add children count method to content node 2013-02-25 13:28:21 -05:00
adam-m
9c136f8e6f rename ingest context to pipeline context 2013-02-25 10:48:25 -05:00
adam-m
75ae09fbe6 Expose monitor API to get free disk space on ingest output disk to ingest modules 2013-02-22 18:34:37 -05:00
adam-m
2fc2b9af68 Remove ability from ingest context to store arbitrary parameters being passed in between parent/child files being ingested 2013-02-21 16:43:01 -05:00
adam-m
03f5aafccf dir tree handle case of recursive archives that should not be leafs in the tree 2013-02-21 12:53:55 -05:00
adam-m
3601e1d0f3 Support for passing a copy of ingest context parameters 2013-02-21 12:27:40 -05:00
adam-m
c6cb04463e better progress bar updates when new file scheduled, minor refactoring 2013-02-21 10:50:54 -05:00
adam-m
98cd322134 add 7zip module reschedule unpacked files 2013-02-21 09:55:32 -05:00
adam-m
a15a035565 add ingest context to ingest module process() method - API change.
Adjust all ingest modules.
Update ingest manager to create and pass in context.
2013-02-21 00:16:38 -05:00
adam-m
6440a75eaa use custom logger for enqueue worker 2013-02-20 14:31:46 -05:00
adam-m
2d3ac78bbc change getter visibility 2013-02-19 22:53:56 -05:00
adam-m
d2727f26fd - introduce IngestContext
- generalize and refactor ScheduledImageTask - to be used to schedule both file and image ingest.
Remove Task redundant class, and simplify scheduled.
- add preliminary API to schedule files.
2013-02-19 17:05:25 -05:00
adam-m
e36ebc9863 add 7z to archive extensions for icons 2013-02-14 21:30:12 -05:00
adam-m
b14ec11f86 Ingest Scheduler: rename scheduled task to more specific ScheduledImageTask, rename add() methods to schedule(), add API in scheduler to schedule single files 2013-02-14 17:43:35 -05:00
adam-m
4dd8444147 Merge branch 'master' into zipmodule
Conflicts:
	Core/src/org/sleuthkit/autopsy/datamodel/DirectoryNode.java
	Core/src/org/sleuthkit/autopsy/datamodel/FileNode.java
	Core/src/org/sleuthkit/autopsy/datamodel/FileSearchFilterChildren.java
	Core/src/org/sleuthkit/autopsy/directorytree/DataResultFilterNode.java
2013-02-14 16:35:18 -05:00
adam-m
91de7a6a1c ra minro cleanup, don't throw unchecked exceptions, do not process 0 sized files in chrome 2013-02-14 13:04:32 -05:00
adam-m
500e3ef9f5 fix open recent case out of bounds excepion in rare cases 2013-02-13 12:12:53 -05:00
adam-m
d583722da5 fix create modulesout only if it doesn't exist 2013-02-13 11:20:19 -05:00
adam-m
6816a1eaf1 update modules versions 2013-02-12 17:24:45 -05:00
adam-m
41d94bf62a fix dox warn 2013-02-12 17:09:56 -05:00
adam-m
699e10867a fix dox warning 2013-02-12 17:08:50 -05:00
adam-m
a9c01631a6 move default file and dir node actions from actions decorator to the Node classes, so all nodes have them by default. 2013-02-12 16:48:44 -05:00
adam-m
c9397e34b2 fix setting icons for file and dir nodes: make sure it is always set regardless of constructor used 2013-02-12 16:29:56 -05:00
adam-m
1e0b8508b6 - add a generic filter node class that can be reused by different viewers/clients
- use leaf filter node in timeline
2013-02-12 16:23:26 -05:00
adam-m
df48a2c1ef remove use of deprecated method for file search, use thread-safe method 2013-02-12 15:45:13 -05:00