millmanorama
4b9ec7958f
taskify thumbnail loading
2015-12-31 14:33:53 -05:00
jmillman
8dc7208876
move ReadImageTask to ImageUtils, refactoring in IG to use readImageTask
2015-12-31 14:33:14 -05:00
jmillman
43103e1b2f
delegate hash set name lookup to new method in Content.
2015-08-04 13:37:53 -04:00
jmillman
38162049b4
Merge remote-tracking branch 'upstream/develop' into metadata_copyable
...
Conflicts:
ImageGallery/src/org/sleuthkit/autopsy/imagegallery/datamodel/DrawableFile.java
ImageGallery/src/org/sleuthkit/autopsy/imagegallery/gui/drawableviews/MetaDataPane.java
2015-07-30 10:36:41 -04:00
jmillman
b9d41e95e2
Merge remote-tracking branch 'upstream/develop' into metadata_copyable
...
Conflicts:
ImageGallery/src/org/sleuthkit/autopsy/imagegallery/gui/drawableviews/MetaDataPane.java
2015-07-28 13:51:15 -04:00
jmillman
de6805cdc2
Merge remote-tracking branch 'upstream/develop' into show_hash_in_metadata
...
Conflicts:
ImageGallery/src/org/sleuthkit/autopsy/imagegallery/gui/Toolbar.java
ImageGallery/src/org/sleuthkit/autopsy/imagegallery/gui/drawableviews/MetaDataPane.java
2015-07-28 13:39:15 -04:00
jmillman
ea15231b98
Merge branch 'develop' into metadata_copyable
...
Conflicts:
ImageGallery/src/org/sleuthkit/autopsy/imagegallery/datamodel/DrawableDB.java
ImageGallery/src/org/sleuthkit/autopsy/imagegallery/datamodel/DrawableFile.java
2015-07-27 17:08:54 -04:00
jmillman
26c979395d
fix image/video support in content viewer
2015-07-27 16:44:33 -04:00
jmillman
3715e717e7
merge resolution to support both twelvemonkey image loading and opencv video thumbnails
2015-07-24 17:16:31 -04:00
jmillman
b46ba2c34f
make values in metadata pane copiable to clipboard
2015-07-20 13:48:28 -04:00
jmillman
332d90222d
minor cleanup
2015-07-20 12:44:05 -04:00
jmillman
7e042b3abc
show md5 hash for file in metadata pane; other minor cleanup;
2015-07-20 11:51:36 -04:00
jmillman
84d96d38ec
fixes and cleanup
...
pull up imageRef to DrawableFile and make sure both image and media are bing cahce din videofile
distinguish isDisplayableAsImage and isdisplayableAsMedia
ignore defaut icon for .swf files in IG
restore error display for undisplayable file sin slideshowview
2015-07-16 15:29:05 -04:00
jmillman
8368665a53
show Preview collage for videos rather thanjust warning about undisplayable media
...
factor common background loading code into DrawableTileBase
only rebuild cached image if it is smaller than max icon size
2015-07-15 16:44:27 -04:00
jmillman
4db07ba65e
add "undisplayable" icon to DrawableTile.fxml and SlideShow.fxml; show this icon , when we can't display the contents of a drawable file.
2015-07-02 15:04:37 -04:00
jmillman
beb8efaa6a
Extract FileTypeUtils from ImageGalleryModule
...
remove FileTypeIcons
remove deprecated method from GroupManager
2015-07-01 15:58:37 -04:00
jmillman
64e887b098
work towards showing a filetype icon even when we can't show the file
2015-07-01 15:58:30 -04:00
jmillman
22868333a0
use new Autopsy Tag events, don't fire extra events from ig, but listen to events from autopsy
2015-06-25 10:09:07 -04:00
jmillman
9bdaab4f03
more tag/category autopsy integeration
...
update CategoryCounts, FollowUp and Category border on general Tag Event
use most severe category if multiple categories are present for a file
enforce category ordering via enum declaration order
2015-06-25 10:05:40 -04:00
jmillman
2552196891
more cleanup of Categories/Tags and listening to autopsy generated "Tag Events"
...
-remove unused code from Category.java
-use Category.isCategoryTagName instead of .getDisplayName().startsWith(Category.CATEGORY_PREFIX)
-regroup when notified of Tag Change from autopsy
2015-06-25 10:05:02 -04:00
jmillman
16fe7db1e7
make sure all code is using the correct TagsManager (DrawableTagsManager) from controller; more cleanup
2015-06-25 10:04:33 -04:00
jmillman
06e0a33499
interim refactor of towards HashSetManager
2015-06-10 10:11:37 -04:00
APriestman
24bc7c14f7
Fixed bug where the incorrect category name was being displayed when grouping by category.
...
For speed, now stores hash set hits in memory.
Fixed bug where hash hit count would never update after a group was created, even if files were added/removed
Changed category zero count to be bases on other counts and not stored separately.
2015-05-22 09:35:50 -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
APriestman
4f526d39cb
More cleanup
2015-04-20 14:36:51 -04:00
APriestman
383a070e6d
Cleanup
2015-04-20 13:19:40 -04:00
APriestman
93c2065722
Remote listeners on TagUtils
2015-04-17 09:09:17 -04:00
APriestman
689fbec719
Fixing exceptions in Image Gallery caused by the case closing.
2015-04-10 12:33:12 -04:00
APriestman
09671b5ba8
Finishing renaming.
2015-03-23 14:14:24 -04:00