3038 Commits

Author SHA1 Message Date
Richard Cordovano
19d525e87e Merge pull request #1433 from millmanorama/expand_image_format_support
Expand image format support
2015-07-24 15:17:24 -04:00
Richard Cordovano
549653872d Merge pull request #1437 from mhmdfy/aut-1699-close-confirmation
Aut 1699 close confirmation
2015-07-24 13:23:51 -04:00
Richard Cordovano
f1f0b23653 Merge pull request #1420 from sidheshenator/copy_paste_hashes
add hashes to databse implemented
2015-07-24 12:31:41 -04:00
sidheshenator
b374e9bb0b Case class merge conflict - report delete events and tag events - resolved 2015-07-24 09:34:19 -04:00
sidheshenator
7159d7d10c Event name changed from DELETE_REPORTS to DELETE_REPORT 2015-07-23 12:53:22 -04:00
Richard Cordovano
be93867c89 Fix results view node count as in collaborative branch 2015-07-20 11:07:03 -04:00
jmillman
dabcf0cb0a use extension rather than whole name 2015-07-17 10:15:40 -04:00
momo
8d03d36615 clarify comment 2015-07-16 12:53:56 -04:00
momo
8d08feac18 adding confirm message before closing case 2015-07-16 12:40:36 -04:00
jmillman
4afb53166d cleanup, modify ImageUtils API to be about "thumbnails" not "icons" and deprecate old API 2015-07-14 12:06:10 -04:00
jmillman
64769e7761 fix typo in comment 2015-07-14 11:25:12 -04:00
jmillman
66d5ed99d5 remove unsused members form DataContentViewerMedia 2015-07-14 11:24:58 -04:00
jmillman
47b814cca3 fix typo in comment 2015-07-14 11:21:35 -04:00
jmillman
de996bf16b more cleanup; deprecated method that takes Content and replaced with one that takes AbstractFile 2015-07-13 16:19:46 -04:00
jmillman
a20dd52877 load default thumbnail correctly 2015-07-13 15:46:44 -04:00
jmillman
4f33fe25cc add image/x-rgb to supported mime types (SGI-RGB) 2015-07-13 15:26:52 -04:00
jmillman
5e375dd557 minor improvements to new image support
restore isImageSupported code lost in merge
more cleanup in ImageUtils and MediaViewImagePanel
lazily instantiate static fileTypeDetector
better notification of errorsl loading images
special case to display iff images incorectly identifiead as audio/x-aiff
show image icon in result viewers for more files
2015-07-13 15:12:51 -04:00
jmillman
dc65afc62b Merge branch 'include_all_drawable_mimetypes' into twelvemonkeys_imageio
Conflicts:
	Core/src/org/sleuthkit/autopsy/corecomponents/DataContentViewerMedia.java
	Core/src/org/sleuthkit/autopsy/corecomponents/MediaViewImagePanel.java
	Core/src/org/sleuthkit/autopsy/coreutils/ImageUtils.java
2015-07-13 11:55:03 -04:00
jmillman
e148978437 reduce duplication in DataContentViewerMEdia and MediaViewImagePanel by moving common code to ImageUtils 2015-07-09 17:43:22 -04:00
jmillman
c9bcf48acc cleanup logic in DataContentViewerMedia 2015-07-09 17:24:19 -04:00
jmillman
0a5d3fe988 further cleanup in MediaViewImagePanel 2015-07-09 17:14:52 -04:00
jmillman
7654604526 use twelevemonkeys library to decode lots more image formats and update the media viewers to display them.
refactor ImageUtils and prepare to base the image Gallery ThumbnailCache on it
use the FileTypeDetector in media viewer
2015-07-09 16:54:42 -04:00
jmillman
69d299222d refactor imagutils , have Thumbnail cache do in memory caching but let IamgeUtils handle disk based cache. Fix tga support in IG 2015-07-09 16:29:16 -04:00
jmillman
e823cd9536 cleanup MediaViewPanel and allow image content to scale as size of MediaViewPanel is changed 2015-07-09 13:46:45 -04:00
jmillman
b0670b3992 use twelvemnkeys to load lots more image formats 2015-07-09 13:09:18 -04:00
jmillman
82bd19f639 Merge branch 'use_filetypedetector_in_media_viewer' into include_all_drawable_mimetypes 2015-07-09 13:02:28 -04:00
jmillman
f7e56bebcc Merge branch 'develop' into include_all_drawable_mimetypes
Conflicts:
	ImageGallery/src/org/sleuthkit/autopsy/imagegallery/datamodel/DrawableDB.java
2015-07-02 17:20:46 -04:00
jmillman
f5eec81d50 use FileTypeDetector in DataContentViewerMedia and only fall back on isMimeType 2015-07-02 17:06:40 -04:00
sidheshenator
ec7f48a4be colored progress bar to indicate success of failure of hash addition 2015-07-02 15:31:53 -04:00
jmillman
bf68bea824 Merge remote-tracking branch 'upstream/develop' into include_all_drawable_mimetypes
Conflicts:
	ImageGallery/src/org/sleuthkit/autopsy/imagegallery/datamodel/DrawableDB.java
2015-07-02 12:56:32 -04:00
sidheshenator
04bf322b98 Perform optional report deletion from disk 2015-07-02 12:30:24 -04:00
Richard Cordovano
593fc2ca2d Merge pull request #1363 from sidheshenator/goto_hex_offset
jump to hex offset implemented
2015-07-02 11:23:57 -04:00
sidheshenator
cb346a00fe jython moduleName getting regex fixed 2015-07-01 17:33:32 -04:00
jmillman
e2cb9544f8 experimental work to show mimetype icon for undisplayable images/videos 2015-07-01 15:58:24 -04:00
sidheshenator
a73cbbd642 try-with-resource used in ReportKML.generateReport() 2015-06-30 16:43:22 -04:00
Richard Cordovano
6129da5679 Merge pull request #1405 from millmanorama/duplicate_tag_warning
Duplicate tag warning
2015-06-30 16:23:17 -04:00
sidheshenator
d92ea4e830 add hashes to databse implemented 2015-06-30 15:07:05 -04:00
Brian Carrier
8f50658aac Merge branch 'release-3.1.3' into develop 2015-06-29 19:05:07 -04:00
jmillman
27dab95e5a fix catch block around Case.getCurrentCase to catch IllegalStateException 2015-06-29 14:40:29 -04:00
sidheshenator
0c51b8b950 javadoc comment added for Case.deleteReports() 2015-06-29 09:20:58 -04:00
sidheshenator
84d7fbd735 Delete report/s implemented. Misc bugs fixed 2015-06-26 14:19:06 -04:00
Richard Cordovano
3b9aebd33a Merge branch 'develop' of https://github.com/sleuthkit/autopsy into develop 2015-06-26 12:03:45 -04:00
Richard Cordovano
72ba0cad26 Add timestamps to notifications 2015-06-26 12:03:10 -04:00
Brian Carrier
9a385b6d7b Added full path to error and warning messages for ZIP extraction 2015-06-25 21:34:01 -04:00
jmillman
5b904edba6 fix merge mistakes 2015-06-25 11:31:53 -04:00
jmillman
622da1c8de use private notifyPropertyChangeEvent() method in notifyNewDataSource 2015-06-25 10:56:26 -04:00
jmillman
1665dc11b9 use new Autopsy Tag events, don't fire extra events from ig, but listen to events from autopsy 2015-06-25 10:44:36 -04:00
jmillman
39a5b142be Tag Events
- created new Case.Event enum values for BlackBoard/Content tags added/deleted
- created new PropertyChangeEvent subclasses for  BlackBoard/Content tags added/deleted
- replaced ModuleDataEvent hack  with new Tag Events
- removed [in] from javadocs, other minor cleanup
2015-06-25 10:40:41 -04:00
jmillman
13ad8aaaeb remove uneeded notification code; let event handlers do it all. optionalize DrawableView 2015-06-25 10:09:09 -04:00
jmillman
929f8c9c9c Tag Events
- created new Case.Event enum values for BlackBoard/Content tags added/deleted
- created new PropertyChangeEvent subclasses for  BlackBoard/Content tags added/deleted
- replaced ModuleDataEvent hack  with new Tag Events
- removed [in] from javadocs, other minor cleanup
2015-06-25 10:08:05 -04:00