Commit Graph
18776 Commits
Author SHA1 Message Date
Oliver Spohngellert 1c89bef2a8 Got rid of getIcon method in BlackboardArtifactNode 2016-01-13 16:56:31 -05:00
Eugene Livis 4548f7605e Checking for data source cancelation 2016-01-13 16:45:54 -05:00
Oliver Spohngellert 1a9d1f22cd Updated getIconFilePath as per 1855 (implemented in appropriate places 2016-01-13 16:35:30 -05:00
Eugene Livis c27b8655f7 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into vm_detection 2016-01-13 14:40:59 -05:00
Eugene Livis 19a6e4b996 Added more logging 2016-01-13 14:40:28 -05:00
Richard Cordovano b05b9cab6b Merge pull request #1812 from millmanorama/IG-bug-fixes
IG bug fixes
2016-01-13 12:02:47 -05:00
jmillman 4f8316a8cf fix OpenExternalViewerAction and usage in IG 2016-01-13 11:36:58 -05:00
Richard Cordovano 5017fbf66b Merge pull request #1811 from BasisOlivers/custom_artifact_addition-1851
Custom artifact addition 1851
2016-01-13 10:55:09 -05:00
Oliver Spohngellert e5540228c2 Added ingest module in order to see if adding custom artifacts was working 2016-01-13 10:44:37 -05:00
Richard Cordovano 5fe9e4cd3f Merge pull request #1810 from BasisOlivers/custom_artifact_addition-1848.2
Custom artifact addition 1848.2
2016-01-13 10:43:42 -05:00
Oliver Spohngellert f877b03f14 Updated design, eliminated unneccessary icon method 2016-01-12 16:49:57 -05:00
Oliver Spohngellert afb6acfeb1 Start of ingest module to test user types 2016-01-12 16:45:17 -05:00
jmillman ce199ecf5b clarify log messages 2016-01-12 16:44:11 -05:00
jmillman 55381fd9be fix some image reading bugs, to preserve animated gifs, and contain failure to read swf files. 2016-01-12 16:29:11 -05:00
Oliver Spohngellert 98fda5f654 Formatting fix 2016-01-12 15:36:05 -05:00
Oliver Spohngellert 38956a0b49 Merge branch 'custom_artifact_addition' into custom_artifact_addition-1848.2 2016-01-12 15:31:26 -05:00
Richard Cordovano 4c275716b0 Merge pull request #1809 from BasisOlivers/custom_artifact_addition-change-revision
Custom artifact addition change revision
2016-01-12 15:29:01 -05:00
Oliver Spohngellert d8a7978b95 Added getArtifactType method, deprecated, documented exception 2016-01-12 15:07:11 -05:00
jmillman 1a0001c911 Log eventbus unregistration error 2016-01-12 14:13:39 -05:00
Oliver Spohngellert 34e227f9a0 Resolved backwards compatability issues regarding getArtifactType 2016-01-12 12:54:53 -05:00
Oliver Spohngellert 88b1efceb2 Updated TypeFactory and associated classes to use BlackboardArtifact.Type 2016-01-11 16:44:09 -05:00
Eugene Livis 1066fc6389 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into vm_detection 2016-01-11 16:12:53 -05:00
Eugene Livis 0d38fd257c Added comments 2016-01-11 16:12:30 -05:00
Eugene Livis 939885d11d Removing unused imports 2016-01-11 16:07:52 -05:00
Richard Cordovano b15a1553a2 Merge pull request #1807 from BasisOlivers/custom_artifact_addition-1848
Updated to use Type class
2016-01-11 15:42:51 -05:00
Oliver Spohngellert a5d5ad7874 Updated ModuleDataEvent to handle Type well. 2016-01-11 14:59:54 -05:00
Oliver Spohngellert f3b93f31ea Resolved merge problems 2016-01-11 12:22:35 -05:00
Oliver Spohngellert 93a4d386f2 Added ARTIFACT-TYPE to type class 2016-01-11 11:10:49 -05:00
Richard Cordovano 047e265c9c Merge remote-tracking branch 'upstream/develop' into user_defined_blackboard_types 2016-01-08 16:59:49 -05:00
Richard Cordovano d067bb41e6 Merge pull request #1806 from millmanorama/IG-bug-fixes
show correct error in DrawableUIBase
2016-01-08 16:56:28 -05:00
Richard Cordovano fbe521995e Merge pull request #1805 from millmanorama/IG-categorization-undo
IG categorization undo
2016-01-08 16:56:17 -05:00
Eugene Livis 1e395f0acb Cleanup 2016-01-08 16:55:50 -05:00
Richard Cordovano b6fb5d65e8 Merge pull request #1804 from BasisOlivers/custom_artifact_addition
Updated ModuleDataEvent
2016-01-08 16:55:47 -05:00
Oliver Spohngellert 441f5a396e Fixed comment regarding getArtifactTypeId 2016-01-08 16:55:21 -05:00
Oliver Spohngellert 6379d3629c Fixed comment regarding getArtifactTypeId 2016-01-08 16:52:26 -05:00
Oliver Spohngellert 2e32e5ad8b Updated to reflect use of BlackboardArtifact.Type (unfinished) 2016-01-08 16:50:39 -05:00
Eugene Livis 3b8a430025 Added code to update progress bar 2016-01-08 16:48:29 -05:00
Richard Cordovano de3b0d0507 Merge branch 'user_defined_blackboard_types' of https://github.com/sleuthkit/autopsy into user_defined_blackboard_types 2016-01-08 16:45:13 -05:00
jmillman 0df47c88ff tighten up undo API 2016-01-08 16:09:56 -05:00
jmillman 6235bfdf17 clear undo/redo history when the group is changed 2016-01-08 16:09:49 -05:00
jmillman d9878e2b5d use new UndoRedoManager and Command interface; add Redo and improve UX (icons) 2016-01-08 16:09:43 -05:00
jmillman d9fb562ab1 simple undo implementation to test it is feasible. 2016-01-08 16:09:37 -05:00
jmillman 2fe8f04000 show correct error in DrawableUIBase 2016-01-08 16:08:49 -05:00
Eugene Livis d68eb4d7b9 Automated searching for all supported VM file types 2016-01-08 15:56:15 -05:00
Eugene Livis b0a8a924af Added processing of vhd files 2016-01-08 14:49:46 -05:00
Eugene Livis 8dc3288b0a Bug fixes 2016-01-08 13:49:26 -05:00
Eugene Livis acc216b549 Added functionality to extract, store, and ingest VMs 2016-01-08 13:29:04 -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
Richard Cordovano 3f66ff6299 Merge pull request #1803 from BasisOlivers/custom_artifact_addition
Custom artifact addition
2016-01-08 11:41:51 -05:00
Oliver Spohngellert 4d7c9a7635 Merge remote-tracking branch 'upstream/develop' into custom_artifact_addition 2016-01-08 11:37:56 -05:00