8544 Commits

Author SHA1 Message Date
APriestman
0ac2bde11a Clear tag data between cases.
Changed lock on tag listener to prevent deadlocks.
2015-05-06 08:54:41 -04:00
APriestman
113a15b0b7 Various Image Gallery performance improvements.
- Keep some file data in memory to avoid excessive database queries (list of image file IDs, image/video, and category counts)
- When categorizing/tagging a group, don't create tiles (including thumbnails) for images that aren't on the screen
- Changed locking around Category and Tag listeners to prevent slowdown/deadlocks
2015-05-05 13:13:28 -04:00
Richard Cordovano
00848aba5f Merge pull request #1226 from sidheshenator/detectedFormat_variable_assignment
detectedFormat variable assigned value
2015-05-05 12:04:10 -04:00
sidheshenator
c3a5a89424 detectedFormat variable assigned value 2015-05-05 10:39:58 -04:00
Richard Cordovano
288b6723f0 Merge pull request #1216 from sleuthkit/interesting_files_panel_update
Interesting files panel update
2015-04-28 17:50:40 -04:00
Brian Carrier
b614348b07 reworded message when name rule was not given 2015-04-28 17:00:02 -04:00
Brian Carrier
dbf7e499f1 changed interestin files panel to move rule name lower and make it clear what is required or not 2015-04-28 16:56:26 -04:00
Richard Cordovano
43f3409f03 Merge pull request #1213 from APriestman/missingDirs
Added bitmap MIME type to Image Gallery.
2015-04-28 09:12:30 -04:00
APriestman
6effbb5f95 Added bitmap MIME type to Image Gallery.
Fixed bug where removing the final image in a group would leave it in an unanalyzed state.
2015-04-27 16:24:05 -04:00
Richard Cordovano
d9d7217c14 Merge pull request #1209 from APriestman/incorrectThumbnails
Clear out Image Gallery thumbnail cache to prevent images from closed cases from being re-used.
2015-04-23 13:59:13 -04:00
APriestman
b97db9f6e0 Merge remote-tracking branch 'upstream/develop' into incorrectThumbnails
Conflicts:
	ImageGallery/src/org/sleuthkit/autopsy/imagegallery/ImageGalleryController.java
2015-04-23 13:34:52 -04:00
APriestman
cad123d9ea Clear out Image Gallery thumbnail cache to prevent images from closed cases from being re-used. 2015-04-23 13:29:20 -04:00
Richard Cordovano
a9137c81bb Merge pull request #1207 from APriestman/imageGalleryGrouping
Fixed regrouping status bar in Image Gallery gui
2015-04-23 11:07:10 -04:00
Richard Cordovano
097468dbd5 Merge pull request #1205 from APriestman/imageOutOfDate
Fixed bug that caused Image Gallery to think the database needed to be r...
2015-04-23 11:06:35 -04:00
APriestman
1a3c4dab0c Improved regrouping status bar in Image Gallery gui 2015-04-23 09:13:48 -04:00
APriestman
58136ae545 Fixed bug that caused Image Gallery to think the database needed to be repopulated when opening a second case. 2015-04-21 13:25:45 -04:00
Richard Cordovano
34e9db264d Merge pull request #1204 from APriestman/imageDates
Fixed date format in ImageGallery details pane.
2015-04-20 17:27:14 -04:00
APriestman
f7d9b32138 Fixed date format in ImageGallery details pane.
Added exception handling for an error coming up when Autopsy was closed.
2015-04-20 17:24:22 -04:00
Richard Cordovano
20bbbdaaa2 Merge pull request #1203 from APriestman/iaNPE
Fixes for Image Gallery case changing/closing
2015-04-20 15:06:56 -04:00
Richard Cordovano
44416a548f Merge pull request #1202 from sidheshenator/keywordsearch_output_consistency
KeywordSearchResultFactory.getOneHitPerObject() returns consistent results
2015-04-20 15:01:27 -04:00
APriestman
4f526d39cb More cleanup 2015-04-20 14:36:51 -04:00
sidheshenator
a5453a8066 KeywordSearchResultFactory.getOneHitPerObject() returns consistent results. Also, warnings handled 2015-04-20 14:35:32 -04:00
APriestman
383a070e6d Cleanup 2015-04-20 13:19:40 -04:00
Richard Cordovano
351bc652d9 Merge pull request #1201 from sidheshenator/keywordsearch_output_consistency
Get consistent snippets across multiple runs
2015-04-20 13:13:43 -04:00
sidheshenator
20396d6c25 Get consistent snippets across multiple runs 2015-04-20 12:56:24 -04:00
APriestman
8ae696c5b6 Reset groupPane properly between cases 2015-04-20 08:51:56 -04:00
APriestman
61184d792c Merge remote-tracking branch 'upstream/image_gallery_fixes' into iaNPE 2015-04-17 09:24:54 -04:00
APriestman
93c2065722 Remote listeners on TagUtils 2015-04-17 09:09:17 -04:00
Brian Carrier
1ac7f3f534 Changes to make case closing get pushed down into GroupPane to reset tiles. Not complete yet 2015-04-17 08:59:09 -04:00
Richard Cordovano
062e10d0f1 Merge pull request #1199 from sidheshenator/keywordsearch_output_consistency
set flag to preserve order of values in a multiValued list
2015-04-16 16:44:51 -04:00
sidheshenator
1f9132fc3e set flag to preserve order of values in a multiValued list 2015-04-16 16:43:41 -04:00
Richard Cordovano
87cbca1b46 Merge pull request #1163 from sidheshenator/report_generation_panel_fix
Cancel button disabled on report generation completion(with or without e...
2015-04-16 10:02:42 -04:00
Richard Cordovano
9493c3d18b Merge pull request #1194 from sidheshenator/regression_test_output_tweaks
gold files are easily available in th OP folder in case of diff
2015-04-16 10:02:33 -04:00
sidheshenator
772c6773a8 made reportProgressBar color less bright 2015-04-16 09:41:00 -04:00
Richard Cordovano
b47d73da0d Resolve merge conflicts for cherry-pick of Case class formatting 2015-04-15 18:13:46 -04:00
APriestman
8a1c142f5f Made locks in DrawableDB not static.
Added method to clear out Category listeners.
Testing using one dbWorkerThread instead of a new one for each case.
2015-04-15 11:25:20 -04:00
Richard Cordovano
aa4e3906a2 Formatted Case class 2015-04-14 16:00:27 -04:00
sidheshenator
49a1e42cf8 gold files are easily available in th OP folder in case of diff 2015-04-14 13:16:49 -04:00
sidheshenator
748c62091f ReportGeneration and progress panel modified for single report generation 2015-04-14 10:57:29 -04:00
Richard Cordovano
890d0f669e Merge pull request #1192 from sleuthkit/revert-1187-sid_by_side_diff_regression_test
Revert "side by side comparison in diff output"
2015-04-13 17:30:50 -04:00
Richard Cordovano
97bb8540e9 Revert "side by side comparison in diff output" 2015-04-13 17:30:38 -04:00
Richard Cordovano
a05b7c6ea4 Merge pull request #1191 from sleuthkit/revert-1188-sid_by_side_diff_regression_test
Revert "cmd and its options tokenized"
2015-04-13 17:30:13 -04:00
Richard Cordovano
d68c54ae3b Revert "cmd and its options tokenized" 2015-04-13 17:29:25 -04:00
Richard Cordovano
622cc8dcf4 Merge pull request #1189 from sidheshenator/update_jython_dist_to_2.5.3
jython 2.5.3 standalone callable jar included. Dox reflect appropriate c...
2015-04-13 14:13:16 -04:00
sidheshenator
3d5f08bc9f jython 2.5.3 standalone callable jar included. Dox reflect appropriate changes 2015-04-13 14:11:43 -04:00
Richard Cordovano
0e7c569cd4 Merge pull request #1188 from sidheshenator/sid_by_side_diff_regression_test
cmd and its options tokenized
2015-04-10 17:55:06 -04:00
sidheshenator
f63255911e cmd and its options tokenized 2015-04-10 17:53:08 -04:00
Richard Cordovano
8fdf55871e Merge pull request #1187 from sidheshenator/sid_by_side_diff_regression_test
side by side comparison in diff output
2015-04-10 15:40:01 -04:00
sidheshenator
4ce5c363a6 side by side comparison in diff output 2015-04-10 15:38:33 -04:00
APriestman
689fbec719 Fixing exceptions in Image Gallery caused by the case closing. 2015-04-10 12:33:12 -04:00