Richard Cordovano
8356f67339
4288 Add some TODO comments to ImageGalleryModule
2018-12-03 15:41:39 -05:00
Richard Cordovano
8dd3fc406c
4288 Change some TODO comments in ImageGalleryModule
2018-12-03 15:03:06 -05:00
Richard Cordovano
b2b57ca025
4288 Add @Nonull annotation to ImageGalleryModule
2018-12-03 14:39:52 -05:00
Richard Cordovano
78dabdf3fa
Add comments TODOs ImageGalleryModule
2018-11-29 13:28:13 -05:00
Richard Cordovano
0229a19be1
Fix bug in IGModule event handler and tidy up
2018-11-29 13:10:08 -05:00
Richard Cordovano
bc1bee5f1e
Merge develop branch into feature branch
2018-11-29 10:27:34 -05:00
Richard Cordovano
93b1e81df2
Initial ImageGalleryTopComponent improvements with TODOs
2018-11-29 09:07:04 -05:00
Brian Carrier
48ac8d11bf
ensure stale IDs are only if there is data that has been analyzed. Refined stale message
2018-11-28 15:53:09 -05:00
Brian Carrier
551d5429b0
cleaned up IG states. Made more consistent.
2018-11-28 00:48:26 -05:00
Brian Carrier
bbc65f6afd
Fixed JIRA-1144 about incorrect dialogs when opening single-user case with single data source during ingest
2018-11-26 17:45:16 -05:00
Raman
3acf779e95
1136: Intermittent error: "Error marking group as seen"
2018-11-21 09:22:51 -05:00
Raman
8d2326b475
Address review comments and Codacy comments in the previous commit.
2018-11-14 10:21:12 -05:00
Raman
503e1e56ef
Manually applied changes to resolve merge conflict
...
- Push isImageGalleryOpen() check on EDT.
2018-11-13 18:40:40 -05:00
Raman
d5bd765c9b
Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 1110-no-prepop-2
...
# Conflicts:
# ImageGallery/src/org/sleuthkit/autopsy/imagegallery/ImageGalleryModule.java
2018-11-13 18:00:46 -05:00
Raman
a1d0519b6a
1110: Remove pre-populating phase.
2018-11-13 17:33:47 -05:00
millmanorama
cb8021892b
push isImageGalleryOpen() onto the swing EDT.
2018-11-02 13:08:28 +01:00
Brian Carrier
2eb9379aee
fix NPE - JIRA 1077
2018-10-09 10:35:29 -04:00
millmanorama
f6e5b2d420
Merge remote-tracking branch 'upstream/develop' into 1033-backwards-compatibility
...
# Conflicts:
# ImageGallery/src/org/sleuthkit/autopsy/imagegallery/ImageGalleryModule.java
# ImageGallery/src/org/sleuthkit/autopsy/imagegallery/ImageGalleryTopComponent.java
2018-10-01 14:00:18 +02:00
Brian Carrier
28be6a5ed6
Update caches based on events. Get DS Obj Id directly
2018-09-26 23:44:17 -04:00
millmanorama
ba72865298
cleanup
2018-09-26 12:46:19 +02:00
millmanorama
a6b3242106
remove unused method
2018-09-20 13:11:52 +02:00
millmanorama
7f5420e305
fix codacy issues
2018-09-17 12:55:32 +02:00
millmanorama
ec9ab46aca
fix initialization of listeningEnabled and stale properties.
2018-09-13 13:30:58 +02:00
millmanorama
c97e64172b
more codacy fixes
2018-09-05 15:41:26 +02:00
millmanorama
d8f46f88a8
make sure a grouping is applied the first time Image Gallery is opened.
2018-09-05 15:12:04 +02:00
millmanorama
8c33ae8393
codacy fixes
2018-09-05 14:22:56 +02:00
millmanorama
cea02f4304
fix changing cases
2018-09-04 17:48:41 +02:00
millmanorama
39a3a955ce
refactor how ImageGalleryController and ImageGalleryTopComponent are instantiated and interact.
2018-09-04 16:03:22 +02:00
Raman
2c3d515201
1009: Rebuild IG at data-source level
2018-08-10 15:29:19 -04:00
Brian Carrier
9248d8496b
change default stale value to false to prevent exceesive rebuilds
2018-08-02 17:07:20 -04:00
Raman
49e7ed7036
1001: Image Gallery for multi-user cases
2018-07-25 19:51:57 -04:00
U-BASIS\zhaohui
7c9a7026c5
3386: Update the files permission from 755 to 644
2018-01-03 14:43:27 -05:00
U-BASIS\dgrove
70339153e1
Sync
2017-08-16 11:44:14 -04:00
jmillman
bd22f0d0d8
use fileTypeDetector.detect
...
use fileTypeDetector.detect
2016-03-22 17:07:53 -04: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
f7ec38cb5f
Tagged several strings with NON-NLS. Extracted hard coded strings.
2016-01-27 21:10:44 -05:00
millmanorama
75194f2454
adjust error handling to shut down db transfer task when db can not be accessed (tskcoreexception)
2015-11-03 22:46:13 -05:00
Richard Cordovano
0e7222dabb
Merge develop->collaborative, resolve merge conflict, compile errors
2015-08-26 14:39:59 -04:00
Richard Cordovano
b4ee3471eb
Merge develop branch into collaborative branch
2015-07-13 16:43:28 -04:00
jmillman
beb8efaa6a
Extract FileTypeUtils from ImageGalleryModule
...
remove FileTypeIcons
remove deprecated method from GroupManager
2015-07-01 15:58:37 -04:00
jmillman
13d60ead02
use FileTypeDetector and mimetypes to decide what to include only falling back on extension if we can not get a mime type.
2015-07-01 15:58:15 -04:00
jmillman
b9f25256c3
Lots of cleanup and comments
...
rename and comment DrawableViewBase
more cleanup of category related code
comments
license header; cleanup in DrawableDB, GroupManager, and ImageGalleryController
cleanup HashSetManager and DrawableGroup
cleanup/commetns DrawableTile, DrawableView, DrawableViewBase
more cleanup ind DrawableDB
2015-06-10 12:12:29 -04:00
jmillman
1aad1dfb78
cleanup and add explanation to ImageGalleryOptionsPanel
2015-06-05 10:42:16 -04:00
jmillman
ea610c51ae
fix db creation at case change by creating ModuleOutput/Image Gallery folder if needed.
...
use Path api instead of strings.
2015-06-02 16:35:48 -04:00
jmillman
1744a0c595
reduce visibility of members of ImageGalleryModule
2015-05-28 10:12:01 -04:00