20108 Commits

Author SHA1 Message Date
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
adam-m
0216bc7203 disable unneeded IDE bundles 2012-01-12 11:08:39 -05:00
adam-m
407c3f5504 fixed runtime deps using netbeans autodetect 2012-01-12 10:39:47 -05:00
adam-m
ff605ae706 add delete keyword list feature 2012-01-11 18:53:49 -05:00
adam-m
607853a84f Merge branch 'keyword-search-prototype'
Conflicts:
	CoreComponents/src/org/sleuthkit/autopsy/corecomponents/DataContentViewerHex.java
	CoreComponents/src/org/sleuthkit/autopsy/corecomponents/DataContentViewerString.java
	DataModel/src/org/sleuthkit/autopsy/datamodel/ContentChildren.java
2012-01-11 12:11:18 -05:00
adam-m
ad818c4078 Merge branch 'keyword-search-prototype' of https://github.com/sleuthkit/autopsy into keyword-search-prototype 2012-01-11 11:23:03 -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
Dick Fickling
ca437d65c9 Merge branch 'keyword-search-prototype' of github.com:sleuthkit/autopsy into keyword-search-prototype 2012-01-11 09:24:17 -05:00
adam-m
bcb23023f0 Merge branch 'keyword-search-prototype' of https://github.com/sleuthkit/autopsy into keyword-search-prototype 2012-01-10 17:16:10 -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
0d871d5696 Disable cleanup tasks 2012-01-10 14:03:00 -05:00
Dick Fickling
58a9caa47c Reword Extraction menu items, add dialog box on completion 2012-01-09 16:39:49 -05:00
Dick Fickling
57a493e761 Fix dependency changes 2012-01-09 14:20:06 -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