7903 Commits

Author SHA1 Message Date
sidheshenator
384bcd297f NPE in case of removed photorec carver job handled 2015-05-14 16:54:52 -04:00
Brian Carrier
cac67068d1 Merge pull request #1247 from sidheshenator/add_bmp_alias
add bmp alias to supportedmimes list
2015-05-13 12:35:24 -04:00
sidheshenator
1e94f570bb add bmp alias to supportedmimes list 2015-05-13 10:41:56 -04:00
Richard Cordovano
7322112cd7 Merge pull request #1242 from sleuthkit/sort_solr_chunks
sort list of docs based on ID before picking unique chunk
2015-05-12 13:54:40 -04:00
Brian Carrier
671a2d1e68 sort list of docs based on ID before picking unique chunk 2015-05-12 13:10:54 -04:00
Richard Cordovano
c83f80c3f4 Merge pull request #1239 from sidheshenator/jython_upgrade
Jython upgraded to the latest 2.7.0 version
2015-05-12 11:13:12 -04:00
sidheshenator
ed1a97540f Jython upgraded to the latest 2.7.0 version 2015-05-12 10:25:51 -04:00
Richard Cordovano
0e0487aceb Merge pull request #1237 from sidheshenator/KWS_fix
Fixed compare() override. TEXT is now a sortedField
2015-05-08 17:08:11 -04:00
sidheshenator
c1f26ad454 Fixed compare() override. TEXT is now a sortedField 2015-05-08 16:36:40 -04:00
Brian Carrier
96f1eda88b Updated doxygen to use environment variable to find TSK tag file 2015-05-08 15:12:31 -04:00
Richard Cordovano
e313c3bc71 Merge pull request #1235 from APriestman/categories
Sorting by file count now works correctly.
2015-05-08 11:25:32 -04:00
APriestman
11394d0a22 Don't clear out the groupMap 2015-05-08 11:13:12 -04:00
Richard Cordovano
0c3339d2f1 Merge pull request #1233 from sidheshenator/remove_extra_file_regression
additional files with prefixed imagename removed from result folder
2015-05-08 10:16:10 -04:00
Richard Cordovano
f307006e94 Merge pull request #1227 from APriestman/missingDirs
Various Image Gallery performance improvements.
2015-05-08 10:15:32 -04:00
APriestman
5887076259 Sorting by file count now works correctly.
Changing sort method and ascending/descending now updates the GUI immediately.
Properly decrement uncategorized file count.
Fixed a few case-closing exceptions.
2015-05-08 09:12:44 -04:00
sidheshenator
5423ff325e additional files with prefixed imagename removed from result folder 2015-05-07 17:03:50 -04:00
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