Merge pull request #3899 from rcordovano/dummy-GSTVideoPanel-class-for-vt

Add dummy GSTVideoPanel class for VT backwards compatibility
This commit is contained in:
Richard Cordovano 2018-06-26 11:12:36 -04:00 committed by GitHub
commit e577c9abd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 36 additions and 5 deletions

View 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 {
}

View File

@ -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

View File

@ -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