Commit Graph
10381 Commits
Author SHA1 Message Date
jmillman 90e0617625 improve display of groups sorted by different comparators and refacor NavPanel 2016-01-25 16:59:18 -05:00
jmillman 9fd2c00634 clean up 2016-01-25 10:46:16 -05:00
jmillman 5f08770019 move getCategoryCount to DrawableDB, keep selection in HashTree
revert unrelated logging change
2016-01-25 10:46:12 -05:00
jmillman fc94e2b639 preliminary work to sort groups by uncategorized file count 2016-01-25 10:46:05 -05:00
Richard Cordovano ca47a51150 Add data source id support to Java bindings 2016-01-24 15:59:05 -05:00
Richard Cordovano bd52e3abc1 Add data source id to JNI bindings 2016-01-22 17:17:55 -05:00
Richard Cordovano 466fedd871 Add data source id to org.sleuthkit.autopsy.casemodule.AddImageTask 2016-01-22 14:14:39 -05:00
Richard Cordovano 05e38ee961 Change field anme in ImageDSProcessor 2016-01-22 08:56:16 -05:00
Richard Cordovano c1cb91a78b Improve robustness, usability: ImageDSProcessor, LocalDiskDSProcessor 2016-01-22 08:05:17 -05:00
Richard Cordovano 7078fccc92 Data source processors: Use setDataSourceOptions overloads 2016-01-21 17:58:54 -05:00
Richard Cordovano 89d72575a3 Another data source processor doc fix 2016-01-21 14:36:55 -05:00
Richard Cordovano 9ee75fa33c Another data source processor doc fix 2016-01-21 14:35:55 -05:00
Richard Cordovano 5fb92a337a Data source processor doc fixes 2016-01-21 14:11:29 -05:00
Richard Cordovano f502aef4f6 Remove unused field in LocalDiskDSProcessor 2016-01-21 12:37:14 -05:00
Richard Cordovano 111d1ca631 Improve documentation of ImageDSProcessor 2016-01-21 12:24:08 -05:00
Richard Cordovano 6231213617 Merge pull request #1831 from karlmortensen/userdefinedtypes
list of user defined types
2016-01-21 11:59:07 -05:00
Karl Mortensen 93607c7bb1 list of user defined types 2016-01-21 11:28:54 -05:00
Richard Cordovano 29a2091779 Upadte handling f configured flag in ImageDSProcessor 2016-01-21 11:11:42 -05:00
Richard Cordovano e2528cbf2c Merge branch 'develop' of https://github.com/sleuthkit/autopsy into develop 2016-01-21 11:06:55 -05:00
Richard Cordovano 48b2df0155 Tidy up LocalDiskDSProcessor 2016-01-21 10:59:51 -05:00
Richard Cordovano 7733091b99 Add data source ids to ImageDSProcessor 2016-01-21 10:03:17 -05:00
Richard Cordovano ad7c704b65 Merge pull request #1828 from BasisOlivers/aut-1862
Added methods for adding new types via blackboard, tested with module
2016-01-21 09:50:52 -05:00
Richard Cordovano 5dde17cea3 Tidy up ImageDSProcessor some more 2016-01-21 09:36:48 -05:00
Oliver Spohngellert 4ce33516c0 Removed unneccessary import 2016-01-21 09:34:48 -05:00
Oliver Spohngellert 3284e20fe1 Added methods for adding new types via blackboard, tested with module 2016-01-21 09:31:22 -05:00
Richard Cordovano 24f355642f Tidy up ImageDSProcessor 2016-01-21 09:21:25 -05:00
Richard Cordovano eda180e34f Revert "Fix thread safety, clean up add data source wizard classes"
This reverts commit b93d45fbf1.
2016-01-20 17:30:29 -05:00
Richard Cordovano fc6f972e54 Revert "Improve add data source wizard comments"
This reverts commit a18f333836.
2016-01-20 17:28:50 -05:00
Richard Cordovano f85a6f7ac7 Merge pull request #1826 from BasisOlivers/custom_attribute_addition-1865
Added integration of Datetime and new type class with attribute const…
2016-01-20 16:42:21 -05:00
Oliver Spohngellert 41ce140cf2 Added integration of Datetime and new type class with attribute constructors, tested with module 2016-01-20 15:59:47 -05:00
Richard Cordovano 93fc957621 Merge remote-tracking branch 'upstream/user_defined_blackboard_types' into develop 2016-01-20 14:01:20 -05:00
Richard Cordovano a63301a177 Merge pull request #1825 from BasisOlivers/aut-1861
Fixed switch statements for datetime
2016-01-20 13:54:37 -05:00
Richard Cordovano a18f333836 Improve add data source wizard comments 2016-01-20 13:17:34 -05:00
Oliver Spohngellert 57dfc52823 Fixed switch statements for datetime 2016-01-20 10:11:42 -05:00
Richard Cordovano b93d45fbf1 Fix thread safety, clean up add data source wizard classes 2016-01-18 19:06:01 -05:00
Richard Cordovano 000d56188b Merge branch 'develop' of https://github.com/sleuthkit/autopsy into develop 2016-01-18 09:13:42 -05:00
Richard Cordovano 4b3ef60c95 Add bug comment to modules.iOS.CallLogAnalyzer class 2016-01-17 16:59:08 -05:00
Richard Cordovano a66392c8dc Merge pull request #1821 from millmanorama/IG-bug-fixes
IG bug fixes
2016-01-15 16:01:56 -05:00
jmillman f84002a389 fix bug resulting in invalid sql 2016-01-15 15:58:37 -05:00
Richard Cordovano 0902d5d9db Add IngestModuleException constructor 2016-01-15 15:32:51 -05:00
jmillman e428f2c04d adjust threading to fix NavPanel infinite circular updating; clean up NavPanel.java
add Executor interface to ImageGalleryController
cleanup task creation in ThumbnailCache.java
2016-01-15 14:59:24 -05:00
jmillman 31aceaf26c use weak listeners to prevent memory leak 2016-01-14 15:03:40 -05:00
jmillman b37c53f3a9 improve cancellation and logging in ImageUtils and ThumbnailCache 2016-01-14 15:00:40 -05:00
Richard Cordovano f591eab75a Merge pull request #1820 from BasisOlivers/custom_artifact_addition-1857
Custom artifact addition fixed DirectoryTreeTopComponent.viewArtifact
2016-01-14 13:53:22 -05:00
Oliver Spohngellert 6886d36ac4 Added ingest module test for fixed DirectoryTreeTopComponent.viewArtifact 2016-01-14 13:42:47 -05:00
Oliver Spohngellert 5801f85828 Merge branch 'custom_artifact_addition' into custom_artifact_addition-1857 2016-01-14 13:09:56 -05:00
Richard Cordovano a09178be73 Merge pull request #1819 from BasisOlivers/custom_artifact_addition-attribute-test
Attached new artifacts to different files
2016-01-14 12:55:14 -05:00
Oliver Spohngellert e13bcbe22c Attached new artifacts to different files 2016-01-14 12:44:12 -05:00
Oliver Spohngellert 03c53e62b6 Merge branch 'custom_artifact_addition' into custom_artifact_addition-1857 2016-01-14 12:24:42 -05:00
Richard Cordovano a1edb731f3 Merge pull request #1818 from BasisOlivers/custom_artifact_addition-attribute-test
Changed attribute type on ingest module
2016-01-14 11:47:11 -05:00