45 Commits

Author SHA1 Message Date
Devin148
ae4c44d2c2 Enabled ingest modules save via properties. 2012-09-21 17:19:01 -04:00
adam-m
4e50fafe28 Add module reload listener to dialog panel, add API to reorder modules to loader 2012-09-21 13:19:56 -04:00
adam-m
00a442134a TSK-596 Use XML file to setup pipelines.
Preliminary ingest module loader implementation (no module autodiscovery)
2012-09-19 16:21:48 -04:00
adam-m
e237f50d90 improve resizing behavior 2012-09-19 12:59:35 -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
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
dhurd
66c8ec3a65 Added OptionsPanel interface and fully functional storing/loading. 2012-09-14 11:19:05 -04:00
dhurd
77f48c9e16 Updated when and how panels save/reload XML. 2012-09-14 09:41:34 -04:00
adam-m
b15176d244 more wording changes 2012-08-29 17:44:42 -04:00
adam-m
c78462d6a4 Ingests API changes.
Rename "service" to "module"
2012-08-29 16:46:34 -04:00
adam-m
85f882bbd6 fix anchor 2012-08-13 10:26:46 -04:00
adam-m
41bd406009 Fix spacing, add tooltip. 2012-08-13 09:28:03 -04:00
adam-m
b31b6750e8 Move options around 2012-08-12 17:05:42 -04:00
adam-m
fff2277ab2 fix alignment when resized 2012-06-13 12:49:15 -04:00
adam-m
b1e75f31e2 Minor alignment 2012-06-13 10:10:52 -04:00
adam-m
636ba09933 Better spacing 2012-06-12 17:02:54 -04:00
adam-m
3a51d2e35a Ingest manager global setting to process unalloc space
Inbox adjustment to disable navigation to unalloc file dir
Add pagefile to medium priority
2012-05-30 13:54:19 -04:00
Dick Fickling
dccbfb97cc Add LayoutFile, changes for new DataModel structure 2012-05-29 13:01:40 -04:00
adam-m
7fb5e45cde Update wording 2012-05-02 11:15:00 -04:00
adam-m
7efa3ef9cc Fix more compile warnings in ingest 2012-05-01 23:26:45 -04:00
adam-m
8fe64e9b64 - Add a confirm dialog when ingest is running and new image being added
- remove ingest/add image limitation from doc
2012-04-25 14:26:12 -04:00
adam-m
ddd98fb6ef ingest refresh setting: use radio with 3 options instead of slider 2012-04-24 18:17:55 -04:00
adam-m
961c414db8 Add tooltip with service description to ingest panel 2012-03-27 13:22:22 -04:00
Dick Fickling
70b40952d6 Move Advanced Configuration Dialog into CoreComponents
so that Ingest, Keyword Search, and Hash Database can use it.
2012-03-09 09:34:44 -05:00
unknown
33e71c19f0 Add back code to disable interval slider adjustment if ingest is running 2012-03-02 16:58:12 -05:00
Dick Fickling
4d6403f239 Misc gui updates 2012-03-01 15:14:52 -05:00
Dick Fickling
8ee5a23050 anchor panel to bottom so improve resizing 2012-02-29 16:49:32 -05:00
Dick Fickling
f017fa582a Merge branch 'master' of git://github.com/sleuthkit/autopsy
Conflicts:
	Ingest/src/org/sleuthkit/autopsy/ingest/IngestDialogPanel.form
	Ingest/src/org/sleuthkit/autopsy/ingest/IngestDialogPanel.java
2012-02-29 16:36:14 -05:00
Dick Fickling
0298b0c068 Dialog gui tweaks 2012-02-29 15:58:27 -05:00
adam-m
3b90fe9d88 add image wizard: save last config, visual tweaks 2012-02-29 15:49:20 -05:00
Dick Fickling
9e3e71b3eb Merge github.com:sleuthkit/autopsy
Conflicts:
	HashDatabase/src/org/sleuthkit/autopsy/hashdatabase/HashDbIngestService.java
	HashDatabase/src/org/sleuthkit/autopsy/hashdatabase/HashDbMgmtAction.java
	HashDatabase/src/org/sleuthkit/autopsy/hashdatabase/HashDbMgmtPanel.java
	HashDatabase/src/org/sleuthkit/autopsy/hashdatabase/HashDbPanel.form
	HashDatabase/src/org/sleuthkit/autopsy/hashdatabase/HashDbPanel.java
	Ingest/src/org/sleuthkit/autopsy/ingest/AdvancedConfigurationDialog.java
	Ingest/src/org/sleuthkit/autopsy/ingest/IngestDialog.java
	Ingest/src/org/sleuthkit/autopsy/ingest/IngestDialogPanel.form
	Ingest/src/org/sleuthkit/autopsy/ingest/IngestDialogPanel.java
	Ingest/src/org/sleuthkit/autopsy/ingest/IngestServiceAbstract.java
	Ingest/src/org/sleuthkit/autopsy/ingest/example/ExampleFsContentIngestService.java
	Ingest/src/org/sleuthkit/autopsy/ingest/example/ExampleImageIngestService.java
	KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/Bundle.properties
	KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/KeywordSearchConfigurationDialog.java
	KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/KeywordSearchConfigurationPanel.form
	KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/KeywordSearchConfigurationPanel.java
	KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/KeywordSearchIngestService.java
	KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/KeywordSearchIngestSimplePanel.java
	RecentActivity/src/org/sleuthkit/autopsy/recentactivity/RAImageIngestService.java
	Report/src/org/sleuthkit/autopsy/report/reportAction.java
	Report/src/org/sleuthkit/autopsy/report/reportHTML.java
	Report/src/org/sleuthkit/autopsy/report/reportPanel.form
	Report/src/org/sleuthkit/autopsy/report/reportPanel.java
2012-02-29 14:35:29 -05:00
Dick Fickling
ba21811f45 TSK-362 2nd level of ingest configuration 2012-02-29 13:15:13 -05:00
adam-m
9c89af1168 TSK-360 Move ingest panel into add image wizard
TSK-362	2nd level of ingest configuration
first iteration - changed wizard, service configs, reusable panel components
2012-02-29 13:09:49 -05:00
Dick Fickling
315812d9d8 Move 'Start' and 'Close' button from Ingest panel to dialog 2012-02-28 17:29:58 -05:00
Dick Fickling
d2c4725330 Add second level of configuration to Ingest Services 2012-02-28 16:55:16 -05:00
adam-m
aa1ceec6ff TSK-366 Review Slider in ingest 2012-02-24 16:02:42 -05:00
adam-m
87d296173c move out code from ingest tc
abstract out ui functionality to make it easier to move or substitute
2012-02-14 14:31:01 -05:00
adam-m
a42cc5a77f widget tweaks 2012-02-13 12:22:35 -05:00
adam-m
e5d47e2f7d - added freq slider adjustment for slider
- keyword search uses the setting
- added indexing complete report to user inbox
2012-02-13 12:16:29 -05:00
Dick Fickling
67d6bf3aef Add configure button to Ingest Dialog 2012-02-07 15:58:06 -05:00
adam-m
dbdb412055 fix ingest wizard 2012-02-03 02:56:16 -05:00
Dick Fickling
9aa1603628 Ingest Dialog Panel Changes 2012-02-02 11:05:10 -05:00
Dick Fickling
ba0995140c Add dialog after image add to kick off Ingest 2012-02-01 16:41:37 -05:00