20325 Commits

Author SHA1 Message Date
U-BASIS\dsmyda
333910f16b Fixed the off by 2 error 2018-09-05 16:06:47 -04:00
U-BASIS\dsmyda
2ab4c04dcd Generalized the tabulardatareader package so that it can work with a Content object and not just AbstractFile object, added a dedicated SqliteTextExtractor to handle sqlite databases during keyword search 2018-09-05 16:05:41 -04:00
millmanorama
c97e64172b more codacy fixes 2018-09-05 15:41:26 +02:00
millmanorama
d8f46f88a8 make sure a grouping is applied the first time Image Gallery is opened. 2018-09-05 15:12:04 +02:00
millmanorama
8c33ae8393 codacy fixes 2018-09-05 14:22:56 +02:00
millmanorama
9fe88f29d5 downgrade log entry to info when case is closed 2018-09-05 13:17:48 +02:00
millmanorama
88a6163566 more error handling fixes 2018-09-05 13:16:38 +02:00
millmanorama
8d0bbea639 fix NPE 2018-09-05 11:06:11 +02:00
Brian Sweeney
9e25ce6fe0 MD% verbiage replaced with more generic Value verbiage 2018-09-04 18:32:43 -06:00
Brian Sweeney
9201051d50 needed type too 2018-09-04 17:52:58 -06:00
William Schaefer
f52f6eb736 4113 change ? to empty string when count can not be gotten 2018-09-04 17:01:42 -04:00
U-BASIS\dgrove
15eac959d8 Merge remote-tracking branch 'upstream/develop' into 4153_AnnotationsContentViewer 2018-09-04 14:34:18 -04:00
U-BASIS\dgrove
23702f6222 Fixed error message. 2018-09-04 14:32:20 -04:00
U-BASIS\dgrove
8842ac6c6f Added clarity to code. 2018-09-04 14:31:04 -04:00
William Schaefer
152d4e5f45 4113 initial count of datasources column added 2018-09-04 14:09:17 -04:00
Brian Sweeney
9b5b6a2c17 equals/tostring need additional criteria now that attribute and instance are merged into one thing 2018-09-04 11:03:18 -06:00
millmanorama
cea02f4304 fix changing cases 2018-09-04 17:48:41 +02:00
millmanorama
feb45d6278 fix first group display after regrouping 2018-09-04 16:48:50 +02:00
Brian Sweeney
3b07165c9d codacy stuff 2018-09-04 08:29:07 -06:00
millmanorama
39a3a955ce refactor how ImageGalleryController and ImageGalleryTopComponent are instantiated and interact. 2018-09-04 16:03:22 +02:00
Ann Priestman
8875793dfb Cleanup 2018-09-04 09:37:38 -04:00
millmanorama
f04788e27d Merge branch '1010/7-datasource-filtering-test' into threading-review
# Conflicts:
#	ImageGallery/src/org/sleuthkit/autopsy/imagegallery/datamodel/grouping/GroupManager.java
2018-09-04 09:52:47 +02:00
millmanorama
a6e5e43d34 codacy fixes 2018-09-04 09:49:56 +02:00
millmanorama
8df6dfb8f7 pass controller to DrawableTagsManager constructor, ImageGalleryController keeps reference to Case object 2018-09-04 09:46:10 +02:00
millmanorama
76668f53ec minor cleanup 2018-09-04 09:38:18 +02:00
millmanorama
2ca0240a47 Merge branch '1010/7-datasource-filtering-test' into threading-review
# Conflicts:
#	ImageGallery/src/org/sleuthkit/autopsy/imagegallery/ImageGalleryController.java
#	ImageGallery/src/org/sleuthkit/autopsy/imagegallery/datamodel/DrawableDB.java
#	ImageGallery/src/org/sleuthkit/autopsy/imagegallery/datamodel/DrawableTagsManager.java
#	ImageGallery/src/org/sleuthkit/autopsy/imagegallery/datamodel/grouping/GroupManager.java
#	ImageGallery/src/org/sleuthkit/autopsy/imagegallery/gui/drawableviews/DrawableTileBase.java
#	ImageGallery/src/org/sleuthkit/autopsy/imagegallery/gui/drawableviews/GroupPane.java
2018-09-03 18:09:44 +02:00
millmanorama
a37b8dc743 simplify locking in DrawableTagsManager.java by making the backing tagsManager final 2018-09-03 17:41:35 +02:00
millmanorama
f8cdcc7f4d cleanup 2018-09-03 17:32:39 +02:00
Brian Sweeney
96ab162c9a mime types work for intra case search only 2018-08-31 18:04:48 -06:00
Brian Sweeney
7b3c4ab7a7 tests updated 2018-08-31 17:01:27 -06:00
Brian Sweeney
481099dedd bug in size function 2018-08-31 17:00:49 -06:00
Brian Sweeney
921d6c6f7c comments reformatted 2018-08-31 17:00:05 -06:00
U-BASIS\dsmyda
532bace6c2 Almost forgot this file too 2018-08-31 18:04:53 -04:00
U-BASIS\dsmyda
ced6607b4c Functional text extractor, looks functionally good. Need to test to make sure its good and also refactor and comment and clean up. this is first commit 2018-08-31 18:04:21 -04:00
Brian Sweeney
d81c82a712 minor merge errors 2018-08-31 15:28:06 -06:00
Brian Sweeney
8ef34cb4d6 Merge branch 'develop' of https://github.com/briangsweeney/autopsy into 4121_correlation_types
# Conflicts:
#	Core/src/org/sleuthkit/autopsy/commonfilesearch/AllInterCaseCommonAttributeSearcher.java
#	Core/src/org/sleuthkit/autopsy/commonfilesearch/Bundle.properties
#	Core/src/org/sleuthkit/autopsy/commonfilesearch/CommonAttributePanel.form
#	Core/src/org/sleuthkit/autopsy/commonfilesearch/CommonAttributePanel.java
#	Core/src/org/sleuthkit/autopsy/commonfilesearch/IntraCaseCommonAttributeSearcher.java
#	Core/src/org/sleuthkit/autopsy/commonfilesearch/SingleInterCaseCommonAttributeSearcher.java
2018-08-31 15:08:59 -06:00
millmanorama
31903d04d8 aquire db locks in consistent order : drawable then case. release in reverse order 2018-08-31 16:55:04 +02:00
millmanorama
49dfc6ae4b only change group after regrouping if the datasources are different. 2018-08-31 16:11:16 +02:00
millmanorama
9c666b52bf make GroupViewState.getGroup return an optional 2018-08-31 16:10:50 +02:00
millmanorama
0eff6537d6 only show message over group are so user can change the datasource and bring other groups into the display. 2018-08-31 14:26:18 +02:00
U-BASIS\dsmyda
b7f87171a2 Added comment 2018-08-30 17:16:02 -04:00
U-BASIS\dsmyda
f1f5734769 Fixed an embarassing hashmap key collision error that was making it not read correctly 2018-08-30 17:12:44 -04:00
Ann Priestman
71f5570225 Make the selection context work in group by data source mode 2018-08-30 15:12:48 -04:00
William Schaefer
2e8be0f85a 4114 resolve merge conflict in DataResultViewerTable 2018-08-30 13:17:05 -04:00
William Schaefer
604400a71a 4112 resolve merge conflicts remove unused imports 2018-08-30 13:13:22 -04:00
millmanorama
7484533c9c release locks /commit transactions in reverse order of a acquiring/starting them 2018-08-30 19:05:01 +02:00
William Schaefer
e2833b3b2e 4112 change status column to score column change icons to be circles 2018-08-30 13:03:58 -04:00
millmanorama
19a6a60289 cleanup focusing on GroupManager and thread safety 2018-08-30 18:59:25 +02:00
millmanorama
6716216e0b cleanup DrawableTagsManager 2018-08-30 14:22:00 +02:00
millmanorama
b838c17c11 codacy fixes 2018-08-30 14:02:09 +02:00