mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-12 16:06:15 +00:00
Merge pull request #3899 from rcordovano/dummy-GSTVideoPanel-class-for-vt
Add dummy GSTVideoPanel class for VT backwards compatibility
This commit is contained in:
commit
e577c9abd6
31
Core/src/org/sleuthkit/autopsy/corecomponents/GSTVideoPanel.java
Executable file
31
Core/src/org/sleuthkit/autopsy/corecomponents/GSTVideoPanel.java
Executable file
@ -0,0 +1,31 @@
|
|||||||
|
/*
|
||||||
|
* Autopsy Forensic Browser
|
||||||
|
*
|
||||||
|
* Copyright 2018 Basis Technology Corp.
|
||||||
|
* Contact: carrier <at> sleuthkit <dot> org
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
* you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
|
*/
|
||||||
|
package org.sleuthkit.autopsy.corecomponents;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* This class exists to support backwards compatibility of an erroneous call to
|
||||||
|
* Logger.getLogger(GSTVideoPanel.class.getName()) in OpenCVFrameCapture.java in
|
||||||
|
* an older version of the Video Triage Net Beans Module (NBM). It should be
|
||||||
|
* removed when we are ready to stop supporting older Video Triage NBMs. The
|
||||||
|
* current Video Triage code has already been updated.
|
||||||
|
*/
|
||||||
|
@Deprecated
|
||||||
|
public class GSTVideoPanel {
|
||||||
|
|
||||||
|
}
|
@ -1,5 +1,5 @@
|
|||||||
#Updated by build script
|
#Updated by build script
|
||||||
#Fri, 15 Jun 2018 12:30:02 -0600
|
#Mon, 25 Jun 2018 17:19:36 -0400
|
||||||
LBL_splash_window_title=Starting Autopsy
|
LBL_splash_window_title=Starting Autopsy
|
||||||
SPLASH_HEIGHT=314
|
SPLASH_HEIGHT=314
|
||||||
SPLASH_WIDTH=538
|
SPLASH_WIDTH=538
|
||||||
@ -8,4 +8,4 @@ SplashRunningTextBounds=0,289,538,18
|
|||||||
SplashRunningTextColor=0x0
|
SplashRunningTextColor=0x0
|
||||||
SplashRunningTextFontSize=19
|
SplashRunningTextFontSize=19
|
||||||
|
|
||||||
currentVersion=Autopsy 4.7.0
|
currentVersion=Autopsy 4.8.0
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#Updated by build script
|
#Updated by build script
|
||||||
#Fri, 15 Jun 2018 12:30:02 -0600
|
#Mon, 25 Jun 2018 17:19:36 -0400
|
||||||
CTL_MainWindow_Title=Autopsy 4.7.0
|
CTL_MainWindow_Title=Autopsy 4.8.0
|
||||||
CTL_MainWindow_Title_No_Project=Autopsy 4.7.0
|
CTL_MainWindow_Title_No_Project=Autopsy 4.8.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user