13697 Commits

Author SHA1 Message Date
adam-m
6c1f0d77ed fix initialization order and cleanup 2013-01-22 18:55:23 -05:00
adam-m
738c704750 remove unused var, make list final 2013-01-22 18:49:02 -05:00
adam-m
fd75b355e2 fix spacing, add public constructor for palette 2013-01-22 18:48:45 -05:00
adam-m
f97e7abce8 Merge branch 'timeline' of https://github.com/tmciver-basis/autopsy into timeline 2013-01-22 18:11:31 -05:00
adam-m
d6f1bcf45d integrate result panel into timeline
result panel fixes
2013-01-22 18:10:44 -05:00
Tim McIver
934d135d18 Replaced last remaining call to DataContent.getTopComponent() in
DataContentDynamicMenu with DataContentTopComponent.findInstance(). Removed
DataContenet.getTopComponent() method and removed all implementations since
this method is no longer needed.
2013-01-22 18:04:37 -05:00
Tim McIver
0cef1ddc7a Refactored DataContentTopComponent by removing the 'tabbed pane' and
putting that logic into a separate JPanel (DataContentPanel) so that it can
be reused by other TopComponents.
2013-01-22 17:25:54 -05:00
adam-m
20124f8ff5 initial refactor of DataResult top component into an inner jpanel and outter tc 2013-01-22 15:49:48 -05:00
adam-m
14478fb014 support for custom modes in custom data result top components 2013-01-18 16:30:30 -05:00
adam-m
1df17993a7 make empty comment be empty string 2013-01-17 19:05:07 -05:00
adam-m
bd6d89c786 do not create bb attributes with empty comments if comment not set 2013-01-17 19:01:07 -05:00
adam-m
f442847c84 make nodeproperty public 2013-01-17 15:32:58 -05:00
adam-m
c4559d4082 Add action for result tags and bookmarks o navigate to source result 2013-01-17 12:47:37 -05:00
adam-m
65928b2595 fix tag actions 2013-01-17 10:37:43 -05:00
adam-m
fdb7e85376 ensure single instance of sub installers within Core 2013-01-16 17:43:48 -05:00
adam-m
c0a2a03d22 better tags init() 2013-01-16 17:34:38 -05:00
adam-m
52c3fc41d5 Nested tags in dir tree 2013-01-16 17:24:09 -05:00
adam-m
ce1ce42c00 use enum map instead of hashmap for bookmarks 2013-01-16 15:43:31 -05:00
adam-m
4156200a57 use new message/notify API instead of some modal dialogs 2013-01-16 14:08:50 -05:00
adam-m
67a058eb92 hide default view menu entries 2013-01-16 13:54:21 -05:00
adam-m
8335aa84eb hide web menu in window 2013-01-16 13:51:21 -05:00
adam-m
13e65b812f add custom property for result tags 2013-01-16 11:11:59 -05:00
adam-m
f93a0a9a8e add result type to result bookmarks 2013-01-16 10:58:50 -05:00
adam-m
4c6af85c2b mechanism to add custom properties to BlackboardArtifactNode 2013-01-16 10:49:07 -05:00
adam-m
30ba53bc67 Separate create of new tag, from tagging a file/result and adding comment 2013-01-16 10:14:41 -05:00
adam-m
63a03694f9 better, custom dialog for creating tags and bookmarks 2013-01-15 17:08:45 -05:00
adam-m
8fc7a6d47f Force load all dynamic libraries in Autopsy, and force load ms crt, before datamodel does 2013-01-15 13:17:20 -05:00
adam-m
6ec453eef2 Merge https://github.com/tmciver-basis/autopsy
Conflicts:
	Core/src/org/sleuthkit/autopsy/datamodel/ContentUtils.java
2013-01-15 10:39:01 -05:00
adam-m
b90fcf8d04 Better text when creating tags 2013-01-14 17:30:02 -05:00
adam-m
9dab1e1a57 added native and heap memory monitor to ingest monitor, using monitor.log file 2013-01-14 16:15:51 -05:00
adam-m
21a9dae192 fix compile warn 2013-01-14 16:02:02 -05:00
adam-m
c034962787 Change bundled dir name from jre6 to jre making it version independent, easier to upgrade 2013-01-11 17:18:29 -05:00
Tim McIver
0860d97082 Merge branch 'master' of https://github.com/sleuthkit/autopsy 2013-01-11 12:38:49 -05:00
Tim McIver
e840fa0a0e These changes in support of AUT-740 concerning KeywordSearch 'Advanced
Keyword Search Configuration' dialog box. Renamed 'Save As' button to
'Copy List'. Added cancel button. Altered logic so that when a copy list
operation is aborted, a dialog no longer pops up saying that the list was
saved.
2013-01-11 12:35:02 -05:00
adam-m
473f9231ae fix bookmark cancellation 2013-01-11 09:41:39 -05:00
Tim McIver
47fc2abb80 Merge branch 'master' of https://github.com/sleuthkit/autopsy 2013-01-10 17:40:38 -05:00
Tim McIver
e11e346b73 Removed inner classes ShortNameVisitor and GetPathVisitor from
ContentUtils as well as method 'getSystemPath()' per AUT-753. This
functionality has been replaced by use of Content.getUniquePath().
2013-01-10 17:28:28 -05:00
Tim McIver
c6cc2667ef Fixed display of unique path of parent directory in 'Directory Listing'
window per AUT-750 and AUT-753.
2013-01-10 16:22:16 -05:00
adam-m
7421e257a9 Merge branch 'master' of https://github.com/tmciver-basis/autopsy 2013-01-10 12:30:19 -05:00
adam-m
24a6c2d709 remove call to garbage collect, we shouldn't be doing it 2013-01-10 11:01:56 -05:00
Tim McIver
0011fffdf7 Merge branch 'master' of https://github.com/sleuthkit/autopsy 2013-01-09 17:18:44 -05:00
adam-m
7e4a2343e0 better error icon 2013-01-09 17:09:24 -05:00
adam-m
f87ebd7fb7 better notify messages + strip html from ingest messages if present 2013-01-09 17:02:59 -05:00
adam-m
3f226b3ff2 Better error message due to low disk space 2013-01-09 16:45:40 -05:00
adam-m
9b5a84e951 - added utils to show message / notification in status area
- ingest errors/warnings now show as clickable notifications
2013-01-09 16:40:45 -05:00
adam-m
2f529c1cc0 add source file path to result content view for consistency 2013-01-09 13:51:38 -05:00
adam-m
6d33cd7aaf new static method to create a custom data result viewer linked to a custom content viewer 2013-01-09 09:42:40 -05:00
Tim McIver
2343d091c8 Clean up org.sleuthkit.autopsy.directorytree.ViewContextAction.ReverseHierarchyVisitor code. 2013-01-08 16:15:17 -05:00
adam-m
2a7e0fbeb4 fix dox warnings 2013-01-08 15:54:32 -05:00
adam-m
ad6ae1ba3c fix hang in excel report generation when special chars present in datatype 2013-01-08 15:26:30 -05:00