629 Commits

Author SHA1 Message Date
adam-m
28f21129d5 Merge branch 'master' into zipmodule
Conflicts:
	NEWS.txt
	nbproject/project.properties
2013-02-07 11:14:23 -05:00
adam-m
07e13de21f initial sevenzip module - performs unpack of simple archives 2013-02-07 10:57:19 -05:00
adam-m
eaf79a739e add content viewer setter javadocs 2013-02-05 12:54:56 -05:00
adam-m
6223619340 remove method to set content viewer (using constructor for this) 2013-02-05 11:16:24 -05:00
adam-m
589e8735c7 Merge branch 'timeline' of https://github.com/tmciver-basis/autopsy into timeline
Conflicts:
	CoreLibs/build.xml
2013-02-05 10:57:45 -05:00
adam-m
28d5b44939 Simplify and unify generating property sheets for files after datamodel refactoring of fscontent methods 2013-02-05 10:16:50 -05:00
adam-m
77a1777ddf Merge branch 'master' into timeline 2013-02-04 12:44:16 -05:00
adam-m
9be3bb3547 add missing actions to dir tree for dir, files and derived files (tag, extract) 2013-02-01 18:43:17 -05:00
adam-m
4a594255e0 add derived files support for directory extract 2013-02-01 18:16:05 -05:00
adam-m
1a983c6bed add derived file support for thumbnails 2013-02-01 18:15:52 -05:00
adam-m
f4ebc5c652 Fix tagging of derived files and search for derived files by hash 2013-02-01 18:10:34 -05:00
adam-m
752dc2eaa8 - add hashing support for derived files (ingest, search)
- add extract action support for derived files
- refactor some code, make columns properties setting more common
2013-02-01 14:29:52 -05:00
adam-m
4f838e5f51 - add actions to derived file node
- add a fix so decorator/visitor adding actions to nodes preserves the actions the nodes themselves defined
2013-02-01 13:19:22 -05:00
adam-m
3caf999da9 use a save method of getting count of files to be ingested, instead of deprecated iterating over the result set 2013-02-01 12:31:46 -05:00
adam-m
4a762b9bd2 initial 7zip ingest module skeleton with libs 2013-01-31 20:58:26 -05:00
adam-m
f4a33db0eb adjust ingest scheduler to only consider fs files when checking whether special ntfs files should be enqueued 2013-01-31 20:39:58 -05:00
adam-m
5b21911756 hex/string viewer handle case when file offset could not be read, which can happen e.g. for deleted content 2013-01-31 16:16:12 -05:00
adam-m
2cadfadfa9 add distinct icons for archive files 2013-01-31 15:20:43 -05:00
adam-m
9f63e1ee36 show file node with derived children in dir tree 2013-01-31 15:03:56 -05:00
adam-m
0760f598ec support for opening parents of derived files in datamodel / nodes 2013-01-31 13:25:06 -05:00
adam-m
6c28e7a2e3 file search: add support for derived files and remove deprecated query replacing with findFilesWhere 2013-01-31 10:54:11 -05:00
adam-m
de1e0421aa fix use findFilesWHere instead of runQuery in RecentFileFilterChildren 2013-01-31 10:51:06 -05:00
adam-m
3373d128ed add abstract node API for getting info about underlying content children (facilitates lazy loading) 2013-01-31 10:21:54 -05:00
adam-m
e8ceb9ff7d update file manager API for derived files 2013-01-31 10:21:18 -05:00
adam-m
4d8a4d1651 Merge branch 'master' into zipmodule 2013-01-30 10:22:01 -05:00
adam-m
57ed2a8fe7 Clear pending notifications when case is closed 2013-01-30 10:21:36 -05:00
adam-m
927cec9e60 Merge branch 'master' into timeline 2013-01-29 22:13:47 -05:00
adam-m
7c1a2ad4c8 initial datamodel node support for derived file.
Add comments what to change after sleuthkit datamodel refactor.
2013-01-29 14:53:58 -05:00
adam-m
20ea5439e9 change due to datamodel change 2013-01-29 14:53:19 -05:00
adam-m
bcb1d1ac86 file manager API to create derived file 2013-01-29 14:52:32 -05:00
adam-m
9529ea5bca Merge branch 'zipmodule' of https://github.com/sleuthkit/autopsy into zipmodule 2013-01-28 17:48:05 -05:00
adam-m
d84df486ef fix display of virt dir node dir type 2013-01-28 17:46:58 -05:00
Tim McIver
c67e2754b7 Created a couple of timeline TopComponents. These approaches do not yet work. 2013-01-28 13:18:59 -05:00
adam-m
07dc320056 Merge branch 'master' into zipmodule 2013-01-27 10:33:54 -05:00
adam-m
7968704896 check if can't get pid when getting memory 2013-01-27 09:52:05 -05:00
adam-m
ed67432b20 add method to query pid and virt mem used with sigar 2013-01-27 09:43:55 -05:00
adam-m
981c4a67fd fix warn 2013-01-27 01:06:06 -05:00
adam-m
a4a1c305aa Merge branch 'master' into zipmodule 2013-01-26 16:06:02 -05:00
adam-m
1f367cfb0d fix checkin 2013-01-26 16:03:05 -05:00
adam-m
cfc27aab2a fix some java7 rawtype warnings 2013-01-26 15:57:23 -05:00
adam-m
e704d1cbf5 adjust ingest scheduler for derived files 2013-01-25 17:27:48 -05:00
Tim McIver
ebeebc821a Merge branch 'timeline' of https://github.com/sleuthkit/autopsy into timeline 2013-01-24 14:08:24 -05:00
adam-m
2fe79f6281 Merge branch 'master' into timeline 2013-01-23 15:26:36 -05:00
Tim McIver
11d33a4020 Removed ChangeListener interface from DataTopComponent as it is not needed. 2013-01-23 14:17:54 -05:00
adam-m
2190e783c9 - remove bookmarks from tree (using tags now)
- remove Bookmarks class references from code
- make Bookmarks class deprecated
2013-01-23 11:28:45 -05:00
adam-m
270c30ed3a - merge bookmarks under tags node, but with a different icon
- rename tag and bookmark actions to add "Source" to them
- add Source File Path as a new node property for tags and bookmarks
2013-01-23 11:16:27 -05:00
Tim McIver
faa78c614b Removed unneeded 'currentNode' member variable from DataContentTopComponent.
Disabled tabs in JTabbedPane in DataContentPanel on panel creation.
2013-01-23 10:57:45 -05:00
adam-m
34a36b3be1 change the external window mode to be editor (not modal) and allowing multiple windows docked 2013-01-22 22:52:38 -05:00
adam-m
421609d2dd bugfix: file search actions sometime not activated when case open, depending on timing of listener execution 2013-01-22 22:36:21 -05:00
adam-m
0e6ff1e41b - fix bug and crash if file search result tc closed, and window menu entry for the tc is still available
- remove nasty event handling code to keep track of file search top components open
- make the code simple and more generic to work for all data results top components active
- fix bug when closing data result panel
2013-01-22 22:28:27 -05:00