4288 Commits

Author SHA1 Message Date
Oliver Spohngellert
34e227f9a0 Resolved backwards compatability issues regarding getArtifactType 2016-01-12 12:54:53 -05:00
Oliver Spohngellert
a5d5ad7874 Updated ModuleDataEvent to handle Type well. 2016-01-11 14:59:54 -05:00
Oliver Spohngellert
93a4d386f2 Added ARTIFACT-TYPE to type class 2016-01-11 11:10:49 -05:00
Oliver Spohngellert
2e32e5ad8b Updated to reflect use of BlackboardArtifact.Type (unfinished) 2016-01-08 16:50:39 -05:00
Oliver Spohngellert
edd842500b Updated ModuleDataEvent to reflect the use of ArtifactTypeID, used new methods in ModuleDataEvent anywhere relevant, i.e. wherever the ArifactType was used in other classes that used ModuleDataEvent. 2016-01-08 11:52:50 -05:00
Oliver Spohngellert
4d7c9a7635 Merge remote-tracking branch 'upstream/develop' into custom_artifact_addition 2016-01-08 11:37:56 -05:00
Oliver Spohngellert
1be09d7ac7 Changes to ExtractedContent to reflect updated sleuthkit 2016-01-08 08:56:48 -05:00
Richard Cordovano
658871195a Merge pull request #1800 from millmanorama/IG-bug-fixes
IG bug fixes
2016-01-08 08:45:39 -05:00
Oliver Spohngellert
be1b38dd99 Updated TypeFactory to test for new changes to the sleuthkit regarding handling ArtifactTypeIds rather thatn ArtifactTypes. 2016-01-07 17:00:23 -05:00
Oliver Spohngellert
6cc0a9d6a9 Fixed error message to be more specific, not use NbBundle 2016-01-07 15:30:30 -05:00
jmillman
f49725a850 switch back to single thread executor which limits memory usage. Distinguish OOM errors in UI. cleanup bundle names 2016-01-07 13:13:28 -05:00
jmillman
62c258cf4e catch case not open in ImageUtils 2016-01-07 13:11:22 -05:00
Oliver Spohngellert
ef5f0db76c Logged the error instead of throwing the exception. 2016-01-07 10:35:40 -05:00
Oliver Spohngellert
aff4d7864c Fixed the date in the bundle properties 2016-01-07 09:54:50 -05:00
Oliver Spohngellert
32a6d5e392 Fixed unhandled IllegalStateException by throwing a TskCoreException 2016-01-07 09:33:10 -05:00
Richard Cordovano
c8d20283ce Merge pull request #1791 from millmanorama/fix_compiler_warning
fix compiler warning about undocumented paramater in bundle message s…
2016-01-05 16:36:52 -05:00
Richard Cordovano
1fb8079b18 Merge pull request #1785 from karlmortensen/arePermissionsAppropriate
Check if permissions are sufficient to read and write output folder
2016-01-05 16:36:31 -05:00
jmillman
fdea3ec272 fix compiler warning about undocumented paramater in bundle message string 2016-01-05 15:25:19 -05:00
jmillman
0d526d0933 remove dead code 2016-01-05 10:04:25 -05:00
jmillman
c5ca1d55f3 fix rebase 2016-01-04 15:51:22 -05:00
jmillman
2d29d55329 add option to return default humbnail to task; pull getReadFullSizeImageTask into DrawableFile using template method pattern;
create TaskUtils class to create tasks from callables/thunks
2016-01-04 15:51:13 -05:00
jmillman
c3f7cddca2 ImageUtils.getThumbnail delegates to new image loading task. This is used by ThumbnailViewNode to read thumbnails 2016-01-04 15:51:06 -05:00
Karl Mortensen
50e06fe4aa remove unused imports 2016-01-04 15:01:03 -05:00
jmillman
960a2b5b61 comments, and cleanup 2016-01-04 14:31:21 -05:00
Karl Mortensen
a69ba48196 rename method 2016-01-04 11:57:03 -05:00
Karl Mortensen
3ce23e8b1d insert comment 2016-01-04 11:55:47 -05:00
Karl Mortensen
a96124952c insert comment 2016-01-04 11:54:41 -05:00
jmillman
c072270627 revert unrelated changes 2015-12-31 14:47:52 -05:00
jmillman
8f32064c2d improve disposal of resources 2015-12-31 14:35:18 -05:00
jmillman
8bb612ab2c fix possible null pointer exception, minor cleanup 2015-12-31 14:34:44 -05:00
jmillman
85759dc786 introduce logContentError; abstract basic image meta data reading; 2015-12-31 14:34:32 -05:00
jmillman
19ae050638 cleanup, improve logging and progress messages 2015-12-31 14:34:27 -05:00
jmillman
3e7e9ec592 include video thumbnails in thumbnail generation task 2015-12-31 14:34:21 -05:00
millmanorama
1455dd3a6d refactor read image tasks, support cancellation 2015-12-31 14:34:14 -05:00
millmanorama
4b9ec7958f taskify thumbnail loading 2015-12-31 14:33:53 -05:00
jmillman
8dc7208876 move ReadImageTask to ImageUtils, refactoring in IG to use readImageTask 2015-12-31 14:33:14 -05:00
jmillman
b93360e80e decouple ReadImageTask and MediaViewImagePanel 2015-12-31 14:31:43 -05:00
Karl Mortensen
991e52e180 Use built-in File checks, create before checking 2015-12-29 12:16:33 -05:00
Karl Mortensen
cc742bbcd6 Check if permissions are sufficient to read and write output folder 2015-12-28 17:12:07 -05:00
Richard Cordovano
754d1708e9 Merge pull request #1783 from karlmortensen/removeFromEDT
Do not set these items on EDT
2015-12-28 11:03:25 -05:00
Karl Mortensen
6e2409d462 Switch to showing sectors for both start and end 2015-12-23 15:20:59 -05:00
Karl Mortensen
b83cd6d9e2 Set these items on EDT 2015-12-23 13:49:07 -05:00
Richard Cordovano
eba5d1b99a Merge pull request #1776 from mhmdfy/default-column-order
Default column order
2015-12-17 15:53:59 -05:00
momo
d7244652c0 remove global variable 2015-12-17 08:48:44 -05:00
Richard Cordovano
71b03b8273 Merge pull request #1774 from millmanorama/read-aniamted-gifs
Read aniamted gifs
2015-12-16 15:49:44 -05:00
Richard Cordovano
6976fde73e Merge pull request #1773 from millmanorama/read-image-refactor
Read image refactor
2015-12-16 15:49:27 -05:00
U-Mhmdfy-PC\Mhmdfy
4ce10d9661 use store/load state instead of properties 2015-12-16 13:02:02 -05:00
momo
91ccfdcf0d use global 2015-12-15 14:32:41 -05:00
momo
7e2ba785ed if empty, use default order 2015-12-15 14:27:22 -05:00
Brian Carrier
75cd0015c2 Merge pull request #1756 from karlmortensen/handleADS
Remove ADS name from file extention
2015-12-14 10:39:03 -05:00