598 Commits

Author SHA1 Message Date
adam-m
76ed2839c6 Merge branch 'master' of https://github.com/0xNF/autopsy into merge_mods 2012-09-26 13:54:50 -04:00
0xNF
3edfe43ed4 Fixed potential null pointer exception. 2012-09-26 13:52:26 -04:00
adam-m
469500c60b Merge branch 'master' of https://github.com/0xNF/autopsy into merge_mods 2012-09-26 13:48:53 -04:00
0xNF
652e238ae3 Made some fields private, KeywordSearch now reflects that. 2012-09-26 13:43:47 -04:00
0xNF
42b04cb1b1 Removed superfluous method calls. 2012-09-26 12:58:36 -04:00
adam-m
58043edb45 Initial merge of core modules - it does build.
Pull core deps. jars from Maven using ivy.
Simplify dependencies.
TODO: add to classpath jars that should be, fix javahelp, merge layer.xml, disable some netbeans modules, merge Installer.java
2012-09-25 18:14:40 -04:00
adam-m
4f66fc0c80 update deps 2012-09-25 13:57:38 -04:00
adam-m
b2780d91cc Merge branch 'master' of https://github.com/sleuthkit/autopsy into merge_mods
Conflicts:
	Core/javahelp/org/sleuthkit/autopsy/casemodule/docs/new-icon.png
	Core/javahelp/org/sleuthkit/autopsy/casemodule/docs/open-icon.png
2012-09-25 13:46:27 -04:00
adam-m
d7cfd61926 move case to core
intermediate changes
2012-09-25 13:43:19 -04:00
Devin148
c075c896bc Fix typo. 2012-09-25 12:12:57 -04:00
Devin148
cc1716b81b Update javahelp user docs. 2012-09-25 11:24:24 -04:00
0xNF
3994bbc68a Fixed typos. 2012-09-25 10:14:59 -04:00
adam-m
e59973fd79 Merge branch 'master' of https://github.com/0xNF/autopsy 2012-09-24 17:26:21 -04:00
0xNF
9fb908f3fd Minor changes 2012-09-24 17:08:54 -04:00
Devin148
c85040d27e Update property reading in Keyword Search simple panel. 2012-09-24 16:42:39 -04:00
adam-m
c68024bfde Merge branch 'master' of https://github.com/0xNF/autopsy
Conflicts:
	KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/KeywordSearchIngestModule.java
2012-09-24 16:28:58 -04:00
0xNF
7e0e0a2ae3 KeywordSearch/Installer.java now handles creation of default configs. 2012-09-24 16:23:39 -04:00
adam-m
4fa5534cd5 Merge branch 'master' of https://github.com/0xNF/autopsy
Conflicts:
	KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/KeywordSearchIngestModule.java
2012-09-24 16:06:01 -04:00
0xNF
811c6de3cb KeywordSearchIngestModule now properly reads and sets via KeywordSearchSettings.
SearchSettings: various changes.
2012-09-24 15:56:29 -04:00
0xNF
68d71cbeb7 No longer tries to dispatch getDefault through KeywordSearchSettings 2012-09-24 15:49:32 -04:00
adam-m
4df34868ba Merge branch 'master' of https://github.com/0xNF/autopsy
Conflicts:
	KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/KeywordSearchIngestModule.java
2012-09-24 14:00:48 -04:00
adam-m
80aa9d7ff6 Merge branch 'master' of https://github.com/Devin148/autopsy
Conflicts:
	KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/KeywordSearchIngestModule.java
2012-09-24 11:01:52 -04:00
0xNF
6871bd5f87 Removed recursive calls to improve stability.
Fixed bug where KeywordSearch was generating 2 sets of config files.
2012-09-24 10:43:43 -04:00
Devin148
f505f66ded Display encodings on keyword search simple panel. 2012-09-24 10:25:39 -04:00
Devin148
0d814a96a2 Add spacing. 2012-09-24 10:22:47 -04:00
0xNF
24b8de63b3 Extracted various Keyword settings to KeywordSearchSettings.java.
KeywordSearchIngestModule.java has nothing to do with its panels, and vice versa.
2012-09-24 09:07:46 -04:00
adam-m
7294f3ca54 Merge branch 'master' of https://github.com/0xNF/autopsy
Conflicts:
	KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/KeywordSearchListsAbstract.java
2012-09-21 16:21:03 -04:00
0xNF
08033cbf21 Add boolean parsing error catching. 2012-09-21 16:17:24 -04:00
0xNF
c19e11603e Fixed typo 2012-09-21 15:58:06 -04:00
adam-m
adb3cd61c1 Move all config files to user config dir 2012-09-21 15:33:56 -04:00
0xNF
0f89855506 Keyword Search settings are now persistant via ModuleSettings 2012-09-21 14:30:12 -04:00
0xNF
6a17ec4b08 Got rid of old call to ModuleSettings.getUserDir(). 2012-09-21 14:29:21 -04:00
adam-m
f50b7da833 settings fix 2012-09-21 12:38:38 -04:00
0xNF
d4f1d5ec54 AutopsyPropFile is now ModuleSettings.
Use this file to create and store persistent settings for modules.
Also changed references to reflect class name change.
2012-09-20 14:20:34 -04:00
unknown
b7cdecf4da Update simple panel UIs. 2012-09-20 13:28:00 -04:00
adam-m
7e939b1108 remove ingest module registration from layer.xml 2012-09-19 16:29:49 -04:00
unknown
40e304b886 Bugfix to KeywordSearch Options panel. 2012-09-19 14:54:34 -04:00
adam-m
acebcb1064 Add version and args API to ingest modules 2012-09-18 14:20:25 -04:00
dhurd
c25d327de1 Reverted some changes to PropertyChangeEvents and Listeners. 2012-09-17 16:21:50 -04:00
dhurd
db098e50f2 Enabled the Plugins menu and hid core modules. 2012-09-17 15:54:30 -04:00
dhurd
2e83c35c57 Removed PropertyEvents and Listeners. 2012-09-17 15:43:54 -04:00
adam-m
c3f1327614 TSK-570 Move result frequency setting to keyword search 2012-09-17 14:21:51 -04:00
adam-m
42b5170a8c Merge branch 'master' of https://github.com/Devin148/autopsy
Conflicts:
	KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/KeywordSearchConfigurationPanel.java
2012-09-17 10:58:56 -04:00
dhurd
9589b27879 Merge git://github.com/sleuthkit/autopsy
Conflicts:
	KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/KeywordSearchConfigurationPanel1.java
2012-09-17 09:06:02 -04:00
adam-m
9b2f582934 Switch remaining logging from java.util.logging.Logger to coreutils.Logger 2012-09-14 18:16:01 -04:00
dhurd
ae5e115ed1 Updates to comments. 2012-09-14 16:58:19 -04:00
adam-m
5c7cc52ebd header fixes 2012-09-14 16:44:39 -04:00
dhurd
317aa3b686 Updates to storing and panel UI. 2012-09-14 16:03:16 -04:00
dhurd
fe951a1781 Merged Option panels with main Autopsy. 2012-09-14 15:00:36 -04:00
dhurd
0428aa849a Renamed Options panels for easier merging. 2012-09-14 14:08:29 -04:00