adam-m
de597a83a3
Custom rendering of ingest message "inbox" notification area, keeping track of visited, rendering error, warnings.
...
Other misc. improvements.
2012-01-27 12:12:53 -05:00
adam-m
726ecb8234
Better handling of progress when new files enqueued to running worker (scale rather then restart bar from 0)
...
Format total running time in ingest summary
2012-01-26 10:04:11 -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
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
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
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
adam-m
ce2e83a6e3
initial GUI for search history (no actions yet)
2012-01-17 12:52:48 -05:00
adam-m
f0af21f0ec
TSK-299 Create Keyword List Export / Import Feature
2012-01-13 17:23:04 -05:00
adam-m
db4680b5f6
fix warnings: use non-deprecated function and typed collection
2012-01-12 11:19:11 -05:00
adam-m
ff605ae706
add delete keyword list feature
2012-01-11 18:53:49 -05:00
adam-m
7acbc92b1f
cleanup comments
2012-01-11 11:20:16 -05:00
adam-m
4825aff6ee
Load and save list dialogs
2012-01-11 11:16:25 -05:00
adam-m
973235ecd7
- preliminary keyword list load/save support (more gui work needed)
...
- keyword list is now auto sorted alphanumerically
2012-01-10 17:14:19 -05:00
adam-m
52b29a2892
Increase query accuracy and reduce query postprocessing needed (at least for case insensitive queries) by quering only the ws delim Solr field in the aggregate query to get file ids
2012-01-10 17:12:29 -05:00
Dick Fickling
6a6753868e
Merge branch 'keyword-search-prototype' of github.com:sleuthkit/autopsy into keyword-search-prototype
2012-01-09 13:39:06 -05:00
adam-m
64bad95659
added more default keywords for testing
2012-01-09 10:38:38 -05:00
adam-m
a8bfc14c13
- add expand node method to DataResultViewer interface and implement it for DataResultViewerTable
...
- auto start the list search for all queries once button is pressed, using the expand node method
2012-01-06 17:47:57 -05:00
Dick Fickling
99390e0d91
Move Logger and AutopsyPropFile into new module, CoreUtils
2012-01-06 16:29:42 -05:00
adam-m
f67715bc59
Fix to make .* regex queries more feasible (no need to send term containing * char to Solr)
2012-01-06 15:55:57 -05:00
adam-m
6afe67afa0
In addition to standard encoding of queries before sending over net, perform escaping of Lucene special characters to always treat Solr queries as words. This improves files query accuracy and highlighting dramatically and we assume user has no Lucene knowledge anyways.
2012-01-06 15:06:19 -05:00