mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 10:17:41 +00:00
Merge pull request #2729 from sleuthkit/release-4.4.0
Release 4.4.0 merge
This commit is contained in:
commit
ec27083f0a
@ -31,8 +31,9 @@ import org.openide.util.Lookup;
|
||||
iconBase = "org/sleuthkit/autopsy/casemodule/services/tag-options-panel-icon.png",
|
||||
keywords = "#OptionsCategory_TagNames",
|
||||
keywordsCategory = "CustomTagNames",
|
||||
position = 10
|
||||
position = 11
|
||||
)
|
||||
|
||||
public final class TagsOptionsPanelController extends OptionsPanelController {
|
||||
|
||||
private TagOptionsPanel panel;
|
||||
|
@ -34,7 +34,7 @@ import org.openide.util.Lookup;
|
||||
iconBase = "org/sleuthkit/autopsy/directorytree/external-viewer-rules-32x32.png",
|
||||
keywords = "#OptionsCategory_Keywords_ExternalViewer",
|
||||
keywordsCategory = "ExternalViewer",
|
||||
position = 11
|
||||
position = 12
|
||||
)
|
||||
public final class ExternalViewerOptionsPanelController extends OptionsPanelController {
|
||||
|
||||
|
@ -30,7 +30,7 @@ import org.sleuthkit.autopsy.coreutils.Logger;
|
||||
@OptionsPanelController.TopLevelRegistration(
|
||||
categoryName = "#OptionsCategory_Name_FileExtMismatchOptions",
|
||||
iconBase = "org/sleuthkit/autopsy/modules/fileextmismatch/options-icon.png",
|
||||
position = 7,
|
||||
position = 8,
|
||||
keywords = "#OptionsCategory_FileExtMismatch",
|
||||
keywordsCategory = "KeywordSearchOptions")
|
||||
public final class FileExtMismatchOptionsPanelController extends OptionsPanelController {
|
||||
|
@ -31,7 +31,7 @@ import org.openide.util.Lookup;
|
||||
iconBase = "org/sleuthkit/autopsy/modules/filetypeid/user-defined-file-types-settings.png",
|
||||
keywords = "#OptionsCategory_Keywords_FileTypeId",
|
||||
keywordsCategory = "FileTypeId",
|
||||
position = 8
|
||||
position = 9
|
||||
)
|
||||
public final class FileTypeIdOptionsPanelController extends OptionsPanelController {
|
||||
|
||||
|
@ -30,7 +30,7 @@ import org.sleuthkit.autopsy.coreutils.Logger;
|
||||
@OptionsPanelController.TopLevelRegistration(
|
||||
categoryName = "#OptionsCategory_Name_HashDatabase",
|
||||
iconBase = "org/sleuthkit/autopsy/modules/hashdatabase/options_icon.png",
|
||||
position = 6,
|
||||
position = 7,
|
||||
keywords = "#OptionsCategory_Keywords_HashDatabase",
|
||||
keywordsCategory = "HashDatabase",
|
||||
id = "HashDatabase")
|
||||
|
@ -32,7 +32,7 @@ import org.openide.util.Lookup;
|
||||
iconBase = "org/sleuthkit/autopsy/images/interesting_item_32x32.png",
|
||||
keywords = "#OptionsCategory_Keywords_InterestingItemDefinitions",
|
||||
keywordsCategory = "InterestingItemDefinitions",
|
||||
position = 9
|
||||
position = 10
|
||||
)
|
||||
public final class InterestingItemDefsOptionsPanelController extends OptionsPanelController {
|
||||
|
||||
|
@ -34,7 +34,7 @@ import org.openide.util.Lookup;
|
||||
iconBase = "org/sleuthkit/autopsy/imagegallery/images/btn_icon_image_gallery_32.png",
|
||||
keywords = "#OptionsCategory_Keywords_Options",
|
||||
keywordsCategory = "Options",
|
||||
position = 12
|
||||
position = 14
|
||||
)
|
||||
@org.openide.util.NbBundle.Messages({"OptionsCategory_Name_Options=Image / Video Gallery", "OptionsCategory_Keywords_Options=image video gallery category "})
|
||||
public final class ImageGalleryOptionsPanelController extends OptionsPanelController {
|
||||
|
Loading…
x
Reference in New Issue
Block a user