35823 Commits

Author SHA1 Message Date
adam-m
a0dff53d16 Added progress bar (using Progress API) for the ingest worker which shows progress for all services. 2012-01-25 18:04:38 -05:00
adam-m
9b460ac359 Basic runnable ingest framework. 2012-01-25 17:33:08 -05:00
adam-m
8b72034284 Ingest adjustments 2012-01-25 10:58:38 -05:00
Dick Fickling
977be67105 remove reference to uncommitted sleuthkit changes (for now) 2012-01-25 09:20:19 -05:00
Dick Fickling
75d0d3c0f1 remove reference to uncommitted sleuthkit changes (for now) 2012-01-25 09:12:20 -05:00
Dick Fickling
6ab994f605 Remove references to hash db in Add Image Wizard (broken in latest Sleuthkit) to make way for Ingest Service 2012-01-24 17:08:24 -05:00
Dick Fickling
6818d6c96e Moving hashdatabase package to new module 2012-01-24 17:03:46 -05:00
Dick Fickling
3af4b9458a Merge branch 'master' of github.com:sleuthkit/autopsy 2012-01-24 14:49:23 -05:00
adam-m
320fc7ff39 - Ingest framework skeleton
- TSK-287 Make Directory Tree tab left-most tab - fixed keyword search explorer
2012-01-24 14:48:10 -05:00
Dick Fickling
b67c9da3ad Merge branch 'master' of github.com:sleuthkit/autopsy
Conflicts:
	KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/KeywordSearchListTopComponent.java
	KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/KeywordSearchSimpleTopComponent.java
2012-01-24 14:31:37 -05:00
Dick Fickling
1501ae2af1 Send solr logs to separate log files 2012-01-24 14:06:16 -05:00
adam-m
338662fc90 Fix: when no files indexed, user could still press enter and start search 2012-01-24 09:41:38 -05:00
Dick Fickling
a161f8a27d Right-click option on all text fields. 2012-01-23 11:17:58 -05:00
adam-m
e145d545ca Simplify Lists top component as it no longer needs to share features with the other tabs 2012-01-20 14:47:58 -05:00
adam-m
1f58c74006 TSK-320 Move Keyword List Import/Export from tab to menu 2012-01-20 14:41:08 -05:00
adam-m
d20faf84b7 fix button alignment 2012-01-20 14:33:47 -05:00
adam-m
38b13632ba Deregister unneeded keyword search menu actions
Disable List search button before case loaded
2012-01-20 14:29:43 -05:00
adam-m
50bfe71efd TSK-317 Add scroll bars to Simple and List tabs 2012-01-20 14:16:20 -05:00
adam-m
58ff989ae2 Add scroll bars to keyword lists (import/export). Rename menu actions. 2012-01-20 11:10:42 -05:00
adam-m
1370a2db98 safer iteration over list elements 2012-01-20 10:27:26 -05:00
adam-m
6dd655941d fix literal attr loading and saving 2012-01-20 09:55:28 -05:00
adam-m
05785a1175 pressing enter adds word to keyword list 2012-01-20 09:27:36 -05:00
Dick Fickling
050f1a076c Merge branch 'master' of github.com:sleuthkit/autopsy 2012-01-20 09:03:45 -05:00
adam-m
626b14ebb5 Merge branch 'master' of https://github.com/sleuthkit/autopsy 2012-01-19 17:21:07 -05:00
adam-m
e061b4ec3b TSK-318 Hide special chars escaping from user in List search
- additionally, allow for user to add and search 2 identical keywords from the list, where one is regex and another is literal (escaped)
- add Regex column to result view that makes the like queries distinct
2012-01-19 17:20:38 -05:00
Dick Fickling
6dd23decbf Added right-click context menus to content viewers 2012-01-19 17:09:04 -05:00
adam-m
91bdf52fe1 TSK-318 Hide special chars escaping from user in List search
- moved escaping logic to be entirely done later at query time
- added column in gui for regex boolean, and column header
- added attribute to XML to store whether regex or not
2012-01-19 15:53:27 -05:00
Dick Fickling
14c39f10ee Making paged content viewers more similar in style 2012-01-19 14:59:21 -05:00
adam-m
e45946e506 TSK-316 No hex / strings view from "Keyword List" search
- fixed
- added alternative contructor to KeyValueNode that takes Lookup, which is often neccessary
2012-01-19 14:21:20 -05:00
Dick Fickling
22808e7f0f Merge branch 'master' of github.com:sleuthkit/autopsy 2012-01-19 13:44:57 -05:00
Dick Fickling
b137b342b7 resize "Text View" text area to match other content viewers, reset match count on new file selection 2012-01-19 13:44:32 -05:00
adam-m
f6a52eebc4 (TSK-309) False positives when searching for Arabic word
This also fixes getting correct results back for the non-regex search. Regex search already seemed to have worked correctly.
2012-01-19 13:31:44 -05:00
adam-m
118bcf2b40 enable,disable remove, remove all, save, export buttons as needed in List and Import/Export feature 2012-01-19 11:08:02 -05:00
adam-m
d097998e11 rename widget default variable names 2012-01-19 09:33:56 -05:00
adam-m
5a92a2ffd6 make txt field resize with the explorer 2012-01-19 09:30:20 -05:00
adam-m
620da797cc keyword list adjustments:
- do not save list if no keywords
- run search with all keywords on list, not only selected
2012-01-18 19:58:17 -05:00
Brian Carrier
e12ed4f5e4 Added panels to keyword search area 2012-01-18 17:06:35 -05:00
adam-m
3cd083a326 Merge branch 'master' of https://github.com/sleuthkit/autopsy 2012-01-18 16:21:52 -05:00
adam-m
3f15599344 tweaks to keyword search GUI:
Simple
OK * "Query" should be renamed to "Keyword"
OK * Text area should be a single line (like google / yahoo)
OK * RegExp should be moved below text area and be named "Regular Expression"
OK * If you press the enter key, then it does the search.
OK * Pressing "Search" with no keyword should cause an error message to display and not open a new DataResultViewer
OK * trim keyword if user entered whitespaces
List
OK * Rename "Load" to "Load List" and "Import List"
OK * In general, group more and reduce white space
OK * Box around "Add keyword down to above search"
OK * In top of box, have "Current Keyword List"
OK * Remove "Add a new Keyword: "
OK * Change "LIteral" to "Regular Expression" (??)
OK * Remove "Current list of keyword"
OK * Similarly, rename "Delete All" to "Remove All"
OK * REname "Save" to "Save List"
OK * Remove white space between list an "Delete" buttons
OK * Lots of words were already in there
OK * Reword "Current list of keywords" to "Current List"
2012-01-18 16:21:29 -05:00
Dick Fickling
7f19ba4723 Merge github.com:sleuthkit/autopsy 2012-01-18 10:47:58 -05:00
adam-m
77ff6f7828 TSK-285 Add text to Keyword Search TC
Added some more text / tooltips for the user.  More should go to docs.
2012-01-17 17:07:40 -05:00
Dick Fickling
3a0496895f Close DB ResultSet to fix locked DB error on image add 2012-01-17 13:56:12 -05:00
adam-m
ce2e83a6e3 initial GUI for search history (no actions yet) 2012-01-17 12:52:48 -05:00
adam-m
9bdcdf7246 Merge branch 'master' of https://github.com/sleuthkit/autopsy 2012-01-13 17:23:28 -05:00
adam-m
f0af21f0ec TSK-299 Create Keyword List Export / Import Feature 2012-01-13 17:23:04 -05:00
Dick Fickling
bfb7ffacf0 Remove unused imports 2012-01-13 16:53:17 -05:00
Dick Fickling
736149f3dd Additional modifications to case, recentcases, and hashdb to use AutopsyPropFile 2012-01-13 14:56:36 -05:00
adam-m
3ed04eedf3 remove remaining unneeded bundles deps 2012-01-12 12:49:33 -05:00
adam-m
db4680b5f6 fix warnings: use non-deprecated function and typed collection 2012-01-12 11:19:11 -05:00
adam-m
49d75b9efd disable additional IDE bundles 2012-01-12 11:14:41 -05:00