Raman
e84a1807d5
1142: eliminate extraneous DB round-trip in trying to get data source for a drawable file.
2018-11-30 13:36:44 -05:00
Raman
1faf12f3e3
Fixed error message.
2018-11-29 12:40:53 -05:00
Raman
371b00a9dc
1142: fix DrawableFile.getDataSource()
2018-11-29 11:53:07 -05:00
Brian Carrier
28be6a5ed6
Update caches based on events. Get DS Obj Id directly
2018-09-26 23:44:17 -04:00
millmanorama
8986fd3ba4
path groups get their datasource and not the one from the grouping controls.
2018-09-20 13:04:53 +02:00
millmanorama
8c33ae8393
codacy fixes
2018-09-05 14:22:56 +02:00
millmanorama
39a3a955ce
refactor how ImageGalleryController and ImageGalleryTopComponent are instantiated and interact.
2018-09-04 16:03:22 +02:00
Richard Cordovano
e5955ac542
Case.getCurrentOpenCase => getCurrentCaseThrows
2018-05-07 10:46:24 -04:00
Richard Cordovano
4b14339b7d
Case.getOpenCase => Case.getCurrentOpenCase for consistency
2018-05-02 18:44:19 -04:00
Richard Cordovano
1c6f0d8d04
Merge pull request #3512 from zhhl/2229-Part20UsegetOpenCaseInsteadOfgetCurrentCase
...
2229 Part 20 use getOpenCase() instead of getCurrentCase()
2018-03-09 17:44:43 -05:00
U-BASIS\zhaohui
c219d065ef
2229: Part 20: Use getOpenCase() instead of getCurrentCase() in ImageGallery, RecentActivity, datamodel...
2018-03-05 13:21:59 -05:00
U-BASIS\dgrove
c82ec98122
Added handling for ReadContentInputStreamException.
2018-02-28 13:07:24 -05:00
U-BASIS\zhaohui
7c9a7026c5
3386: Update the files permission from 755 to 644
2018-01-03 14:43:27 -05:00
William Schaefer
4bc8d85acd
3199 clean up read Tags properties code and rename Category to DhsImageCategory
2017-11-17 19:08:59 -05:00
William Schaefer
ad7d504d27
3199 Category class moved to Aut Core, tags created one place
2017-11-06 15:00:05 -05:00
U-BASIS\dgrove
70339153e1
Sync
2017-08-16 11:44:14 -04:00
jmillman
60ee20c9ef
improve error handling in ImageGallery
2016-03-22 17:08:15 -04:00
jmillman
4b542f6d49
improve ImageUtils.isGIF and cleanup
...
minor cleanup in ImageUtils
2016-03-22 17:08:00 -04:00
jmillman
bd22f0d0d8
use fileTypeDetector.detect
...
use fileTypeDetector.detect
2016-03-22 17:07:53 -04:00
Oliver Spohngellert
7d2d8f0658
Deprecation fixes
2016-03-01 16:24:58 -05:00
jmillman
a4f3377a64
refactor DrawableFile so it no longer extends AbstractFile
...
remove type paramater from DrawableFile since it was not adding anything usefull and cluttered up the code
add getters that delegate to private AbastractFile instance
refactor methods on DrawableTagsManager to deal with Content or DrawableFile objects
remove unneeded invocation of ImageIO.scanForPlugins() in ImageFile
2016-02-17 14:35:52 -05:00
Richard Cordovano
2654cf4c30
Temporarily change ImageGallery,DrawableFile to use deprectaed AbstractFile ctor
2016-02-16 17:04:58 -05:00
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