Tim McIver
17e13a5e5d
Reinstated removal of 'disabled.modules' from nbproject/platform.properties.
...
Also removed reference to JavaFX jar in Core.
2013-01-15 15:27:45 -05:00
Tim McIver
f075a34af9
Merge branch 'master' of https://github.com/sleuthkit/autopsy into timeline
2013-01-15 10:44:41 -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
Tim McIver
8cfbbc0024
Updates in effort to upgrade from Java 6 to Java 7.
2013-01-14 16:58:32 -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
7917159d51
Merge branch 'master' of https://github.com/0xNF/autopsy into timeline
2013-01-11 14:25:39 -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
0xNF
44460a8212
Merge https://www.github.com/sleuthkit/autopsy
2013-01-10 11:27:15 -08: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
0xNF
29822ababb
Merge https://github.com/sleuthkit/autopsy
2013-01-09 16:33:42 -08: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
0xNF
4db3397553
Merge https://github.com/sleuthkit/autopsy
2013-01-09 07:35:37 -08: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
Tim McIver
a8f6393c8a
Made changes due to FsContent.getFileSystem now throwing TskCoreException.
2013-01-08 15:22:23 -05:00
adam-m
7454f4ce74
fix html report crash when tags have special chars (forward slash)
2013-01-08 15:06:18 -05:00
Tim McIver
e62b062aa7
Fixed some updates to ReverseHierarchyVisitor that broke the 'Find File in
...
Directory' option when right-clicking a file in the Table View.
2013-01-08 14:39:22 -05:00
adam-m
2c51d6bb29
tags adjustments
2013-01-08 14:25:32 -05:00
adam-m
56a4bb756c
Fix unchecked warning
2013-01-08 13:57:40 -05:00
adam-m
8bbd3c195b
remove deprecation warning, use proper methods to close queries
2013-01-08 13:51:03 -05:00
Tim McIver
1ecae8338b
Updates in response to changes to DataModel that were in effort to complete
...
AUT-725.
2013-01-08 12:48:05 -05:00
adam-m
64cec303d7
Merge branch 'master' of https://github.com/Devin148/autopsy
2013-01-08 12:37:08 -05:00
adam-m
f29f48d34b
Add support for custom content viewer responding to sel. events from custom result viewer
2013-01-07 21:36:01 -05:00
adam-m
330c3ca45a
update module versions and deps for release
2013-01-04 16:39:13 -05:00
Tim McIver
c182619b8a
Changed JLabel text for content viewer preference radio buttons to read
...
'When selecting a file:'. Removed top separator line.
2013-01-04 10:14:36 -05:00
Tim McIver
13d9f15cc1
Updated General Options tab to use two radio buttons (rather than a single
...
check box) for the file viewer behavior preference.
2013-01-03 15:17:00 -05:00
Tim McIver
6285beaa5b
Merge branch 'master' of https://github.com/sleuthkit/autopsy
2013-01-02 17:42:50 -05:00
Tim McIver
2081639d30
Merge branch 'general-options'
2013-01-02 17:41:24 -05:00
Tim McIver
05360ba78a
Updates to code to complete implementation of behavior described in
...
AUT-729. In short, there is now a 'General' options tab where the user can
select whether the content viewer should remain on the one the user last
selected or if the 'most preferred' one should be used.
2013-01-02 17:34:36 -05:00
adam-m
241b7520b4
optimize out profiled code - reduce num of allocations of result object
2012-12-31 10:57:41 -05:00
0xNF
6c52649ce5
Added timeline functionality.
...
Select it from the tools menu -> Make Timeline
2012-12-28 16:44:46 -05:00
Devin148
af123407d7
Fix label spelling
2012-12-28 16:05:57 -05:00
Devin148
d4c69e3c96
Add right click tagging and display tags in directory tree
2012-12-28 15:58:51 -05:00
Tim McIver
48a2e5d6a0
Created a General options panel containing a single checkbox to 'Remember preferred content viewer' - no real functionality yet.
2012-12-28 11:00:14 -05:00