Nick Davis
ca2a4e5b2b
Extracted hard coded strings. Commented strings that shouldn't be extracted using NON-NLS. Used @NbBundle.Messages() style annotations for strings. Verified it correctly builds.
2016-02-02 12:56:17 -05:00
Richard Cordovano
96c966002a
Revert "Revert "Revert "1501 ja image gallery - redo 1"""
2016-02-01 13:32:20 -05:00
Richard Cordovano
2a25dab4c6
Revert "Revert "1501 ja image gallery - redo 1""
2016-02-01 12:49:13 -05:00
Richard Cordovano
e6e91fa9be
Revert "1501 ja image gallery - redo 1"
2016-01-30 18:27:15 -05:00
Nick Davis
ee516a45d5
Ran searches. Tagged strings. Moved hard coded strings into @NbBundle.Messages() annotations.
2016-01-30 16:48:14 -05:00
Richard Cordovano
94a7a4addd
Revert "1501 ja imagegallery"
2016-01-30 09:42:45 -05:00
Nick Davis
4a58766fff
Merge branch 'develop' of github.com:sleuthkit/autopsy into 1501-ja-imagegallery
...
Conflicts:
ImageGallery/src/org/sleuthkit/autopsy/imagegallery/FileTypeUtils.java
ImageGallery/src/org/sleuthkit/autopsy/imagegallery/ImageGalleryController.java
ImageGallery/src/org/sleuthkit/autopsy/imagegallery/datamodel/DrawableAttribute.java
ImageGallery/src/org/sleuthkit/autopsy/imagegallery/datamodel/DrawableDB.java
ImageGallery/src/org/sleuthkit/autopsy/imagegallery/datamodel/grouping/DrawableGroup.java
ImageGallery/src/org/sleuthkit/autopsy/imagegallery/datamodel/grouping/GroupManager.java
ImageGallery/src/org/sleuthkit/autopsy/imagegallery/datamodel/grouping/GroupSortBy.java
ImageGallery/src/org/sleuthkit/autopsy/imagegallery/gui/drawableviews/SlideShowView.java
2016-01-29 12:41:24 -05:00
jmillman
626f97ff06
cleanup FileTypeUtils and ImageGalleryController, and DrawableFile, etc...
2016-01-28 14:42:14 -05:00
jmillman
76c2aa2f4d
preliminary work to group by mime type
2016-01-28 13:42:47 -05:00
Nick Davis
f7ec38cb5f
Tagged several strings with NON-NLS. Extracted hard coded strings.
2016-01-27 21:10:44 -05:00
Oliver Spohngellert
093dafe264
General bug fixes
2016-01-22 10:02:23 -05:00
Oliver Spohngellert
b0d69166ca
Updated to use new mime type field of abstract file
2016-01-21 11:05:15 -05:00
Oliver Spohngellert
57dfc52823
Fixed switch statements for datetime
2016-01-20 10:11:42 -05:00
jmillman
0d526d0933
remove dead code
2016-01-05 10:04:25 -05:00
jmillman
2d29d55329
add option to return default humbnail to task; pull getReadFullSizeImageTask into DrawableFile using template method pattern;
...
create TaskUtils class to create tasks from callables/thunks
2016-01-04 15:51:13 -05:00
jmillman
b78b6ec345
replace usage of removed ImageUtils.logContentError in IG
2016-01-04 15:26:12 -05:00
millmanorama
1455dd3a6d
refactor read image tasks, support cancellation
2015-12-31 14:34:14 -05:00
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