485 Commits

Author SHA1 Message Date
Nick Davis
ba4aabbdcd Fixed bundle tags. Removed one empty string tag. Fixed duplicate tag issue. 2016-02-01 12:26:32 -05:00
Richard Cordovano
e6e91fa9be Revert "1501 ja image gallery - redo 1" 2016-01-30 18:27:15 -05:00
Nick Davis
553184a078 Fixed uses of Bundle tags where '.' was not replaced with a '_'. 2016-01-30 16:58:45 -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
1f2ea4c4e8 Re-ran searches. Extracted strings. Marked others with NON-NLS. 2016-01-29 12:45:49 -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
4b80909a3e maintain proper sorting in tree / list 2016-01-28 15:33:03 -05:00
jmillman
626f97ff06 cleanup FileTypeUtils and ImageGalleryController, and DrawableFile, etc... 2016-01-28 14:42:14 -05:00
jmillman
e3aa664520 remove dead code 2016-01-28 13:43:20 -05:00
jmillman
584490d0c7 simplify query by using new mime_type column 2016-01-28 13:43:11 -05:00
millmanorama
ce206e1e70 improve grouping by mime type. 2016-01-28 13:43:03 -05:00
millmanorama
3146010d76 fix findValuesForAttribute and getFileIDsWithMimeType 2016-01-28 13:42:56 -05:00
jmillman
76c2aa2f4d preliminary work to group by mime type 2016-01-28 13:42:47 -05:00
Nick Davis
4de213d6d0 Extracted hard coded strings. 2016-01-28 11:58:02 -05:00
Nick Davis
f7ec38cb5f Tagged several strings with NON-NLS. Extracted hard coded strings. 2016-01-27 21:10:44 -05:00
jmillman
4b4cf96cd6 Merge remote-tracking branch 'upstream/develop' into IG-split-nav-panel 2016-01-26 16:33:53 -05:00
jmillman
534e740278 factor out NavPanel as base class for GroupTree and HashHitGroupList 2016-01-26 16:33:39 -05:00
jmillman
2d38426d3e make NavPanel define a tab customized in GroupTree and HashHitGroupList 2016-01-26 14:49:20 -05:00
jmillman
e326388e0e cleanup and fixes
add percent sign to hash densiy display
merge fxml files for tree and list
shorten name of hash hits list
2016-01-26 14:21:01 -05:00
jmillman
312cdeeab3 split NavPanel into GroupTree and HashHitGroupList classes 2016-01-26 13:45:19 -05:00
jmillman
2609d18755 cleanup and minor fixes 2016-01-25 17:21:00 -05:00
jmillman
90e0617625 improve display of groups sorted by different comparators and refacor NavPanel 2016-01-25 16:59:18 -05:00
jmillman
9fd2c00634 clean up 2016-01-25 10:46:16 -05:00
jmillman
5f08770019 move getCategoryCount to DrawableDB, keep selection in HashTree
revert unrelated logging change
2016-01-25 10:46:12 -05:00
jmillman
fc94e2b639 preliminary work to sort groups by uncategorized file count 2016-01-25 10:46:05 -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
Richard Cordovano
a63301a177 Merge pull request #1825 from BasisOlivers/aut-1861
Fixed switch statements for datetime
2016-01-20 13:54:37 -05:00
Oliver Spohngellert
57dfc52823 Fixed switch statements for datetime 2016-01-20 10:11:42 -05:00
jmillman
f84002a389 fix bug resulting in invalid sql 2016-01-15 15:58:37 -05:00
jmillman
e428f2c04d adjust threading to fix NavPanel infinite circular updating; clean up NavPanel.java
add Executor interface to ImageGalleryController
cleanup task creation in ThumbnailCache.java
2016-01-15 14:59:24 -05:00
jmillman
31aceaf26c use weak listeners to prevent memory leak 2016-01-14 15:03:40 -05:00
jmillman
b37c53f3a9 improve cancellation and logging in ImageUtils and ThumbnailCache 2016-01-14 15:00:40 -05:00
jmillman
4f8316a8cf fix OpenExternalViewerAction and usage in IG 2016-01-13 11:36:58 -05:00
jmillman
1a0001c911 Log eventbus unregistration error 2016-01-12 14:13:39 -05:00
Richard Cordovano
d067bb41e6 Merge pull request #1806 from millmanorama/IG-bug-fixes
show correct error in DrawableUIBase
2016-01-08 16:56:28 -05:00
jmillman
0df47c88ff tighten up undo API 2016-01-08 16:09:56 -05:00
jmillman
6235bfdf17 clear undo/redo history when the group is changed 2016-01-08 16:09:49 -05:00
jmillman
d9878e2b5d use new UndoRedoManager and Command interface; add Redo and improve UX (icons) 2016-01-08 16:09:43 -05:00
jmillman
d9fb562ab1 simple undo implementation to test it is feasible. 2016-01-08 16:09:37 -05:00
jmillman
2fe8f04000 show correct error in DrawableUIBase 2016-01-08 16:08:49 -05:00
Richard Cordovano
658871195a Merge pull request #1800 from millmanorama/IG-bug-fixes
IG bug fixes
2016-01-08 08:45:39 -05:00
Richard Cordovano
73434c14be Merge pull request #1795 from millmanorama/IG-fix-metadatapane-category-update
fix category border updating in metadata pane
2016-01-08 08:45:06 -05:00
jmillman
f49725a850 switch back to single thread executor which limits memory usage. Distinguish OOM errors in UI. cleanup bundle names 2016-01-07 13:13:28 -05:00
jmillman
b26c898810 fix category border updating in metadata pane 2016-01-06 16:29:22 -05:00
jmillman
25aebba54b suppress compiler warning 2016-01-06 10:39:23 -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