33 Commits

Author SHA1 Message Date
Dick Fickling
c3574202b6 off by 1 error 2012-02-02 14:47:49 -05:00
Dick Fickling
856a14d965 Set max width for columns in DataResultViewer 2012-02-02 14:43:08 -05:00
Dick Fickling
a161f8a27d Right-click option on all text fields. 2012-01-23 11:17:58 -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
Dick Fickling
6dd23decbf Added right-click context menus to content viewers 2012-01-19 17:09:04 -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
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
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
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
Dick Fickling
e96a1da1cf Reset offset in DataResult on new file selection 2012-01-03 18:05:49 -05:00
adam-m
9f402d6638 Merge branch 'keyword-search-prototype' of https://github.com/sleuthkit/autopsy into keyword-search-prototype 2011-12-30 16:12:11 -05:00
Brian Carrier
5f8a2581f2 index only files, added info log to indexing, fixed strings extraction, reduced calls to DataContentViewers 2011-12-30 15:55:10 -05:00
adam-m
8e2b2fcaa2 - fix columns to show for props of child nodes
- generalize getting abstractfsnode property map
- fix typo in getString in binary to string conversion
- add missing license comments
2011-12-30 15:54:24 -05:00
adam-m
0388bfd065 fix DataResultViewerTable to support tree view. Wrapping of nodes needs to happen earlier if want to filter children out from the view. 2011-12-27 15:23:30 -05:00
Peter J. Martel
1a122c97ec Remove ContentNode stuff (runs now) 2011-12-20 17:56:13 -05:00
Peter J. Martel
15bfd26baa Merge branch 'master' into keyword-search-prototype (NOT RUNNABLE) 2011-12-20 17:52:50 -05:00
Peter J. Martel
d50de29090 add "tool tips" to content viewers 2011-12-20 15:39:11 -05:00
Peter J. Martel
be10a4bb41 Add setPath to DataResult 2011-12-16 16:11:33 -05:00
Peter J. Martel
53142025da Miscellaneous trival cleanup 2011-12-15 18:58:12 -05:00
adam-m
ae3d88f3f8 Made picture viewer preferred for picture content nodes (i.e. if it is supported). 2011-12-14 10:01:10 -05:00
adam-m
18d881c086 Added isSupported flag to isPreferred interface for the DCV.
This allows to "cache" whether the viewer is supported for the node and forces the caller do determine that first (which fits current model).
Potentially avoids redundant checks (like Solr queries) and does not rely on checking GUI state, which seems cleaner long term.
2011-12-14 09:51:02 -05:00
Peter J. Martel
ad841ccffc Fix DataContent bug 2011-12-13 14:09:32 -05:00
Peter J. Martel
124ed5dfdd Clear out ContentNode & subclasses from CoreComponents 2011-12-12 16:06:40 -05:00
adam-m
681c136f12 TSK-279 Make markup extracted text be default for keyword hit 2011-12-09 12:27:04 -05:00
Peter J. Martel
f66d92ff33 Remove ContentNode.getRowValues(), .getDisplayPath(), and .getSystemPath() 2011-12-08 18:46:43 -05:00
Peter J. Martel
c842c9a6b5 Remove ContentNode.getContent() 2011-12-08 17:46:58 -05:00
Peter J. Martel
483e5cddf5 Remove ContentNode.read() 2011-12-08 16:03:45 -05:00
Peter J. Martel
eb69c4f335 Update module dependencies. 2011-11-10 17:49:00 -05:00
Peter J. Martel
dee4401575 Went through release process.
Updated module and application version numbers. Logging and MenuAction modules only had implementation changes, everything else was major (not backwards-compatible).
2011-11-10 17:30:55 -05:00
Brian Carrier
8d72f95d11 Initial import into github 2011-11-09 13:10:50 -05:00