mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-14 17:06:16 +00:00
Merge pull request #5663 from kellykelly3/vik6089-deprecation-warning-geofilterpanel
6089 - Added suppress deprecation warning to GeoFilterPanel
This commit is contained in:
commit
19bba75b82
@ -30,6 +30,8 @@ GeoTopComponent_no_waypoints_returned_mgs=Applied filter failed to find waypoint
|
||||
GeoTopComponent_no_waypoints_returned_Title=No Waypoints Found
|
||||
GLTopComponent_initilzation_error=An error occurred during waypoint initilization. Geolocation data maybe incomplete.
|
||||
GLTopComponent_name=Geolocation
|
||||
GLTopComponent_No_dataSource_message=There are no data sources with Geolocation artifacts found.
|
||||
GLTopComponent_No_dataSource_Title=No Geolocation artifacts found
|
||||
HidingPane_default_title=Filters
|
||||
MapPanel_connection_failure_message=Failed to connect to new geolocation map tile source.
|
||||
MapPanel_connection_failure_message_title=Connection Failure
|
||||
|
@ -52,6 +52,7 @@ class GeoFilterPanel extends javax.swing.JPanel {
|
||||
private final CheckBoxListPanel<DataSource> checkboxPanel;
|
||||
|
||||
// Make sure to update if
|
||||
@SuppressWarnings("deprecation")
|
||||
private static final BlackboardArtifact.ARTIFACT_TYPE[] GPS_ARTIFACT_TYPES = {
|
||||
BlackboardArtifact.ARTIFACT_TYPE.TSK_GPS_BOOKMARK,
|
||||
BlackboardArtifact.ARTIFACT_TYPE.TSK_GPS_LAST_KNOWN_LOCATION,
|
||||
|
@ -1,6 +1,6 @@
|
||||
DATExtractor_process_message=Processing DJI DAT file: %s
|
||||
DATFileExtractor_Extractor_Name=DAT File Extractor
|
||||
DroneIngestModule_Description=Description
|
||||
DroneIngestModule_Name=Drone
|
||||
DroneIngestModule_Description=Analyzes files generated by drones.
|
||||
DroneIngestModule_Name=Drone Analyzer
|
||||
# {0} - AbstractFileName
|
||||
DroneIngestModule_process_start=Started {0}
|
||||
|
Loading…
x
Reference in New Issue
Block a user