12363 Commits

Author SHA1 Message Date
William Schaefer
eb7af71c15 4961 add missing comment on constructor 2019-05-14 12:05:59 -04:00
William Schaefer
ba2dd2273f 5064 prevent class cast exception from being thrown 2019-05-14 11:58:53 -04:00
Joe Ho
babbd16526 Merge branch '5010-Make-Logical-Imager-DSP-stub-with-config-panel' into 5011-Logical-Imager-DSP-adds-data 2019-05-14 11:26:05 -04:00
Joe Ho
d0868cb0af Address 3 PR problems. 2019-05-14 11:24:34 -04:00
William Schaefer
9d223188d5 4961 fix typo in exception variable name 2019-05-14 11:06:31 -04:00
William Schaefer
9b1ab327a4 4961 log remaining exceptions change log file detection 2019-05-14 11:02:30 -04:00
Kelly Kelly
4d394710d7 merged in develop 2019-05-14 10:46:10 -04:00
Joe Ho
b35b7c0214 Validate imageDirPath 2019-05-14 10:44:58 -04:00
Kelly Kelly
054e7a23fa Added support to the filter pane for the communications limit 2019-05-14 10:07:23 -04:00
William Schaefer
974baa935b 4961 address 1st wave of codacy complaints 2019-05-13 18:44:22 -04:00
esaunders
de23b6b637 Go to page should not be enabled if there is only one page. 2019-05-13 16:49:08 -04:00
Joe Ho
fe2a9857f4 Merge branch '5010-Make-Logical-Imager-DSP-stub-with-config-panel' into 5011-Logical-Imager-DSP-adds-data 2019-05-13 16:22:18 -04:00
esaunders
5e66be8cde Merge branch 'paging-child-factory' of github.com:sleuthkit/autopsy into 5014_known_slack_filtering 2019-05-13 16:18:49 -04:00
Joe Ho
6f259e0b1a fix imports 2019-05-13 16:17:18 -04:00
esaunders
27f171e32f
Merge branch 'paging-child-factory' into 5013_ds_tree_paging 2019-05-13 16:06:57 -04:00
Joe Ho
5e55c41fa8 Select the fold containing the sparse_image.vhd 2019-05-13 15:09:55 -04:00
Joe Ho
c5bb82dc99 Merge branch '5010-Make-Logical-Imager-DSP-stub-with-config-panel' into 5011-Logical-Imager-DSP-adds-data 2019-05-13 10:03:27 -04:00
Joe Ho
1e48ea0bc1
Bump copyright year 2019-05-10 20:29:05 -04:00
Joe Ho
5b22d28a12
trigger build 2019-05-10 19:51:13 -04:00
William Schaefer
01cb54a03e 4961 some comments added some clean up 2019-05-10 18:29:41 -04:00
William Schaefer
6feed3db22 4961 make internal listeners for HexView and RejTreeView to avoid leaking this 2019-05-10 18:28:20 -04:00
William Schaefer
711ae01f20 4961 merge in develop 2019-05-10 17:53:09 -04:00
Joe Ho
f113440b23 Merge branch '5010-Make-Logical-Imager-DSP-stub-with-config-panel' into 5011-Logical-Imager-DSP-adds-data 2019-05-10 16:55:06 -04:00
William Schaefer
e9d5ad980d 4961 fix spacing after labels 2019-05-10 16:50:37 -04:00
William Schaefer
8e9487cf14 4961 more adjustments to resizing of registry file viewer 2019-05-10 16:46:11 -04:00
William Schaefer
dc3923cb3c 4961 attempt to fix resing of components in Registry viewer 2019-05-10 16:25:42 -04:00
Joe Ho
ee3f61c6aa Fix compile errors 2019-05-10 16:25:06 -04:00
Joe Ho
c871bcd09a Fix codacy errors 2019-05-10 16:22:34 -04:00
Joe Ho
807071084f Fix PR comments 2019-05-10 16:01:27 -04:00
William Schaefer
ca129dc398 4961 change variable names to be consistant with Autopsy style 2019-05-10 15:25:15 -04:00
William Schaefer
a8990e0870 4961 fix casting bug and add min size for registry files 2019-05-10 14:56:02 -04:00
Raman
b09bd0517e 5062: replace createParentDirs. 2019-05-10 14:31:14 -04:00
William Schaefer
1fcc0e7a78 4961 restore leaking this in constructors of HexView and RejTreeView so it will work 2019-05-10 14:29:36 -04:00
William Schaefer
2d07ea6160 4961 add isSupported method for ingornig files with correct method signature but incorrect data 2019-05-10 14:22:34 -04:00
William Schaefer
82d88572da 4961 merged bundle file updated 2019-05-10 13:30:41 -04:00
William Schaefer
1e89dead3c 4961 change user facing text to be bundle messages 2019-05-10 13:07:27 -04:00
Richard Cordovano
dcf1c81fe9
Merge pull request #4781 from dannysmyda/4991-TextExtractor-Metadata-API
4991 text extractor metadata api
2019-05-10 12:34:36 -04:00
Richard Cordovano
46455a8760
Merge pull request #4767 from dannysmyda/4992-Prototype-Image-Region-Tagging
4992 - POC/Simple implementation for drawing 'tag' boxes overtop images
2019-05-10 12:15:48 -04:00
William Schaefer
23a02fbce4 4961 prevent leaking this in constructor when setting up listeners 2019-05-10 12:09:58 -04:00
William Schaefer
d730cb714a 4961 third pass at clean up mainly making classes final 2019-05-10 12:03:23 -04:00
William Schaefer
f6218daa7c 4961 restore some access levels to prevent leaking of non-public types 2019-05-10 11:56:41 -04:00
William Schaefer
f7bff62dbd 4961 second pass at clean up mainly reducing scope of classes and methods 2019-05-10 11:47:50 -04:00
William Schaefer
bd028467cf 4961 second pass at clean up mainly reducing scope of classes and methods 2019-05-10 11:47:20 -04:00
William Schaefer
eda39d0bc0 4961 first pass at clean up of integrated rejview code 2019-05-10 11:40:33 -04:00
William Schaefer
7bd569b665 4961 initial integration of RejView library into autopsy 2019-05-10 11:06:13 -04:00
U-BASIS\dsmyda
39786e2c92 Close second stream 2019-05-10 10:22:09 -04:00
U-BASIS\dsmyda
2fb757d642 Removed unnecessary try block 2019-05-10 10:16:42 -04:00
U-BASIS\dsmyda
1c63a4f6e2 Merge branch 'develop' of github.com:sleuthkit/autopsy into 4871-Improved-MimeType-Detection 2019-05-10 09:55:16 -04:00
Joe Ho
29b3dd0731 initial code, not all working 2019-05-10 09:48:58 -04:00
William Schaefer
cc92182522 4961 add custom/windows-nt-registry MIME type and use it instead 2019-05-09 18:23:04 -04:00