451 Commits

Author SHA1 Message Date
adam-m
3afe4a0a79 add API to case to get modules output dir 2013-02-13 10:04:17 -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
77a1777ddf Merge branch 'master' into timeline 2013-02-04 12:44:16 -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
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
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
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
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
adam-m
3f09687b46 make result window titles unique 2013-01-22 21:13:24 -05:00
adam-m
6986bf5fd9 make active tc after creating new data result tc 2013-01-22 21:10:03 -05:00
adam-m
dd352b2c39 remove obsolete top component from file search 2013-01-22 21:05:01 -05:00
adam-m
0f0dd4462a update API comments in data result panel, cleanup 2013-01-22 20:49:15 -05:00
adam-m
c8965a5006 better comments to data result tc class 2013-01-22 19:13:14 -05:00
adam-m
6271a562a4 cleanup after a fix 2013-01-22 19:05:17 -05:00
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
34e1b811c3 change java source level to 1.7 2013-01-20 08:48:14 -05:00
adam-m
14478fb014 support for custom modes in custom data result top components 2013-01-18 16:30:30 -05:00
Tim McIver
a71143591f Merge branch 'master' of https://github.com/sleuthkit/autopsy into timeline
Conflicts:
	thunderbirdparser/nbproject/project.properties
2013-01-18 11:07:50 -05:00
adam-m
93de5d7c33 Update versions for 3.0.4 release 2013-01-18 09:56:07 -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